/* .payment-chose-div i{
    color: #535353;
} */
.xdsoft_datetimepicker{
    float: left;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.appoinment-booking-area .single-booking-support{
    min-height: 300px;
}
.appoinment-booking-area .form-wrap .form-control {
    padding: 1px 7px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    margin-bottom: 10px;
    border-color: #d2d2d2;
    height: 30px !important;
}
.appoinment-booking-area .form-wrap {
    text-align: center;
}
/* .appoinment-booking-area{
    margin-top: -65px;
} */
.appoinment-booking-area .single-booking-area {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
}

#serviceDate{
    width: 242px;
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    background: #fff;
}
#divTopDays{
    padding-top: 18px !important;
}
#iPrvDate{
    background:var(--theamColor);
    padding: 5px 8px 4px 5px;
    border-radius: 24px;
    cursor: pointer;
    color: #fff;
    height: 25px;
    width: 26px;
}

#iNextDate{
    background:var(--theamColor);
    padding: 5px 5px 4px 8px;
    border-radius: 24px;
    cursor: pointer;
    color: #fff;
    height: 25px;
    width: 26px;
}
#iPrvDate:hover{
    background:var(--theamHoverColor);
}

#iNextDate:hover{
    background:var(--theamHoverColor);
}

#divPreNext{
    width: 60px;
}

label{
    font-weight: 500;
    margin-bottom: 1px !important;
    color:var(--theamColor);
}
#divDaysName{
    font-weight: 400;
    font-size: 17px;
    color:var(--theamColor);
}

#divServiceAvaiableTime, #divServiceAvaiableTime2 {
    border: 1px solid #dbdbdb;
    height: 220px;
    border-radius: 2px;
    padding: 7px;
    overflow-y: auto;
}

.divServiceAvaiable, .divServiceAvaiable2 {    
    padding: 15px;
    padding-top: 6px;

}

.divTimeSlot, .divTimeSlot2 {
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 1px;
    margin: 3px 3px;
    padding: 7px 7px;
    background: #fefefe;
    font-weight: 600;
    color: #666363;
    box-shadow: 1px 1px 3px -2px;
    cursor: pointer;
    min-width: 118px;
    font-size: 15px;
}

.divTimeSlotActive{
    color: #fff;
    background: var(--theamColor);
    border-color: var(--theamColor);
    border-radius: 2px;
}

.divTimeSlotActive:hover{
    color: #fff;
    background: var(--theamHoverColor) !important;
    border-color: var(--theamHoverColor) !important;
    border-radius: 2px;
}

.divTimeSlot:hover, .divTimeSlot2:hover {
    background: #f5f5f5;
}

.divSelectedService{
    color: #fff;
    border-radius: 2px;
    text-align: left;
    padding: 2px 15px;
    background: var(--theamColor);
}


.wizard > .content > .body {
    float: none; 
    position: unset;
     width: auto;
     height: auto;
    /* padding: 1px; */
}

.wizard > .content {
    background:none;
    display: unset;
    margin: 0;
    min-height: auto;
    overflow: auto;
    position: none;
    width: auto;
    -webkit-border-radius: auto;
    -moz-border-radius: auto;
    border-radius: auto;
}


.wizard > .steps .number {
    font-size: 13px;
}
.wizard > .steps {
    margin-bottom: 5px;
}
.wizard > .actions > ul{
    margin-bottom: -4px;
}
.wizard > .actions{
    margin-top: 10px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
    border-radius: 2px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
    background:var(--theamColor) !important;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    background:var(--theamActiveColor) !important;
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
			padding: 1px;
			margin: 1px;
			border-radius: 0px;
}
.wizard > .steps > ul > li {
    width: 50%;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
    background:var(--theamColor);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
    background:var(--theamColor) !important;
    box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    color: var(--theamColor);
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
border: none;
background: none;
}
.xdsoft_datetimepicker {
    height: 214px;
}


.serviceTime, .serviceTime2 {
    margin: 5px 3px;
}

.cp{
    cursor: pointer;
}

.payment-radio {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    cursor: pointer;
}

.color-black {
    color: #000 !important;
}
.border-red {
    border: 2px solid red !important;
}

.disabled-service {
    background: #eeeeee;
    border: 1px solid #d8d1d1;
    color: red;
}
.disabled-service-text {
    text-decoration: line-through !important;
}
.color-success{
    color: #3ac259;
}
@media only screen and (max-width: 768px) {
    .divTimeSlot, .divTimeSlot2  {
      width: 46% !important;
    }
    #divServiceCalendar{
        display: none;
    }
  }


  .payment-chose-div {
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    margin: 3px 3px;
    padding: 9px 9px;
    cursor: pointer;
  
}
#divPaymentMethod{
    max-width: 300px;
    padding-top: 10px;
}
.payment-chose-div img {
    width: 87px;
    height: 32px;
}

  .payment-chose{
    background:var(--theamColorRgba);
    border: 1px solid var(--theamColorRgba);
  }

  .payment-chose div{
      color: #fff !important;
  }
  .payment-chose i{
    color: #fff !important;
  }
  .table>:not(:first-child) {
    border-top:none;
}

