@import 'public-booking/main_dependencies';

bb-attendee-adder {
  .attendee-adder {
    display: block;

    &__panel {
      width: 100%;
    }

    &__heading-box {
      height: $bb-panel-heading-line-height;
      display: flex;
      align-content: flex-start;
    }

    &__heading {
      margin: 0;
      font-weight: $bb-panel-heading-font-weight;
      line-height: $bb-panel-heading-line-height;
    }

    &__remove {
      @include button-link(black);
      padding: 0;
      margin-left: 10px;
    }

    &__button {
      width: 100%;
      margin-bottom: $bb-panel-margin-offset;
      height: 32px;
      background: white;
    }

  }
}