.page-title-description {
  opacity: 0.7;
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  padding-left: 8px;
  top: -3px;
  position: relative;

  &--bookings {
    top: -4px;
    margin-left: 10px;
    padding: 4px 13px;
    background-color: #fddc0d;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 4px;
  }
}

.readonly {
  position: relative;
  &:before {
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
    cursor: default;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .exclusions-datepicker .vdp-datepicker__calendar > header {
    .prev, .next {
      opacity: 0;
    }
  }
}

.button-hero-row {
  display: flex;
  margin: 0 -8px;
  @include breakpoint(mobile) {
    display: block;
  }
  &--2 {
    .button-hero-container {flex-basis: 50%;}
  }
  &--3 {
    .button-hero-container {flex-basis: 33%;}
  }
  .button-hero-container {
    padding: 8px;
    display: flex;
    box-sizing: border-box;

    @include breakpoint(mobile) {
      padding: 8px 8px 0 8px;
      display: block;
    }
  }
  a.button.button-hero {
    width: 100%;
    justify-content: center;
    vertical-align: middle;
    height: auto;
    text-align: center;
    padding: 12px 36px;
    line-height: 1.5;
    flex-direction: column;
    display: flex;
    white-space: normal;

    .dashicons-external {
      opacity: .6;
    }
  }
}