.imm-page {
    --imm-max: var(--max-width-content, 64rem);
    --imm-gap: 0.85rem;
    --imm-pad-y: 1.35rem;
    --imm-pad-x: 1.25rem;
    --imm-input-pad: 0.4rem 0.55rem;
    --imm-input-h: 2.25rem;
    --imm-section-a: var(--paper-25);
    --imm-section-b: var(--carbon-25);
    --imm-section-border: var(--paper-700);
    --imm-accent: var(--carbon-500);
    --imm-accent-soft: var(--yuzu-700);
    --imm-branch-bg: var(--zest-50);
    --imm-branch-border: var(--zest-300);
    --imm-table-head: var(--carbon-100);
}

.imm-hero {
    margin: 1rem auto 1.75rem;
    max-width: 38rem;
    text-align: center;
}

.imm-hero-eyebrow {
    color: var(--yuzu-700);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
}

.imm-hero h1 {
    margin: 0.3rem 0 0.5rem;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 800;
    color: var(--carbon-500);
    line-height: 1.15;
}

.imm-hero p {
    margin: 0;
    color: var(--carbon-400);
    font-size: 0.95rem;
    line-height: 1.45;
}

.imm-hero-links {
    margin-top: 0.55rem;
    font-size: 0.84rem;
    color: var(--carbon-400);
}

.imm-hero-links a {
    color: var(--yuzu-700);
    font-weight: 600;
    text-decoration: none;
}

.imm-hero-links a:hover {
    text-decoration: underline;
}

.imm-form {
    width: 100%;
    max-width: var(--imm-max);
    margin-inline: auto;
    display: grid;
    gap: 1.15rem;
}

.imm-section {
    position: relative;
    padding: var(--imm-pad-y) var(--imm-pad-x);
    border: 1px solid var(--imm-section-border);
    border-radius: 0.55rem;
    background: var(--imm-section-a);
    box-shadow: none;
}

.imm-section:nth-of-type(even) {
    background: var(--imm-section-b);
}

.imm-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85rem;
    bottom: 0.85rem;
    width: 3px;
    border-radius: 999px;
    background: var(--imm-accent);
}

.imm-section:nth-of-type(even)::before {
    background: var(--imm-accent-soft);
}

.imm-section__head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 0 0.95rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid var(--imm-section-border);
}

.imm-section__num {
    flex: 0 0 auto;
    min-width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.35rem;
    background: var(--carbon-500);
    color: var(--paper-25);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
}

.imm-section:nth-of-type(even) .imm-section__num {
    background: var(--yuzu-800);
    color: var(--paper-25);
}

.imm-section__titles {
    min-width: 0;
}

.imm-section h2,
.imm-section__titles h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--carbon-500);
    line-height: 1.25;
}

.imm-section__lede {
    margin: 0.2rem 0 0;
    font-size: 0.8rem;
    color: var(--carbon-400);
    line-height: 1.35;
}

.imm-section > p:not(.imm-section__lede) {
    margin: 0 0 0.7rem;
    font-size: 0.8rem;
    color: var(--carbon-400);
    line-height: 1.4;
}

/* Intra-page topic blocks — more whitespace, clearer grouping */
.imm-block {
    display: grid;
    gap: 1rem;
    margin: 0 0 1.65rem;
    padding: 0.15rem 0 1.65rem;
    border-bottom: 1px solid var(--imm-section-border);
}

.imm-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0.15rem;
    border-bottom: none;
}

.imm-block__title {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--carbon-400);
}

.imm-block__subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--carbon-500);
    letter-spacing: 0;
    text-transform: none;
}

.imm-block__subtitle + .imm-line {
    margin-top: 0.15rem;
}

.imm-block .imm-block__subtitle:not(:first-of-type) {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px dashed var(--imm-section-border);
}

.imm-block > .imm-line {
    margin-bottom: 0;
}

.imm-block > .imm-branch {
    margin-top: 0.25rem;
}

.imm-block > .imm-table-wrap,
.imm-block > .imm-job-actions {
    margin-top: 0.15rem;
}

/* Stack of yes/no questions — one topic per row */
.imm-yn-stack {
    display: grid;
    gap: 0.95rem;
}

.imm-yn-stack .opp-field {
    margin: 0;
    max-width: 28rem;
}

.imm-yn-pair {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
}

.imm-yn-pair .opp-field {
    flex: 1 1 11rem;
    margin: 0;
    max-width: 16rem;
}

/* Flexible field lines — widths vary by role */
.imm-line {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 0.85rem 1rem;
    margin-bottom: 0.85rem;
}

