.job50-commerce-front,
.job50-commerce-front * {
    box-sizing: border-box;
}

.job50-commerce-front {
    width: 100%;
    margin: 0 auto 64px;
    color: #1f2933;
}

.job50-commerce-front > .job50-breadcrumb {
    margin-bottom: 30px;
}

.job50-commerce-front__identity {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: min(960px, 100%);
    margin: 0 auto 28px;
    padding: 0 32px;
    text-align: center;
}

.job50-commerce-front__logo-shell {
    display: grid;
    place-items: center;
    width: 96px;
    height: 76px;
    padding: 8px;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.job50-commerce-front__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job50-commerce-front__identity-copy {
    display: grid;
    justify-items: center;
    gap: 5px;
}

.job50-commerce-front__identity h1 {
    margin: 0;
    font-family: var(--wp--preset--font-family--google-sans-flex, inherit);
    font-size: clamp(2rem, 4vw, 2.7rem);
    line-height: .98;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.job50-commerce-front__identity-kicker {
    margin: 0;
    color: var(--wp--preset--color--accent-1, #ed1c24);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.job50-commerce-front__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.job50-commerce-front__status.is-active {
    color: #08733d;
    background: #e8f7ef;
}

.job50-commerce-front__status.is-empty {
    color: #a31422;
    background: #fdebed;
}

.job50-commerce-front__test-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 18px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #725b08;
    background: rgba(255, 248, 219, .9);
    font-size: 11px;
}

.job50-commerce-front__tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    width: min(960px, 100%);
    margin: 0 auto;
    padding: 0 32px;
}

.job50-commerce-front__tile {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    color: #20242a;
    font-family: var(--j50-font-display, "Google Sans Flex", Inter, system-ui, sans-serif);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
    box-shadow: none;
    cursor: pointer;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.job50-commerce-front__tile:hover,
.job50-commerce-front__tile:focus-visible {
    border-color: rgba(237, 28, 36, .34);
    box-shadow: 0 8px 20px rgba(34, 42, 54, .07);
    transform: translateY(-1px);
    outline: none;
}

.job50-commerce-front__tile-icon {
    color: var(--wp--preset--color--accent-1, #ed1c24);
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
}

.job50-commerce-front__tile-label {
    white-space: nowrap;
}

.job50-commerce-front__tile-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    margin-left: 2px;
    padding: 0 7px;
    border-radius: 999px;
    color: #fff;
    background: var(--wp--preset--color--accent-1, #ed1c24);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.job50-commerce-front__tile.is-active .job50-commerce-front__tile-badge {
    background: #16834b;
}

.job50-commerce-front__tile.is-empty {
    border-color: rgba(237, 28, 36, .2);
}

.job50-commerce-front__table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

.job50-commerce-front__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.job50-commerce-front__table th,
.job50-commerce-front__table td {
    padding: 10px 9px;
    border-bottom: 1px solid #edf0f2;
    text-align: left;
    vertical-align: top;
}

.job50-commerce-front__table th {
    color: #6c7580;
    font-size: 10px;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.job50-commerce-front__empty,
.job50-commerce-front-message {
    padding: 16px;
    border: 1px solid #e3e7eb;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    color: #626d78;
    font-size: 13px;
}

.job50-commerce-detail-modal .job50-modal__backdrop {
    background: rgba(238, 244, 248, .5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.job50-commerce-detail-modal__dialog {
    width: min(690px, calc(100vw - 28px));
    max-height: min(76vh, 720px);
    overflow: auto;
    padding: 20px;
    border: 1px solid rgba(31, 41, 51, .11);
    border-radius: 15px;
    background: rgba(255, 255, 255, .975);
    box-shadow: 0 18px 52px rgba(24, 34, 48, .14);
}

.job50-commerce-detail-modal__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 34px;
    margin-bottom: 15px;
}

.job50-commerce-detail-modal__header .job50-modal__title {
    margin: 0;
    font-size: 19px;
    line-height: 1.2;
    text-transform: none;
}

.job50-commerce-detail-modal__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    color: #d92333;
    background: #fff0f1;
    font-size: 21px;
}

.job50-commerce-detail-modal__content {
    color: #3f4852;
}

.job50-commerce-detail-modal__stats {
    display: grid;
    gap: 9px;
}

.job50-commerce-detail-modal__stats > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 11px;
    background: #f6f8fa;
}

.job50-commerce-detail-modal__stats strong {
    font-size: 28px;
    line-height: 1;
}

.job50-commerce-detail-modal__stats p,
.job50-commerce-detail-modal__lead {
    margin: 0;
    color: #66717d;
    font-size: 13px;
    line-height: 1.45;
}

.job50-commerce-detail-modal__lead.is-active {
    color: #08733d;
}

.job50-commerce-profile-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding: 22px 24px;
    border: 1px solid #e3e7eb;
    border-radius: 16px;
    background: #fff;
}


.job50-organization-profile-form .job50-org-editor-shell__right > .job50-commerce-profile-card {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
}

.job50-commerce-profile-card__overline {
    margin: 0 0 5px;
    color: #f11f2f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.job50-commerce-profile-card h3 {
    margin: 0;
}

.job50-commerce-profile-card__copy p:last-child {
    margin-bottom: 0;
    color: #66717d;
    font-size: 14px;
    line-height: 1.4;
}

.job50-commerce-dashboard-tile {
    position: relative;
}

.job50-commerce-dashboard-tile__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #f11f2f;
    background: #fff0f1;
    font-family: 'Material Symbols Outlined', sans-serif;
    font-size: 30px;
    line-height: 1;
}

.job50-commerce-dashboard-tile__arrow {
    margin-left: auto;
    color: #f11f2f;
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 700px) {
    .job50-commerce-front {
        margin-bottom: 44px;
    }

    .job50-commerce-front__identity,
    .job50-commerce-front__tiles {
        padding-right: 18px;
        padding-left: 18px;
    }

    .job50-commerce-front > .job50-breadcrumb {
        margin-bottom: 24px;
    }

    .job50-commerce-front__identity h1 {
        font-size: 2rem;
    }

    .job50-commerce-front__tiles {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .job50-commerce-front__tile {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 460px) {
    .job50-commerce-front__tiles {
        grid-template-columns: 1fr;
    }

    .job50-commerce-front__tile-label {
        white-space: normal;
    }

    .job50-commerce-detail-modal__dialog {
        padding: 18px;
    }
}

/* 0.2.7 — compact recruiter commerce details and dashboard-style centering. */
.job50-commerce-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100svh - 102px);
    margin-bottom: 0;
    padding-block: clamp(34px, 6vh, 72px);
}

.job50-commerce-front > .job50-breadcrumb {
    width: fit-content;
    max-width: calc(100% - 36px);
    margin: 0 auto 30px;
    text-align: center;
}

.job50-commerce-detail-modal--table .job50-commerce-detail-modal__dialog {
    display: flex;
    flex-direction: column;
    width: min(760px, calc(100vw - 40px));
    overflow: hidden;
}

.job50-commerce-detail-modal--table .job50-commerce-detail-modal__content {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.job50-commerce-detail-modal--table .job50-commerce-front__table-wrap {
    overflow-x: auto;
    overflow-y: visible;
}

.job50-commerce-detail-modal__breadcrumb {
    flex: 0 0 auto;
    padding-right: 38px;
    margin: 0 0 14px;
}

.job50-commerce-detail-modal__breadcrumb .job50-breadcrumb {
    max-width: none;
    margin: 0;
}

.job50-commerce-detail-modal__breadcrumb .job50-breadcrumb__list {
    gap: 6px;
}

.job50-commerce-detail-modal__breadcrumb .job50-breadcrumb__item {
    gap: 6px;
    font-size: 12px;
}

.job50-commerce-detail-modal__stats > div {
    padding: 10px 12px;
}

.job50-commerce-detail-modal__stats > div > span {
    color: #4e5964;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

.job50-commerce-detail-modal__stats strong {
    font-size: 20px;
    font-weight: 750;
}

.job50-commerce-detail-modal__stats p {
    font-size: 12px;
}

.job50-commerce-front__table--usage th:last-child,
.job50-commerce-front__table--usage td:last-child {
    width: 112px;
    white-space: nowrap;
}

.job50-commerce-usage__job {
    min-width: 0;
}

.job50-commerce-usage__title {
    display: block;
    color: #28323d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.job50-commerce-usage__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

.job50-commerce-usage__pill,
.job50-commerce-usage__date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    max-width: 100%;
    padding: 4px 7px;
    border-radius: 999px;
    color: #9d2030;
    background: #fff0f1;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.job50-commerce-usage__pill--secondary {
    color: #5e6873;
    background: #f0f3f6;
}

.job50-commerce-usage__pill > .material-symbols-outlined,
.job50-commerce-usage__date > .material-symbols-outlined {
    font-size: 14px;
    line-height: 1;
}

.job50-commerce-usage__date {
    color: #5e6873;
    background: #f4f6f8;
    font-variant-numeric: tabular-nums;
}

.job50-commerce-usage__date-cell {
    vertical-align: middle !important;
}

@media (max-width: 700px) {
    .job50-commerce-front {
        min-height: auto;
        padding-block: 34px 44px;
    }

    .job50-commerce-detail-modal--table .job50-commerce-detail-modal__dialog {
        width: min(760px, calc(100vw - 24px));
    }
}

/* Compact recruiter rights history. */
.job50-commerce-front__table--history th:last-child,
.job50-commerce-front__table--history td:last-child {
    width: 112px;
    white-space: nowrap;
}

.job50-commerce-history__right {
    min-width: 0;
}

.job50-commerce-history__title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #28323d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.job50-commerce-history__title > .material-symbols-outlined {
    color: #ed1c24;
    font-size: 17px;
    line-height: 1;
}

.job50-commerce-history__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
}

.job50-commerce-history__metric,
.job50-commerce-history__period,
.job50-commerce-history__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 25px;
    padding: 4px 8px;
    border-radius: 999px;
    color: #5e6873;
    background: #f2f4f6;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.job50-commerce-history__metric strong {
    color: #28323d;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.job50-commerce-history__metric.is-used {
    color: #9d2030;
    background: #fff0f1;
}

