/* Reuse the hero selectors and quiet booking link in the closing section. */
.booking-actions{
  display:grid;
  gap:16px;
  width:100%;
  max-width:578px;
}
.booking-actions .quiet-link{
  display:flex;
  align-items:center;
  justify-self:center;
  min-height:44px;
  max-width:100%;
  color:var(--shell);
  text-align:center;
}
.booking-property-pills{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.booking-property-pills .property-selector{
  min-width:0;
  color:var(--charcoal);
}
@media(max-width:900px){
  .booking-property-pills{gap:10px}
}
