/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* --- Adore24: regulamin / polityka prywatności (Canvas — heading-block + title-block) --- */
.a24-regulamin-hero.heading-block::after {
	margin-top: 1.25rem;
}

.a24-regulamin {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--cnvs-contrast-800);
}

/* Główne rozdziały — styl „title-block” (por. Canvas Title Block) */
.a24-regulamin > h2 {
	margin: 2.75rem 0 1.25rem;
	padding: 4px 0 6px 20px;
	border-left: 7px solid var(--cnvs-themecolor);
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: var(--cnvs-heading-color);
	text-transform: none;
}

.a24-regulamin > h2:first-of-type {
	margin-top: 0;
}

/* Podrozdziały */
.a24-regulamin > h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--cnvs-heading-color);
	text-transform: none;
	letter-spacing: 0;
}

.a24-regulamin > p {
	margin-bottom: 1rem;
}

.a24-regulamin > p:last-child {
	margin-bottom: 0;
}

.a24-regulamin .postanowienie {
	margin-bottom: 0.85rem;
	padding: 1rem 1.2rem 1rem 1.35rem;
	background: rgba(var(--cnvs-themecolor-rgb), 0.06);
	border-radius: 0 10px 10px 0;
	border-left: 4px solid var(--cnvs-themecolor);
}

.a24-regulamin .postanowienie-lit {
	margin: 0.35rem 0 0.65rem;
	padding: 0.5rem 0 0.5rem 1.35rem;
	margin-left: 0.15rem;
	border-left: 2px solid rgba(var(--cnvs-themecolor-rgb), 0.35);
	line-height: 1.65;
}

/* Akapity podpunktów wewnątrz list (np. lit. e), g)) — klasa w szablonie */
.a24-regulamin p.a24-regulamin-sub {
	margin: 0.2rem 0 0.35rem 1.75rem;
	padding-left: 1rem;
	font-size: 0.98em;
	line-height: 1.6;
	color: var(--cnvs-contrast-700);
	border-left: 2px dashed rgba(var(--cnvs-themecolor-rgb), 0.25);
}

.a24-regulamin .postanowienie-lit + p.a24-regulamin-sub {
	margin-top: 0.45rem;
}

.a24-regulamin a {
	color: var(--cnvs-themecolor);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.a24-regulamin a:hover {
	opacity: 0.88;
}

@media (max-width: 767.98px) {
	.a24-regulamin > h2 {
		font-size: 1.4rem;
		margin-top: 2.25rem;
	}

	.a24-regulamin > h3 {
		font-size: 1.25rem;
		margin-top: 26px;
		margin-bottom: 18px;
	}
}