#add-service-btn{
    padding: 3px 9px;
    font-size: 14px;
}

#tbl-service-cart thead tr{
    background: var(--theamColorRgba);
}

#tbl-service-cart{
    border: 1px solid #f1f1f1;
}

#tbl-service-cart thead tr th{
    height: 35px !important;
}

#tbl-service-cart td{
    height: 45px !important;
}

#tbl-service-cart thead tr th:first-child{
    width: 8px !important;
}

#divOrderSummary h5{
    background: var(--theamColorRgba);
    padding: 11px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 24px;
}

#divOrderSummary{
    border: 1px solid #f3f0f0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-bottom:30px;
}
.summary-service {
    width: 100%;
    float: left;
    padding: 14px 21px;
    border-bottom: 1px solid #f2f2f2;
}
.service-item{
    width: 100%;
    float: left;
    padding: 8px 20px;
}
.service-border-button{
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
}
#coupon_code{
    height: auto !important;
    margin-bottom: auto !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
}

/* --- Client booking flow (refreshed layout) --- */
.booking-page-wrap {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.booking-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1a1a2e;
}

.booking-page-lead {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .booking-page-lead {
        margin-left: 0;
        margin-right: 0;
    }
}

.booking-card-elevated {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08) !important;
}

.booking-flow .booking-form-wrap {
    text-align: start;
    padding: 0.25rem 0.5rem 1.25rem;
}

@media (min-width: 768px) {
    .booking-flow .booking-form-wrap {
        padding: 0.5rem 1.25rem 1.5rem;
    }
}

.booking-flow .booking-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #334155;
    margin-bottom: 0.35rem;
}

.booking-flow .booking-control,
.booking-flow .booking-form-wrap .form-control.booking-control {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.9375rem !important;
    font-weight: 500;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    min-height: 42px;
    background-color: #f8fafc;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.booking-flow .booking-control:focus,
.booking-flow .booking-form-wrap .form-control.booking-control:focus {
    background-color: #fff;
    border-color: var(--theamColor) !important;
    box-shadow: 0 0 0 3px var(--theamColorRgba);
    outline: none;
}

.booking-flow textarea.booking-textarea {
    min-height: 100px !important;
    height: auto !important;
    resize: vertical;
    line-height: 1.45;
}

.booking-section {
    padding: 1.25rem 1rem;
    margin-bottom: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #eef2f7;
    border-radius: 14px;
}

@media (min-width: 768px) {
    .booking-section {
        padding: 1.5rem 1.35rem;
    }
}

.booking-section--last {
    margin-bottom: 0;
}

.booking-section-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.booking-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    background: var(--theamColorRgba);
    color: var(--theamColor);
    font-size: 0.95rem;
}

.booking-hint {
    margin-top: -0.25rem;
}

.booking-time-well {
    border: 1px solid #e2e8f0;
    height: 220px;
    border-radius: 12px;
    padding: 10px;
    overflow-y: auto;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.booking-flow #divServiceAvaiableTime,
.booking-flow #divServiceAvaiableTime2 {
    border: none;
    height: auto;
    min-height: 220px;
}

.booking-selection-preview {
    color: #fff !important;
    border-radius: 12px;
    text-align: left;
    padding: 0.65rem 1rem;
    background: linear-gradient(135deg, var(--theamColor) 0%, var(--theamHoverColor) 100%);
    box-shadow: 0 4px 14px var(--theamColorRgba);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 3rem;
}

.booking-selection-preview-icon {
    opacity: 0.95;
    flex-shrink: 0;
}

.booking-selection-preview-text {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.35;
}

.booking-flow #add-service-btn.booking-btn-add {
    border-radius: 10px;
    padding: 0.5rem 1rem !important;
    font-weight: 600;
    font-size: 0.9375rem !important;
    background: var(--theamColor);
    border: none;
    color: #fff;
    box-shadow: 0 4px 12px var(--theamColorRgba);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.booking-flow #add-service-btn.booking-btn-add:hover:not(:disabled) {
    background: var(--theamHoverColor);
    color: #fff;
    transform: translateY(-1px);
}

.booking-flow #add-service-btn.booking-btn-add:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.booking-schedule-table-wrap {
    border-radius: 12px;
    border: 1px solid #eef2f7;
    overflow: hidden;
}

.booking-schedule-table {
    margin-bottom: 0;
}

.booking-schedule-table thead tr {
    background: #f1f5f9 !important;
}

