@media screen {
  body.price-refresh .rate-shortlist-list > li.booking-channel {
    display: block !important;
    min-width: 0;
    padding: 0 !important;
    overflow: hidden;
    color: #6f5d49;
    background: #fffdfa;
    border: 1px solid #e7d7c2;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgb(91 61 30 / 5%);
  }

  body.price-refresh .booking-channel,
  body.price-refresh .booking-channel * {
    box-sizing: border-box;
  }

  body.price-refresh .booking-channel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    padding: 18px 20px;
    background: #faf1e5;
    border-bottom: 1px solid #eadbc6;
  }

  body.price-refresh .booking-channel-title {
    min-width: 0;
  }

  body.price-refresh .booking-channel-title b {
    display: block;
    margin: 0 0 3px;
    color: #4d3c2b;
    font-family: Manrope, 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  body.price-refresh .booking-channel-title span {
    display: block;
    color: #8b755b;
    font-size: 10px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  body.price-refresh .booking-channel-remove,
  body.price-refresh .booking-line-remove {
    display: inline-grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    color: #9e7652;
    font: 700 18px/1 'Be Vietnam Pro', sans-serif;
    cursor: pointer;
    background: #fffaf2;
    border: 1px solid #e3cdb0;
    border-radius: 50%;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
  }

  body.price-refresh .booking-channel-remove:hover,
  body.price-refresh .booking-line-remove:hover {
    color: #fff;
    background: #c55b34;
    border-color: #c55b34;
    transform: translateY(-1px);
  }

  body.price-refresh .booking-lines {
    display: grid;
    min-width: 0;
  }

  body.price-refresh .booking-line {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(150px, auto) minmax(130px, auto) 44px;
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 17px 20px;
    background: #fffdfa;
    border-bottom: 1px solid #f0e4d3;
  }

  body.price-refresh .booking-line-main {
    min-width: 0;
  }

  body.price-refresh .booking-line-main > b,
  body.price-refresh .booking-line-main > strong {
    display: block;
    margin: 0 0 4px;
    color: #5a442e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  body.price-refresh .booking-line-price {
    display: block;
    color: #9c7444;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.6;
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
  }

  body.price-refresh .booking-line-kpi {
    display: block;
    margin-top: 3px;
    color: #917b61;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  body.price-refresh .booking-line-quantity {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 9px;
    align-items: center;
    min-width: 0;
    color: #8f775b;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
  }

  body.price-refresh .booking-line-quantity > span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.price-refresh .booking-line-quantity input {
    width: 72px;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 8px;
    color: #6d4c2e;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    font-variant-numeric: tabular-nums;
    background: #fff;
    border: 1px solid #ddc29f;
    border-radius: 7px;
  }

  body.price-refresh .booking-line-package {
    grid-column: 1 / -1;
    margin: -3px 0 0;
    color: #9a8062;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.45;
  }

  body.price-refresh .booking-line-subtotal {
    min-width: 0;
    color: #483727;
    font-family: Manrope, 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    text-align: right;
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
  }

  body.price-refresh .booking-add-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 16px 20px;
    background: #fff9ef;
  }

  body.price-refresh .booking-add-wrap > label,
  body.price-refresh .booking-add-wrap > span {
    flex: 0 0 auto;
    color: #8c704f;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
  }

  body.price-refresh .booking-add-select {
    width: min(390px, 100%);
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding: 10px 38px 10px 13px;
    color: #6c4d31;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dfc6a3;
    border-radius: 7px;
  }

  body.price-refresh .booking-add-select:disabled {
    color: #9d8e7d;
    cursor: not-allowed;
    background-color: #f5eee4;
    opacity: .78;
  }

  body.price-refresh .booking-empty {
    margin: 0;
    padding: 17px 20px;
    color: #8d7559;
    font-size: 11px;
    line-height: 1.75;
    background: #fffaf2;
    border-bottom: 1px dashed #e7d3b7;
  }

  body.price-refresh .booking-summary-note {
    margin: 0;
    padding: 0 20px 16px;
    color: #8a7357;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.65;
    background: #fff9ef;
    overflow-wrap: anywhere;
  }

  body.price-refresh .booking-channel-remove:focus-visible,
  body.price-refresh .booking-line-remove:focus-visible,
  body.price-refresh .booking-line-quantity input:focus-visible,
  body.price-refresh .booking-add-select:focus-visible {
    position: relative;
    z-index: 2;
    outline: 3px solid #ce8d55;
    outline-offset: 2px;
  }
}

