.extra-service {
    font-family: "Gotham", Sans-Serif;
}

.extra-service button.yith-wcbk-add-to-cart-button.single_add_to_cart_button {
    border-radius: 35px;
}

.service-content.service-content--empty {
    display: none !important;
}

.tour-bookable-cross-sells {
    margin-top: 1rem;
}

.tour-bookable-cross-sells-dropdown {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: visible;
}

.tour-bookable-cross-sells-summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-bookable-cross-sells-summary::-webkit-details-marker {
    display: none;
}

.tour-bookable-cross-sells-summary h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.tour-bookable-cross-sells-icon {
    font-size: 24px;
    line-height: 1;
}

.tour-bookable-cross-sells-dropdown[open] .tour-bookable-cross-sells-icon {
    transform: rotate(45deg);
}

.tour-bookable-cross-sells-content {
    padding: 0 20px 20px;
}

.tour-bookable-cross-sell {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
}

.tour-bookable-cross-sell:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.tour-bookable-cross-sell h4 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 16px;
}

.tour-bookable-cross-sell-form form {
    margin-bottom: 0;
}

.tour-bookable-cross-sell-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}

.tour-bookable-cross-sell-option:first-child {
    border-top: 0;
}

.tour-bookable-cross-sell-option__body {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.tour-bookable-cross-sell-option__title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.tour-bookable-cross-sell-option__price {
    font-size: 16px;
    line-height: 1.4;
    white-space: nowrap;
    color: #666;
}

.tour-bookable-cross-sell-option__price .amount,
.tour-bookable-cross-sell-option__price .woocommerce-Price-amount {
    font-size: 16px;
}

.tour-bookable-cross-sell-option__price.is-unavailable {
    color: #b32d2e;
}

.yith-ext-cross-sell-total {
    display: block !important;
    width: 100% !important;
}

.yith-ext-cross-sell-total .yith-wcbk-booking-form-total__label {
    display: none !important;
}

.yith-ext-cross-sell-total .yith-wcbk-booking-form-total__value {
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

.yith-ext-cross-sell-breakdown {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.4;
    color: #666;
}

.yith-ext-cross-sell-breakdown > div > div:first-child {
    font-weight: 500;
    padding-left: 0 !important;
}

.yith-ext-cross-sell-breakdown .amount,
.yith-ext-cross-sell-breakdown .woocommerce-Price-amount {
    font-size: 14px !important;
    color: #666;
}

.yith-ext-cross-sell-combined-row,
.yith-ext-cross-sell-combined-row .yith-wcbk-booking-form-total__label,
.yith-ext-cross-sell-combined-row .yith-wcbk-booking-form-total__value,
.yith-ext-cross-sell-combined-row .yith-wcbk-booking-form-total__value .amount {
    font-size: 14px !important;
    line-height: 1.4;
}

.yith-ext-cross-sell-combined-row {
    font-weight: 600;
}

.yith-ext-cross-sell-combined-row .yith-wcbk-booking-form-total__label,
.yith-ext-cross-sell-combined-row .yith-wcbk-booking-form-total__value .amount {
    color: inherit;
}

.yith-ext-cross-sell-combined-row .yith-wcbk-booking-form-total__label {
    padding-left: 0 !important;
}

.yith-ext-cross-sell-combined-row .yith-wcbk-booking-form-total__value {
    padding-right: 0 !important;
}

.yith-wcbk-booking-form-totals__list > .yith-wcbk-booking-form-total--total-price:not(.yith-ext-cross-sell-combined-row)[style*="display: none"] {
    display: none !important;
}