.booking-schedule-table thead th {
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #64748b !important;
    border: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.booking-schedule-table tbody td {
    vertical-align: middle;
    border-color: #f1f5f9;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

/* Time slot chips */
.booking-flow .divTimeSlot,
.booking-flow .divTimeSlot2 {
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    min-width: 5.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.45rem 0.5rem;
    margin: 4px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.booking-flow .divTimeSlot:hover,
.booking-flow .divTimeSlot2:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.booking-flow .divTimeSlotActive,
.booking-flow .divTimeSlotActive:hover {
    background: var(--theamColor) !important;
    border-color: var(--theamColor) !important;
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.1), 0 6px 16px rgba(2, 132, 199, 0.25);
}

/* Wizard: jquery.steps.css stacks .body with position:absolute; inactive panel can still capture clicks in some layouts */
.booking-flow .wizard > .content {
    overflow: visible;
    position: relative;
    min-height: 0;
}

.booking-flow .wizard > .content > .body {
    float: none !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    padding: 0 !important;
}

.booking-flow .wizard > .content > .body:not(.current) {
    pointer-events: none !important;
}

.booking-flow .wizard > .content > .body.current {
    position: relative !important;
    z-index: 2;
    pointer-events: auto;
}

/* Wizard stepper */
.booking-flow .wizard > .steps {
    margin-bottom: 1.25rem;
    padding: 0 0.25rem;
}

.booking-flow .wizard > .steps > ul {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.booking-flow .wizard > .steps > ul > li {
    width: auto !important;
    flex: 1;
    max-width: 220px;
    float: none !important;
}

.booking-flow .wizard > .steps a,
.booking-flow .wizard > .steps a:hover,
.booking-flow .wizard > .steps a:active {
    border-radius: 999px !important;
    padding: 0.55rem 0.85rem !important;
    margin: 0 !important;
    font-weight: 600;
    font-size: 0.875rem;
    background: #e2e8f0 !important;
    color: #475569 !important;
    border: none !important;
}

.booking-flow .wizard > .steps .current a,
.booking-flow .wizard > .steps .current a:hover,
.booking-flow .wizard > .steps .current a:active {
    background: var(--theamColor) !important;
    color: #fff !important;
}

.booking-flow .wizard > .steps .done a,
.booking-flow .wizard > .steps .done a:hover,
.booking-flow .wizard > .steps .done a:active {
    background: var(--theamActiveColor) !important;
    color: #fff !important;
}

.booking-flow .wizard > .steps .number {
    display: none;
}

.booking-flow .wizard > .actions {
    margin-top: 1.25rem;
    padding: 0 0.25rem;
}

.booking-flow .wizard > .actions a,
.booking-flow .wizard > .actions a:hover,
.booking-flow .wizard > .actions a:active {
    border-radius: 10px !important;
    padding: 0.55rem 1.25rem !important;
    font-weight: 600;
}

.booking-success-panel {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.booking-success-icon {
    font-size: 3.5rem;
    line-height: 1;
    color: #22c55e;
    filter: drop-shadow(0 4px 12px rgba(34, 197, 94, 0.35));
}

.booking-success-heading {
    font-weight: 700;
    font-size: 1.35rem;
}

.booking-success-lead {
    font-size: 1rem;
}

.booking-success-body {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Select2 alignment inside booking */
.booking-flow .select2-container .select2-selection--single,
.booking-flow .select2-container .select2-selection--multiple {
    min-height: 42px;
    border-radius: 10px !important;
    border-color: #e2e8f0 !important;
    background-color: #f8fafc;
}

.booking-flow .select2-container--focus .select2-selection--single,
.booking-flow .select2-container--focus .select2-selection--multiple {
    border-color: var(--theamColor) !important;
    box-shadow: 0 0 0 3px var(--theamColorRgba);
}

.booking-flow .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0.35rem 0.5rem;
}

@media only screen and (max-width: 768px) {
    .booking-flow .wizard > .steps > ul {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-flow .wizard > .steps > ul > li {
        max-width: none;
    }
}

/* Guest booking: ventanas + ocultar pestañas del plugin steps (el progreso va en la pastilla) */
.guest-booking-page #serviceStep > .steps {
    display: none !important;
}

.booking-page-wrap .guest-booking-window,
.guest-booking-page .guest-booking-window {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.booking-page-wrap .guest-booking-window--planning .booking-section,
.guest-booking-page .guest-booking-window--planning .booking-section {
    margin-bottom: 0;
}

.booking-page-wrap .guest-booking-window--planning .booking-section + .booking-section,
.guest-booking-page .guest-booking-window--planning .booking-section + .booking-section {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.guest-booking-page .guest-intro-title {
    font-weight: 700;
    font-size: 1.65rem;
}

.guest-booking-page .guest-booking-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
}

.guest-booking-page .guest-booking-intro-card {
    max-width: 28rem;
}

/* Guest booking: intro + service cards + step pill */
.guest-booking-page .guest-booking-intro {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.guest-booking-page .guest-booking-login-hint {
    font-size: 0.95rem;
}

.guest-booking-page .guest-booking-cta {
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 42, 106, 0.18);
}

.guest-booking-page .guest-step-pill {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: #f1f5f9;
    font-weight: 600;
    color: #334155 !important;
}

.booking-page-wrap .guest-service-card,
.guest-booking-page .guest-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 7rem;
    padding: 1rem 0.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.booking-page-wrap .guest-service-card:hover,
.guest-booking-page .guest-service-card:hover {
    border-color: var(--theamColor);
    box-shadow: 0 4px 14px rgba(0, 42, 106, 0.1);
}

.booking-page-wrap .guest-service-card.is-selected,
.guest-booking-page .guest-service-card.is-selected {
    border-color: var(--theamColor);
    background: rgba(0, 42, 106, 0.04);
    box-shadow: 0 0 0 3px var(--theamColorRgba);
}

.booking-page-wrap .guest-service-card-icon,
.guest-booking-page .guest-service-card-icon {
    font-size: 1.75rem;
    color: var(--theamColor);
}

.booking-page-wrap .guest-service-card-label,
.guest-booking-page .guest-service-card-label {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.booking-page-wrap .guest-frequency-group .guest-freq-btn,
.guest-booking-page .guest-frequency-group .guest-freq-btn {
    border-radius: 999px !important;
    margin: 0.15rem;
}

/* Bootstrap 5 outline buttons use --bs-btn-*; override so .is-selected wins on both guest and client booking */
.booking-page-wrap .guest-frequency-group .guest-freq-btn.is-selected,
.guest-booking-page .guest-frequency-group .guest-freq-btn.is-selected {
    background-color: var(--theamColor) !important;
    background-image: none !important;
    border-color: var(--theamColor) !important;
    color: #fff !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: var(--theamColor) !important;
    --bs-btn-border-color: var(--theamColor) !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: var(--theamColor) !important;
    --bs-btn-hover-border-color: var(--theamColor) !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: var(--theamColor) !important;
    --bs-btn-active-border-color: var(--theamColor) !important;
    box-shadow: none !important;
}

.booking-page-wrap .guest-frequency-group.btn-group,
.guest-booking-page .guest-frequency-group.btn-group {
    flex-wrap: wrap;
    gap: 0.35rem;
    row-gap: 0.5rem;
}

/* Preferred weekdays: pill toggles (multi-select); checkboxes stay for JS + a11y */
.booking-page-wrap .guest-weekday-pills .guest-day-pill,
.guest-booking-page .guest-weekday-pills .guest-day-pill {
    border-radius: 999px !important;
    padding: 0.4rem 1rem !important;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.25;
    border-width: 2px !important;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.booking-page-wrap .guest-weekday-pills .guest-day-pill:focus-within,
.guest-booking-page .guest-weekday-pills .guest-day-pill:focus-within {
    box-shadow: 0 0 0 3px var(--theamColorRgba);
}

#booking_planning_ordinal_row.d-none {
    display: none !important;
}

.booking-page-wrap .booking-schedule-day-btn.active,
.guest-booking-page .booking-schedule-day-btn.active {
    background-color: var(--theamColor) !important;
    border-color: var(--theamColor) !important;
    color: #fff !important;
}

.booking-page-wrap .guest-weekday-pills.guest-weekday-pills--invalid,
.guest-booking-page .guest-weekday-pills.guest-weekday-pills--invalid {
    outline: 2px solid #dc3545;
    outline-offset: 4px;
    border-radius: 0.5rem;
}

.booking-page-wrap .guest-weekday-pills .guest-day-pill:has(.guest-pref-day:checked),
.guest-booking-page .guest-weekday-pills .guest-day-pill:has(.guest-pref-day:checked) {
    background-color: var(--theamColor) !important;
    background-image: none !important;
    border-color: var(--theamColor) !important;
    color: #fff !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: var(--theamColor) !important;
    --bs-btn-border-color: var(--theamColor) !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: var(--theamColor) !important;
    --bs-btn-hover-border-color: var(--theamColor) !important;
    box-shadow: none !important;
}

.booking-page-wrap .guest-info-wrap,
.guest-booking-page .guest-info-wrap {
    cursor: help;
}

.guest-booking-page .guest-summary-panel dl {
    margin-bottom: 0;
}

.guest-booking-page .guest-summary-panel dt {
    font-weight: 600;
    color: #64748b;
}

.guest-booking-page .guest-summary-panel dd {
    margin-bottom: 0.5rem;
}