/*
 * Additions layered on top of bundle.min.css.
 * Kept in a separate file because bundle.min.css is a compiled artifact
 * with no source in this repository — a future rebuild would drop
 * anything appended there.
 */

/* Bulleted lists inside page content (bundle.min.css strips all list styling) */
.content-list {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.25;
}

.content-list > li {
	position: relative;
	padding-left: 1.15em;
	margin-bottom: .6em;
}

.content-list > li:last-child {
	margin-bottom: 0;
}

.content-list > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: .35em;
	height: .35em;
	border-radius: 50%;
	background: currentColor;
}

.content-list.p-w-sm { max-width: 576px; }
.content-list.p-w-md { max-width: 677px; }
.content-list.p-w-lg { max-width: 762px; }

/* Feature icon: podlahové kúrenie (64 x 39.711 viewBox) */
.icon-podlahove-kurenie {
	font-size: 3.9711rem;
	width: 1.6117em;
}
