/* SHIREEN M PROPERTY v1.5.2 - PROPERTY DETAIL LAYOUT HOTFIX + MEETING REQUEST LABELS */
:root{--v152-ivory:#F7F3EE;--v152-char:#25211F;--v152-rose:#B77779;--v152-gold:#C8A96B;--v152-line:#e5dad2}

/*
 * v1.5.0 inserted .v15-property-offers as a direct child of the legacy
 * two-column .detail-grid.  That created a third grid item and pushed the
 * real property content into the narrow sidebar column.  Hide that invalid
 * direct-child state until v152.js relocates the offer panel into the main
 * content column.  Once relocated this selector no longer applies.
 */
.property-detail .detail-grid>.v15-property-offers{display:none!important}
.property-detail .v152-detail-main>.v15-property-offers{display:block!important;height:auto!important;min-height:0!important;margin:0 0 24px!important;align-self:auto!important}

/* Keep the restored legacy property-detail layout stable without touching the gallery. */
.property-detail .detail-grid.v152-detail-grid{align-items:start!important}
.property-detail .detail-grid.v152-detail-grid>*{min-width:0}
.property-detail .detail-grid.v152-detail-grid>.enquiry-card,
.property-detail .detail-grid.v152-detail-grid>.v152-detail-sidebar{align-self:start!important}
.property-detail .v121-property-actions{height:auto!important;min-height:0!important}
.property-detail .v121-property-actions__buttons{min-width:0!important}
.property-detail .v121-tool{white-space:normal!important;text-align:center!important}

/* General meeting CTA: retain the compact rail icon, but never clip its hover label. */
.v14-social-rail .v151-book-rail:hover,
.v14-social-rail .v151-book-rail:focus,
.v14-social-rail .v151-book-rail:focus-visible{width:166px!important}
.v14-social-rail .v151-book-rail em{padding-right:14px!important}

@media(max-width:980px){
  .property-detail .detail-grid.v152-detail-grid{grid-template-columns:1fr!important}
  .property-detail .detail-grid.v152-detail-grid>.enquiry-card,
  .property-detail .detail-grid.v152-detail-grid>.v152-detail-sidebar{position:static!important;grid-column:auto!important;grid-row:auto!important;width:auto!important}
}
@media(max-width:900px){
  .v14-social-rail .v151-book-rail,
  .v14-social-rail .v151-book-rail:hover,
  .v14-social-rail .v151-book-rail:focus,
  .v14-social-rail .v151-book-rail:focus-visible{width:40px!important}
}
