.los-request-choice {
    --los-cta-gap: 10px;
    align-items: stretch;
    column-gap: var(--los-cta-gap);
    gap: var(--los-cta-gap);
    margin: 0 var(--los-cta-margin-right) 20px var(--los-cta-margin-left);
    max-width: min(100%, var(--los-choice-area-max-width));
    row-gap: var(--los-cta-gap);
}

.los-choice {
    --los-cta-text-align: left;
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 3px;
    text-align: var(--los-cta-text-align);
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, transform .2s;
}

.los-choice strong,
.los-choice small {
    display: block;
    line-height: 1.25;
    text-align: var(--los-cta-text-align);
    width: 100%;
}

.los-choice strong {
    font-size: 1em;
}

.los-choice small {
    font-size: .78em;
    font-weight: 400;
    opacity: .78;
}

.los-choice:hover {
    transform: translateY(-1px);
}

.los-choice.is-active {
    box-shadow: 0 3px 12px rgba(28, 45, 70, .16);
}

.los-calendar-toggle,
.los-cart-add,
.sib-default-btn {
    transition: background-color .2s, color .2s, border-color .2s, transform .2s;
}

.los-calendar-toggle:hover,
.los-cart-add:hover,
.sib-default-btn:hover {
    transform: translateY(-1px);
}

.los-stepper button {
    transition: background-color .15s, color .15s;
}

.los-stepper button:hover {
    background: #e5ebf4;
}

.los-stepper {
    justify-self: start;
    width: max-content;
}

.los-stepper input {
    flex: 0 0 44px;
    width: 44px;
}

.los-cart-picker .los-cart-quantity input {
    min-width: 44px;
    width: 44px;
}

.los-brevo-form input:not([type=submit]),
.los-brevo-form textarea {
    max-width: 100%;
}

