/*! BAV 2.0 — Story 24.1
 * Sub-line under the listing H1 for the ulisting-additional-title ACF field
 * (marketing flair like "EXCLUSIVITE — ..."). Rendered by the theme override
 * at ulisting/builder/attribute/title.php only when the ACF field is non-empty.
 *
 * Story 24.2 follow-up — small italic on the navy single_listing_main_wrapper.
 * `color: #FFF` works at every breakpoint because the navy background is
 * applied at every breakpoint. The block-centering rule for mobile/tablet
 * (below) handles horizontal alignment when the parent column left-pins
 * children at natural width on desktop.
 */.bav-listing-additional-title{font-family:var(--bav-font-family);font-size:var(--bav-font-size-sm);font-style:italic;color:#fff;line-height:var(--bav-line-height-normal);margin:var(--bav-space-xs) 0}@media (max-width:1199.98px){.bav-listing-additional-title{text-align:center}}@media (max-width:991.98px){.bav-listing-additional-title{align-self:center;margin-left:auto;margin-right:auto}}