/* Page styles: zwroty i reklamacje */
#opt-returns-page {
	font-family: "Segoe UI", system-ui, sans-serif;
	color: #333;
	line-height: 1.8;
	padding: 12px 0 40px;
	background: #fff;
}

.opt-returns-container {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 20px;
}

.opt-returns h1 {
	font-size: 32px;
	color: #2b2e34;
	font-weight: 900;
	margin: 0 0 40px;
	text-align: center;
	letter-spacing: -0.5px;
	text-transform: none;
}

.opt-returns h2 {
	font-size: 19px;
	color: #000;
	text-transform: none;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-weight: 800;
}

.opt-step-list {
	padding-left: 20px;
	margin-bottom: 30px;
}

.opt-step-list li {
	margin-bottom: 15px;
	list-style-type: decimal-leading-zero;
	color: #555;
}

.opt-step-list li::marker {
	color: #000;
	font-weight: bold;
}

.opt-alert-box {
	background: #fdfdfd;
	border: 1px solid #eee;
	border-left: 4px solid #000;
	padding: 25px;
	margin: 30px 0;
}

.opt-alert-box h4 {
	margin: 0 0 10px;
	color: #000;
	font-size: 16px;
}

.opt-alert-box p {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.opt-btn-download {
	display: inline-block;
	margin-top: 15px;
	color: #000;
	text-decoration: underline;
	font-weight: 700;
	font-size: 14px;
}

.opt-returns-address {
	margin-top: 50px;
}
