/**
 * Kim Sheen Properties - Client Overrides
 *
 * Styles specific to the Kim Sheen Properties brand.
 * Extends and overrides the parent theme styles.
 *
 * @package RealtyKimSheen
 * @since   1.0.0
 */

/* ==========================================================================
   SECTION: Brand Refinements
   Handles: Kim Sheen-specific visual tweaks beyond theme.json tokens
   ========================================================================== */

/* Gold accent underline on section headings */
.property-details__inner h2,
.property-features__inner h2,
.property-map__inner h2 {
	position: relative;
	padding-bottom: 12px;
}

.property-details__inner h2::after,
.property-features__inner h2::after,
.property-map__inner h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 3px;
	background: var(--wp--preset--color--secondary);
	border-radius: 2px;
}

/* ==========================================================================
   SECTION: Footer Badges Area
   Handles: Association logos (International Realtor, NAR, etc.)
   Note: These are placed via a Custom HTML block in the footer.
   ========================================================================== */

.ks-footer-badges {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: var(--wp--preset--spacing--30);
}

.ks-footer-badges img {
	height: 48px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: 0.7;
	transition: opacity var(--realty-transition);
}

.ks-footer-badges img:hover {
	opacity: 1;
}

/* ==========================================================================
   SECTION: Trust Badge
   Handles: "Trust and Confidence" tagline styling
   ========================================================================== */

.ks-trust-badge {
	text-align: center;
	padding: var(--wp--preset--spacing--40) 0;
}

.ks-trust-badge img {
	max-width: 200px;
	margin: 0 auto;
}
