/* Psihoterapie individuală — service detail page (page ID 146), RO.
   Per-page drop-in. Every assets/css/*.css is enqueued globally (see functions.php),
   so all selectors here are scoped to .page-id-146 to avoid affecting other pages. */

/* The reasons band (.fi-band) is only made full-bleed by a `body.home .fi-band`
   rule; off-home it stays constrained to the 1240px post-content and clashes with
   the full-bleed quote band (.fi-despre-quote-band) directly below it on this page.
   Re-assert the true 100vw breakout here — same technique/!important reasoning as
   .fi-despre-quote-band (beats the ".wp-site-blocks > .alignfull" breakout rule). */
.page-id-146 .fi-band {
	width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

/* The global block-gap-leak reset (body:not(.single-post) …) zeroes
   margin-block-start on .fi-reason-desc, collapsing the 6px title→description gap
   (acasa.css re-asserts it only for body.home). Restore it for this page. */
.page-id-146 .fi-reason-desc {
	margin-top: 6px;
}
