.ee-photo-page {
    --ee-photo-navy: #0a3556;
    --ee-photo-ink: #142c3d;
    --ee-photo-orange: #eb661f;
    --ee-photo-teal: #177b77;
    --ee-photo-pale: #edf5f3;
    --ee-photo-blue-pale: #edf3f7;
    --ee-photo-blush: #fbf1ed;
    --ee-photo-line: #cad9df;
    --ee-photo-shell: 1180px;
    color: var(--ee-photo-ink);
    background: #fff;
}

.ee-photo-page .ee-entry__content {
    overflow: hidden;
}

.ee-photo-page .ee-entry__content > * {
    margin-top: 0;
    margin-bottom: 0;
}

.ee-photo-page .ee-entry__content .alignwide,
.ee-photo-page .ee-photo-section:not(.alignfull) {
    width: min(var(--ee-photo-shell), calc(100% - 40px));
    max-width: var(--ee-photo-shell);
}

.ee-photo-page .ee-photo-section.alignfull > *,
.ee-photo-page .ee-photo-final > * {
    width: min(var(--ee-photo-shell), calc(100% - 40px));
    max-width: var(--ee-photo-shell);
    margin-right: auto;
    margin-left: auto;
}

.ee-photo-page .ee-photo-section {
    padding-top: 88px;
    padding-bottom: 88px;
}

.ee-photo-page .ee-photo-offers,
.ee-photo-page .ee-photo-benefit-grid,
.ee-photo-page .ee-photo-comparison,
.ee-photo-page .ee-partyfi-story,
.ee-photo-page .ee-photo-frame-layout,
.ee-photo-page .ee-photo-gallery--commercial,
.ee-photo-page .ee-photo-steps,
.ee-photo-page .ee-photo-reassurance-grid,
.ee-photo-page .ee-photo-section > .ee-photo-landing-cta {
    width: 100%;
    max-width: none;
}

.ee-photo-page .ee-photo-eyebrow {
    margin: 0 0 14px;
    color: var(--ee-photo-teal);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.ee-photo-page .ee-photo-section h2,
.ee-photo-page .ee-partyfi-story h2,
.ee-photo-page .ee-photo-final h2 {
    max-width: 840px;
    margin: 0 0 22px;
    color: var(--ee-photo-navy);
    font-size: 39px;
    line-height: 1.14;
}

.ee-photo-page .ee-photo-section__lead {
    max-width: 840px;
    margin-bottom: 38px;
    color: #4f6270;
    font-size: 19px;
    line-height: 1.65;
}

.ee-photo-hero {
    min-height: 680px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 112px max(24px, calc((100vw - var(--ee-photo-shell)) / 2)) 82px;
    isolation: isolate;
    color: #fff;
    background-color: #0a2a43;
    background-image: var(--ee-photo-hero-image);
    background-position: center;
    background-size: cover;
}

.ee-photo-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(4, 28, 46, .76);
}

.ee-photo-page .ee-photo-hero > * {
    width: min(790px, 100%);
    max-width: 790px;
    margin-right: 0;
    margin-left: 0;
}

.ee-photo-page .ee-photo-hero .ee-photo-eyebrow {
    color: #9de0d8;
}

.ee-photo-page .ee-photo-hero h1 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 54px;
    line-height: 1.04;
}

.ee-photo-page .ee-photo-hero p {
    margin-bottom: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 1.62;
}

.ee-photo-page .ee-photo-hero .ee-photo-hero__lead {
    max-width: 720px;
    font-size: 24px;
    line-height: 1.4;
}

.ee-photo-hero__proofs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 30px;
    padding: 0;
    list-style: none;
}

.ee-photo-hero__proofs li {
    min-height: 58px;
    padding: 11px 12px;
    border-top: 2px solid #7ccdc5;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.ee-photo-landing-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px 18px;
    margin-top: 30px;
}

.ee-photo-landing-cta p {
    flex: 1 1 260px;
    margin: 0;
    color: #60727e;
    font-size: 14px;
    line-height: 1.45;
}

