.bookly-service-step {
  /* =====================
     Responsive
  ====================== */ }
  .bookly-service-step .bookly-js-chain {
    display: grid;
    gap: 16px;
    margin-bottom: 24px; }
    .bookly-service-step .bookly-js-chain > .bookly-table .bookly-box {
      margin: 0; }
    .bookly-service-step .bookly-js-chain > .bookly-table select {
      width: 100%;
      min-height: 44px;
      padding: 10px 12px;
      border: 1px solid #d9d9d9;
      border-radius: 10px;
      background-color: #fff;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
      background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px), 0 0;
      background-size: 6px 6px, 6px 6px, 100% 100%;
      background-repeat: no-repeat; }
      .bookly-service-step .bookly-js-chain > .bookly-table select:hover {
        border-color: #bfbfbf; }
      .bookly-service-step .bookly-js-chain > .bookly-table select:focus {
        outline: 0;
        border-color: #b7b7b7;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06); }
    .bookly-service-step .bookly-js-chain > .bookly-table label {
      display: block;
      font-size: 14px;
      margin-bottom: 6px;
      opacity: .8; }
    .bookly-service-step .bookly-js-chain > .bookly-table .bookly-category-info,
    .bookly-service-step .bookly-js-chain > .bookly-table .bookly-service-info {
      display: none !important; }
  .bookly-service-step .bookly-category-info,
  .bookly-service-step .bookly-service-info {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    box-sizing: border-box;
    justify-content: flex-start; }
  .bookly-service-step .bookly-category-info {
    text-align: left; }
    .bookly-service-step .bookly-category-info > :first-child {
      font-weight: 700;
      font-size: 20px;
      color: #222;
      margin: 0 0 12px; }
    .bookly-service-step .bookly-category-info img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 12px;
      display: block;
      margin-bottom: 14px; }
    .bookly-service-step .bookly-category-info p,
    .bookly-service-step .bookly-category-info div {
      font-size: 14px;
      line-height: 1.6;
      opacity: .85; }
  .bookly-service-step .bookly-service-info {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #444; }
    .bookly-service-step .bookly-service-info br {
      display: none; }
    .bookly-service-step .bookly-service-info::first-line {
      font-weight: 700;
      font-size: 20px;
      color: #222; }
    .bookly-service-step .bookly-service-info strong,
    .bookly-service-step .bookly-service-info b {
      font-weight: 600; }
    .bookly-service-step .bookly-service-info .bookly-price,
    .bookly-service-step .bookly-service-info .bookly-service-price {
      display: block;
      margin: 8px 0 0;
      font-weight: 700;
      color: #222; }
    .bookly-service-step .bookly-service-info p,
    .bookly-service-step .bookly-service-info div {
      margin-top: 10px;
      line-height: 1.6;
      opacity: .85; }
  .bookly-service-step h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 0;
    line-height: 1.2; }
  .bookly-service-step .bookly-box {
    padding: 0; }
  @media (min-width: 992px) {
    .bookly-service-step .bookly-js-chain {
      grid-template-columns: repeat(12, 1fr);
      align-items: start; }
      .bookly-service-step .bookly-js-chain > .bookly-table {
        grid-column: 1 / -1;
        grid-template-columns: 2fr 2fr 1.3fr 1fr 1fr;
        gap: 14px;
        align-items: end; }
      .bookly-service-step .bookly-js-chain > .bookly-category-info {
        padding: 16px;
        grid-column: 1 / 7; }
      .bookly-service-step .bookly-js-chain > .bookly-service-info {
        padding: 16px;
        grid-column: 7 / 13; }
    .bookly-service-step .bookly-category-info,
    .bookly-service-step .bookly-service-info {
      min-height: 100%; } }
  @media (max-width: 991px) {
    .bookly-service-step .bookly-js-chain > .bookly-table {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px; }
      .bookly-service-step .bookly-js-chain > .bookly-table .bookly-availability-range {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px; } }
  @media (max-width: 650px) {
    .bookly-service-step .bookly-category-info.bookly-visible-md,
    .bookly-service-step .bookly-service-info.bookly-visible-md {
      display: flex !important; } }

/*# sourceMappingURL=main.css.map */
