.ee-photo-information {
    --ee-info-blue: #0d3c5f;
    --ee-info-ink: #172f43;
    --ee-info-orange: #f58220;
    --ee-info-jade: #1f7c78;
    --ee-info-paper: #f4f8f7;
    --ee-info-line: #cad9dc;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 80px;
    color: var(--ee-info-ink);
}

.ee-photobooth-tunnel-page .ee-entry__header {
    display: none;
}

.ee-photo-information [hidden] {
    display: none !important;
}

.ee-photo-information .ee-photo-progress {
    margin: 0 0 42px;
    padding: 20px 24px;
    border-block: 1px solid var(--ee-info-line);
    background: #fff;
}

.ee-photo-information .ee-photo-progress > p {
    display: none;
}

.ee-photo-information .ee-photo-progress ol {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ee-photo-information .ee-photo-progress li {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #6b7b86;
    font-size: 14px;
    font-weight: 700;
}

.ee-photo-information .ee-photo-progress li:not(:last-child)::after {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -18%;
    width: 36%;
    height: 1px;
    background: var(--ee-info-line);
    content: "";
}

.ee-photo-information .ee-photo-progress li span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--ee-info-line);
    border-radius: 50%;
    background: #fff;
}

.ee-photo-information .ee-photo-progress li small {
    color: #82919a;
    font-size: 11px;
    font-weight: 500;
}

.ee-photo-information .ee-photo-progress li.is-current,
.ee-photo-information .ee-photo-progress li.is-complete {
    color: var(--ee-info-blue);
}

.ee-photo-information .ee-photo-progress li.is-current span {
    border-color: var(--ee-info-orange);
    color: #fff;
    background: var(--ee-info-orange);
}

.ee-photo-information .ee-photo-progress li.is-complete span {
    border-color: var(--ee-info-jade);
    color: #fff;
    background: var(--ee-info-jade);
}

.ee-photo-information__intro {
    max-width: 760px;
    margin: 0 auto 30px;
}