.ee-photo-landing-cta--dark p,
.ee-photo-final .ee-photo-landing-cta p {
    color: rgba(255, 255, 255, .82);
}

.ee-photo-landing-cta__secondary {
    color: var(--ee-photo-navy);
    font-size: 15px;
    font-weight: 800;
    text-underline-offset: 4px;
}

.ee-photo-landing-cta--dark .ee-photo-landing-cta__secondary,
.ee-photo-final .ee-photo-landing-cta__secondary {
    color: #fff;
}

.ee-photo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    box-sizing: border-box;
    padding: 12px 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.ee-photo-button--primary {
    color: #fff;
    background: var(--ee-photo-orange);
}

.ee-photo-button--primary:hover {
    color: #fff;
    background: #c94d0c;
    transform: translateY(-1px);
}

.ee-photo-button:focus-visible,
.ee-photo-offer__details:focus-visible,
.ee-photo-section--faq summary:focus-visible {
    outline: 3px solid #f5a66f;
    outline-offset: 3px;
}

.ee-photo-offers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
}

.ee-photo-offer {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ee-photo-line);
    border-top: 4px solid var(--ee-photo-orange);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(24, 52, 70, .08);
}

.ee-photo-offer__card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ee-photo-offer__body > a,
.ee-photo-offer__body > button {
    position: relative;
    z-index: 2;
}

.ee-photo-offer:has(.ee-photo-offer__card-link:focus-visible) {
    outline: 3px solid var(--ee-photo-orange);
    outline-offset: 4px;
}

.ee-photo-offer:nth-child(2) {
    border-top-color: var(--ee-photo-teal);
}

.ee-photo-offer:nth-child(3) {
    border-top-color: var(--ee-photo-navy);
}

.ee-photo-page .ee-photo-offer__media {
    position: relative;
    display: grid;
    height: 280px;
    box-sizing: border-box;
    place-items: center;
    padding: 16px;
    border-bottom: 1px solid var(--ee-photo-line);
    background: var(--ee-photo-blue-pale);
}

.ee-photo-offer__media img {
    position: absolute;
    inset: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    object-fit: contain;
    object-position: center;
}

.ee-photo-media-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #657984;
    background: #e3ecef;
}

.ee-photo-offer__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.ee-photo-page .ee-photo-offer__category {
    margin: 0 0 8px;
    color: var(--ee-photo-teal);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ee-photo-page .ee-photo-offer h3 {
    margin: 0 0 8px;
    color: var(--ee-photo-navy);
    font-size: 28px;
}

.ee-photo-page .ee-photo-offer__tagline {
    min-height: 50px;
    margin: 0 0 20px;
    color: #455c69;
    font-size: 17px;
    line-height: 1.48;
}

.ee-photo-checks {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.ee-photo-checks li {
    position: relative;
    padding-left: 24px;
    color: #314b5c;
    line-height: 1.45;
}

.ee-photo-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ee-photo-teal);
    font-weight: 900;
}

.ee-photo-page .ee-photo-offer__price {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 2px 12px;
    margin: auto 0 18px;
    padding-top: 20px;
    border-top: 1px solid var(--ee-photo-line);
}

.ee-photo-offer__price span,
.ee-photo-offer__price small {
    color: #667884;
    font-size: 13px;
}

.ee-photo-offer__price strong {
    grid-row: span 2;
    color: var(--ee-photo-navy);
    font-size: 28px;
}

.ee-photo-offer__details {
    margin-top: 13px;
    color: var(--ee-photo-navy);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-underline-offset: 3px;
}

.ee-photo-section--benefits,
.ee-photo-section--reassurance {
    background: var(--ee-photo-pale);
}

.ee-photo-benefit-grid,
.ee-photo-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
}

.ee-photo-benefit-grid > .wp-block-column,
.ee-photo-reassurance-grid > .wp-block-column {
    min-width: 0;
    padding: 7px 28px 4px;
    border-left: 1px solid #bfd3d1;
}

