#totalt .resa-total-per-person,
#totalt .resa-total-total {
    margin-bottom: 0;
}

#resenarer .d-flex.justify-content-between > div:first-child,
.card-header .d-flex.justify-content-between > div:first-child {
    min-width: 0;
}

.booking-sidebar-choice-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.booking-sidebar-choice-title-row .card-title {
    margin-bottom: 0.5rem;
}

.booking-sidebar-choice-header .varukorg-head {
    width: 100%;
    margin-bottom: 0;
}

.booking-clear-action--compact {
    gap: 0.35rem;
    font-size: 0.82rem;
    line-height: 1.2;
}

.booking-clear-action--compact i {
    font-size: 0.95rem;
}

.booking-clear-action--compact span {
    font-size: 0.82rem;
}

.varukorg-body .booking-summary-row {
    display: grid !important;
    grid-template-columns: minmax(108px, 132px) minmax(0, 1fr);
    align-items: start !important;
    gap: 0.85rem;
}

.varukorg-body .booking-summary-row__label {
    line-height: 1.35;
}

.varukorg-body .booking-summary-row__value {
    min-width: 0;
    text-align: right;
    line-height: 1.45;
    color: #6f7f95;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .varukorg-body .booking-summary-row {
        grid-template-columns: minmax(92px, 108px) minmax(0, 1fr);
        gap: 0.65rem;
    }

    .varukorg-body .booking-summary-row__value {
        -webkit-line-clamp: 3;
    }
}

.booking-step-next-hint {
    display: none !important;
}

.back-top {
    z-index: 10020 !important;
}

.booking-step-toast {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 10030;
    width: min(420px, calc(100vw - 2rem));
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: #1f1f1f;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    color: #fff;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.booking-inventory-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10040;
    width: min(460px, calc(100vw - 2rem));
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(245, 158, 11, 0.42);
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.38);
    color: #fff;
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px));
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    text-align: center;
}

.booking-year-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10038;
    width: min(460px, calc(100vw - 2rem));
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(66, 172, 220, 0.48);
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.38);
    color: #fff;
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px));
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    text-align: center;
}

.booking-inventory-toast__close {
    position: absolute;
    top: 0.55rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.35rem;
    line-height: 1;
}

.booking-year-toast__close {
    position: absolute;
    top: 0.55rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.35rem;
    line-height: 1;
}

.booking-step-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.booking-inventory-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.booking-year-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.booking-step-toast__eyebrow {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.booking-inventory-toast__eyebrow {
    display: block;
    margin-bottom: 0.35rem;
    color: #fbbf24;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.booking-year-toast__eyebrow {
    display: block;
    margin-bottom: 0.35rem;
    color: #7dd3fc;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.booking-inventory-toast__eyebrow::before {
    content: "⚠ ";
}

.booking-step-toast__text {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.45;
}

.booking-inventory-toast__text {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.45;
}

.booking-year-toast__text {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.45;
}

.booking-step-toast__actions {
    margin-top: 0.85rem;
    display: flex;
    justify-content: flex-end;
}

.booking-inventory-toast__actions {
    margin-top: 0.85rem;
    display: flex;
    justify-content: center;
}

.booking-year-toast__actions {
    margin-top: 0.85rem;
    display: flex;
    justify-content: center;
}

.booking-step-toast__button {
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 700;
    padding: 0.65rem 0.95rem;
    white-space: nowrap;
}

.booking-inventory-toast__button {
    border: 0;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.18);
    color: #fff;
    font-weight: 700;
    padding: 0.65rem 0.95rem;
    white-space: nowrap;
}

.booking-year-toast__button {
    border: 0;
    border-radius: 999px;
    background: rgba(66, 172, 220, 0.22);
    color: #fff;
    font-weight: 700;
    padding: 0.65rem 0.95rem;
    text-decoration: none;
    white-space: nowrap;
}

.booking-step-toast__button:hover,
.booking-step-toast__button:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.booking-inventory-toast__button:hover,
.booking-inventory-toast__button:focus {
    background: rgba(245, 158, 11, 0.3);
    color: #fff;
}

.booking-year-toast__button:hover,
.booking-year-toast__button:focus {
    background: rgba(66, 172, 220, 0.34);
    color: #fff;
}

.booking-inventory-toast__close:hover,
.booking-inventory-toast__close:focus {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.booking-year-toast__close:hover,
.booking-year-toast__close:focus {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

@media (max-width: 767.98px) {
    .booking-step-toast {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 5.5rem;
        width: auto;
    }

    .booking-inventory-toast {
        left: 50%;
        top: 50%;
        width: min(420px, calc(100vw - 1.5rem));
    }

    .booking-year-toast {
        left: 50%;
        top: 50%;
        width: min(420px, calc(100vw - 1.5rem));
    }

    .booking-step-toast__button {
        width: 100%;
    }

    .booking-inventory-toast__button {
        width: 100%;
    }

    .booking-year-toast__button {
        width: 100%;
    }
}

#totalt .resa-total-total {
    color: #6f7f95;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
}

#totalt.resa-total-single .resa-total-per-person {
    display: none;
}

#totalt.resa-total-single .resa-total-total {
    color: #0b1736;
    font-size: calc(1.355rem + 1.26vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    #totalt.resa-total-single .resa-total-total {
        font-size: 2.3rem;
    }
}
