/* ODI listing UI tokens - wzorzec: archiwum + single oferty (8px, section heading) */

:root,
.odi-page-shell,
.odi-archive-property,
.odi-single-property,
#odi-single-property-app,
.odi-posts,
.odi-post-single,
.odi-agents-team,
.odi-partners,
#odi-dashboard-app {
	--odi-brand-soft-bg: #F8F9FA;
	--odi-brand-bg-soft: var(--odi-brand-soft-bg);
	--odi-card-radius: 8px;
	--odi-card-shadow: 0 2px 6px rgba(43, 47, 51, 0.02);
	--odi-card-shadow-soft: 0 2px 8px rgba(43, 47, 51, 0.03);
	--odi-card-border: 1px solid var(--odi-brand-gray-light, #e5e8eb);
	--odi-section-heading-size: 13px;
	--odi-accent-bar: 3px solid var(--odi-brand-red, #d3212b);
}

.odi-section-heading,
h2.odi-section-heading,
h2.odi-page-mod-title,
h2.odi-page-section-title,
h3.odi-section-heading,
h3.odi-page-section-title.odi-agents-region-title,
h3.odi-page-section-title.odi-partners-region-title,
.odi-contact-panel-title.odi-section-heading {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--odi-brand-gray-light, #e5e8eb);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
	color: var(--odi-brand-dark, #2b2f33);
}

.odi-section-heading::before,
h2.odi-section-heading::before,
h2.odi-page-mod-title::before,
h2.odi-page-section-title::before,
h3.odi-section-heading::before,
h3.odi-page-section-title.odi-agents-region-title::before,
h3.odi-page-section-title.odi-partners-region-title::before,
.odi-contact-panel-title.odi-section-heading::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	flex-shrink: 0;
	background: var(--odi-brand-red, #d3212b);
}

.odi-section-heading--flush {
	margin-top: 0;
}

/* POI accordion: bez czerwonego kwadratu - ikony mono w PHP/CSS okolica. */
.odi-poi-clean-wrapper .odi-poi-section-title::before {
	content: none;
	display: none;
}

/* Nadpisanie duzego .odi-office-heading gdy to naglowek sekcji (Agenci, Partnerzy). */
.odi-page-shell h2.odi-office-heading.odi-page-section-title {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 16px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--odi-brand-gray-light, #e5e8eb);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
	color: var(--odi-brand-dark, #2b2f33);
}

.odi-page-shell h2.odi-office-heading.odi-page-section-title::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	flex-shrink: 0;
	background: var(--odi-brand-red, #d3212b);
}