.imm-line:last-child {
    margin-bottom: 0;
}

.imm-line .opp-field {
    margin: 0;
    min-width: 0;
}

.imm-w-xs { flex: 0 0 5.5rem; max-width: 5.5rem; }
.imm-w-sm { flex: 0 0 7.5rem; max-width: 8.5rem; }
.imm-w-md { flex: 0 1 11rem; min-width: 8rem; max-width: 14rem; }
.imm-w-lg { flex: 0 1 15rem; min-width: 11rem; max-width: 18rem; }
.imm-w-dial { flex: 0 1 13.5rem; min-width: 10rem; max-width: 16rem; }
.imm-grow { flex: 1 1 12rem; min-width: 10rem; }
.imm-grow-lg { flex: 2 1 16rem; min-width: 12rem; }

.imm-grid {
    display: grid;
    gap: var(--imm-gap);
}

@media (min-width: 720px) {
    .imm-grid--2 {
        grid-template-columns: 1fr 1fr;
    }
}

.imm-form .opp-field > label,
.imm-form .opp-field > .imm-field-label,
.imm-form .opp-field .imm-field-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--carbon-500);
    line-height: 1.2;
}

.imm-form .opp-field input:not([type="radio"]):not([type="checkbox"]),
.imm-form .opp-field select,
.imm-form .opp-field textarea {
    width: 100%;
    height: var(--imm-input-h);
    border: 1px solid var(--paper-700);
    border-radius: var(--radius-md);
    padding: var(--imm-input-pad);
    font: inherit;
    font-size: 0.88rem;
    background: var(--paper-25);
    color: var(--carbon-500);
}

.imm-section:nth-of-type(even) .opp-field input:not([type="radio"]):not([type="checkbox"]),
.imm-section:nth-of-type(even) .opp-field select,
.imm-section:nth-of-type(even) .opp-field textarea {
    border-color: var(--carbon-300);
    background: var(--paper-25);
}

.imm-form .opp-field select {
    cursor: pointer;
}

.imm-form .opp-field textarea {
    height: auto;
    min-height: 4.25rem;
    resize: vertical;
}

.imm-form .opp-field input:not([type="radio"]):not([type="checkbox"]):focus,
.imm-form .opp-field select:focus,
.imm-form .opp-field textarea:focus {
    outline: none;
    border-color: var(--carbon-500);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--yuzu-500) 35%, transparent);
}

.imm-form [data-imm-province-wrap] {
    display: grid;
    gap: 0;
}

.imm-form [data-imm-province-wrap] > input,
.imm-form [data-imm-province-wrap] > select {
    width: 100%;
}

.imm-phone-combo {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--paper-700);
    border-radius: var(--radius-md);
    background: var(--paper-25);
    overflow: hidden;
    height: var(--imm-input-h);
}

.imm-phone-combo:focus-within {
    border-color: var(--carbon-500);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--yuzu-500) 35%, transparent);
}

.imm-phone-combo select,
.imm-phone-combo input {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 100% !important;
}

.imm-phone-combo select {
    flex: 0 0 8.75rem;
    max-width: 9.5rem;
    border-right: 1px solid var(--imm-section-border) !important;
    background: var(--yuzu-50);
    font-size: 0.82rem !important;
    padding-left: 0.4rem !important;
}

.imm-phone-combo input {
    flex: 1 1 auto;
    min-width: 0;
}

.imm-branch {
    margin-top: 0.75rem;
    padding: 0.8rem 0.85rem 0.9rem;
    border: 1px solid var(--imm-branch-border);
    border-left-width: 3px;
    border-radius: 0.4rem;
    background: var(--imm-branch-bg);
}

.imm-branch[hidden] {
    display: none !important;
}

.imm-branch__title {
    margin: 0 0 0.25rem;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--carbon-600);
}

.imm-branch__hint {
    margin: 0 0 0.55rem;
    font-size: 0.74rem;
    color: var(--carbon-400);
    line-height: 1.35;
}

.imm-job-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.55rem;
}

/* Compact sortable tables */
.imm-table-wrap {
    border: 1px solid var(--imm-section-border);
    border-radius: var(--radius-md);
    background: var(--paper-25);
    overflow-x: auto;
}

.imm-table-head {
    display: none;
}

.imm-sortable {
    display: grid;
    gap: 0;
}

.imm-sortable-item {
    margin: 0;
    padding: 0.55rem 0.6rem;
    border: 0;
    border-bottom: 1px solid var(--imm-section-border);
    border-radius: 0;
    background: var(--paper-25);
    cursor: grab;
}

