@import 'public-booking/main_dependencies.scss';

@mixin service-base {
  display: block;

  .service__description-btn.btn.btn-link {
    padding: 0;
  }

  .service__content {
    padding: 20px;
    background-color: #ffffff;
    border: solid 1px $bb-panel-border-color;
    border-radius: 2px;
  }

  .service__price {
    height: 12px;
    font-size: 12px;
    text-align: left;
    color: #9e9e9e;
  }

  .service__title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: $bb-main-gray;
    margin-top: 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .service__description {
    font-size: 14px;
    line-height: 1.57;
    text-align: justify;
    color: $bb-main-gray;
    word-wrap: break-word;
    hyphens: auto;

    button {
      padding: 0;
      border: none;
    }
  }

  .service__button-box {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
  }

}