.job50-commerce-history__metric.is-used strong {
    color: #9d2030;
}

.job50-commerce-history__period {
    font-variant-numeric: tabular-nums;
}

.job50-commerce-history__status {
    color: #9d2030;
    background: #fff0f1;
}

.job50-commerce-history__date-cell {
    vertical-align: middle !important;
}

/* 0.2.21 — hide Material Symbols ligatures until the icon font is ready. */
.job50-commerce-front .material-symbols-outlined,
.job50-commerce-detail-modal .material-symbols-outlined,
.job50-commerce-plan-modal .material-symbols-outlined,
.job50-commerce-dashboard-tile .material-symbols-outlined {
    overflow: hidden;
    opacity: 0;
    white-space: nowrap;
    transition: opacity .16s ease;
}

html.job50-material-symbols-ready .job50-commerce-front .material-symbols-outlined,
html.job50-material-symbols-ready .job50-commerce-detail-modal .material-symbols-outlined,
html.job50-material-symbols-ready .job50-commerce-plan-modal .material-symbols-outlined,
html.job50-material-symbols-ready .job50-commerce-dashboard-tile .material-symbols-outlined {
    opacity: 1;
}

/* Keep the page footprint stable while fonts and the organization logo settle. */
.job50-commerce-front.is-job50-entering .job50-commerce-front__identity,
.job50-commerce-front.is-job50-entering .job50-commerce-front__test-notice,
.job50-commerce-front.is-job50-entering .job50-commerce-front__tile {
    opacity: 0;
}

.job50-commerce-front.is-job50-entering .job50-commerce-front__tile {
    transform: translate3d(0, 8px, 0);
}

@keyframes job50CommerceIdentityFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes job50CommerceTileEnter {
    from { opacity: 0; transform: translate3d(0, 8px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.job50-commerce-front.is-job50-ready .job50-commerce-front__identity {
    animation: job50CommerceIdentityFade 560ms ease-out 40ms backwards;
}

.job50-commerce-front.is-job50-ready .job50-commerce-front__test-notice {
    animation: job50CommerceIdentityFade 420ms ease-out 300ms backwards;
}

.job50-commerce-front.is-job50-ready .job50-commerce-front__tile {
    animation: job50CommerceTileEnter 560ms cubic-bezier(.22, .74, .18, 1) backwards;
}

.job50-commerce-front.is-job50-ready .job50-commerce-front__tile:nth-child(1) { animation-delay: 420ms; }
.job50-commerce-front.is-job50-ready .job50-commerce-front__tile:nth-child(2) { animation-delay: 530ms; }
.job50-commerce-front.is-job50-ready .job50-commerce-front__tile:nth-child(3) { animation-delay: 640ms; }
.job50-commerce-front.is-job50-ready .job50-commerce-front__tile:nth-child(4) { animation-delay: 750ms; }

@media (prefers-reduced-motion: reduce) {
    .job50-commerce-front.is-job50-entering .job50-commerce-front__identity,
    .job50-commerce-front.is-job50-entering .job50-commerce-front__test-notice,
    .job50-commerce-front.is-job50-entering .job50-commerce-front__tile {
        opacity: 1;
        transform: none;
    }

    .job50-commerce-front.is-job50-ready .job50-commerce-front__identity,
    .job50-commerce-front.is-job50-ready .job50-commerce-front__test-notice,
    .job50-commerce-front.is-job50-ready .job50-commerce-front__tile {
        animation: none;
    }
}



/* 0.2.32 — opaque recruiter publication-plan backdrop. */
.job50-commerce-plan-modal .job50-modal__backdrop {
    background: rgb(238 244 248);
    backdrop-filter: blur(8px) saturate(.92);
    -webkit-backdrop-filter: blur(8px) saturate(.92);
}

/* Compact current-rights state shown when the organization can already publish. */
.job50-commerce-plan-modal__dialog {
    width: min(390px, calc(100vw - 28px));
    padding: 20px 20px 18px;
    border: 1px solid rgba(31, 41, 51, .10);
    border-left-width: 3px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .965);
    box-shadow: 0 18px 52px rgba(24, 34, 48, .14);
}

.job50-commerce-plan-modal.is-available .job50-commerce-plan-modal__dialog {
    border-left-color: #1b9657;
}

.job50-commerce-plan-modal.is-empty .job50-commerce-plan-modal__dialog {
    border-left-color: #ef2434;
}

.job50-commerce-plan-modal .job50-modal__close {
    top: 12px;
    right: 13px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    opacity: .68;
}

.job50-commerce-plan-modal__header {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding-right: 30px;
}

.job50-commerce-plan-modal__heading {
    min-width: 0;
}

.job50-commerce-plan-modal .job50-modal__eyebrow {
    margin: 0 0 3px;
    color: #d92f40;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
}

.job50-commerce-plan-modal.is-available .job50-modal__eyebrow {
    color: #16834b;
}

.job50-commerce-plan-modal .job50-modal__title {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-transform: none;
}

.job50-commerce-plan-modal__status-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    color: #c82437;
    background: rgba(253, 234, 237, .86);
    font-size: 21px;
}

.job50-commerce-plan-modal.is-available .job50-commerce-plan-modal__status-icon {
    color: #137844;
    background: rgba(226, 247, 235, .82);
}

.job50-commerce-plan-modal__plan-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #5d6874;
    background: rgba(239, 242, 245, .82);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .025em;
}