.imm-sortable-item:nth-child(even) {
    background: var(--paper-500);
}

.imm-sortable-item:last-child {
    border-bottom: 0;
}

.imm-sortable-item--dragging {
    opacity: 0.55;
    cursor: grabbing;
}

.imm-sortable-item--over {
    background: var(--yuzu-100);
    box-shadow: inset 0 0 0 1px var(--yuzu-700);
}

.imm-sortable-item__label {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--carbon-400);
    min-width: 1.1rem;
    text-align: center;
}

.imm-drag-handle {
    appearance: none;
    border: 1px solid var(--paper-700);
    border-radius: calc(var(--radius-md) - 0.05rem);
    background: var(--carbon-25);
    color: var(--carbon-500);
    font: inherit;
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: -0.08em;
    padding: 0.25rem 0.35rem;
    cursor: grab;
    user-select: none;
    flex-shrink: 0;
    height: var(--imm-input-h);
}

.imm-drag-handle:active {
    cursor: grabbing;
}

.imm-table-row {
    display: grid;
    gap: 0.4rem 0.5rem;
}

.imm-table-row--cwa,
.imm-table-row--edu {
    grid-template-columns: auto auto 1fr;
}

.imm-table-row--pcor,
.imm-table-row--job {
    grid-template-columns: auto auto 1fr auto;
}

.imm-table-row--addr,
.imm-table-row--mail {
    grid-template-columns: auto 1fr;
}

.imm-table-row .imm-drag-handle { grid-column: 1; grid-row: 1; }
.imm-table-row .imm-sortable-item__label { grid-column: 2; grid-row: 1; align-self: center; }
.imm-table-row .opp-field { grid-column: 1 / -1; }
.imm-table-row--job .imm-remove-job,
.imm-table-row--pcor .imm-remove-pcor { grid-column: 4; grid-row: 1; justify-self: end; align-self: center; }
.imm-table-row .imm-pcor-other[hidden] { display: none !important; }

