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

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

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

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

.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-progress li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
    color: #6b7b86;
    font-size: 14px;
    font-weight: 700;
}

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

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

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

.ee-photo-progress li.is-current {
    color: var(--ee-choice-blue);
}

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

.ee-photo-choice__intro {
    max-width: 780px;
    margin-bottom: 34px;
}

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

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

.ee-photo-choice__intro > p:last-child {
    max-width: 720px;
    margin: 0;
    color: #4c5e6b;
    font-size: 18px;
    line-height: 1.65;
}

.ee-photo-choice__status,
.ee-photo-choice__error {
    padding: 18px 20px;
    border-left: 4px solid var(--ee-choice-orange);
    background: #fff7f0;
}

.ee-photo-choice__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 34px;
    align-items: start;
}

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

.ee-photo-choice-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ee-choice-line);
    border-top: 4px solid var(--ee-choice-jade);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(23, 47, 67, .07);
}

.ee-photo-choice-card:nth-child(2) {
    border-top-color: var(--ee-choice-orange);
}

.ee-photo-choice-card:nth-child(3) {
    border-top-color: var(--ee-choice-blue);
}

.ee-photo-choice-card.is-selected,
.ee-photo-choice-card.is-pending {
    border-color: var(--ee-choice-blue);
    border-top-color: var(--ee-choice-blue);
    box-shadow: 0 16px 38px rgba(13, 60, 95, .14);
}

.ee-photo-choice-card__media {
    display: grid;
    height: 230px;
    place-items: center;
    border-bottom: 1px solid var(--ee-choice-line);
    background: var(--ee-choice-paper);
}

.ee-photo-choice-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ee-photo-choice-card__media span {
    color: #71808a;
}

.ee-photo-choice-card__body {
    padding: 22px;
}

.ee-photo-choice-card h3 {
    margin: 0 0 10px;
    color: var(--ee-choice-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
}

.ee-photo-choice-card__tagline {
    min-height: 84px;
    margin: 0 0 18px;
    color: #52636e;
    line-height: 1.55;
}

.ee-photo-choice-card__deposit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 12px;
    margin: 14px 0 0;
    padding: 10px 12px;
    border-left: 3px solid var(--ee-choice-orange);
    background: #fff7f0;
    color: #4e6470;
    font-size: 13px;
    line-height: 1.35;
}

.ee-photo-choice-card__deposit strong {
    color: var(--ee-choice-blue);
    font-size: 15px;
}

.ee-photo-choice-card__deposit small {
    grid-column: 1 / -1;
    color: #6a7780;
    font-size: 11px;
}

.ee-photo-choice-card__select,
.ee-photo-choice-summary__continue,
.ee-photo-choice-mobile a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--ee-choice-blue);
    font: inherit;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.ee-photo-choice-card__select {
    width: 100%;
    padding: 10px 14px;
}

.ee-photo-choice-card__select:hover,
.ee-photo-choice-summary__continue:hover,
.ee-photo-choice-mobile a:hover {
    color: #fff;
    background: #082f4e;
}

.ee-photo-choice-card__formulas {
    min-width: 0;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid var(--ee-choice-line);
}

.ee-photo-choice-card__formulas legend {
    margin-bottom: 12px;
    color: var(--ee-choice-blue);
    font-size: 16px;
    font-weight: 800;
}

.ee-photo-choice-card__formulas > div {
    display: grid;
    gap: 8px;
}

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

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

.ee-photo-choice-card__formulas label span {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 11px;
    border: 1px solid var(--ee-choice-line);
    border-radius: 4px;
    color: #314b5d;
    background: #fff;
}

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

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

.ee-photo-choice-card__formulas label strong {
    font-size: 14px;
}

.ee-photo-choice-card__formulas label b {
    flex: 0 0 auto;
    color: var(--ee-choice-blue);
}

.ee-photo-choice-card__formulas > p {
    margin: 14px 0 0;
    color: #64747e;
    font-size: 13px;
    line-height: 1.45;
}

.ee-photo-choice-card__remove,
.ee-photo-choice__add button {
    border: 0;
    padding: 0;
    color: var(--ee-choice-blue);
    background: transparent;
    font: inherit;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.ee-photo-choice-card__remove {
    margin-top: 16px;
    color: #7a3440;
    font-size: 13px;
}

.ee-photo-choice__add {
    margin-top: 24px;
    padding: 22px 24px;
    border-left: 4px solid var(--ee-choice-orange);
    background: #fff7f0;
}

.ee-photo-choice__add button {
    font-size: 17px;
}

.ee-photo-choice__add p {
    margin: 6px 0 0;
    color: #65737d;
}

.ee-photo-choice-summary {
    position: sticky;
    top: 24px;
    padding: 26px;
    border: 1px solid var(--ee-choice-line);
    border-top: 4px solid var(--ee-choice-orange);
    border-radius: 6px;
    background: var(--ee-choice-paper);
}

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

.ee-photo-choice-summary__empty {
    color: #60717d;
    line-height: 1.55;
}

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

.ee-photo-choice-summary li {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--ee-choice-line);
    line-height: 1.35;
}

.ee-photo-choice-summary li > span {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.ee-photo-choice-summary__deposit {
    color: #78502d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

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

.ee-photo-choice-summary__total {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 0;
}

.ee-photo-choice-summary__total span {
    font-weight: 800;
}

.ee-photo-choice-summary__total small {
    display: block;
    margin-top: 4px;
    color: #6b7a84;
    font-size: 11px;
    font-weight: 500;
}

.ee-photo-choice-summary__total > strong {
    color: var(--ee-choice-blue);
    font-size: 28px;
}

.ee-photo-choice-summary__continue {
    width: 100%;
    padding: 10px 12px;
}

.ee-photo-choice-summary__continue.is-disabled,
.ee-photo-choice-mobile a[aria-disabled="true"] {
    color: #71808a;
    background: #dbe4e6;
    cursor: not-allowed;
}

.ee-photo-choice-summary__hint,
.ee-photo-choice-summary__trust {
    margin: 11px 0 0;
    color: #64747e;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

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

.ee-photo-choice-mobile {
    display: none;
}

@media (max-width: 1050px) {
    .ee-photo-choice__layout {
        grid-template-columns: 1fr;
    }

    .ee-photo-choice-summary {
        position: static;
    }
}

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

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

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

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

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

    .ee-photo-choice-card__media {
        height: min(62vw, 320px);
    }

    .ee-photo-choice-card__tagline {
        min-height: 0;
    }

    .ee-photo-choice-summary__continue,
    .ee-photo-choice-summary__hint {
        display: none;
    }

    .ee-photo-choice-mobile:not([hidden]) {
        position: fixed;
        z-index: 9997;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 12px max(14px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
        border-top: 1px solid var(--ee-choice-line);
        background: #fff;
        box-shadow: 0 -8px 24px rgba(23, 47, 67, .14);
    }

    .ee-photo-choice-mobile span {
        display: flex;
        min-width: 0;
        flex-direction: column;
        font-size: 13px;
    }

    .ee-photo-choice-mobile span strong {
        color: var(--ee-choice-blue);
        font-size: 21px;
    }

    .ee-photo-choice-mobile a {
        min-width: 126px;
        padding: 9px 14px;
    }
}

@media (max-width: 430px) {
    .ee-photo-choice__intro h2 {
        font-size: 34px;
    }

    .ee-photo-choice-card__body,
    .ee-photo-choice-summary {
        padding: 20px;
    }
}