.job50-commerce-plan-modal__plan-label .material-symbols-outlined {
    font-size: 14px;
}

.job50-commerce-plan-modal__description {
    margin: 10px 0 0;
    color: #626d78;
    font-size: 12.5px;
    line-height: 1.45;
}

.job50-commerce-plan-modal__actions {
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

.job50-commerce-plan-modal__actions .buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.job50-commerce-plan-modal__actions .material-symbols-outlined {
    font-size: 15px;
}

.job50-commerce-plan-modal__buy {
    border: 1px solid #d9dee4;
    color: #3d4650;
    background: rgba(255, 255, 255, .72);
    cursor: pointer;
}

.job50-commerce-plan-modal__buy:hover,
.job50-commerce-plan-modal__buy:focus-visible {
    border-color: #aeb7c0;
    color: #1f2933;
    background: #fff;
}

.job50-commerce-plan-modal__continue {
    border: 1px solid #ef2434;
    color: #fff;
    background: #ef2434;
}

.job50-commerce-plan-modal__continue:hover,
.job50-commerce-plan-modal__continue:focus-visible {
    color: #fff;
    background: #d91f2e;
}

/* Purchase catalogue: transparent outer shell, floating white cards. */
.job50-commerce-plan-modal.has-purchase-catalog .job50-commerce-plan-modal__dialog {
    width: min(1120px, calc(100vw - 32px));
    max-height: calc(100svh - 24px);
    padding: clamp(42px, 6vh, 72px) clamp(20px, 4vw, 52px) clamp(28px, 5vh, 54px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.job50-commerce-plan-modal.has-purchase-catalog .job50-modal__close {
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    background: #ef2434;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    opacity: 1;
    box-shadow: none;
}

.job50-commerce-plan-modal.has-purchase-catalog .job50-modal__close:hover,
.job50-commerce-plan-modal.has-purchase-catalog .job50-modal__close:focus-visible {
    color: #fff;
    background: #cf1f2f;
    box-shadow: 0 0 0 4px rgba(239, 36, 52, .14);
}

.job50-commerce-plan-modal.has-purchase-catalog .job50-commerce-plan-modal__header,
.job50-commerce-plan-modal.has-purchase-catalog .job50-commerce-plan-modal__plan-label,
.job50-commerce-plan-modal.has-purchase-catalog > .job50-commerce-plan-modal__dialog > .job50-commerce-plan-modal__description,
.job50-commerce-plan-modal.has-purchase-catalog > .job50-commerce-plan-modal__dialog > .job50-commerce-plan-modal__actions {
    display: none;
}

.job50-commerce-plan-modal__catalog-shell[hidden],
.job50-commerce-plan-modal__choice-panel[hidden],
.job50-commerce-plan-modal__product-group[hidden],
.job50-commerce-plan-modal__confirmation[hidden] {
    display: none !important;
}

.job50-commerce-plan-modal__catalog {
    display: grid;
    gap: clamp(24px, 4vh, 42px);
    margin: 0;
    padding: 0;
    border: 0;
}

.job50-commerce-plan-modal__catalog-note {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 10px 12px;
    border: 1px solid rgba(27, 150, 87, .16);
    border-radius: 11px;
    color: #476054;
    background: rgba(232, 247, 239, .74);
}

.job50-commerce-plan-modal__catalog-note .material-symbols-outlined {
    color: #16834b;
    font-size: 18px;
    line-height: 1.2;
}

.job50-commerce-plan-modal__catalog-note p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.45;
}

.job50-commerce-plan-modal__choice-panel,
.job50-commerce-plan-modal__product-group,
.job50-commerce-plan-modal__confirmation {
    display: grid;
    gap: clamp(28px, 5vh, 52px);
}

.job50-commerce-plan-modal__step-heading {
    display: block;
    width: 100%;
    text-align: center;
}

.job50-commerce-plan-modal__step-heading > div {
    min-width: 0;
}

.job50-commerce-plan-modal__step-heading h3 {
    margin: 0;
    color: #303238;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.job50-commerce-plan-modal__step-heading p {
    margin: 8px 0 0;
    color: #303238;
    font-size: clamp(13px, 1.25vw, 16px);
    line-height: 1.4;
}

.job50-commerce-plan-modal__choice-grid {
    display: grid;
    grid-template-columns: 320px 390px;
    justify-content: center;
    align-items: stretch;
    gap: 52px;
}

.job50-commerce-plan-modal__choice-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 292px;
    margin: 0;
    padding: 28px 28px 58px;
    border: 1px solid rgba(45, 48, 55, .18);
    border-radius: 6px;
    color: #303238;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 36px rgba(28, 39, 49, .08);
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.job50-commerce-plan-modal__choice-card:hover,
.job50-commerce-plan-modal__choice-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(239, 36, 52, .58);
    outline: none;
    box-shadow: 0 22px 46px rgba(28, 39, 49, .13);
}

.job50-commerce-plan-modal__choice-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 8px;
    color: #ef2434;
    background: transparent;
    font-size: 38px;
    line-height: 1;
}

.job50-commerce-plan-modal__choice-copy {
    display: grid;
    gap: 3px;
}

.job50-commerce-plan-modal__choice-copy strong {
    color: #303238;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.job50-commerce-plan-modal__choice-copy > span {
    color: #303238;
    font-size: 11.5px;
    line-height: 1.25;
}