@media (min-width: 960px) {
    .imm-table-head {
        display: grid;
        align-items: end;
        gap: 0.35rem;
        padding: 0.45rem 0.6rem 0.4rem;
        border-bottom: 1px solid var(--imm-section-border);
        background: var(--imm-table-head);
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: var(--carbon-500);
        white-space: nowrap;
    }

    .imm-table-head--cwa {
        grid-template-columns: 1.75rem 1.25rem minmax(7rem, 1.3fr) minmax(6.5rem, 1fr) 7.75rem 7.75rem minmax(6rem, 1fr);
    }

    .imm-table-head--pcor {
        grid-template-columns: 1.75rem 1.25rem minmax(7rem, 1.3fr) minmax(6.5rem, 1fr) 7.75rem 7.75rem minmax(6rem, 1fr) 3.75rem;
    }

    .imm-table-head--job {
        grid-template-columns:
            1.75rem 1.25rem minmax(6.5rem, 1.05fr) minmax(7rem, 1.15fr) minmax(5rem, 0.75fr)
            minmax(5rem, 0.75fr) minmax(4.5rem, 0.65fr) 6.75rem 6.75rem 3.75rem;
    }

    .imm-table-head--edu {
        grid-template-columns:
            1.75rem 1.25rem 6.5rem 6.5rem minmax(6rem, 1fr) minmax(7rem, 1.2fr)
            minmax(5rem, 0.8fr) minmax(5rem, 0.8fr) minmax(5rem, 0.7fr);
    }

    .imm-table-head--addr {
        grid-template-columns:
            1.75rem 3.5rem minmax(8rem, 1.4fr) 4rem minmax(5.5rem, 0.9fr)
            minmax(5rem, 0.8fr) minmax(5.5rem, 0.9fr) 5.5rem;
    }

    .imm-table-head--mail {
        grid-template-columns:
            1.75rem 3.5rem minmax(8rem, 1.5fr) minmax(5.5rem, 0.9fr)
            minmax(5rem, 0.8fr) minmax(5.5rem, 0.9fr) 5.5rem;
    }

    .imm-table-row--cwa {
        grid-template-columns: 1.75rem 1.25rem minmax(7rem, 1.3fr) minmax(6.5rem, 1fr) 7.75rem 7.75rem minmax(6rem, 1fr);
        align-items: center;
        gap: 0.35rem;
        padding: 0.35rem 0.6rem;
    }

    .imm-table-row--pcor {
        grid-template-columns: 1.75rem 1.25rem minmax(7rem, 1.3fr) minmax(6.5rem, 1fr) 7.75rem 7.75rem minmax(6rem, 1fr) 3.75rem;
        align-items: center;
        gap: 0.35rem;
        padding: 0.35rem 0.6rem;
    }

    .imm-table-row--job {
        grid-template-columns:
            1.75rem 1.25rem minmax(6.5rem, 1.05fr) minmax(7rem, 1.15fr) minmax(5rem, 0.75fr)
            minmax(5rem, 0.75fr) minmax(4.5rem, 0.65fr) 6.75rem 6.75rem 3.75rem;
        align-items: center;
        gap: 0.35rem;
        padding: 0.35rem 0.6rem;
    }

    .imm-table-row--edu {
        grid-template-columns:
            1.75rem 1.25rem 6.5rem 6.5rem minmax(6rem, 1fr) minmax(7rem, 1.2fr)
            minmax(5rem, 0.8fr) minmax(5rem, 0.8fr) minmax(5rem, 0.7fr);
        align-items: center;
        gap: 0.35rem;
        padding: 0.35rem 0.6rem;
    }

    .imm-table-row--addr {
        grid-template-columns:
            1.75rem 3.5rem minmax(8rem, 1.4fr) 4rem minmax(5.5rem, 0.9fr)
            minmax(5rem, 0.8fr) minmax(5.5rem, 0.9fr) 5.5rem;
        align-items: center;
        gap: 0.35rem;
        padding: 0.35rem 0.6rem;
    }

    .imm-table-row--mail {
        grid-template-columns:
            1.75rem 3.5rem minmax(8rem, 1.5fr) minmax(5.5rem, 0.9fr)
            minmax(5rem, 0.8fr) minmax(5.5rem, 0.9fr) 5.5rem;
        align-items: center;
        gap: 0.35rem;
        padding: 0.35rem 0.6rem;
    }

    .imm-table-row .imm-drag-handle,
    .imm-table-row .imm-sortable-item__label,
    .imm-table-row .opp-field,
    .imm-table-row .imm-remove-job,
    .imm-table-row .imm-remove-pcor {
        grid-column: auto;
        grid-row: auto;
    }

    .imm-table-row .imm-pcor-other[hidden] {
        display: block !important;
        visibility: hidden;
        pointer-events: none;
    }

    .imm-table-row .imm-field-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .imm-table-row .opp-field {
        position: relative;
        margin: 0;
    }

    .imm-form .imm-table-row .opp-field input,
    .imm-form .imm-table-row .opp-field select {
        padding: 0.35rem 0.45rem;
        font-size: 0.84rem;
        height: 2.05rem;
    }

    .imm-table-row .imm-remove-job {
        justify-self: start;
        margin: 0;
        font-size: 0.72rem;
    }
}

.imm-link-btn {
    appearance: none;
    border: none;
    background: transparent;
    color: var(--yuzu-800);
    font: inherit;
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
    padding: 0.2rem 0;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.imm-link-btn[hidden] {
    display: none !important;
}

.imm-link-btn:hover {
    color: var(--carbon-500);
}

.imm-actions {
    display: grid;
    gap: 0.7rem;
    max-width: var(--imm-max);
    margin-inline: auto;
    width: 100%;
    margin-top: 0.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--imm-section-border);
    border-radius: 0.55rem;
    background: var(--yuzu-25);
}

.imm-actions__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: stretch;
}

.imm-actions__buttons .opp-submit {
    flex: 1 1 11rem;
}

