/* Final booking/contact presentation tweaks. */

@media (max-width: 820px) {
  .bbb-booking-page .bbb-property-details-header {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .bbb-booking-page .bbb-property-details-header > div:first-child {
    margin-inline: 0 auto;
    text-align: left;
    width: 100%;
  }

  .bbb-booking-page #bbb-property-details-title {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .bbb-contact-page .bbb-contact-value a[href^="mailto:"] {
    display: inline-block;
    font-size: clamp(.7rem, 3.6vw, .95rem);
    letter-spacing: -.01em;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
  }
}