.job50-commerce-plan-modal__choice-benefits {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.job50-commerce-plan-modal__choice-benefits li {
    position: relative;
    margin: 0;
    padding-left: 15px;
    color: #303238;
    font-size: 11.5px;
    line-height: 1.25;
}

.job50-commerce-plan-modal__choice-benefits li::before {
    content: "";
    position: absolute;
    top: .42em;
    left: 2px;
    width: 4px;
    height: 4px;
    background: currentColor;
}

.job50-commerce-plan-modal__choice-arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 3px solid #ef2434;
    border-radius: 50%;
    color: #ef2434;
    font-size: 21px;
    line-height: 1;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.job50-commerce-plan-modal__choice-card:hover .job50-commerce-plan-modal__choice-arrow,
.job50-commerce-plan-modal__choice-card:focus-visible .job50-commerce-plan-modal__choice-arrow {
    color: #fff;
    background: #ef2434;
    transform: translateX(2px);
}

@media (min-width: 901px) {
    .job50-commerce-plan-modal__choice-benefits li {
        white-space: nowrap;
    }
}

.job50-commerce-plan-modal__step-toolbar {
    position: relative;
    min-height: 44px;
}

.job50-commerce-plan-modal__step-toolbar .job50-commerce-plan-modal__step-heading {
    padding-inline: 110px;
}

.job50-commerce-plan-modal__back {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(45, 48, 55, .22);
    border-radius: 999px;
    color: #303238;
    background: rgba(255, 255, 255, .92);
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.job50-commerce-plan-modal__back:hover,
.job50-commerce-plan-modal__back:focus-visible {
    border-color: #ef2434;
    color: #ef2434;
    outline: none;
}

.job50-commerce-plan-modal__back .material-symbols-outlined {
    font-size: 17px;
}

.job50-commerce-plan-modal__trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    margin: -18px auto 0;
}

.job50-commerce-plan-modal__trust-strip > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid rgba(45, 48, 55, .12);
    border-radius: 999px;
    color: #55616d;
    background: rgba(255, 255, 255, .78);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
}

.job50-commerce-plan-modal__trust-strip .material-symbols-outlined {
    color: #ef2434;
    font-size: 15px;
}

.job50-commerce-plan-modal__product-grid {
    display: grid;
    gap: 16px;
}

.job50-commerce-plan-modal__product-group.is-credits .job50-commerce-plan-modal__product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.job50-commerce-plan-modal__product-group.is-unlimited .job50-commerce-plan-modal__product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.job50-commerce-plan-modal__product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 418px;
    gap: 12px;
    padding: 22px 18px 17px;
    border: 1px solid rgba(45, 48, 55, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 14px 36px rgba(28, 39, 49, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.job50-commerce-plan-modal__product-card.is-featured {
    border-color: rgba(239, 36, 52, .42);
    box-shadow: 0 18px 42px rgba(239, 36, 52, .10), 0 14px 36px rgba(28, 39, 49, .08);
}

.job50-commerce-plan-modal__product-card.is-best-value {
    border-color: rgba(239, 36, 52, .24);
}

.job50-commerce-plan-modal__product-card:hover,
.job50-commerce-plan-modal__product-card:focus-within {
    transform: translateY(-2px);
    border-color: rgba(239, 36, 52, .32);
    box-shadow: 0 20px 42px rgba(28, 39, 49, .12);
}

.job50-commerce-plan-modal__product-card.has-badge {
    padding-top: 54px;
}

.job50-commerce-plan-modal__product-badge {
    position: absolute;
    top: 16px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 36px);
    min-height: 28px;
    padding: 6px 11px;
    border-radius: 999px;
    color: #fff;
    background: #ef2434;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(239, 36, 52, .18);
}

.job50-commerce-plan-modal__product-card.is-unlimited .job50-commerce-plan-modal__product-badge {
    background: #303943;
    box-shadow: 0 8px 18px rgba(31, 41, 51, .16);
}

.job50-commerce-plan-modal__product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: #ef2434;
    background: rgba(239, 36, 52, .08);
    font-size: 21px;
}

.job50-commerce-plan-modal__product-card.is-unlimited .job50-commerce-plan-modal__product-icon {
    color: #4254a6;
    background: rgba(66, 84, 166, .08);
}

.job50-commerce-plan-modal__product-copy {
    display: grid;
    min-height: 66px;
    gap: 5px;
}

.job50-commerce-plan-modal__product-copy strong {
    color: #1f2933;
    font-size: 20px;
    line-height: 1.15;
}

.job50-commerce-plan-modal__product-copy .job50-commerce-plan-modal__product-intro {
    color: #5f6b77;
    font-size: 11.5px;
    line-height: 1.35;
}