.opp-submit--secondary {
    background: transparent;
    color: var(--carbon-700, #2d3436);
    border: 1.5px solid var(--carbon-300, #b2bec3);
    box-shadow: none;
}

.opp-submit--secondary:hover:not(:disabled) {
    background: color-mix(in srgb, var(--yuzu-400, #f8c607) 18%, transparent);
    border-color: var(--yuzu-600, #bc9605);
    color: var(--carbon-800, #1e272e);
}

.imm-note {
    margin: 0;
    font-size: 0.74rem;
    color: var(--carbon-400);
    line-height: 1.4;
}

.imm-yn {
    flex: 0 1 11.5rem;
    min-width: 9.5rem;
    max-width: 14rem;
}

/* Segmented radios — equal cells; selected state matches .stm-segmented (Yuzu fill) */
.imm-seg {
    --imm-seg-pad: 0.2rem;
    --imm-seg-gap: 0.2rem;
    --imm-seg-opt-h: calc(var(--imm-input-h) - (var(--imm-seg-pad) * 2));
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    align-items: stretch;
    box-sizing: border-box;
    width: max-content;
    min-width: 7.5rem;
    max-width: 100%;
    height: var(--imm-input-h);
    padding: var(--imm-seg-pad);
    gap: var(--imm-seg-gap);
    border: 1px solid var(--paper-700);
    border-radius: var(--radius-md);
    background: var(--paper-200);
}

/*
 * Override site.css .opp-field label / input (display, margin, padding, width)
 * so chips and choice radios stay centered and proportional.
 */
.imm-form .opp-field .imm-seg__opt,
.imm-seg__opt {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 !important;
    height: var(--imm-seg-opt-h);
    min-height: var(--imm-seg-opt-h);
    padding: 0 0.85rem !important;
    border: 0;
    border-radius: calc(var(--radius-md) - 0.1rem);
    background: transparent;
    color: var(--carbon-400);
    font-family: inherit;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background var(--duration-fast, 200ms) var(--ease-default, ease),
        color var(--duration-fast, 200ms) var(--ease-default, ease);
}

.imm-form .opp-field .imm-seg__opt input[type="radio"],
.imm-seg__opt input[type="radio"] {
    position: absolute !important;
    inset: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: inherit;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.imm-seg__opt > span {
    display: block;
    line-height: 1;
    position: relative;
    z-index: 0;
    pointer-events: none;
}

.imm-seg__opt:hover {
    color: var(--carbon-500);
    background: color-mix(in srgb, var(--paper-25) 55%, transparent);
}

.imm-seg__opt:has(input:checked) {
    background: var(--yuzu-500) !important;
    color: var(--carbon-800) !important;
}

.imm-seg__opt:has(input:focus-visible) {
    outline: 2px solid var(--yuzu-500);
    outline-offset: 1px;
}

.imm-seg--wrap {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 28rem;
    min-width: 0;
}

.imm-yn .imm-seg {
    width: 100%;
    min-width: 0;
}

/* Longer choice lists — Yuzu soft selected fill */
.imm-radio-list {
    display: grid;
    gap: 0.45rem;
    max-width: 28rem;
}

.imm-form .opp-field .imm-radio-list__opt,
.imm-radio-list__opt {
    display: flex !important;
    align-items: center;
    gap: 0.7rem;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0.75rem 0.9rem !important;
    border: 1px solid var(--paper-700);
    border-radius: var(--radius-md);
    background: var(--paper-25);
    color: var(--carbon-500);
    font-family: inherit;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    cursor: pointer;
    transition: border-color var(--duration-fast, 200ms) var(--ease-default, ease),
        background var(--duration-fast, 200ms) var(--ease-default, ease),
        box-shadow var(--duration-fast, 200ms) var(--ease-default, ease);
}

.imm-form .opp-field .imm-radio-list__opt input[type="radio"],
.imm-radio-list__opt input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 1.15rem;
    box-sizing: border-box;
    width: 1.15rem !important;
    height: 1.15rem !important;
    min-width: 1.15rem !important;
    max-width: 1.15rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid var(--carbon-300) !important;
    border-radius: 50% !important;
    background: var(--paper-25) !important;
    box-shadow: none !important;
    align-self: center;
    pointer-events: none;
}

.imm-radio-list__opt > span {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    line-height: 1.35;
    pointer-events: none;
}

.imm-radio-list__opt:hover {
    border-color: var(--carbon-300);
}

.imm-radio-list__opt:has(input:checked) {
    border-color: var(--yuzu-500) !important;
    background: var(--yuzu-100) !important;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--yuzu-500) 35%, transparent);
}

.imm-radio-list__opt:has(input:checked) input[type="radio"] {
    border-color: var(--yuzu-700) !important;
    background:
        radial-gradient(circle at center, var(--yuzu-700) 0 0.3rem, var(--paper-25) 0.32rem) !important;
}

.imm-radio-list__opt:has(input:focus-visible) {
    outline: 2px solid var(--yuzu-500);
    outline-offset: 1px;
}

.imm-q .imm-field-label,
.imm-q > .imm-field-label,
.opp-field.imm-q > span.imm-field-label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--carbon-500);
    line-height: 1.45;
}

.imm-w-code {
    flex: 0 1 12rem;
    min-width: 10rem;
    max-width: 14rem;
}

.imm-w-phone {
    flex: 0 1 12rem;
    min-width: 9rem;
    max-width: 14rem;
}

.imm-w-id {
    flex: 0 1 12rem;
    min-width: 9rem;
    max-width: 15rem;
}

.imm-w-money {
    flex: 0 1 9rem;
    min-width: 7.5rem;
    max-width: 11rem;
}