@media screen and (max-width: 760px) {
  body.price-refresh .booking-line {
    grid-template-columns: minmax(0, 1fr) minmax(130px, auto) 44px;
    grid-template-areas:
      'main main remove'
      'quantity subtotal subtotal';
    row-gap: 13px;
  }

  body.price-refresh .booking-line-main {
    grid-area: main;
  }

  body.price-refresh .booking-line-quantity {
    grid-area: quantity;
  }

  body.price-refresh .booking-line-subtotal {
    grid-area: subtotal;
  }

  body.price-refresh .booking-line-remove {
    grid-area: remove;
    justify-self: end;
  }
}

@media screen and (max-width: 600px) {
  body.price-refresh .rate-shortlist-list > li.booking-channel {
    border-radius: 8px;
  }

  body.price-refresh .booking-channel-head {
    gap: 10px;
    padding: 15px 14px;
  }

  body.price-refresh .booking-channel-title b {
    font-size: 14px;
  }

  body.price-refresh .booking-line {
    grid-template-columns: minmax(0, 1fr) 44px;
    grid-template-areas:
      'main remove'
      'quantity quantity'
      'subtotal subtotal';
    gap: 11px 10px;
    padding: 15px 14px;
  }

  body.price-refresh .booking-line-quantity {
    grid-template-columns: minmax(0, 1fr) 72px;
    width: 100%;
    padding-top: 11px;
    border-top: 1px solid #f0e2cf;
  }

  body.price-refresh .booking-line-subtotal {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    text-align: left;
    background: #faf1e5;
    border-radius: 6px;
  }

  body.price-refresh .booking-add-wrap {
    display: grid;
    gap: 7px;
    padding: 14px;
  }

  body.price-refresh .booking-add-select {
    width: 100%;
  }

  body.price-refresh .booking-empty {
    padding: 15px 14px;
  }

  body.price-refresh .booking-summary-note {
    padding: 0 14px 14px;
  }
}

@media screen and (max-width: 360px) {
  body.price-refresh .booking-channel-head,
  body.price-refresh .booking-line,
  body.price-refresh .booking-add-wrap {
    padding-right: 11px;
    padding-left: 11px;
  }

  body.price-refresh .booking-channel-title b {
    font-size: 13px;
  }

  body.price-refresh .booking-channel-title span,
  body.price-refresh .booking-line-price {
    font-size: 9px;
  }

  body.price-refresh .booking-line-quantity {
    grid-template-columns: minmax(0, 1fr) 68px;
  }

  body.price-refresh .booking-line-quantity input {
    width: 68px;
  }

  body.price-refresh .booking-line-subtotal {
    font-size: 13px;
  }

  body.price-refresh .booking-empty {
    padding-right: 11px;
    padding-left: 11px;
  }

  body.price-refresh .booking-summary-note {
    padding-right: 11px;
    padding-left: 11px;
  }
}

@media print {
  body.price-refresh .rate-shortlist-list > li.booking-channel {
    display: block !important;
    padding: 0 !important;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #bbb !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    break-inside: avoid-page;
  }

  body.price-refresh .booking-channel-head {
    display: block !important;
    padding: 8px 10px !important;
    color: #000 !important;
    background: #fff !important;
    border-bottom: 1px solid #bbb !important;
  }

  body.price-refresh .booking-channel-title b,
  body.price-refresh .booking-channel-title span,
  body.price-refresh .booking-line-main > b,
  body.price-refresh .booking-line-main > strong,
  body.price-refresh .booking-line-price,
  body.price-refresh .booking-line-kpi,
  body.price-refresh .booking-line-subtotal,
  body.price-refresh .booking-line-quantity,
  body.price-refresh .booking-summary-note {
    color: #000 !important;
  }

  body.price-refresh .booking-lines {
    display: block !important;
  }

  body.price-refresh .booking-line {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 7px 10px !important;
    background: #fff !important;
    border-bottom: 1px solid #ddd !important;
    break-inside: avoid;
  }

  body.price-refresh .booking-line-quantity {
    display: inline-grid !important;
    grid-template-columns: auto 38px !important;
    gap: 4px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.price-refresh .booking-line-quantity input {
    display: block !important;
    width: 38px !important;
    min-height: 0 !important;
    padding: 1px !important;
    color: #000 !important;
    background: transparent !important;
    border: 0 !important;
  }

  body.price-refresh .booking-line-subtotal {
    padding: 0 !important;
    color: #000 !important;
    background: transparent !important;
    text-align: right !important;
  }

  body.price-refresh .booking-summary-note {
    display: block !important;
    padding: 5px 10px 7px !important;
    background: #fff !important;
  }

  body.price-refresh .booking-channel-remove,
  body.price-refresh .booking-line-remove,
  body.price-refresh .booking-add-wrap,
  body.price-refresh .booking-empty {
    display: none !important;
  }
}
