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

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

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

.opt-regulamin 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-company-box {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 30px;
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	font-size: 14px;
}

.opt-box-section h4 {
	margin: 0 0 10px 0;
	color: #000;
	font-size: 13px;
	font-weight: 700;
}

.opt-box-section p {
	margin: 2px 0;
	color: #555;
}

.opt-legal-content p {
	margin-bottom: 15px;
	text-align: justify;
}

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

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

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

@media (max-width: 600px) {
	.opt-company-box {
		grid-template-columns: 1fr;
	}
}
