.ee-photobooth-tunnel-page .ee-site-main,
.ee-photobooth-tunnel-page .site-main,
.ee-photobooth-tunnel-page .ee-entry,
.ee-photobooth-tunnel-page .ee-entry__content {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.ee-photobooth-tunnel-page .ee-entry__content > :first-child {
    margin-top: 0;
}

.ee-photobooth-tunnel-page .ee-entry__content > :last-child {
    margin-bottom: 0;
}

.ee-photobooth-tunnel-page .ee-entry__content > :is(
    .ee-photo-choice,
    .ee-photo-information,
    .ee-photo-decor,
    .ee-photo-accessories,
    .ee-photo-summary,
    .ee-photo-confirmation
) {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.ee-photo-summary__content,
.ee-summary-card,
.ee-summary-note,
.ee-summary-total {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 1050px) {
    .ee-decor-totals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-decor-continue {
        min-width: 0;
    }
}

@media (max-width: 820px) {
    .ee-photobooth-tunnel-page .ee-entry__content > :is(
        .ee-photo-choice,
        .ee-photo-information,
        .ee-photo-decor,
        .ee-photo-accessories,
        .ee-photo-summary,
        .ee-photo-confirmation
    ) {
        width: calc(100% - 28px) !important;
    }

    .ee-decor-presets__grid {
        margin-right: 0;
    }
}
