.hch-accessory-availability {
    display: block;
    grid-column: 1 / -1;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.hch-accessory-availability.is-available {
    color: #13796d;
}

.hch-accessory-availability.is-unavailable {
    color: #be0000;
}

.hch-accessory-availability.is-checking,
.hch-accessory-availability.needs-dates {
    color: #6d6d6d;
}

.hch-accessory-card.hch-accessory-is-unavailable {
    opacity: 0.68;
}

.hch-accessory-card.hch-accessory-is-unavailable .hch-accessory-choice {
    cursor: not-allowed;
}

.hch-accessory-card.hch-accessory-is-unavailable .hch-accessory-switch {
    background: #d0d0d0 !important;
}

.hch-accessory-card.hch-accessory-is-checking .hch-accessory-switch {
    opacity: 0.65;
}

.hch-accessory-submit-error {
    display: none;
    margin: 12px 0;
    padding: 10px 12px;
    border-left: 4px solid #be0000;
    background: #fff2f2;
    color: #8d0000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.hch-selected-accessories-summary {
    margin: 14px 0 18px;
    padding: 15px 17px;
    border: 1px solid #d8d8d8;
    border-left: 4px solid #be0000;
    border-radius: 6px;
    background: #fafafa;
}

.hch-selected-accessories-summary[hidden] {
    display: none !important;
}

.hch-selected-accessories-summary__title {
    margin: 0 0 10px;
    padding: 0;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hch-selected-accessories-summary__list {
    display: grid;
    gap: 7px;
}

.hch-selected-accessories-summary__row,
.hch-selected-accessories-summary__total {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.hch-selected-accessories-summary__row {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
}

.hch-selected-accessories-summary__name {
    min-width: 0;
}

.hch-selected-accessories-summary__price {
    flex: 0 0 auto;
    color: #be0000;
    white-space: nowrap;
}

.hch-selected-accessories-summary__total {
    margin-top: 11px;
    padding-top: 10px;
    border-top: 1px solid #d8d8d8;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
}

.hch-selected-accessories-summary__total strong {
    color: #be0000;
    white-space: nowrap;
}

.hch-selected-accessories-summary__note {
    margin: 8px 0 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.4;
}

@media screen and (max-width: 600px) {
    .hch-selected-accessories-summary__row,
    .hch-selected-accessories-summary__total {
        gap: 10px;
    }
}

/*
 * Match the native RnB price breakdown to the selected-accessories panel.
 * RnB rebuilds this markup after every pricing request, so these selectors
 * deliberately target the stable wrapper and row classes rather than inline
 * styles generated by the rental plugin.
 */
form.rnb-cart .rnb-loader,
form.cart .rnb-loader {
    margin: 14px 0 18px !important;
}

form.rnb-cart .booking-pricing-info:not(.booking-layout-hidden),
form.cart .booking-pricing-info:not(.booking-layout-hidden) {
    margin: 0 !important;
    padding: 15px 17px !important;
    border: 1px solid #d8d8d8 !important;
    border-left: 4px solid #be0000 !important;
    border-radius: 6px !important;
    background: #fafafa !important;
    box-shadow: none !important;
}

form.rnb-cart .booking-pricing-info .booking_cost,
form.cart .booking-pricing-info .booking_cost {
    margin: 0 !important;
    padding: 0 !important;
}

form.rnb-cart .booking-pricing-info ul,
form.cart .booking-pricing-info ul {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

form.rnb-cart .booking-pricing-info ul li,
form.cart .booking-pricing-info ul li {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
    color: #333333 !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    list-style: none !important;
}

form.rnb-cart .booking-pricing-info ul li::before,
form.rnb-cart .booking-pricing-info ul li::marker,
form.cart .booking-pricing-info ul li::before,
form.cart .booking-pricing-info ul li::marker {
    display: none !important;
    content: none !important;
}

form.rnb-cart .booking-pricing-info ul li:first-child,
form.cart .booking-pricing-info ul li:first-child {
    padding-top: 0 !important;
}

form.rnb-cart .booking-pricing-info ul li:last-child,
form.cart .booking-pricing-info ul li:last-child {
    margin-top: 1px !important;
    padding-top: 11px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    color: #222222 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

form.rnb-cart .booking-pricing-info ul li .name,
form.cart .booking-pricing-info ul li .name {
    min-width: 0 !important;
    color: inherit !important;
    font-weight: inherit !important;
}

form.rnb-cart .booking-pricing-info ul li .price,
form.cart .booking-pricing-info ul li .price {
    flex: 0 0 auto !important;
    color: #be0000 !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 600px) {
    form.rnb-cart .booking-pricing-info:not(.booking-layout-hidden),
    form.cart .booking-pricing-info:not(.booking-layout-hidden) {
        padding: 13px !important;
    }

    form.rnb-cart .booking-pricing-info ul li,
    form.cart .booking-pricing-info ul li {
        gap: 10px !important;
    }
}


/*
 * Detailed primary-item and accessory rows use the same typography so the two
 * booking summaries read as one consistent breakdown.
 */
.hch-primary-booking-summary__title {
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #222222 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

.hch-selected-accessories-summary__name,
form.rnb-cart .booking-pricing-info ul li .name.hch-primary-booking-summary__item,
form.cart .booking-pricing-info ul li .name.hch-primary-booking-summary__item {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    min-width: 0 !important;
}

.hch-selected-accessories-summary__item-title,
.hch-primary-booking-summary__item-title {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.hch-selected-accessories-summary__item-meta,
.hch-primary-booking-summary__item-meta {
    display: block;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

/* Final combined camper + accessories amount, positioned after both panels. */
.hch-combined-booking-total {
    display: block;
    margin: 14px 0 18px;
    padding: 16px 17px;
    border: 1px solid #d8d8d8;
    border-left: 4px solid #be0000;
    border-radius: 6px;
    background: #f5f5f5;
    color: #222222;
}

.hch-combined-booking-total__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 4px 0;
}

.hch-combined-booking-total__row--total {
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 4px;
}

.hch-combined-booking-total__row--deposit .hch-combined-booking-total__label,
.hch-combined-booking-total__row--deposit .hch-combined-booking-total__amount {
    color: #be0000;
}

.hch-combined-booking-total__row--balance .hch-combined-booking-total__label,
.hch-combined-booking-total__row--balance .hch-combined-booking-total__amount {
    font-size: 15px;
    font-weight: 600;
}

.hch-combined-booking-total[hidden] {
    display: none !important;
}

.hch-combined-booking-total__label {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.hch-combined-booking-total__amount {
    flex: 0 0 auto;
    color: #be0000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .hch-combined-booking-total {
        gap: 10px;
        padding: 14px 13px;
    }

    .hch-combined-booking-total__label {
        font-size: 16px;
    }

    .hch-combined-booking-total__amount {
        font-size: 18px;
    }
}