.job50-commerce-plan-modal__product-benefits {
    display: grid;
    gap: 7px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.job50-commerce-plan-modal__product-benefits li {
    position: relative;
    margin: 0;
    padding-left: 14px;
    color: #303943;
    font-size: 10.8px;
    line-height: 1.25;
}

.job50-commerce-plan-modal__product-benefits li::before {
    content: "";
    position: absolute;
    top: .43em;
    left: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ef2434;
}

.job50-commerce-plan-modal__price-stack {
    display: grid;
    align-content: end;
    gap: 6px;
    margin-top: auto;
    padding-top: 6px;
}

.job50-commerce-plan-modal__metric {
    color: #66727e;
    font-size: 10.8px;
    line-height: 1.2;
}

.job50-commerce-plan-modal__saving {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    color: #147747;
    background: #eaf7ef;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.job50-commerce-plan-modal__saving .material-symbols-outlined {
    font-size: 14px;
}

.job50-commerce-plan-modal__price {
    color: #1f2933;
    font-weight: 900;
}

.job50-commerce-plan-modal__price.is-primary {
    margin-top: 0;
    font-size: 29px;
    line-height: 1;
    letter-spacing: -.02em;
}

.job50-commerce-plan-modal__price del {
    opacity: .55;
}

.job50-commerce-plan-modal__price ins {
    text-decoration: none;
}

.job50-commerce-plan-modal__product-actions {
    display: flex;
    gap: 8px;
    margin-top: 2px;
    padding-top: 6px;
}

.job50-commerce-plan-modal__purchase-form,
.job50-commerce-plan-modal__select-plan {
    width: 100%;
    margin: 0;
}

.job50-commerce-plan-modal__purchase-form .job50-commerce-plan-modal__purchase-button,
.job50-commerce-plan-modal__select-plan,
.job50-commerce-plan-modal__confirm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid #ef2434;
    border-radius: 999px;
    color: #fff !important;
    background: #ef2434;
    box-shadow: 0 10px 20px rgba(239, 36, 52, .16);
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.job50-commerce-plan-modal__purchase-form .job50-commerce-plan-modal__purchase-button:hover,
.job50-commerce-plan-modal__purchase-form .job50-commerce-plan-modal__purchase-button:focus-visible,
.job50-commerce-plan-modal__select-plan:hover,
.job50-commerce-plan-modal__select-plan:focus-visible,
.job50-commerce-plan-modal__confirm-button:hover,
.job50-commerce-plan-modal__confirm-button:focus-visible {
    border-color: #c91d2d;
    color: #fff !important;
    background: #c91d2d;
    outline: none;
}

.job50-commerce-plan-modal__product-footnote {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 20px;
    color: #66727e;
    font-size: 9.8px;
    font-weight: 700;
    line-height: 1.2;
}

.job50-commerce-plan-modal__product-footnote .material-symbols-outlined {
    color: #22a968;
    font-size: 14px;
}

.job50-commerce-plan-modal__subscription-note {
    margin-top: -5px;
    color: #4254a6;
    font-size: 9.5px;
    font-weight: 750;
    line-height: 1.25;
}

.job50-commerce-plan-modal__catalog-empty {
    width: min(680px, 100%);
    margin: 0 auto;
    padding: 14px 16px;
    border: 1px solid rgba(226, 41, 62, .18);
    border-radius: 11px;
    color: #6b3b42;
    background: rgba(255, 255, 255, .88);
    font-size: 12px;
    line-height: 1.45;
}

.job50-commerce-plan-modal__confirmation-grid {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(380px, 1.2fr);
    gap: 18px;
}

.job50-commerce-plan-modal__selected-plan,
.job50-commerce-plan-modal__renewal-option {
    border: 1px solid rgba(45, 48, 55, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 36px rgba(28, 39, 49, .08);
}

.job50-commerce-plan-modal__selected-plan {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 20px;
}

.job50-commerce-plan-modal__selected-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    color: #ef2434;
    background: rgba(239, 36, 52, .08);
    font-size: 23px;
}

.job50-commerce-plan-modal__selected-plan > div {
    display: grid;
    gap: 5px;
}

.job50-commerce-plan-modal__selected-plan span:not(.material-symbols-outlined) {
    color: #7a8692;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.job50-commerce-plan-modal__selected-plan strong {
    color: #1f2933;
    font-size: 22px;
    line-height: 1.2;
}

.job50-commerce-plan-modal__selected-plan p {
    margin: 3px 0 0;
    color: #1f2933;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.job50-commerce-plan-modal__renewal-option {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    padding: 20px;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.job50-commerce-plan-modal__renewal-option:has(input:checked) {
    border-color: rgba(239, 36, 52, .45);
    background: rgba(255, 247, 248, .97);
    box-shadow: 0 16px 34px rgba(239, 36, 52, .10);
}

.job50-commerce-plan-modal__renewal-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.job50-commerce-plan-modal__renewal-check {
    position: relative;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border: 2px solid #aeb8c2;
    border-radius: 7px;
    background: #fff;
}

.job50-commerce-plan-modal__renewal-option input:checked + .job50-commerce-plan-modal__renewal-check {
    border-color: #ef2434;
    background: #ef2434;
}

.job50-commerce-plan-modal__renewal-option input:checked + .job50-commerce-plan-modal__renewal-check::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.job50-commerce-plan-modal__renewal-copy {
    display: grid;
    gap: 7px;
    color: #4f5d69;
    font-size: 12px;
    line-height: 1.5;
}

.job50-commerce-plan-modal__renewal-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.job50-commerce-plan-modal__renewal-title strong {
    color: #1f2933;
    font-size: 16px;
}

.job50-commerce-plan-modal__renewal-title em {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #fff;
    background: #ef2434;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 850;
}

.job50-commerce-plan-modal__renewal-copy small {
    color: #77838f;
    font-size: 11px;
}

.job50-commerce-plan-modal__confirmation-form {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.job50-commerce-plan-modal__confirm-button {
    width: min(320px, 100%);
    min-height: 46px;
}

@media (min-width: 1081px) {
    .job50-commerce-plan-modal__product-group.is-credits .job50-commerce-plan-modal__product-benefits li {
        white-space: nowrap;
    }

    .job50-commerce-plan-modal__product-group.is-unlimited .job50-commerce-plan-modal__product-benefits li {
        font-size: 10.2px;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 980px) {
    .job50-commerce-plan-modal__product-group.is-unlimited .job50-commerce-plan-modal__product-grid,
    .job50-commerce-plan-modal__product-group.is-credits .job50-commerce-plan-modal__product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .job50-commerce-plan-modal__confirmation-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .job50-commerce-plan-modal.has-purchase-catalog .job50-commerce-plan-modal__dialog {
        width: calc(100vw - 20px);
        padding-inline: 18px;
    }

    .job50-commerce-plan-modal__choice-grid {
        grid-template-columns: minmax(0, 430px);
        gap: 20px;
    }

    .job50-commerce-plan-modal__choice-card {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .job50-commerce-plan-modal__dialog {
        width: calc(100vw - 20px);
        padding: 18px 16px 16px;
    }

    .job50-commerce-plan-modal__actions {
        justify-content: stretch;
    }

    .job50-commerce-plan-modal__actions .buttons {
        flex: 1 1 auto;
    }

    .job50-commerce-plan-modal.has-purchase-catalog .job50-commerce-plan-modal__dialog {
        width: calc(100vw - 12px);
        max-height: calc(100svh - 12px);
        padding: 48px 8px 22px;
    }

    .job50-commerce-plan-modal__step-heading h3 {
        font-size: clamp(25px, 9vw, 34px);
    }

    .job50-commerce-plan-modal__step-heading p {
        font-size: 13px;
    }

    .job50-commerce-plan-modal__choice-card {
        padding: 24px 22px 58px;
    }

    .job50-commerce-plan-modal__step-toolbar {
        display: grid;
        gap: 18px;
    }

    .job50-commerce-plan-modal__step-toolbar .job50-commerce-plan-modal__step-heading {
        padding-inline: 0;
    }

    .job50-commerce-plan-modal__back {
        position: static;
        width: fit-content;
    }

    .job50-commerce-plan-modal__product-group.is-unlimited .job50-commerce-plan-modal__product-grid,
    .job50-commerce-plan-modal__product-group.is-credits .job50-commerce-plan-modal__product-grid {
        grid-template-columns: 1fr;
    }

    .job50-commerce-plan-modal__trust-strip {
        justify-content: flex-start;
        margin-top: -8px;
    }

    .job50-commerce-plan-modal__trust-strip > span {
        font-size: 10px;
    }

    .job50-commerce-plan-modal__product-card {
        min-height: 0;
    }

    .job50-commerce-plan-modal__confirmation-form {
        justify-content: stretch;
    }

    .job50-commerce-plan-modal__confirm-button {
        width: 100%;
    }
}

/* 0.2.44 — purchase history entry and one-time post-payment confirmation. */
.job50-commerce-front__tile--link {
    text-decoration: none;
}

.job50-commerce-front.is-job50-ready .job50-commerce-front__tile:nth-child(5) {
    animation-delay: 860ms;
}

.job50-purchase-success-modal .job50-modal__backdrop {
    background: rgba(238, 244, 248, .78);
    backdrop-filter: blur(8px) saturate(.94);
    -webkit-backdrop-filter: blur(8px) saturate(.94);
}

.job50-purchase-success-modal__dialog {
    position: relative;
    display: grid;
    justify-items: center;
    width: min(590px, calc(100vw - 28px));
    padding: 38px 38px 32px;
    border: 1px solid rgba(31, 41, 51, .12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(27, 41, 57, .16);
    text-align: center;
}

.job50-purchase-success-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f0f3f6;
    color: #67727e;
    cursor: pointer;
}

.job50-purchase-success-modal__close svg { display: block; width: 18px; height: 18px; fill: currentColor; }
.job50-purchase-success-modal__close:hover,
.job50-purchase-success-modal__close:focus-visible { background: #e6ebef; color: #26313c; outline: none; }

.job50-purchase-success-modal__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 18px;
    color: #16834b;
    background: #e8f7ef;
    font-size: 32px;
}

.job50-purchase-success-modal__eyebrow {
    margin: 0 0 6px;
    color: #16834b;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.job50-purchase-success-modal h2 {
    margin: 0;
    color: #202a35;
    font-family: var(--j50-font-display, "Google Sans Flex", Inter, system-ui, sans-serif);
    font-size: clamp(1.65rem, 4vw, 2.15rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.job50-purchase-success-modal__lead {
    margin: 10px 0 20px;
    color: #687482;
    font-size: 14px;
    line-height: 1.45;
}

.job50-purchase-success-modal__summary {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 6px 16px;
    border-radius: 14px;
    background: #f6f8fa;
    text-align: left;
}

.job50-purchase-success-modal__summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #e6eaee;
}
.job50-purchase-success-modal__summary > div:last-child { border-bottom: 0; }
.job50-purchase-success-modal__summary dt,
.job50-purchase-success-modal__summary dd { margin: 0; }
.job50-purchase-success-modal__summary dt { color: #73808c; font-size: 12px; }
.job50-purchase-success-modal__summary dd { color: #222d38; font-size: 13px; font-weight: 750; text-align: right; }

.job50-purchase-success-modal__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    margin-top: 22px;
}

.job50-purchase-success-modal__primary,
.job50-purchase-success-modal__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}
.job50-purchase-success-modal__primary { border: 1px solid #ed1c24; color: #fff; background: #ed1c24; box-shadow: 0 12px 24px rgba(237, 28, 36, .18); }
.job50-purchase-success-modal__secondary { border: 1px solid #d7dee4; color: #34404c; background: #fff; }

@media (max-width: 560px) {
    .job50-purchase-success-modal__dialog { padding: 34px 20px 24px; }
    .job50-purchase-success-modal__actions { align-items: stretch; flex-direction: column-reverse; }
    .job50-purchase-success-modal__primary,
    .job50-purchase-success-modal__secondary { width: 100%; }
    .job50-purchase-success-modal__summary > div { align-items: flex-start; }
}

/* Publication catalogue polish — 0.2.48. */
.job50-commerce-plan-modal__tax-note {
    display: inline-block;
    margin-left: 4px;
    color: #8a96a1;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .035em;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: .14em;
}

.job50-commerce-plan-modal__price.is-primary .job50-commerce-plan-modal__tax-note {
    font-size: 9px;
    font-weight: 750;
}

/* Keep the catalogue wheel/touch-scrollable when needed but never expose an
 * intrusive inner scrollbar in the commercial modal. */
.job50-commerce-plan-modal.has-purchase-catalog .job50-commerce-plan-modal__dialog {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.job50-commerce-plan-modal.has-purchase-catalog .job50-commerce-plan-modal__dialog::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

/* 0.2.67 — shared polished summary component for credit and unlimited-right modals. */
.job50-commerce-detail-modal--credits .job50-commerce-detail-modal__dialog,
.job50-commerce-detail-modal--unlimited .job50-commerce-detail-modal__dialog {
    width: min(560px, calc(100vw - 28px));
    padding: 24px;
    border-radius: 18px;
}

.job50-commerce-detail-modal__summary-overview {
    display: grid;
    gap: 12px;
}

.job50-commerce-detail-modal__summary-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 6px 9px;
    border-radius: 999px;
    color: #08733d;
    background: #eaf8f0;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
}

.job50-commerce-detail-modal__summary-pill.is-empty {
    color: #687480;
    background: #f2f4f6;
}

.job50-commerce-detail-modal__summary-pill .material-symbols-outlined {
    font-size: 15px;
}

.job50-commerce-detail-modal__summary-details {
    display: grid;
    overflow: hidden;
    border: 1px solid #e5e9ed;
    border-radius: 14px;
    background: #f8fafb;
}

.job50-commerce-detail-modal__summary-detail {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}

.job50-commerce-detail-modal__summary-detail + .job50-commerce-detail-modal__summary-detail {
    border-top: 1px solid #e5e9ed;
}

.job50-commerce-detail-modal__summary-detail > .material-symbols-outlined {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #ef233c;
    background: #fff0f2;
    font-size: 18px;
}

.job50-commerce-detail-modal__summary-detail > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
}

.job50-commerce-detail-modal__summary-detail > div > span {
    color: #737e89;
    font-size: 12px;
    line-height: 1.35;
}

.job50-commerce-detail-modal__summary-detail strong {
    color: #28323d;
    font-size: 12.5px;
    font-weight: 750;
    line-height: 1.35;
    text-align: right;
}

.job50-commerce-detail-modal--credits .job50-commerce-detail-modal__actions,
.job50-commerce-detail-modal--unlimited .job50-commerce-detail-modal__actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.job50-commerce-detail-modal--credits .job50-commerce-detail-modal__actions .job50-commerce-detail-modal__purchase,
.job50-commerce-detail-modal--unlimited .job50-commerce-detail-modal__actions .job50-commerce-detail-modal__purchase {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin: 0;
    text-align: center;
}

.job50-commerce-detail-modal--credits .job50-commerce-detail-modal__purchase-note,
.job50-commerce-detail-modal--unlimited .job50-commerce-detail-modal__purchase-note {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    margin: 13px 0 0;
    padding: 12px 13px;
    border-radius: 12px;
    color: #687480;
    background: #f5f7f9;
    font-size: 12px;
    line-height: 1.5;
}

.job50-commerce-detail-modal--credits .job50-commerce-detail-modal__purchase-note > .material-symbols-outlined,
.job50-commerce-detail-modal--unlimited .job50-commerce-detail-modal__purchase-note > .material-symbols-outlined {
    margin-top: 1px;
    color: #7b8792;
    font-size: 17px;
}

.job50-commerce-detail-modal--credits .job50-commerce-detail-modal__purchase-note p,
.job50-commerce-detail-modal--unlimited .job50-commerce-detail-modal__purchase-note p {
    margin: 0;
}

@media (max-width: 560px) {
    .job50-commerce-detail-modal--credits .job50-commerce-detail-modal__dialog,
    .job50-commerce-detail-modal--unlimited .job50-commerce-detail-modal__dialog {
        padding: 20px 18px;
    }

    .job50-commerce-detail-modal__summary-detail > div {
        display: grid;
        gap: 3px;
    }

    .job50-commerce-detail-modal__summary-detail strong {
        text-align: left;
    }
}


/* 0.2.66 — distinguish initial unlimited purchase from coverage extension. */
.job50-commerce-plan-modal .is-extension {
    display: none !important;
}

.job50-commerce-plan-modal.is-extension-mode .is-standard {
    display: none !important;
}

.job50-commerce-plan-modal.is-extension-mode .is-extension {
    display: initial !important;
}

.job50-commerce-plan-modal.is-extension-mode .job50-commerce-plan-modal__catalog-note {
    display: none;
}

.job50-commerce-plan-modal__unlimited-heading.is-extension,
.job50-commerce-plan-modal__confirmation-heading.is-extension {
    width: 100%;
}

.job50-commerce-plan-modal.is-extension-mode .job50-commerce-plan-modal__unlimited-heading.is-extension,
.job50-commerce-plan-modal.is-extension-mode .job50-commerce-plan-modal__confirmation-heading.is-extension {
    display: block !important;
}

.job50-commerce-plan-modal__product-title.is-extension {
    color: #303238;
    font-size: inherit;
    font-weight: 900;
    line-height: 1.1;
}

.job50-commerce-plan-modal__extension-until.is-extension {
    margin-top: 1px;
    color: #16834b;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.job50-commerce-plan-modal.is-extension-mode .job50-commerce-plan-modal__product-copy {
    min-height: 78px;
}

.job50-commerce-plan-modal.is-extension-mode .job50-commerce-plan-modal__select-plan .is-extension {
    display: inline !important;
}

.job50-commerce-plan-modal.is-extension-mode .job50-commerce-plan-modal__selected-label.is-extension {
    display: inline !important;
}


/* 0.2.68 — polished failed/cancelled payment result modal. */
.job50-purchase-success-modal--failed .job50-purchase-success-modal__icon {
    color: #c62836;
    background: #fff0f2;
}

.job50-purchase-success-modal--failed .job50-purchase-success-modal__eyebrow {
    color: #c62836;
}

.job50-purchase-success-modal--cancelled .job50-purchase-success-modal__icon {
    color: #b66a12;
    background: #fff5e8;
}

.job50-purchase-success-modal--cancelled .job50-purchase-success-modal__eyebrow {
    color: #b66a12;
}

.job50-purchase-success-modal--failed .job50-purchase-success-modal__lead,
.job50-purchase-success-modal--cancelled .job50-purchase-success-modal__lead {
    max-width: 470px;
}

.job50-purchase-success-modal--failed .job50-purchase-success-modal__primary,
.job50-purchase-success-modal--cancelled .job50-purchase-success-modal__primary {
    min-width: 170px;
}

/* 0.2.73 — public pricing page + reusable launch offer. */
.job50-pricing,
.job50-pricing * ,
.job50-commerce-launch-offer,
.job50-commerce-launch-offer * {
    box-sizing: border-box;
}

.job50-pricing {
    width: min(1280px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(34px, 5vw, 72px) 0 clamp(56px, 7vw, 96px);
    color: #1f2933;
}

.job50-pricing__hero {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: min(820px, 100%);
    margin: 0 auto clamp(28px, 4vw, 46px);
    text-align: center;
}

.job50-pricing__eyebrow {
    margin: 0;
    color: var(--wp--preset--color--accent-1, #ed1c24);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.job50-pricing__hero h1 {
    margin: 0;
    font-family: var(--wp--preset--font-family--google-sans-flex, inherit);
    font-size: clamp(2.25rem, 5vw, 4.3rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.job50-pricing__hero > p:last-child {
    max-width: 700px;
    margin: 4px 0 0;
    color: #66717d;
    font-size: clamp(14px, 1.5vw, 17px);
    line-height: 1.55;
}

.job50-pricing__promo {
    margin-bottom: clamp(46px, 6vw, 72px);
}

.job50-pricing__catalog {
    display: grid;
    gap: clamp(54px, 7vw, 84px);
}

.job50-pricing__section {
    display: grid;
    gap: 26px;
}

.job50-pricing__section-heading {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: min(820px, 100%);
    margin: 0 auto;
    text-align: left;
}

.job50-pricing__section-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    color: #ef2434;
    background: rgba(239, 36, 52, .08);
    font-size: 24px;
}

.job50-pricing__section.is-unlimited .job50-pricing__section-icon {
    color: #4254a6;
    background: rgba(66, 84, 166, .09);
}

.job50-pricing__section-heading p {
    margin: 0 0 3px;
    color: #ef2434;
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.job50-pricing__section-heading h2 {
    margin: 0;
    color: #1f2933;
    font-family: var(--wp--preset--font-family--google-sans-flex, inherit);
    font-size: clamp(1.55rem, 2.7vw, 2.25rem);
    line-height: 1.04;
    letter-spacing: -.025em;
}

.job50-pricing__section-heading span:not(.material-symbols-outlined) {
    display: block;
    margin-top: 5px;
    color: #66717d;
    font-size: 13px;
    line-height: 1.45;
}

.job50-pricing .job50-commerce-plan-modal__trust-strip {
    margin: -6px auto 0;
}

.job50-pricing .job50-commerce-plan-modal__product-grid {
    width: 100%;
}

.job50-pricing .job50-commerce-plan-modal__product-card {
    min-height: 440px;
}

.job50-pricing .job50-commerce-plan-modal__product-actions > .job50-commerce-plan-modal__purchase-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid #ef2434;
    border-radius: 999px;
    color: #fff !important;
    background: #ef2434;
    box-shadow: 0 10px 20px rgba(239, 36, 52, .16);
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
}

.job50-pricing .job50-commerce-plan-modal__product-actions > .job50-commerce-plan-modal__purchase-button:hover,
.job50-pricing .job50-commerce-plan-modal__product-actions > .job50-commerce-plan-modal__purchase-button:focus-visible {
    border-color: #c91d2d;
    color: #fff !important;
    background: #c91d2d;
    outline: none;
}

.job50-pricing__footer-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: min(780px, 100%);
    margin: clamp(44px, 6vw, 70px) auto 0;
    padding: 14px 18px;
    border: 1px solid rgba(45, 48, 55, .1);
    border-radius: 14px;
    color: #66717d;
    background: rgba(247, 249, 251, .92);
    text-align: center;
}

.job50-pricing__footer-note .material-symbols-outlined {
    flex: 0 0 auto;
    color: #16834b;
    font-size: 20px;
}

.job50-pricing__footer-note p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.45;
}

.job50-commerce-launch-offer {
    position: relative;
    isolation: isolate;
    width: min(1120px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(237, 28, 36, .18);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 8%, rgba(255, 174, 82, .22), transparent 34%),
        radial-gradient(circle at 8% 110%, rgba(237, 28, 36, .11), transparent 38%),
        linear-gradient(135deg, #fff 0%, #fffafb 56%, #fff 100%);
    box-shadow: 0 24px 64px rgba(31, 41, 51, .10), 0 12px 30px rgba(237, 28, 36, .05);
}

.job50-commerce-launch-offer__glow {
    position: absolute;
    z-index: -1;
    top: -120px;
    right: -90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 129, 50, .14);
    filter: blur(18px);
    pointer-events: none;
}

.job50-commerce-launch-offer__content {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr);
    gap: clamp(26px, 4vw, 52px);
    align-items: center;
    padding: clamp(28px, 4vw, 48px);
}

.job50-commerce-launch-offer__copy {
    display: grid;
    align-content: center;
    gap: 12px;
}

.job50-commerce-launch-offer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    color: #b51626;
    background: rgba(237, 28, 36, .09);
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.job50-commerce-launch-offer__eyebrow .material-symbols-outlined {
    font-size: 17px;
}

.job50-commerce-launch-offer__copy h2 {
    max-width: 690px;
    margin: 0;
    color: #1f2933;
    font-family: var(--wp--preset--font-family--google-sans-flex, inherit);
    font-size: clamp(2rem, 4.1vw, 3.6rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.job50-commerce-launch-offer__copy > p {
    max-width: 650px;
    margin: 0;
    color: #5f6b77;
    font-size: 14px;
    line-height: 1.55;
}

.job50-commerce-launch-offer__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
}

.job50-commerce-launch-offer__meta > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 6px 9px;
    border: 1px solid rgba(45, 48, 55, .10);
    border-radius: 999px;
    color: #596571;
    background: rgba(255, 255, 255, .8);
    font-size: 10.5px;
    font-weight: 750;
}

.job50-commerce-launch-offer__meta .material-symbols-outlined {
    color: #ef2434;
    font-size: 15px;
}

.job50-commerce-launch-offer__deal {
    display: grid;
    gap: 10px;
    padding: 22px;
    border: 1px solid rgba(31, 41, 51, .10);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 34px rgba(31, 41, 51, .08);
}

.job50-commerce-launch-offer__deal-label {
    color: #55616d;
    font-size: 11px;
    font-weight: 800;
}

.job50-commerce-launch-offer__price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.job50-commerce-launch-offer__old-price {
    color: #8a939c;
    font-size: 17px;
    font-weight: 750;
    text-decoration: line-through;
}

.job50-commerce-launch-offer__free-price {
    color: #ef2434;
    font-family: var(--wp--preset--font-family--google-sans-flex, inherit);
    font-size: clamp(2.7rem, 5vw, 4.5rem);
    line-height: .85;
    letter-spacing: -.05em;
}

.job50-commerce-launch-offer__tax-note {
    margin-top: -4px;
    color: #858d96;
    font-size: 10px;
    line-height: 1.3;
}

.job50-commerce-launch-offer__code {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2px 9px;
    margin-top: 3px;
    padding: 10px 12px;
    border: 1px dashed rgba(237, 28, 36, .34);
    border-radius: 12px;
    background: #fff8f8;
}

.job50-commerce-launch-offer__code small {
    grid-column: 1;
    color: #8a5960;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.job50-commerce-launch-offer__code strong {
    grid-column: 1;
    color: #b51626;
    font-size: 15px;
    letter-spacing: .08em;
}

.job50-commerce-launch-offer__code em {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    color: #16834b;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
}

.job50-commerce-launch-offer__form {
    margin: 2px 0 0;
}

.job50-commerce-launch-offer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    margin-top: 2px;
    border-radius: 999px;
    color: #fff !important;
    background: #ef2434;
    border-color: #ef2434;
    box-shadow: 0 12px 24px rgba(239, 36, 52, .18);
    text-decoration: none;
}

.job50-commerce-launch-offer__cta:hover,
.job50-commerce-launch-offer__cta:focus-visible {
    color: #fff !important;
    background: #c91d2d;
    border-color: #c91d2d;
    outline: none;
}

.job50-commerce-launch-offer__cta .material-symbols-outlined {
    font-size: 19px;
}

.job50-commerce-launch-offer__restricted {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    color: #6a737d;
    background: #f4f6f8;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.job50-commerce-launch-offer__footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 18px;
    border-top: 1px solid rgba(31, 41, 51, .08);
    color: #68737e;
    background: rgba(248, 250, 251, .72);
    font-size: 10.5px;
    line-height: 1.35;
    text-align: center;
}

.job50-commerce-launch-offer__footnote .material-symbols-outlined {
    color: #16834b;
    font-size: 17px;
}

.job50-commerce-launch-offer.is-dashboard {
    grid-column: 1 / -1;
    flex: 1 1 100%;
    width: 100%;
    max-width: 1060px;
    margin-top: 10px;
}

.job50-commerce-launch-offer.is-compact {
    border-radius: 18px;
}

.job50-commerce-launch-offer.is-compact .job50-commerce-launch-offer__content {
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, .7fr);
    gap: 24px;
    padding: 24px 26px;
}

.job50-commerce-launch-offer.is-compact .job50-commerce-launch-offer__copy h2 {
    font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.job50-commerce-launch-offer.is-compact .job50-commerce-launch-offer__deal {
    padding: 17px;
}

.job50-commerce-launch-offer.is-compact .job50-commerce-launch-offer__free-price {
    font-size: 3rem;
}

@media (max-width: 900px) {
    .job50-commerce-launch-offer__content,
    .job50-commerce-launch-offer.is-compact .job50-commerce-launch-offer__content {
        grid-template-columns: 1fr;
    }

    .job50-commerce-launch-offer__deal {
        width: min(520px, 100%);
    }
}

@media (max-width: 760px) {
    .job50-pricing {
        width: min(100% - 24px, 1280px);
        padding-top: 28px;
    }

    .job50-pricing__hero h1 {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    .job50-pricing__section-heading {
        align-items: center;
    }

    .job50-pricing .job50-commerce-plan-modal__product-group.is-credits .job50-commerce-plan-modal__product-grid,
    .job50-pricing .job50-commerce-plan-modal__product-group.is-unlimited .job50-commerce-plan-modal__product-grid {
        grid-template-columns: 1fr;
    }

    .job50-pricing .job50-commerce-plan-modal__product-card {
        min-height: 0;
    }

    .job50-commerce-launch-offer__content {
        padding: 25px 20px;
    }

    .job50-commerce-launch-offer__copy h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .job50-commerce-launch-offer__meta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .job50-commerce-launch-offer__meta > span {
        width: fit-content;
    }
}

@media (max-width: 460px) {
    .job50-pricing__section-heading {
        align-items: flex-start;
    }

    .job50-pricing__section-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 21px;
    }

    .job50-commerce-launch-offer {
        border-radius: 18px;
    }

    .job50-commerce-launch-offer__content,
    .job50-commerce-launch-offer.is-compact .job50-commerce-launch-offer__content {
        padding: 22px 16px;
    }

    .job50-commerce-launch-offer__deal {
        padding: 16px;
        border-radius: 15px;
    }

    .job50-commerce-launch-offer__code {
        grid-template-columns: 1fr;
    }

    .job50-commerce-launch-offer__code em {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .job50-commerce-launch-offer__footnote {
        align-items: flex-start;
        text-align: left;
    }
}