.ee-photo-information__eyebrow,
.ee-photo-information-summary__eyebrow {
    margin: 0 0 8px;
    color: var(--ee-info-jade);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ee-photo-information__intro h2 {
    margin: 0 0 14px;
    color: var(--ee-info-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.08;
}

.ee-photo-information__intro > p:last-child {
    margin: 0;
    color: #5b6d78;
    font-size: 14px;
}

.ee-photo-information__loading,
.ee-photo-information__empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 22px 24px;
    border-left: 4px solid var(--ee-info-orange);
    background: #fff7f0;
}

.ee-photo-information__empty h2 {
    margin: 0 0 8px;
    color: var(--ee-info-blue);
    font-size: 26px;
}

.ee-photo-information__empty p {
    margin: 0 0 16px;
}

.ee-photo-information__empty a {
    font-weight: 800;
}

.ee-photo-information__content {
    max-width: 980px;
    margin: 0 auto;
}

.ee-photo-information-summary {
    display: grid;
    grid-template-columns: minmax(150px, .8fr) minmax(280px, 1.6fr) minmax(170px, .65fr) auto;
    gap: 22px;
    align-items: center;
    margin-bottom: 26px;
    padding: 18px 22px;
    border: 1px solid var(--ee-info-line);
    border-top: 4px solid var(--ee-info-orange);
    border-radius: 6px;
    background: var(--ee-info-paper);
}

.ee-photo-information-summary h2 {
    margin: 0;
    color: var(--ee-info-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
}

.ee-photo-information-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ee-photo-information-summary li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 4px 0;
    color: #435966;
    font-size: 14px;
}

.ee-photo-information-summary li strong {
    flex: 0 0 auto;
    color: var(--ee-info-blue);
}

.ee-photo-information-summary__total {
    padding-left: 20px;
    border-left: 1px solid var(--ee-info-line);
}

.ee-photo-information-summary__total span {
    display: block;
    color: #687984;
    font-size: 12px;
}

.ee-photo-information-summary__total strong {
    display: block;
    margin-top: 2px;
    color: var(--ee-info-blue);
    font-size: 25px;
}

.ee-photo-information-summary > a {
    color: var(--ee-info-blue);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.ee-photo-information-form {
    max-width: 760px;
    margin: 0 auto;
    overflow: visible;
    border: 1px solid var(--ee-info-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(23, 47, 67, .07);
}

.ee-photo-information-form__section {
    padding: 28px 32px;
    border-bottom: 1px solid var(--ee-info-line);
}

.ee-photo-information-form__heading {
    display: flex;
    align-items: start;
    gap: 14px;
    margin-bottom: 24px;
}

.ee-photo-information-form__heading > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ee-info-blue);
    font-weight: 800;
}

.ee-photo-information-form__heading h3 {
    margin: 1px 0 4px;
    color: var(--ee-info-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
}

.ee-photo-information-form__heading p {
    margin: 0;
    color: #687984;
    font-size: 14px;
}

.ee-photo-field,
.ee-photo-fieldset {
    position: relative;
    min-width: 0;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.ee-photo-field:last-child,
.ee-photo-fieldset:last-child {
    margin-bottom: 0;
}

.ee-photo-field label,
.ee-photo-fieldset legend {
    display: block;
    margin-bottom: 7px;
    color: var(--ee-info-blue);
    font-size: 15px;
    font-weight: 800;
}

.ee-photo-field label small {
    color: #71818b;
    font-size: 12px;
    font-weight: 500;
}

.ee-photo-field input {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    border: 1px solid #afc1c6;
    border-radius: 4px;
    padding: 10px 12px;
    color: var(--ee-info-ink);
    background: #fff;
    font: inherit;
}

.ee-photo-combobox__control {
    position: relative;
}

.ee-photo-field input:focus,
.ee-photo-field input[aria-expanded="true"] {
    border-color: var(--ee-info-jade);
    outline: 3px solid rgba(31, 124, 120, .14);
}

.ee-photo-field input[aria-invalid="true"] {
    border-color: #a94343;
}

.ee-photo-field__hint {
    margin: -1px 0 8px;
    color: #6d7d87;
    font-size: 12px;
    line-height: 1.45;
}

.ee-photo-field__error {
    min-height: 0;
    margin: 6px 0 0;
    color: #963b3b;
    font-size: 13px;
    font-weight: 700;
}

.ee-photo-field__error:empty {
    display: none;
}

.ee-photo-segments {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ee-photo-segments label {
    position: relative;
    cursor: pointer;
}

.ee-photo-segments input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.ee-photo-segments span {
    display: flex;
    min-height: 78px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: 11px 12px;
    border: 1px solid var(--ee-info-line);
    border-radius: 4px;
    background: #fff;
}

.ee-photo-segments strong {
    color: var(--ee-info-blue);
    font-size: 14px;
}

.ee-photo-segments small {
    margin-top: 3px;
    color: #6b7b85;
    font-size: 11px;
    line-height: 1.3;
}

.ee-photo-segments input:checked + span {
    border-color: var(--ee-info-jade);
    background: #edf7f5;
    box-shadow: inset 4px 0 0 var(--ee-info-jade);
}

.ee-photo-segments input:focus-visible + span {
    outline: 3px solid rgba(245, 130, 32, .3);
    outline-offset: 2px;
}

.ee-photo-combobox__list {
    position: absolute;
    z-index: 30;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    max-height: 240px;
    overflow-y: auto;
    margin: 0;
    padding: 5px;
    border: 1px solid var(--ee-info-line);
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(23, 47, 67, .14);
    list-style: none;
}

.ee-photo-combobox__list li {
    padding: 10px 11px;
    border-radius: 3px;
    color: #334d5e;
    cursor: pointer;
}

.ee-photo-combobox__list li:hover,
.ee-photo-combobox__list li.is-active {
    color: var(--ee-info-blue);
    background: #edf7f5;
}

.ee-photo-availability,
.ee-photo-delivery-result {
    margin: 0 0 20px;
    padding: 13px 15px;
    border-left: 4px solid var(--ee-info-jade);
    background: #edf7f5;
    color: #315955;
    font-size: 14px;
    line-height: 1.5;
}

.ee-photo-availability p,
.ee-photo-delivery-result {
    margin-top: 0;
    margin-bottom: 0;
}

.ee-photo-availability.is-conflict,
.ee-photo-delivery-result.is-unavailable,
.ee-photo-delivery-result.is-unrecognized {
    border-left-color: #a94343;
    color: #743838;
    background: #fff1f1;
}

.ee-photo-availability.is-attention,
.ee-photo-availability.is-checking,
.ee-photo-delivery-result.is-study,
.ee-photo-delivery-result.is-pending,
.ee-photo-delivery-result.is-missing-location {
    border-left-color: var(--ee-info-orange);
    color: #6e4b2f;
    background: #fff7f0;
}

.ee-photo-availability > strong {
    display: block;
    margin-top: 12px;
}

.ee-photo-availability__alternatives {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.ee-photo-availability__alternatives button {
    border: 1px solid var(--ee-info-blue);
    border-radius: 4px;
    padding: 8px 10px;
    color: var(--ee-info-blue);
    background: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.ee-photo-optional-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: -3px 0 20px;
}

.ee-photo-optional-links button,
.ee-photo-address-manual-toggle {
    border: 0;
    padding: 0;
    color: var(--ee-info-blue);
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.ee-photo-address-manual-toggle {
    margin-top: 2px;
}

.ee-photo-delivery-manual {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--ee-info-line);
}

.ee-photo-field.is-manual > .ee-photo-combobox__control,
.ee-photo-field.is-manual > .ee-photo-field__hint {
    display: none;
}

.ee-photo-address-manual__row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 14px;
}

.ee-photo-information-form__actions {
    padding: 26px 32px 30px;
    text-align: center;
}

.ee-photo-information-form__actions button {
    display: inline-flex;
    width: min(100%, 360px);
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    padding: 11px 20px;
    color: #fff;
    background: var(--ee-info-blue);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.ee-photo-information-form__actions button:hover {
    background: #082f4e;
}

.ee-photo-information-form__actions button:disabled {
    color: #71808a;
    background: #dbe4e6;
    cursor: wait;
}

.ee-photo-information-form__actions p {
    margin: 10px 0 0;
    color: #687984;
    font-size: 12px;
}

@media (max-width: 900px) {
    .ee-photo-information-summary {
        grid-template-columns: 1fr 1.5fr;
    }

    .ee-photo-information-summary__total {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 820px) {
    .ee-photo-information {
        width: min(100% - 28px, 660px);
        margin-bottom: 60px;
    }

    .ee-photo-information .ee-photo-progress {
        margin-inline: -14px;
        padding: 15px 14px;
    }

    .ee-photo-information .ee-photo-progress > p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        color: var(--ee-info-blue);
    }

    .ee-photo-information .ee-photo-progress ol {
        display: none;
    }

    .ee-photo-information__intro h2 {
        font-size: 36px;
    }

    .ee-photo-information-summary {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ee-photo-information-summary__total {
        padding-top: 12px;
        border-top: 1px solid var(--ee-info-line);
    }

    .ee-photo-information-summary > a {
        justify-self: start;
    }

    .ee-photo-segments {
        grid-template-columns: 1fr;
    }

    .ee-photo-segments span {
        min-height: 64px;
    }
}

@media (max-width: 520px) {
    .ee-photo-information-form__section,
    .ee-photo-information-form__actions {
        padding: 22px 18px;
    }

    .ee-photo-information-summary {
        padding: 17px;
    }

    .ee-photo-address-manual__row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