.ee-photo-benefit-grid > .wp-block-column:first-child,
.ee-photo-reassurance-grid > .wp-block-column:first-child {
    padding-left: 0;
    border-left: 0;
}

.ee-photo-benefit-grid strong,
.ee-photo-reassurance-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--ee-photo-navy);
    font-size: 20px;
    line-height: 1.25;
}

.ee-photo-benefit-grid p,
.ee-photo-reassurance-grid p {
    margin: 0;
    color: #506671;
    line-height: 1.6;
}

.ee-photo-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 36px;
}

.ee-photo-comparison > .wp-block-column {
    padding: 28px 30px 30px;
    border-top: 4px solid var(--ee-photo-orange);
    background: var(--ee-photo-blue-pale);
}

.ee-photo-comparison > .wp-block-column:nth-child(2) {
    border-top-color: var(--ee-photo-teal);
}

.ee-photo-comparison h3 {
    margin: 0 0 14px;
    font-size: 30px;
}

.ee-photo-comparison-table-wrap {
    margin-top: 36px;
    overflow: hidden;
    border: 1px solid var(--ee-photo-line);
    border-top: 4px solid var(--ee-photo-orange);
    background: #fff;
}

.ee-photo-comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.ee-photo-comparison-table th,
.ee-photo-comparison-table td {
    padding: 17px 20px;
    border: 0;
    border-bottom: 1px solid var(--ee-photo-line);
    text-align: left;
    vertical-align: top;
    line-height: 1.48;
}

.ee-photo-comparison-table thead th {
    color: #fff;
    background: var(--ee-photo-navy);
    font-size: 18px;
}

.ee-photo-comparison-table thead th:nth-child(2) {
    background: #154c6e;
}

.ee-photo-comparison-table thead th:nth-child(3) {
    background: var(--ee-photo-teal);
}

.ee-photo-comparison-table tbody th {
    width: 22%;
    color: var(--ee-photo-navy);
    background: var(--ee-photo-blue-pale);
    font-size: 15px;
}

.ee-photo-comparison-table tbody td {
    color: #425b69;
}

.ee-photo-comparison-table tbody tr:last-child th,
.ee-photo-comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.ee-photo-section--partyfi {
    color: #fff;
    background: #102f46;
}

.ee-partyfi-story {
    display: grid;
    grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
    gap: 68px;
    align-items: center;
}

.ee-partyfi-story__media {
    margin: 0;
}

.ee-partyfi-story__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    object-fit: contain;
    background: rgba(255, 255, 255, .07);
}

.ee-partyfi-story__media figcaption {
    margin-top: 12px;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.5;
}

.ee-partyfi-story__name {
    display: inline-block;
    margin: 0 0 18px;
    padding-bottom: 7px;
    border-bottom: 3px solid var(--ee-photo-orange);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.ee-photo-page .ee-partyfi-story h2 {
    color: #fff;
}

.ee-partyfi-story__copy > p:not(.ee-photo-eyebrow):not(.ee-partyfi-story__name) {
    color: rgba(255, 255, 255, .85);
    font-size: 18px;
    line-height: 1.65;
}

.ee-partyfi-story .ee-photo-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ee-partyfi-story .ee-photo-checks li {
    color: #fff;
}

.ee-partyfi-story .ee-photo-checks li::before {
    color: #83d8d0;
}

.ee-photo-frame-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    gap: 56px;
    align-items: center;
    margin-top: 38px;
}

.ee-photo-frame-layout__media figure {
    margin: 0;
}

.ee-photo-frame-layout__media img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    padding: 14px;
    border: 1px solid var(--ee-photo-line);
    object-fit: contain;
    background: var(--ee-photo-blue-pale);
}

.ee-photo-frame-layout__copy {
    padding: 34px;
    border-left: 5px solid var(--ee-photo-orange);
    background: var(--ee-photo-blush);
}