.los-booking {
    --los-cart-image-radius: 8px;
    --los-cart-line-image-max-width: 38px;
    --los-cart-preview-max-width: 320px;
    --los-calendar-selection-bg: rgba(82, 136, 237, .16);
    --los-calendar-selection-color: var(--los-accent, #5288ed);
    --los-calendar-selection-text: #fff;
    --los-choice-area-margin-left: 0;
    --los-choice-area-margin-right: auto;
    --los-choice-area-max-width: 760px;
    --los-cta-margin-left: var(--los-choice-area-margin-left);
    --los-cta-margin-right: var(--los-choice-area-margin-right);
    --los-photo-choice-bg: #fff;
    --los-photo-choice-hover-bg: #fff;
    --los-photo-choice-selected-bg: #fff;
    --los-photo-choice-min-width: 120px;
    --los-photo-choice-max-width: 220px;
    --los-photo-choice-image-max-width: 100%;
    --los-photo-choice-image-padding-top: 28px;
    --los-photo-choice-image-padding-bottom: 26px;
    --los-photo-selected-border-color: var(--los-accent, #5288ed);
    --los-photo-selected-border-width: 2px;
    --los-photo-selected-ring-color: rgba(82, 136, 237, .22);
    --los-photo-selected-tint-color: rgba(82, 136, 237, .08);
    --los-promo-margin-left: var(--los-choice-area-margin-left);
    --los-promo-margin-right: var(--los-choice-area-margin-right);
}

.los-promo-box {
    background: #fff4d8;
    border: 1px solid rgba(225, 177, 63, .5);
    border-radius: 8px;
    color: #1c2d46;
    font-weight: 800;
    margin: 0 var(--los-promo-margin-right) 14px var(--los-promo-margin-left);
    max-width: min(100%, var(--los-choice-area-max-width));
    padding: 12px 16px;
}

.los-cart-builder {
    margin: 0 0 16px;
}

.los-reservation-cart {
    order: 1;
}

.los-reservation-calendar {
    order: 2;
}

.los-cart-preview {
    display: none !important;
}

.los-cart-preview img {
    border-radius: var(--los-cart-image-radius);
    height: auto;
    max-width: min(100%, var(--los-cart-preview-max-width));
    width: auto;
}

.los-cart-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.los-cart-picker > label:nth-of-type(1),
.los-cart-picker > label:nth-of-type(2) {
    display: none;
}

.los-photo-picker {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    grid-column: 1 / -1;
}

.los-format-picker {
}

.los-booking .los-photo-choice {
    background: var(--los-photo-choice-bg);
    border: 2px solid #dce2ea;
    border-radius: 10px;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: grid;
    flex: 0 1 auto;
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
}

.los-photo-choice img,
.los-photo-choice-empty {
    box-sizing: border-box;
    display: block;
    grid-area: 1 / 1;
    height: auto;
    justify-self: center;
    max-width: min(100%, var(--los-photo-choice-image-max-width, 100%));
    object-fit: contain;
    padding-top: var(--los-photo-choice-image-padding-top, 28px);
    width: 100%;
}

.los-format-picker .los-photo-choice img,
.los-format-picker .los-photo-choice-empty {
    padding-bottom: var(--los-photo-choice-image-padding-bottom, 26px);
}

.los-photo-choice-empty {
    background: linear-gradient(135deg, #edf2f8, #f8fafc);
    min-height: 72px;
    min-width: var(--los-photo-choice-min-width);
}

.los-photo-choice-title {
    align-self: start;
    background: rgba(255, 255, 255, .94);
    border-bottom-right-radius: 8px;
    font-weight: 800;
    grid-area: 1 / 1;
    justify-self: start;
    line-height: 1.15;
    max-width: calc(100% - 16px);
    padding: 7px 9px;
    position: relative;
    z-index: 1;
}

.los-photo-choice small {
    align-self: end;
    background: rgba(28, 45, 70, .86);
    border-top-left-radius: 8px;
    color: #fff;
    font-weight: 800;
    grid-area: 1 / 1;
    justify-self: end;
    min-height: 0;
    padding: 5px 8px;
    position: relative;
    z-index: 1;
}

.los-photo-choice.is-selected {
    background: var(--los-photo-choice-selected-bg);
    border-color: var(--los-photo-selected-border-color);
    border-width: var(--los-photo-selected-border-width);
    box-shadow: 0 0 0 4px var(--los-photo-selected-ring-color), inset 0 0 0 999px var(--los-photo-selected-tint-color);
}

.los-photo-choice:hover {
    background: var(--los-photo-choice-hover-bg);
}

.los-photo-choice.is-selected::after {
    align-items: center;
    background: var(--los-accent, #5288ed);
    border-radius: 999px;
    color: #fff;
    content: "\2713";
    display: flex;
    font-size: 16px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 28px;
    z-index: 2;
}

.los-cart-picker label:nth-of-type(3) {
    grid-column: 1;
    grid-row: 5;
}

.los-cart-price {
    grid-column: 1 / -1;
    grid-row: 6;
}

.los-cart-add {
    align-self: end;
    grid-column: 2;
    grid-row: 5;
    width: 100%;
}

.los-cart-summary {
    margin: 0;
}

.los-cart-line {
    gap: 8px;
    grid-template-columns: calc(var(--los-cart-line-image-max-width) * 2 + 5px) minmax(0, 1fr) auto;
    padding: 7px 0;
}

.los-cart-line-images {
    align-items: start;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, minmax(0, var(--los-cart-line-image-max-width)));
}

.los-cart-line-image {
    border-radius: var(--los-cart-image-radius);
    display: block;
    height: auto;
    max-width: var(--los-cart-line-image-max-width);
    width: 100%;
}

.los-cart-line-image-empty {
    aspect-ratio: 4 / 3;
    background: rgba(28, 45, 70, .08);
    max-width: var(--los-cart-line-image-max-width);
    width: 100%;
}

.los-cart-line > span:nth-child(2) {
    display: grid;
    gap: 2px;
}

@media (max-width: 767px) {
    .los-request-choice {
        flex-direction: column;
    }

    .los-choice {
        padding: 10px;
    }

    .los-choice small {
        display: block;
    }

    .los-cart-picker {
        grid-template-columns: 1fr;
    }

    .los-cart-picker label:nth-of-type(3),
    .los-cart-price,
    .los-cart-add {
        grid-column: auto;
        grid-row: auto;
    }

    .los-booking {
        --los-cart-line-image-max-width: 36px;
    }

    .los-cart-line {
        grid-template-columns: calc(var(--los-cart-line-image-max-width) * 2 + 5px) minmax(0, 1fr) auto;
    }

    .los-cart-line-actions {
        grid-column: 2;
        grid-row: 2;
    }

    .los-cart-remove {
        grid-column: 3;
        grid-row: 2;
    }
}