.ee-photo-frame-layout__copy h3 {
    margin: 0 0 16px;
    color: var(--ee-photo-navy);
    font-size: 28px;
}

.ee-photo-frame-kicker {
    color: var(--ee-photo-teal);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ee-photo-frame-features {
    display: grid;
    gap: 14px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.ee-photo-frame-features li {
    display: grid;
    gap: 2px;
}

.ee-photo-frame-features strong {
    color: var(--ee-photo-navy);
}

.ee-photo-frame-features span {
    color: #536773;
}

.ee-photo-frame-included {
    margin: 0;
    color: var(--ee-photo-navy);
    font-size: 17px;
    font-weight: 800;
}

.ee-photo-section--gallery {
    border-top: 1px solid var(--ee-photo-line);
}

.ee-photo-gallery--commercial {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 38px 0 0;
}

.ee-photo-page .ee-photo-section.alignfull > .ee-photo-landing-cta {
    width: min(var(--ee-photo-shell), calc(100% - 40px));
    max-width: var(--ee-photo-shell);
    margin-right: auto;
    margin-left: auto;
}

.ee-photo-gallery--commercial figure.wp-block-image {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 0;
}

.ee-photo-gallery--commercial img {
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 10px;
    border: 1px solid var(--ee-photo-line);
    object-fit: contain;
    background: var(--ee-photo-blue-pale);
}

.ee-photo-gallery--commercial figcaption {
    margin: 9px 2px 0;
    color: #667984;
    font-size: 13px;
    line-height: 1.4;
}

.ee-photo-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 40px;
}

.ee-photo-steps > .wp-block-column {
    min-width: 0;
    padding: 24px 20px;
    border: 1px solid var(--ee-photo-line);
    border-top: 3px solid var(--ee-photo-orange);
    background: #fff;
}

.ee-photo-steps > .wp-block-column:nth-child(even) {
    border-top-color: var(--ee-photo-teal);
}

.ee-photo-steps > .wp-block-column > p:first-child {
    margin: 0 0 18px;
}

.ee-photo-steps > .wp-block-column > p:first-child strong {
    display: inline-grid;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    place-items: center;
    color: #fff;
    background: var(--ee-photo-navy);
    font-size: 14px;
}

.ee-photo-steps h3 {
    margin: 0 0 10px;
    font-size: 19px;
}

.ee-photo-steps p:last-child {
    margin: 0;
    color: #5c6e79;
    line-height: 1.55;
}

.ee-photo-section--privacy {
    max-width: 820px !important;
    padding-top: 62px;
    padding-bottom: 62px;
}

.ee-photo-section--privacy h2 {
    font-size: 30px;
}

.ee-photo-section--privacy p {
    color: #556a76;
    line-height: 1.65;
}

.ee-photo-section--faq {
    padding-top: 64px;
}

.ee-photo-section--faq details {
    max-width: 900px;
    margin: 0;
    border-top: 1px solid var(--ee-photo-line);
}

.ee-photo-section--faq details:last-child {
    border-bottom: 1px solid var(--ee-photo-line);
}

.ee-photo-section--faq summary {
    position: relative;
    padding: 22px 50px 22px 0;
    color: var(--ee-photo-navy);
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.ee-photo-section--faq summary::-webkit-details-marker {
    display: none;
}

.ee-photo-section--faq summary::after {
    content: "+";
    position: absolute;
    top: 16px;
    right: 4px;
    color: var(--ee-photo-orange);
    font-size: 30px;
    font-weight: 400;
}

.ee-photo-section--faq details[open] summary::after {
    content: "−";
}

.ee-photo-section--faq details p {
    max-width: 760px;
    margin: -4px 0 22px;
    color: #526875;
    line-height: 1.65;
}

.ee-photo-final {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding-top: 78px;
    padding-bottom: 78px;
    color: #fff;
    background: var(--ee-photo-navy);
}

.ee-photo-page .ee-photo-final h2 {
    color: #fff;
}

.ee-photo-final .ee-photo-eyebrow {
    color: #8dd5cd;
}

.ee-photo-final__contact {
    margin-top: 24px;
    color: rgba(255, 255, 255, .78);
}

.ee-photo-final__contact a {
    color: #fff;
    font-weight: 800;
}

@media (max-width: 980px) {
    .ee-photo-page .ee-photo-section h2,
    .ee-photo-page .ee-partyfi-story h2,
    .ee-photo-page .ee-photo-final h2 {
        font-size: 34px;
    }

    .ee-photo-offers,
    .ee-photo-benefit-grid,
    .ee-photo-reassurance-grid,
    .ee-photo-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-photo-steps > .wp-block-column:last-child {
        grid-column: 1 / -1;
    }

    .ee-photo-benefit-grid,
    .ee-photo-reassurance-grid {
        gap: 30px 0;
    }

    .ee-photo-benefit-grid > .wp-block-column:nth-child(3),
    .ee-photo-reassurance-grid > .wp-block-column:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .ee-photo-offer:nth-child(3) {
        grid-column: 1 / -1;
        width: calc(50% - 11px);
        justify-self: center;
    }

    .ee-partyfi-story,
    .ee-photo-frame-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ee-partyfi-story__media {
        max-width: 650px;
    }
}

@media (max-width: 720px) {
    .ee-photo-page .ee-entry__content .alignwide,
    .ee-photo-page .ee-photo-section:not(.alignfull),
    .ee-photo-page .ee-photo-section.alignfull > *,
    .ee-photo-page .ee-photo-final > * {
        width: min(var(--ee-photo-shell), calc(100% - 28px));
    }

    .ee-photo-page .ee-photo-section.alignfull > .ee-photo-landing-cta {
        width: min(var(--ee-photo-shell), calc(100% - 28px));
    }

    .ee-photo-page .ee-photo-section {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .ee-photo-hero {
        min-height: 0;
        padding: 74px 18px 58px;
        background-position: 58% center;
    }

    .ee-photo-page .ee-photo-hero h1 {
        font-size: 40px;
        line-height: 1.08;
    }

    .ee-photo-page .ee-photo-hero .ee-photo-hero__lead {
        font-size: 21px;
    }

    .ee-photo-hero__proofs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-photo-page .ee-photo-section h2,
    .ee-photo-page .ee-partyfi-story h2,
    .ee-photo-page .ee-photo-final h2 {
        font-size: 30px;
    }

    .ee-photo-page .ee-photo-section__lead {
        font-size: 17px;
    }

    .ee-photo-offers,
    .ee-photo-comparison,
    .ee-photo-benefit-grid,
    .ee-photo-reassurance-grid,
    .ee-photo-steps,
    .ee-photo-gallery--commercial,
    .ee-partyfi-story .ee-photo-checks {
        grid-template-columns: 1fr;
    }

    .ee-photo-offer:nth-child(3) {
        grid-column: auto;
        width: 100%;
    }

    .ee-photo-offer__tagline {
        min-height: 0;
    }

    .ee-photo-page .ee-photo-offer__media {
        height: 240px;
    }

    .ee-photo-benefit-grid > .wp-block-column,
    .ee-photo-reassurance-grid > .wp-block-column,
    .ee-photo-benefit-grid > .wp-block-column:nth-child(3),
    .ee-photo-reassurance-grid > .wp-block-column:nth-child(3) {
        padding: 0 0 24px;
        border-bottom: 1px solid #bfd3d1;
        border-left: 0;
    }

    .ee-photo-frame-layout__copy {
        padding: 26px 22px;
    }

    .ee-photo-landing-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .ee-photo-landing-cta__secondary {
        padding: 8px 0;
        text-align: center;
    }

    .ee-photo-comparison-table-wrap {
        border-top-color: var(--ee-photo-orange);
    }

    .ee-photo-comparison-table,
    .ee-photo-comparison-table tbody,
    .ee-photo-comparison-table tr,
    .ee-photo-comparison-table th,
    .ee-photo-comparison-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .ee-photo-comparison-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
        clip-path: inset(50%);
    }

    .ee-photo-comparison-table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-bottom: 1px solid var(--ee-photo-line);
    }

    .ee-photo-comparison-table tbody th {
        grid-column: 1 / -1;
        padding: 13px 16px;
        border-bottom: 1px solid var(--ee-photo-line);
    }

    .ee-photo-comparison-table tbody td {
        padding: 14px 16px 18px;
        border-bottom: 0;
    }

    .ee-photo-comparison-table tbody td + td {
        border-left: 1px solid var(--ee-photo-line);
    }

    .ee-photo-comparison-table tbody td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 6px;
        color: var(--ee-photo-teal);
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .ee-photo-steps > .wp-block-column:last-child {
        grid-column: auto;
    }

    .ee-photo-landing-cta p {
        flex-basis: auto;
    }

    .ee-photo-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ee-photo-button {
        transition: none;
    }
}

/* Comparison redesigned as two clear offers instead of an administrative table. */
.ee-photo-comparison-table-wrap {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    border: 0;
    background: transparent;
}

.ee-photo-comparison-table {
    border-collapse: separate;
    border-spacing: 12px 10px;
}

.ee-photo-comparison-table th,
.ee-photo-comparison-table td {
    border: 1px solid var(--ee-photo-line);
    border-radius: 5px;
}

.ee-photo-comparison-table thead th {
    padding: 19px 22px;
    border: 0;
    font-size: 20px;
}

.ee-photo-comparison-table thead th:first-child {
    color: var(--ee-photo-navy);
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
}

.ee-photo-comparison-table tbody th {
    padding: 15px 18px;
    background: #f4f8f8;
}

.ee-photo-comparison-table tbody td {
    padding: 15px 20px;
    background: #fff;
}

.ee-photo-comparison-table tbody td:nth-child(2) {
    border-left: 3px solid #154c6e;
}

.ee-photo-comparison-table tbody td:nth-child(3) {
    border-left: 3px solid var(--ee-photo-teal);
}

@media (max-width: 720px) {
    .ee-photo-comparison-table-wrap {
        margin-top: 26px;
    }

    .ee-photo-comparison-table {
        border-spacing: 0;
    }

    .ee-photo-comparison-table tbody {
        display: grid;
        gap: 10px;
    }

    .ee-photo-comparison-table tbody tr {
        gap: 0;
        overflow: hidden;
        border: 1px solid var(--ee-photo-line);
        border-radius: 5px;
        background: #fff;
    }

    .ee-photo-comparison-table tbody th,
    .ee-photo-comparison-table tbody td {
        border: 0;
        border-radius: 0;
    }

    .ee-photo-comparison-table tbody th {
        grid-column: 1 / -1;
        width: 100% !important;
        padding: 9px 12px;
        color: var(--ee-photo-navy);
        background: #eaf2f1;
        font-size: 13px;
        line-height: 1.25;
    }

    .ee-photo-comparison-table tbody td {
        min-height: 0;
        padding: 10px 12px 12px;
        font-size: 14px;
        line-height: 1.35;
    }

    .ee-photo-comparison-table tbody td::before {
        margin-bottom: 4px;
        font-size: 10px;
        letter-spacing: 0;
    }

    .ee-photo-comparison-table tbody td:nth-child(2),
    .ee-photo-comparison-table tbody td:nth-child(3) {
        border-left: 0;
    }

    .ee-photo-comparison-table tbody td + td {
        border-left: 1px solid var(--ee-photo-line);
    }

    .ee-photo-comparison-table tbody td:nth-child(2) {
        border-top: 2px solid #154c6e;
        background: #f8fbfc;
    }

    .ee-photo-comparison-table tbody td:nth-child(3) {
        border-top: 2px solid var(--ee-photo-teal);
        background: #f7fbfa;
    }
}
