/* VVL Builder v2 – ruhige, positionsbasierte Oberfläche */
.renewal-v2-legacy-hidden { display: none !important; }
.renewal-v2-root {
    --vvl-ink: var(--o2-dark-blue);
    --vvl-muted: var(--text-muted);
    --vvl-line: var(--border-color);
    --vvl-soft: var(--surface-alt);
    --vvl-blue: var(--o2-brand-blue);
    --vvl-deep: var(--o2-brand-blue-deep);
    --vvl-green: #1c9d66;
    --vvl-warm: #fff7e8;
    color: var(--vvl-ink);
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 16px 52px;
    box-sizing: border-box;
}

/* V272: Durchgehendes Desktop-Designsystem fuer das VVL-Angebots-Tool. */
.renewal-v2-root {
    --vvl-canvas: #f4f8fb;
    --vvl-panel: #ffffff;
    --vvl-panel-soft: #f7fafc;
    --vvl-panel-blue: #eef8fc;
    --vvl-border: #d6e3ec;
    --vvl-border-strong: #bdd4e1;
    --vvl-text: #082f52;
    --vvl-text-soft: #61798f;
    --vvl-accent: #007eb5;
    --vvl-accent-dark: #003f8f;
    --vvl-success: #16875a;
    --vvl-success-soft: #eaf8f1;
    --vvl-warning: #9a6814;
    --vvl-warning-soft: #fff7e8;
    --vvl-radius: 12px;
    --vvl-radius-large: 16px;
    width: min(1180px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    padding: 18px 0 52px;
    color: var(--vvl-text);
}

.renewal-v2-shell {
    gap: 14px;
}

.renewal-v2-hero {
    min-height: 72px;
    padding: 15px 18px;
    border: 1px solid var(--vvl-border);
    border-left: 4px solid var(--o2-cyan);
    border-top-width: 1px;
    border-radius: var(--vvl-radius-large);
    background: linear-gradient(105deg, #fff 0%, #fff 68%, #eef9fd 100%);
    box-shadow: 0 7px 20px rgba(4, 55, 91, .06);
}

.renewal-v2-eyebrow {
    margin-bottom: 4px;
    color: var(--vvl-accent);
    font-size: 9px;
    letter-spacing: .14em;
}

.renewal-v2-hero h2 {
    margin: 0;
    color: var(--vvl-text);
    font-size: 24px;
    letter-spacing: -.02em;
}

.renewal-v2-add-actions {
    flex-wrap: nowrap;
    gap: 8px;
}

.renewal-v2-button {
    min-width: 116px;
    min-height: 40px;
    padding: 8px 14px;
    border-color: var(--vvl-border-strong);
    border-radius: 9px;
    color: var(--vvl-accent-dark);
    background: #fff;
    font-size: 12px;
    letter-spacing: .01em;
    box-shadow: none;
}

.renewal-v2-button:hover,
.renewal-v2-outline-button:hover {
    border-color: var(--o2-cyan);
    box-shadow: 0 5px 14px rgba(0, 126, 181, .11);
    transform: translateY(-1px);
}

.renewal-v2-button-primary {
    border-color: var(--vvl-accent-dark);
    background: linear-gradient(135deg, var(--o2-brand-blue) 0%, #005da7 100%);
    box-shadow: 0 5px 13px rgba(0, 25, 165, .14);
}

.renewal-v2-summary {
    grid-template-columns: 116px minmax(220px, 1fr) 270px;
    min-height: 62px;
    border-color: var(--vvl-border);
    border-radius: var(--vvl-radius);
    box-shadow: 0 3px 12px rgba(4, 55, 91, .035);
}

.renewal-v2-summary > div {
    min-height: 62px;
    padding: 10px 16px;
    border-color: var(--vvl-border);
}

.renewal-v2-summary-count strong {
    color: var(--vvl-accent-dark);
    font-size: 23px;
}

.renewal-v2-summary-count span,
.renewal-v2-summary-total small {
    color: var(--vvl-text-soft);
    font-size: 9px;
    letter-spacing: .09em;
}

.renewal-v2-summary-flow {
    position: relative;
    padding-left: 40px !important;
}

.renewal-v2-summary-flow::before {
    content: '';
    position: absolute;
    left: 17px;
    width: 10px;
    height: 10px;
    border: 3px solid #9cc7d9;
    border-radius: 50%;
    background: #fff;
}

.renewal-v2-summary-flow strong {
    color: var(--vvl-text);
    font-size: 13px;
}

.renewal-v2-summary-total {
    display: grid;
    align-content: center;
    border-left: 1px solid #cbe7f0;
    background: linear-gradient(135deg, #f2fbfe 0%, #e8f7fc 100%);
}

.renewal-v2-summary-total strong {
    color: var(--o2-brand-blue);
    font-size: 20px;
    font-variant-numeric: tabular-nums;
}

.renewal-v2-summary-total span {
    margin-top: 1px;
    color: var(--vvl-success);
    font-size: 11px;
}

.renewal-v2-empty {
    min-height: 132px;
    padding: 24px;
    border-color: #a8cfdf;
    border-radius: var(--vvl-radius-large);
    background: linear-gradient(135deg, #fff 0%, #f4fbfe 100%);
}

.renewal-v2-empty-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--o2-brand-blue), var(--vvl-accent));
    box-shadow: 0 5px 14px rgba(0, 80, 151, .17);
}

.renewal-v2-empty h3 {
    color: var(--vvl-text);
    font-size: 17px;
}

.renewal-v2-position {
    overflow: hidden;
    border-color: var(--vvl-border);
    border-radius: var(--vvl-radius-large);
    box-shadow: 0 8px 22px rgba(5, 51, 84, .055);
}

.renewal-v2-position.is-ready {
    border-color: #a9d8c4;
}

.renewal-v2-position-head {
    grid-template-columns: 40px minmax(0, 1fr) auto 30px;
    min-height: 60px;
    gap: 11px;
    padding: 10px 15px;
    border-color: var(--vvl-border);
    background: linear-gradient(90deg, #f8fafc 0%, #f3f8fb 100%);
}

.renewal-v2-position-number {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--o2-brand-blue), #005ea7);
    box-shadow: 0 4px 10px rgba(0, 25, 165, .14);
}

.renewal-v2-position-title > span,
.renewal-v2-target-summary > div > span,
.renewal-v2-device-summary span {
    color: #6a8297;
    font-size: 9px;
    letter-spacing: .1em;
}

.renewal-v2-position-title h3 {
    margin-top: 1px;
    color: var(--vvl-text);
    font-size: 16px;
    line-height: 1.2;
}

.renewal-v2-status {
    padding: 5px 9px;
    border: 1px solid transparent;
    font-size: 10px;
}

.renewal-v2-status-ready {
    border-color: #c3ead8;
    color: #13754c;
    background: var(--vvl-success-soft);
}

.renewal-v2-status-source,
.renewal-v2-status-source-price,
.renewal-v2-status-target {
    border-color: #cce5ef;
    color: #176789;
    background: #edf8fc;
}

.renewal-v2-status-budget {
    border-color: #eed8aa;
    color: var(--vvl-warning);
    background: var(--vvl-warning-soft);
}

.renewal-v2-remove-button,
.renewal-v2-icon-button {
    width: 28px;
    height: 28px;
    border-color: #cbdce7;
    color: #668096;
    font-size: 17px;
}

.renewal-v2-position-body {
    gap: 14px;
    padding: 14px;
    background: var(--vvl-canvas);
}

.renewal-v2-primary-grid,
.renewal-v2-plan-stack {
    display: grid;
    min-width: 0;
    gap: 14px;
}

.renewal-v2-source-block,
.renewal-v2-target-block,
.renewal-v2-options-block,
.renewal-v2-budget {
    min-width: 0;
    padding: 15px;
    border: 1px solid var(--vvl-border);
    border-radius: var(--vvl-radius);
    background: var(--vvl-panel);
}

.renewal-v2-block-head,
.renewal-v2-budget-head {
    min-height: 22px;
    margin-bottom: 11px;
}

.renewal-v2-block-head strong,
.renewal-v2-budget-head strong {
    margin: 0;
    color: var(--vvl-text);
    font-size: 14px;
    line-height: 22px;
}

.renewal-v2-root label {
    gap: 6px;
    color: #597187;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .08em;
}

.renewal-v2-root input,
.renewal-v2-root select {
    min-height: 52px;
    padding: 10px 12px;
    border: 1px solid #cddde7;
    border-radius: 10px;
    color: var(--vvl-text);
    background: var(--vvl-panel-soft);
    font-size: 14px;
    font-weight: 850;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.renewal-v2-root input:hover,
.renewal-v2-root select:hover {
    border-color: #aac8d8;
    background: #fff;
}

.renewal-v2-root input:focus,
.renewal-v2-root select:focus {
    border-color: var(--o2-cyan);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 176, 240, .12);
}

.renewal-v2-filter-control {
    height: 56px;
    min-height: 56px;
    gap: 6px;
    padding: 5px;
    border: 1px solid #cddde7;
    border-radius: 10px;
    background: var(--vvl-panel-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.renewal-v2-filter-control:hover {
    border-color: #aac8d8;
    background: #fff;
}

.renewal-v2-filter-control:focus-within {
    border-color: var(--o2-cyan);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 176, 240, .12);
}

.renewal-v2-filter-control .tariff-filter-symbol {
    width: 38px;
    height: 44px;
    border-radius: 8px;
    color: var(--o2-brand-blue);
    background: #e6f5fb;
    font-size: 11px;
    font-weight: 950;
}

.renewal-v2-filter-control .tariff-filter-field {
    grid-template-rows: 11px 24px;
    gap: 2px;
}

.renewal-v2-filter-control .tariff-filter-control-label {
    overflow: visible;
    color: #6b8196;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: .07em;
    text-overflow: clip;
}

.renewal-v2-filter-control .tariff-range-filter-value input,
.renewal-v2-filter-control .tariff-range-filter-value input[type="number"] {
    color: var(--vvl-text);
    font-size: 15px;
    font-weight: 950;
    line-height: 24px;
}

.renewal-v2-filter-control .tariff-range-filter-value > span:not(.tariff-stepper-buttons) {
    color: #61788e;
    font-size: 9px;
}

.renewal-v2-filter-control.renewal-v2-no-stepper {
    grid-template-columns: 38px minmax(0, 1fr);
}

.renewal-v2-unlimited-filter {
    height: 56px;
    min-height: 56px;
    border: 1px solid #b9d9e8;
    border-radius: 10px;
    color: var(--o2-brand-blue);
    background: #f1faff;
    box-shadow: none;
}

.renewal-v2-unlimited-filter:hover,
.renewal-v2-unlimited-filter.is-active {
    border-color: var(--o2-cyan);
    background: #e4f7fd;
}

.renewal-v2-bandwidth-input,
.renewal-v2-bandwidth-entry {
    height: 52px;
}

.renewal-v2-bandwidth-input input,
.renewal-v2-bandwidth-input select {
    height: 52px;
    min-height: 52px !important;
    border-color: #cddde7 !important;
    background: var(--vvl-panel-soft) !important;
}

.renewal-v2-bandwidth-stepper {
    top: 4px;
    height: 44px;
}

.renewal-v2-source-note {
    max-width: none;
    padding: 12px 13px;
    border-color: #cce3ed;
    border-radius: 10px;
    color: #4e7188;
    background: #f3fafc;
}

.renewal-v2-target-block {
    background: linear-gradient(145deg, #fff 0%, #fbfdfe 100%);
}

.renewal-v2-target-empty {
    min-height: 58px;
    padding: 10px 12px;
    border-color: #94c8df;
    border-radius: 10px;
    background: #f4fbfe;
}

.renewal-v2-target-empty:hover {
    border-color: var(--o2-cyan);
    background: #eaf8fd;
}

.renewal-v2-target-plus {
    width: 30px;
    height: 30px;
    border: 0;
    color: #fff;
    background: var(--vvl-accent);
    font-size: 18px;
}

.renewal-v2-target-summary {
    min-height: 70px;
    grid-template-columns: 32px minmax(0, 1fr) 104px 50px;
    gap: 9px;
    padding: 10px 11px;
    border-color: #abdac6;
    border-radius: 11px;
    background: var(--vvl-success-soft);
}

.renewal-v2-target-mark {
    width: 28px;
    height: 28px;
    background: #1ba36b;
}

.renewal-v2-target-summary strong {
    margin: 1px 0;
    color: var(--vvl-text);
    font-size: 14px;
    line-height: 1.2;
}

.renewal-v2-target-summary small {
    color: #667f91;
    font-size: 10px;
}

.renewal-v2-target-price {
    min-width: 0;
}

.renewal-v2-target-price strong {
    color: var(--o2-brand-blue);
    font-size: 16px;
    font-variant-numeric: tabular-nums;
}

.renewal-v2-link-button {
    min-height: 30px;
    padding: 5px 7px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 11px;
}

.renewal-v2-link-button:hover {
    border-color: #b9dcea;
    background: #fff;
    text-decoration: none;
}

.renewal-v2-target-meta {
    display: grid;
    grid-template-columns: max-content 14px max-content minmax(0, 1fr);
    min-height: 28px;
    gap: 7px;
    margin-top: 8px;
    padding: 0 2px;
    font-size: 11px;
}

.renewal-v2-target-meta em {
    justify-self: end;
    padding: 4px 7px;
    font-size: 10px;
}

.renewal-v2-target-meta em.is-positive {
    color: #11764b;
    background: var(--vvl-success-soft);
}

.renewal-v2-target-meta em.is-negative {
    color: #8a5b18;
    background: var(--vvl-warning-soft);
}

.renewal-v2-budget {
    width: 100%;
    max-width: none;
    padding: 14px;
    border-color: #c9deea;
    background: #f2f9fc;
}

.renewal-v2-budget.is-valid {
    border-color: #9fd5e8;
    background: #edf9fd;
}

.renewal-v2-budget-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.renewal-v2-budget-grid .renewal-v2-filter-control {
    min-width: 0;
    background: #fff;
}

.renewal-v2-max-control:hover {
    background: #f7fcff;
}

.renewal-v2-filter-click-hint,
.renewal-v2-filter-control .tariff-stepper-buttons {
    width: 28px;
    height: 44px;
}

.renewal-v2-filter-control .tariff-stepper-buttons button {
    width: 28px;
    border-color: #cbdde7;
    color: #607b91;
    background: #fff;
}

.renewal-v2-options-block {
    display: grid;
    gap: 11px;
    width: 100%;
    max-width: none;
}

.renewal-v2-router-field {
    width: 330px;
    max-width: 100%;
}

.renewal-v2-router-field select {
    min-height: 50px;
}

.renewal-v2-extras {
    margin: 0;
    border-color: var(--vvl-border);
    border-radius: 10px;
    background: #fff;
}

.renewal-v2-extras summary {
    min-height: 42px;
    padding: 9px 11px;
    font-size: 12px;
}

.renewal-v2-extras summary b {
    color: var(--vvl-accent-dark);
    background: #e9f6fb;
}

.renewal-v2-addon-package-list {
    gap: 10px;
}

.renewal-v2-addon-package-list .addon-package-card {
    min-height: 54px;
    border-color: #cfdfe9;
    border-radius: 10px;
    background: #fbfdfe;
}

.renewal-v2-device-area {
    margin-top: 1px;
    padding-top: 11px;
    border-color: var(--vvl-border);
}

.renewal-v2-outline-button,
.renewal-v2-device-trigger {
    width: auto;
    min-height: 38px;
    padding: 7px 11px;
    border: 1px solid #9dcfe3;
    border-radius: 9px;
    background: #f2faff;
}

.renewal-v2-device-trigger > span {
    width: 21px;
    height: 21px;
    background: var(--vvl-accent-dark);
}

.renewal-v2-device-summary {
    min-height: 58px;
    padding: 10px 11px;
    border-color: #c5dce8;
    border-radius: 10px;
    background: #f4f9fc;
}

.renewal-v2-device-summary strong {
    color: var(--vvl-text);
    font-size: 13px;
}

.renewal-v2-device-summary small {
    color: var(--vvl-text-soft);
    font-size: 10px;
}

.renewal-v2-issue-list {
    margin-top: 9px;
    padding: 8px 10px;
    border: 1px solid #ecd6a8;
    border-radius: 9px;
    color: #795719;
    background: var(--vvl-warning-soft);
    font-size: 11px;
}

.renewal-v2-footer {
    min-height: 60px;
    padding: 10px 14px;
    border-color: var(--vvl-border);
    border-radius: var(--vvl-radius);
    background: #fff;
    box-shadow: 0 4px 14px rgba(4, 55, 91, .04);
}

.renewal-v2-footer strong {
    color: var(--vvl-text);
    font-size: 14px;
}

.renewal-v2-footer > .renewal-v2-button {
    min-width: 156px;
}

.renewal-v2-picker-backdrop {
    background: rgba(5, 34, 58, .42);
    backdrop-filter: blur(3px);
}

.renewal-v2-picker-dialog {
    width: min(840px, calc(100vw - 40px));
    max-height: min(780px, calc(100vh - 40px));
    margin: 20px auto;
    border-color: #bdd5e2;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(4, 35, 60, .3);
}

.renewal-v2-picker-head {
    align-items: center;
    padding: 17px 19px 14px;
    border-color: var(--vvl-border);
    background: linear-gradient(90deg, #f8fbfd, #edf8fc);
}

.renewal-v2-picker-head h3 {
    margin: 0;
    color: var(--vvl-text);
    font-size: 20px;
}

.renewal-v2-picker-sort {
    min-height: 44px;
    padding: 7px 16px;
    border-color: var(--vvl-border);
    background: #fff;
}

.renewal-v2-picker-sort span {
    color: var(--vvl-text-soft);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.renewal-v2-picker-sort select {
    width: 150px;
    min-height: 34px;
    padding: 5px 9px;
    border: 1px solid #cbdde7;
    border-radius: 8px;
    background: #f7fafc;
    font-size: 12px;
    font-weight: 800;
}

.renewal-v2-picker-scope {
    min-height: 42px;
    padding: 8px 16px;
    border-color: #cfe6ee;
    background: #eff9fc;
}

.renewal-v2-picker-list {
    gap: 10px;
    padding: 14px;
    background: var(--vvl-canvas);
}

.renewal-v2-picker-item {
    min-height: 72px;
    padding: 11px 12px;
    border: 1px solid var(--vvl-border);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(4, 55, 91, .035);
}

.renewal-v2-picker-item:hover {
    border-color: #9bc9dd;
    box-shadow: 0 6px 16px rgba(4, 55, 91, .08);
}

.renewal-v2-picker-price strong {
    color: var(--o2-brand-blue);
    font-variant-numeric: tabular-nums;
}

.renewal-v2-device-picker-tools {
    padding: 10px 14px;
    border-color: var(--vvl-border);
}

.renewal-v2-device-search {
    min-height: 42px;
    border-color: #cbdde7;
    border-radius: 9px;
    background: #f6fafc;
}

@media (min-width: 1180px) {
    .renewal-v2-primary-grid {
        grid-template-columns: 566px minmax(0, 1fr);
        align-items: start;
    }

    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl {
        width: 452px;
        grid-template-columns: repeat(2, 220px);
        gap: 12px;
    }

    .renewal-v2-source-metrics {
        width: 532px;
        grid-template-columns: repeat(2, 260px);
        column-gap: 12px;
        margin-top: 12px;
    }

    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker,
    .renewal-v2-source-metrics > .renewal-v2-filter-control {
        width: 260px;
    }

    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        grid-template-columns: 166px 86px;
        gap: 8px;
    }

    .renewal-v2-unlimited-filter {
        width: 86px;
        min-width: 86px;
        padding-inline: 6px;
        font-size: 10px;
    }

    .renewal-v2-bandwidth-input {
        grid-template-columns: 160px 92px;
        gap: 8px;
    }

    .renewal-v2-target-block > .renewal-v2-target-empty,
    .renewal-v2-target-block > .renewal-v2-target-summary,
    .renewal-v2-target-block > .renewal-v2-target-meta,
    .renewal-v2-options-block {
        width: 100%;
        max-width: none;
    }

    .renewal-v2-options-block .renewal-v2-addon-package-list {
        width: 100%;
        max-width: none;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 851px) and (max-width: 1179px) {
    .renewal-v2-primary-grid,
    .renewal-v2-plan-stack {
        width: min(760px, 100%);
    }

    .renewal-v2-options-block {
        width: min(760px, 100%);
    }
}
.renewal-v2-root *, .renewal-v2-root *::before, .renewal-v2-root *::after { box-sizing: border-box; }
.renewal-v2-shell { display: grid; gap: 11px; }
.renewal-v2-hero {
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    padding: 18px 20px; border: 1px solid var(--border-color); border-top: 3px solid var(--o2-brand-blue);
    border-radius: 12px; background: #fff;
    box-shadow: 0 5px 16px rgba(0, 25, 165, .06);
}
.renewal-v2-hero-compact { min-height: 76px; }
.renewal-v2-eyebrow { display: block; color: var(--o2-brand-blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.renewal-v2-hero h2 { margin: 4px 0 0; color: var(--o2-dark-blue); font-size: clamp(22px, 2.4vw, 29px); line-height: 1.05; }
.renewal-v2-hero p, .renewal-v2-intro p { margin: 0; color: var(--vvl-muted); font-size: 14px; }
.renewal-v2-hero-result { min-width: 190px; padding: 14px 18px; border: 1px solid #bfe1ed; border-radius: 13px; background: #fff; text-align: right; }
.renewal-v2-hero-result small, .renewal-v2-hero-result span { display: block; color: var(--vvl-muted); font-size: 11px; font-weight: 700; }
.renewal-v2-hero-result strong { display: block; margin: 2px 0; color: #087fb5; font-size: 25px; }
.renewal-v2-hero-result span { color: var(--vvl-green); }
.renewal-v2-summary { display: grid; grid-template-columns: 112px 1fr minmax(210px, 250px); align-items: center; gap: 0; overflow: hidden; border: 1px solid var(--border-color); border-radius: 10px; background: #fff; }
.renewal-v2-summary > div { min-height: 58px; padding: 10px 16px; border-right: 1px solid var(--vvl-line); }
.renewal-v2-summary > div:last-child { border: 0; }
.renewal-v2-summary-count { display: flex; flex-direction: column; justify-content: center; }
.renewal-v2-summary-count strong { color: var(--vvl-deep); font-size: 22px; line-height: 1; }
.renewal-v2-summary-count span, .renewal-v2-summary-flow span, .renewal-v2-summary-total small { color: var(--vvl-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.renewal-v2-summary-flow { display: flex; align-items: center; gap: 9px; }
.renewal-v2-summary-flow b { color: #16a3cc; font-size: 22px; }
.renewal-v2-summary-flow strong { color: var(--o2-dark-blue); font-size: 14px; }
.renewal-v2-summary-total { background: var(--o2-cyan-soft); text-align: right; }
.renewal-v2-summary-total strong { display: block; color: var(--vvl-blue); font-size: 19px; }
.renewal-v2-summary-total span { color: var(--vvl-green); font-size: 12px; font-weight: 800; }
.renewal-v2-intro { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 1px solid var(--vvl-line); border-radius: 14px; background: var(--vvl-soft); }
.renewal-v2-intro h3 { margin: 3px 0 3px; font-size: 18px; }
.renewal-v2-add-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.renewal-v2-button, .renewal-v2-outline-button, .renewal-v2-link-button, .renewal-v2-remove-button, .renewal-v2-icon-button { font: inherit; cursor: pointer; }
.renewal-v2-button { min-width: 132px; min-height: 42px; padding: 9px 14px; border: 1px solid var(--border-color); border-radius: 8px; color: var(--o2-brand-blue); background: #fff; font-size: 12px; font-weight: 900; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.renewal-v2-button:hover, .renewal-v2-outline-button:hover { border-color: var(--o2-cyan); box-shadow: 0 4px 12px rgba(0, 25, 165, .1); transform: translateY(-1px); }
.renewal-v2-button-primary { border-color: var(--o2-brand-blue); color: #fff; background: var(--o2-brand-blue); box-shadow: 0 5px 13px rgba(0, 25, 165, .16); }
.renewal-v2-button-primary:hover { color: #fff; border-color: var(--o2-brand-blue-deep); background: var(--o2-brand-blue-deep); }
.renewal-v2-positions { display: grid; gap: 14px; }
.renewal-v2-empty { display: flex; align-items: center; gap: 18px; padding: 28px 24px; border: 1px dashed #9fc9df; border-radius: 15px; background: #fbfdff; }
.renewal-v2-empty-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #fff; background: #0a78aa; font-size: 25px; font-weight: 900; }
.renewal-v2-empty h3 { margin: 0 0 5px; font-size: 18px; }
.renewal-v2-empty p { margin: 0; color: var(--vvl-muted); font-size: 13px; }
.renewal-v2-empty .renewal-v2-button { margin-left: auto; white-space: nowrap; }
.renewal-v2-position { overflow: hidden; border: 1px solid var(--border-color); border-radius: 12px; background: #fff; box-shadow: 0 4px 14px rgba(0, 25, 165, .045); }
.renewal-v2-position.is-incomplete { border-color: #cbdde8; }
.renewal-v2-position.is-ready { border-color: #b8dfcf; }
.renewal-v2-position-head { display: grid; grid-template-columns: 42px 1fr auto 32px; align-items: center; gap: 12px; min-height: 61px; padding: 10px 15px; border-bottom: 1px solid var(--vvl-line); background: #f8fafc; }
.renewal-v2-position-number { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: #fff; background: var(--o2-brand-blue); font-size: 12px; font-weight: 900; }
.renewal-v2-position-title > span, .renewal-v2-target-summary > div > span, .renewal-v2-device-summary span { display: block; color: #6f879e; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.renewal-v2-position-title h3 { margin: 2px 0 0; color: #123a61; font-size: 17px; }
.renewal-v2-status { padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 900; white-space: nowrap; }
.renewal-v2-status-ready { color: #147748; background: #e7f8ef; }
.renewal-v2-status-source, .renewal-v2-status-source-price, .renewal-v2-status-target { color: #1b6692; background: #eaf5fb; }
.renewal-v2-status-budget { color: #9a6500; background: #fff4d6; }
.renewal-v2-remove-button, .renewal-v2-icon-button { display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 1px solid #c8dce9; border-radius: 50%; color: #6e879a; background: #fff; font-size: 19px; line-height: 1; }
.renewal-v2-remove-button:hover { border-color: #e1a2a2; color: #b34040; background: #fff7f7; }
.renewal-v2-position-body { display: grid; gap: 10px; padding: 12px; }
.renewal-v2-source-block, .renewal-v2-target-block, .renewal-v2-options-block { padding: 12px; border: 1px solid var(--vvl-line); border-radius: 9px; background: #fff; }
.renewal-v2-block-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.renewal-v2-block-head strong { display: block; margin-top: 3px; font-size: 15px; }
.renewal-v2-block-hint { align-self: center; color: var(--vvl-muted); font-size: 11px; }
.renewal-v2-field-grid { display: grid; gap: 10px; }
.renewal-v2-field-grid-four { grid-template-columns: 1fr 1.25fr 1.15fr 1fr; }
.renewal-v2-field-grid-three { grid-template-columns: 1.15fr 1fr .8fr; margin-top: 10px; }
.renewal-v2-field-grid-two { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); margin-top: 10px; }
.renewal-v2-performance-field { display: grid; align-content: start; gap: 7px; min-width: 0; }
.renewal-v2-root label { display: grid; gap: 5px; color: var(--text-muted); font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.renewal-v2-root label > span:not(.renewal-v2-money-input) { color: #8a9bad; font-size: 10px; font-weight: 700; }
.renewal-v2-root input, .renewal-v2-root select { width: 100%; min-height: 46px; padding: 10px 13px; border: 2px solid #e2e8f0; border-radius: 8px; outline: 0; color: var(--o2-dark-blue); background: #f8fafc; font: inherit; font-size: .92rem; font-weight: 800; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.renewal-v2-root input:focus, .renewal-v2-root select:focus { border-color: var(--o2-cyan); box-shadow: 0 0 0 3px rgba(0, 176, 240, .15); background: #fff; }
.renewal-v2-root input[type="number"] { padding-right: 10px; font-variant-numeric: tabular-nums; }
.renewal-v2-root input[type="number"]::-webkit-inner-spin-button,
.renewal-v2-root input[type="number"]::-webkit-outer-spin-button { width: 18px; height: 30px; opacity: 1; }
.renewal-v2-money-input { position: relative; display: block; }
.renewal-v2-money-input input { padding-right: 50px !important; }
.renewal-v2-money-input b { position: absolute; top: 50%; right: 29px; transform: translateY(-50%); color: #6e879c; font-size: 12px; pointer-events: none; }
.renewal-v2-performance-field > label:first-child input:disabled { color: #356b89; background: #eef8fc; border-color: #9fd0e2; cursor: default; }
.renewal-v2-unlimited-toggle { display: flex !important; grid-template-columns: none !important; grid-template-rows: none !important; align-items: center; gap: 7px !important; min-height: 32px; padding: 5px 8px; border: 1px solid #c9dce9; border-radius: 8px; color: #50748b !important; background: #fbfdff; cursor: pointer; letter-spacing: normal !important; text-transform: none !important; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.renewal-v2-unlimited-toggle:hover { border-color: #75bdd7; background: #f1fbfe; }
.renewal-v2-unlimited-toggle input { position: absolute; width: 1px !important; min-width: 1px; min-height: 1px !important; margin: -1px; padding: 0 !important; opacity: 0; pointer-events: none; }
.renewal-v2-unlimited-toggle:focus-within { border-color: #0a8bc1; box-shadow: 0 0 0 3px rgba(10, 139, 193, .11); }
.renewal-v2-unlimited-icon { display: grid; width: 21px; height: 21px; flex: 0 0 21px; place-items: center; border: 1px solid #a9cddd; border-radius: 50%; color: #0a82b3; background: #fff; font-size: 16px; line-height: 1; }
.renewal-v2-unlimited-copy { display: grid; gap: 1px; min-width: 0; }
.renewal-v2-unlimited-copy strong { color: inherit; font-size: 11px; line-height: 1.1; }
.renewal-v2-unlimited-copy small { color: #8298a8; font-size: 9px; font-weight: 700; line-height: 1.1; }
.renewal-v2-unlimited-toggle.is-selected { border-color: #82cbb0; color: #17784f !important; background: #effbf5; }
.renewal-v2-unlimited-toggle.is-selected .renewal-v2-unlimited-icon { border-color: #4ab488; color: #fff; background: #24a16d; }
.renewal-v2-description-field { margin-top: 10px; }
.renewal-v2-more-field { margin-top: 9px; border-top: 1px solid var(--vvl-line); }
.renewal-v2-more-field summary { padding: 9px 1px 0; color: var(--vvl-muted); font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; }
.renewal-v2-more-field summary::-webkit-details-marker { display: none; }
.renewal-v2-more-field[open] summary { color: var(--o2-brand-blue); }
.renewal-v2-more-field label { display: block; margin-top: 8px; }
.renewal-v2-target-empty { display: flex; align-items: center; width: 100%; gap: 12px; padding: 12px; border: 1px dashed #9ecfeb; border-radius: 8px; color: var(--o2-brand-blue); background: #f7fbff; text-align: left; cursor: pointer; }
.renewal-v2-target-empty:hover { border-color: var(--o2-cyan); background: var(--o2-cyan-soft); }
.renewal-v2-target-plus { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #9ed0e4; border-radius: 50%; color: #0a83b7; font-size: 20px; }
.renewal-v2-target-empty span:nth-child(2) { display: grid; gap: 2px; flex: 1; }
.renewal-v2-target-empty small, .renewal-v2-target-summary small { color: var(--vvl-muted); font-size: 11px; }
.renewal-v2-target-empty b { color: #0a84b4; font-size: 19px; }
.renewal-v2-target-summary { display: grid; grid-template-columns: 34px 1fr auto auto; align-items: center; gap: 11px; padding: 12px; border: 1px solid #b8dfcf; border-radius: 11px; background: #f5fcf8; }
.renewal-v2-target-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--vvl-green); font-weight: 900; }
.renewal-v2-target-summary strong { display: block; margin: 2px 0; font-size: 15px; }
.renewal-v2-target-price { min-width: 95px; text-align: right; }
.renewal-v2-target-price small { display: block; color: #7790a2; font-size: 10px; }
.renewal-v2-target-price strong { color: #087fb5; font-size: 16px; }
.renewal-v2-link-button { padding: 5px 0; border: 0; color: #0879ae; background: transparent; font-size: 12px; font-weight: 900; }
.renewal-v2-link-button:hover { color: #005180; text-decoration: underline; }
.renewal-v2-target-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 10px; color: #70879a; font-size: 12px; }
.renewal-v2-target-meta b { color: #1b8db6; }
.renewal-v2-target-meta strong { color: #234e71; }
.renewal-v2-target-meta em { padding: 4px 8px; border-radius: 999px; font-style: normal; font-weight: 900; }
.renewal-v2-target-meta em.is-positive { color: #16794f; background: #e8f8ef; }
.renewal-v2-target-meta em.is-negative { color: #a14d4d; background: #fff0f0; }
.renewal-v2-target-meta .is-missing { color: #8a5c13; background: #fff8e8; }
.renewal-v2-budget { padding: 12px; border: 1px solid #cfe0eb; border-radius: 9px; background: #f8fafc; }
.renewal-v2-budget.is-valid { border-color: #9ed8ed; background: #f2fbff; }
.renewal-v2-budget.is-stale { border-color: #e5adad; background: #fff7f7; }
.renewal-v2-budget-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 11px; }
.renewal-v2-subhead-label { display: block; color: var(--o2-brand-blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.renewal-v2-budget.is-valid .renewal-v2-subhead-label { color: var(--o2-brand-blue); }
.renewal-v2-budget-head strong { display: block; margin-top: 3px; color: var(--o2-dark-blue); font-size: 13px; }
.renewal-v2-budget.is-valid .renewal-v2-budget-head strong { color: var(--o2-brand-blue); }
.renewal-v2-budget-badge { padding: 5px 9px; border: 1px solid #e8d39c; border-radius: 999px; color: #87661e; background: #fffdf4; font-size: 10px; font-weight: 900; }
.renewal-v2-budget-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.renewal-v2-budget-grid label { color: var(--text-muted); }
.renewal-v2-budget-grid small, .renewal-v2-budget-result small { color: var(--text-muted); font-size: 10px; font-weight: 600; }
.renewal-v2-budget-result { display: grid; align-content: center; padding: 8px 12px; border: 1px solid #d8e5ee; border-radius: 8px; background: #fff; }
.renewal-v2-budget-result span { color: var(--text-muted); font-size: 11px; font-weight: 800; }
.renewal-v2-budget-result strong { color: var(--o2-brand-blue); font-size: 19px; }
.renewal-v2-budget.is-valid .renewal-v2-budget-result strong { color: var(--o2-brand-blue); }
.renewal-v2-extras { margin-top: 2px; border: 1px solid var(--vvl-line); border-radius: 8px; background: #fff; }
.renewal-v2-extras summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 38px; padding: 8px 11px; color: var(--o2-dark-blue); font-size: 12px; font-weight: 900; cursor: pointer; list-style: none; }
.renewal-v2-extras summary::-webkit-details-marker { display: none; }
.renewal-v2-extras summary b { min-width: 24px; padding: 3px 7px; border-radius: 999px; color: var(--o2-brand-blue); background: var(--o2-cyan-soft); text-align: center; font-size: 10px; }
.renewal-v2-extras[open] summary { border-bottom: 1px solid var(--vvl-line); }
.renewal-v2-extras .renewal-v2-extra-list { padding: 8px; }
.renewal-v2-subhead { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.renewal-v2-subhead > span { font-size: 13px; font-weight: 900; }
.renewal-v2-subhead small { color: var(--vvl-muted); font-size: 10px; }
.renewal-v2-extra-list { display: flex; flex-wrap: wrap; gap: 8px; }
.renewal-v2-extra { display: flex !important; grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 1px 8px !important; min-width: 180px; padding: 9px 11px; border: 1px solid #d2e2ec; border-radius: 9px; background: #fbfdff; cursor: pointer; }
.renewal-v2-extra input { grid-row: 1 / span 2; width: 16px; min-height: 16px; margin-top: 2px; accent-color: #087fb5; }
.renewal-v2-extra span { display: grid; gap: 2px; }
.renewal-v2-extra strong { color: #1b4669; font-size: 12px; }
.renewal-v2-extra small { color: #71879a; font-size: 10px; }
.renewal-v2-extra.is-selected { border-color: #98d4bb; background: #f3fcf7; }
.renewal-v2-device-area { margin-top: 12px; padding-top: 12px; border-top: 1px solid #e0eaf1; }
.renewal-v2-outline-button { min-height: 34px; padding: 7px 11px; border: 1px dashed #9cc9dc; border-radius: 8px; color: #0877aa; background: #fbfeff; font-size: 12px; font-weight: 900; }
.renewal-v2-device-summary { display: flex; align-items: center; gap: 10px; padding: 10px 11px; border: 1px solid #c8ddec; border-radius: 9px; background: #f7fbfe; }
.renewal-v2-device-summary > div { display: grid; flex: 1; gap: 2px; }
.renewal-v2-device-summary strong { color: #1b476c; font-size: 13px; }
.renewal-v2-device-summary small { color: #6c8296; font-size: 11px; }
.renewal-v2-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 16px; border: 1px solid var(--border-color); border-radius: 10px; background: #fff; }
.renewal-v2-footer > .renewal-v2-button { min-width: 190px; }
.renewal-v2-add-actions .renewal-v2-button { min-width: 148px; }
.renewal-v2-picker-item > .renewal-v2-button { min-width: 112px; }
.renewal-v2-footer strong { display: block; font-size: 15px; }
.renewal-v2-footer span { display: block; margin-top: 3px; color: var(--vvl-muted); font-size: 12px; }
.renewal-v2-muted { color: var(--vvl-muted); font-size: 12px; }
.renewal-v2-picker { position: fixed; z-index: 10000; inset: 0; }
.renewal-v2-picker-backdrop { position: absolute; inset: 0; background: rgba(10, 38, 65, .45); backdrop-filter: blur(2px); }
.renewal-v2-picker-dialog { position: relative; display: grid; grid-template-rows: auto 1fr; width: min(720px, calc(100vw - 28px)); max-height: min(760px, calc(100vh - 28px)); margin: 14px auto; overflow: hidden; border: 1px solid #c5dce9; border-radius: 16px; background: #fff; box-shadow: 0 22px 60px rgba(11, 42, 73, .3); }
.renewal-v2-picker-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding: 21px 23px 17px; border-bottom: 1px solid var(--vvl-line); background: #f8fbfd; }
.renewal-v2-picker-head h3 { margin: 4px 0; color: #153d61; font-size: 22px; }
.renewal-v2-picker-head p { margin: 0; color: var(--vvl-muted); font-size: 12px; }
.renewal-v2-picker-scope { display: flex; align-items: center; gap: 9px; padding: 10px 23px; border-bottom: 1px solid #cfe8ef; background: #effafd; color: #5e7b8e; font-size: 12px; }
.renewal-v2-picker-scope::before { content: 'o2'; display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 7px; background: #087fb5; color: #fff; font-size: 10px; font-weight: 900; }
.renewal-v2-picker-scope strong { color: #075c86; font-size: 12px; }
.renewal-v2-picker-scope span { color: #5e7b8e; }
.renewal-v2-picker-list { display: grid; align-content: start; gap: 9px; overflow: auto; padding: 15px; scrollbar-color: #8cb9cd #eef5f9; scrollbar-width: thin; }
.renewal-v2-picker-list::-webkit-scrollbar { width: 9px; }
.renewal-v2-picker-list::-webkit-scrollbar-track { border-radius: 10px; background: #eef5f9; }
.renewal-v2-picker-list::-webkit-scrollbar-thumb { border: 2px solid #eef5f9; border-radius: 10px; background: #8cb9cd; }
.renewal-v2-picker-item { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 13px; padding: 12px; border: 1px solid #cfe0eb; border-radius: 11px; background: #fff; }
.renewal-v2-picker-item:hover { border-color: #65b8d7; background: #f7fcfe; }
.renewal-v2-picker-item-main { display: grid; gap: 2px; }
.renewal-v2-provider { color: #0878ac; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.renewal-v2-picker-item strong { color: #173f63; font-size: 14px; }
.renewal-v2-picker-item small { color: #71879b; font-size: 11px; }
.renewal-v2-picker-price { display: grid; min-width: 82px; text-align: right; }
.renewal-v2-picker-price strong { color: #087fb5; font-size: 16px; }
.renewal-v2-device-item { grid-template-columns: 42px 1fr auto; }
.renewal-v2-device-item img, .renewal-v2-device-placeholder { display: grid; width: 42px; height: 42px; place-items: center; object-fit: contain; border-radius: 8px; color: #7e98ac; background: #f0f6fa; font-size: 22px; }
.renewal-v2-device-item > div { display: grid; gap: 2px; }
.renewal-v2-picker-empty { display: grid; gap: 5px; padding: 35px 20px; place-items: center; color: var(--vvl-muted); text-align: center; }
.renewal-v2-picker-empty strong { color: #1c4668; }
@media (max-width: 850px) {
    .renewal-v2-root { padding: 10px 9px 35px; }
    .renewal-v2-hero { align-items: flex-start; flex-direction: column; padding: 20px; }
    .renewal-v2-hero-result { width: 100%; text-align: left; }
    .renewal-v2-summary { grid-template-columns: 95px 1fr; }
    .renewal-v2-summary-total { grid-column: 1 / -1; min-height: 66px !important; border-top: 1px solid var(--vvl-line); border-right: 0 !important; text-align: left; }
    .renewal-v2-intro, .renewal-v2-footer { align-items: flex-start; flex-direction: column; }
    .renewal-v2-add-actions { justify-content: flex-start; }
    .renewal-v2-field-grid-four, .renewal-v2-field-grid-three, .renewal-v2-budget-grid { grid-template-columns: 1fr 1fr; }
    .renewal-v2-position-head { grid-template-columns: 38px 1fr auto; }
    .renewal-v2-position-head > .renewal-v2-remove-button { grid-column: 3; grid-row: 1; }
    .renewal-v2-status { grid-column: 2 / 4; justify-self: start; }
    .renewal-v2-target-summary { grid-template-columns: 32px 1fr auto; }
    .renewal-v2-target-price { grid-column: 2; text-align: left; }
    .renewal-v2-target-summary .renewal-v2-link-button { grid-column: 3; grid-row: 1 / span 2; }
}
@media (max-width: 540px) {
    .renewal-v2-field-grid-four, .renewal-v2-field-grid-three, .renewal-v2-budget-grid { grid-template-columns: 1fr; }
    .renewal-v2-block-head { display: grid; gap: 4px; }
    .renewal-v2-position-body { padding: 9px; }
    .renewal-v2-source-block, .renewal-v2-target-block, .renewal-v2-options-block { padding: 11px; }
    .renewal-v2-picker-item { grid-template-columns: 1fr auto; }
    .renewal-v2-picker-price { grid-column: 1; text-align: left; }
    .renewal-v2-picker-item > .renewal-v2-button { grid-column: 2; grid-row: 1 / span 2; }
    .renewal-v2-device-item { grid-template-columns: 42px 1fr auto; }
    .renewal-v2-empty .renewal-v2-button { margin-left: 0; }
    .renewal-v2-add-actions { width: 100%; }
    .renewal-v2-add-actions .renewal-v2-button { flex: 1 1 100%; min-width: 0; }
    .renewal-v2-footer > .renewal-v2-button { width: 100%; min-width: 0; }
}

/* V210: Feste Desktop-Arbeitsfläche – keine responsive Umordnung im VVL-Builder. */
.renewal-v2-root {
    width: 1180px;
    max-width: none;
    margin: 0 auto;
    padding: 20px 24px 48px;
    box-sizing: border-box;
    overflow-x: hidden;
}
.renewal-v2-shell { width: 100%; min-width: 0; }
.renewal-v2-field-grid-four { grid-template-columns: 240px 315px 290px 255px; }
.renewal-v2-field-grid-two { grid-template-columns: minmax(0, 1fr) 360px; }
.renewal-v2-performance-picker { grid-template-columns: minmax(0, 1fr) 154px; }
.renewal-v2-budget-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.renewal-v2-addon-package-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.renewal-v2-device-picker-tools { grid-template-columns: minmax(0, 1fr) auto; }
.renewal-v2-device-duration { justify-self: auto; }
.renewal-v2-position-body { gap: 12px; padding: 14px; }
.renewal-v2-source-block, .renewal-v2-target-block, .renewal-v2-options-block { padding: 14px; }
.renewal-v2-field-grid { gap: 12px; }
.renewal-v2-position { overflow: visible; }

/* V208: Die VVL-Eingaben verwenden exakt die zentrale Filtersteuerung der Startseite. */
.renewal-v2-filter-control {
    height: 52px;
    min-height: 52px;
    width: 100%;
    max-width: 100%;
    padding: 4px;
}
.renewal-v2-filter-control .tariff-filter-field { gap: 2px; }
.renewal-v2-filter-control .tariff-range-filter-value input,
.renewal-v2-filter-control .tariff-range-filter-value input[type="number"] {
    min-height: 0;
    height: 21px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: .86rem;
    line-height: 1;
    appearance: textfield;
    -moz-appearance: textfield;
}
.renewal-v2-filter-control .tariff-range-filter-value input[type="number"]::-webkit-inner-spin-button,
.renewal-v2-filter-control .tariff-range-filter-value input[type="number"]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.renewal-v2-filter-control .tariff-filter-symbol { width: 40px; height: 42px; }
.renewal-v2-max-control { cursor: pointer; }
.renewal-v2-max-control:hover { border-color: var(--o2-brand-blue); background: linear-gradient(135deg, #fff 0%, #ecfaff 100%); }
.renewal-v2-max-control input { cursor: pointer; }
.renewal-v2-filter-click-hint { display: grid; width: 30px; height: 42px; place-items: center; color: var(--o2-brand-blue); font-size: 1rem; font-weight: 900; }
.renewal-v2-root, .renewal-v2-shell, .renewal-v2-position, .renewal-v2-position-body, .renewal-v2-source-block, .renewal-v2-target-block, .renewal-v2-options-block, .renewal-v2-field-grid, .renewal-v2-performance-field, .renewal-v2-performance-picker { min-width: 0; max-width: 100%; }
.renewal-v2-field-grid > *, .renewal-v2-performance-picker > *, .renewal-v2-filter-control, .renewal-v2-filter-control .tariff-filter-field { min-width: 0; }
.renewal-v2-root input, .renewal-v2-root select { max-width: 100%; box-sizing: border-box; }
.renewal-v2-performance-picker { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, auto); align-items: center; gap: 8px; }
.renewal-v2-performance-picker .renewal-v2-filter-control { min-width: 0; }
.renewal-v2-unlimited-filter { height: 52px; min-height: 52px; padding: 0 11px; }
.renewal-v2-budget-grid { align-items: stretch; }
.renewal-v2-budget-grid > .tariff-filter-control { min-width: 0; }
.renewal-v2-addon-package-list { margin-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.renewal-v2-addon-package-list .addon-package-card { min-height: 48px; }
.renewal-v2-device-trigger { display: inline-flex; align-items: center; gap: 7px; border-style: solid; border-color: #a8d7eb; background: #f4fbff; }
.renewal-v2-device-trigger > span { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--o2-brand-blue); color: #fff; font-size: 1rem; }
.renewal-v2-device-picker-tools { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 12px 15px; border-bottom: 1px solid var(--vvl-line); background: #fff; }
.renewal-v2-device-search { display: flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 12px; border: 1px solid #cfe0eb; border-radius: 10px; background: #f7fbfe; color: var(--o2-brand-blue); }
.renewal-v2-device-search input { width: 100%; min-height: 30px; padding: 0; border: 0; outline: 0; background: transparent; color: #153d61; font: inherit; font-size: .9rem; font-weight: 750; }
.renewal-v2-device-duration { flex: 0 0 auto; }
.renewal-v2-device-duration .cart-my-handy-duration-option { min-height: 34px; }
@media (max-width: 850px) {
    .renewal-v2-field-grid-four { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .renewal-v2-field-grid-two { grid-template-columns: minmax(0, 1fr); }
    .renewal-v2-addon-package-list { grid-template-columns: 1fr; }
    .renewal-v2-device-picker-tools { grid-template-columns: 1fr; }
    .renewal-v2-device-duration { justify-self: start; }
    .renewal-v2-performance-picker { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 540px) {
    .renewal-v2-field-grid-four, .renewal-v2-budget-grid { grid-template-columns: minmax(0, 1fr); }
}

/* V213: Desktop-Bestandserfassung mit inhaltlich begrenzten Controls. */
.renewal-v2-source-block > .renewal-v2-field-grid-four,
.renewal-v2-source-block > .renewal-v2-field-grid-two:not(.renewal-v2-source-metrics),
.renewal-v2-source-block > .renewal-v2-more-field { display: none; }
.renewal-v2-source-grid-mobile { grid-template-columns: 260px 260px; max-width: 560px; }
.renewal-v2-source-grid-dsl { grid-template-columns: 300px; max-width: 300px; }
.renewal-v2-source-metrics { grid-template-columns: 360px 220px; column-gap: 18px; max-width: 598px; }
.renewal-v2-source-metrics .renewal-v2-performance-picker { grid-template-columns: 220px 132px; max-width: 360px; }
.renewal-v2-source-metrics > .renewal-v2-filter-control { width: 220px; max-width: 220px; }
.renewal-v2-source-metrics .renewal-v2-performance-field { width: 360px; max-width: 360px; }
.renewal-v2-source-note { align-self: center; max-width: 360px; padding: 11px 13px; border: 1px solid #cfe3ec; border-radius: 8px; color: #53758b; background: #f7fbfd; font-size: 12px; font-weight: 700; }
.renewal-v2-router-field { width: 300px; max-width: 300px; }
.renewal-v2-options-block { display: grid; gap: 10px; }
.renewal-v2-options-block .renewal-v2-device-area { margin-top: 0; }
.renewal-v2-button { min-width: 112px; }
.renewal-v2-add-actions .renewal-v2-button { min-width: 120px; }
.renewal-v2-footer > .renewal-v2-button { min-width: 150px; }
.renewal-v2-picker-scope-dsl::before { content: 'DSL'; width: auto; padding: 0 6px; }
.renewal-v2-picker-router { display: grid; grid-template-columns: 48px minmax(170px, 1fr); align-items: center; gap: 8px; max-width: 290px; margin-top: 6px; color: #6b8295; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.renewal-v2-picker-router select { min-height: 34px; padding: 6px 8px; font-size: 11px; }
@media (max-width: 850px) {
    .renewal-v2-source-grid-mobile, .renewal-v2-source-grid-dsl, .renewal-v2-source-metrics { grid-template-columns: minmax(0, 1fr); max-width: 100%; }
    .renewal-v2-source-metrics .renewal-v2-performance-picker, .renewal-v2-source-metrics .renewal-v2-filter-control, .renewal-v2-router-field { width: 100%; max-width: 100%; }
}

/* V215: Ein verbindliches Desktop-Raster verhindert wiederkehrende Feld- und Button-Überläufe. */
.renewal-v2-root {
    --vvl-desktop-width: 1180px;
    --vvl-source-performance-width: 360px;
    --vvl-source-price-width: 220px;
    --vvl-source-meter-width: 220px;
    --vvl-source-unlimited-width: 132px;
    --vvl-source-column-gap: 18px;
    width: min(var(--vvl-desktop-width), calc(100vw - 32px));
    max-width: calc(100vw - 32px);
}
.renewal-v2-source-grid-mobile {
    width: 532px;
    max-width: 100%;
}
.renewal-v2-source-grid-dsl {
    width: 532px;
    max-width: 100%;
    grid-template-columns: repeat(2, 260px);
}
.renewal-v2-bandwidth-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 142px;
    gap: 8px;
    min-width: 0;
}
.renewal-v2-bandwidth-input input,
.renewal-v2-bandwidth-input select { min-width: 0; }
.renewal-v2-source-metrics {
    width: calc(var(--vvl-source-performance-width) + var(--vvl-source-price-width) + var(--vvl-source-column-gap));
    max-width: 100%;
    grid-template-columns: var(--vvl-source-performance-width) var(--vvl-source-price-width);
    column-gap: var(--vvl-source-column-gap);
    align-items: start;
}
.renewal-v2-source-metrics .renewal-v2-performance-picker {
    width: var(--vvl-source-performance-width);
    max-width: 100%;
    grid-template-columns: var(--vvl-source-meter-width) var(--vvl-source-unlimited-width);
}
.renewal-v2-source-metrics > .renewal-v2-filter-control {
    width: var(--vvl-source-price-width);
    max-width: 100%;
    justify-self: start;
}
.renewal-v2-source-metrics .renewal-v2-performance-field {
    width: var(--vvl-source-performance-width);
    max-width: 100%;
}
@media (max-width: 850px) {
    .renewal-v2-root { width: 100%; max-width: 100%; }
    .renewal-v2-source-grid-mobile, .renewal-v2-source-grid-dsl, .renewal-v2-source-metrics { width: 100%; }
    .renewal-v2-source-grid-dsl { grid-template-columns: minmax(0, 1fr); }
    .renewal-v2-source-metrics .renewal-v2-performance-picker { grid-template-columns: minmax(0, 1fr); }
}

/* V222: Einheitliche VVL-Zahlfelder mit ruhiger Ausrichtung von Wert, Einheit und Stepper. */
.renewal-v2-filter-control {
    grid-template-columns: 40px minmax(0, 1fr) 32px;
    height: 58px;
    min-height: 58px;
    gap: 8px;
    padding: 5px;
    border-radius: 11px;
}
.renewal-v2-filter-control .tariff-filter-symbol {
    width: 40px;
    height: 46px;
    align-self: center;
}
.renewal-v2-filter-control .tariff-filter-field {
    display: grid;
    grid-template-rows: auto minmax(24px, 1fr);
    align-content: center;
    align-items: stretch;
    height: auto !important;
    min-width: 0;
    gap: 3px;
}
.renewal-v2-filter-control .tariff-filter-control-label {
    overflow: hidden;
    color: #6b7f96;
    font-size: 9px;
    letter-spacing: .08em;
    line-height: 1;
    text-overflow: ellipsis;
}
.renewal-v2-filter-control .tariff-range-filter-value {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    width: 100%;
    height: 24px !important;
    min-height: 24px;
    gap: 6px;
}
.renewal-v2-filter-control .tariff-range-filter-value input,
.renewal-v2-filter-control .tariff-range-filter-value input[type="number"] {
    width: 100%;
    height: 24px !important;
    min-height: 24px !important;
    align-self: end;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #123a61;
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 24px;
    text-align: left;
    font-variant-numeric: tabular-nums;
}
.renewal-v2-filter-control .tariff-range-filter-value > span:not(.tariff-stepper-buttons) {
    align-self: end;
    padding-bottom: 2px;
    color: #607891;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}
.renewal-v2-filter-control .tariff-stepper-buttons {
    display: grid;
    width: 32px;
    height: 46px;
    flex: 0 0 32px;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-self: center;
    gap: 2px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.renewal-v2-filter-control .tariff-stepper-buttons button {
    width: 32px;
    min-height: 0;
    height: auto;
    padding: 0;
    border: 1px solid #d1e0ea;
    border-radius: 6px;
    background: #fff;
    color: #5d7890;
    font-size: 10px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0, 25, 65, .05);
}
.renewal-v2-filter-control .tariff-stepper-buttons button + button { border-top: 1px solid #d1e0ea; }
.renewal-v2-filter-control .tariff-stepper-buttons button:hover,
.renewal-v2-filter-control .tariff-stepper-buttons button:focus-visible {
    border-color: var(--o2-cyan);
    color: var(--o2-brand-blue);
    background: #eaf8fd;
}
.renewal-v2-filter-click-hint {
    width: 32px;
    height: 46px;
    align-self: center;
    border: 1px solid #d1e0ea;
    border-radius: 6px;
    background: #fff;
    font-size: 1rem;
}
.renewal-v2-unlimited-filter {
    height: 58px;
    min-height: 58px;
    border-radius: 11px;
}
.renewal-v2-bandwidth-input {
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 8px;
}
.renewal-v2-bandwidth-input input,
.renewal-v2-bandwidth-input select {
    height: 52px;
    min-height: 52px !important;
    padding: 10px 12px !important;
    border: 1px solid #d1e0ea !important;
    border-radius: 10px !important;
    background: #f8fbfd !important;
    font-size: .92rem !important;
    line-height: 1.1;
}
.renewal-v2-bandwidth-input input:focus,
.renewal-v2-bandwidth-input select:focus {
    border-color: var(--o2-cyan) !important;
    background: #fff !important;
}
@media (max-width: 850px) {
    .renewal-v2-filter-control { height: 58px; min-height: 58px; }
    .renewal-v2-bandwidth-input { grid-template-columns: minmax(0, 1fr) 132px; }
}

/* V233: Abschliessender Desktop-Polish mit einem einzigen buendigen Formularraster. */
@media (min-width: 851px) {
    .renewal-v2-shell { gap: 14px; }
    .renewal-v2-hero { min-height: 78px; padding: 16px 18px; }
    .renewal-v2-add-actions { gap: 10px; }
    .renewal-v2-add-actions .renewal-v2-button {
        min-width: 0;
        min-height: 42px;
        padding-inline: 16px;
    }
    .renewal-v2-positions { gap: 16px; }
    .renewal-v2-position { border-radius: 13px; }
    .renewal-v2-position-head { min-height: 64px; padding: 11px 16px; }
    .renewal-v2-position-body { gap: 14px; padding: 16px; }
    .renewal-v2-source-block,
    .renewal-v2-target-block,
    .renewal-v2-options-block { padding: 16px; border-radius: 11px; }
    .renewal-v2-block-head { align-items: center; min-height: 24px; margin-bottom: 12px; }
    .renewal-v2-block-head strong { margin: 0; }
    .renewal-v2-field-grid { gap: 12px; align-items: start; }
    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl { width: 532px; grid-template-columns: repeat(2, 260px); }
    .renewal-v2-source-metrics {
        width: 598px;
        margin-top: 14px;
        grid-template-columns: 360px 220px;
        column-gap: 18px;
        align-items: start;
    }
    .renewal-v2-root label { gap: 7px; font-size: 10px; line-height: 1.15; }
    .renewal-v2-root input,
    .renewal-v2-root select {
        min-height: 54px;
        padding: 11px 13px;
        border-radius: 10px;
        font-size: .94rem;
    }
    .renewal-v2-filter-control {
        grid-template-columns: 38px minmax(0, 1fr) 30px;
        width: 100%;
        height: 56px;
        min-height: 56px;
        gap: 6px;
        padding: 5px;
        border-radius: 10px;
    }
    .renewal-v2-filter-control .tariff-filter-symbol {
        width: 38px;
        height: 44px;
        border-radius: 8px;
    }
    .renewal-v2-filter-control .tariff-filter-field {
        grid-template-rows: 11px 23px;
        justify-content: stretch;
        align-content: center;
        gap: 3px;
    }
    .renewal-v2-filter-control .tariff-filter-control-label {
        font-size: 9px;
        line-height: 11px;
    }
    .renewal-v2-filter-control .tariff-range-filter-value {
        height: 23px !important;
        min-height: 23px;
        align-items: center;
        gap: 5px;
    }
    .renewal-v2-filter-control .tariff-range-filter-value input,
    .renewal-v2-filter-control .tariff-range-filter-value input[type="number"] {
        height: 23px !important;
        min-height: 23px !important;
        font-size: 16px;
        line-height: 23px;
    }
    .renewal-v2-filter-control .tariff-range-filter-value > span:not(.tariff-stepper-buttons) {
        align-self: center;
        padding: 0;
        font-size: 10px;
    }
    .renewal-v2-filter-control .tariff-stepper-buttons {
        width: 30px;
        height: 44px;
        flex-basis: 30px;
    }
    .renewal-v2-filter-control .tariff-stepper-buttons button { width: 30px; border-radius: 6px; }
    .renewal-v2-unlimited-filter {
        width: 132px;
        height: 56px;
        min-height: 56px;
        justify-content: center;
        border-radius: 10px;
    }
    .renewal-v2-bandwidth-input { height: 56px; grid-template-columns: 220px 132px; }
    .renewal-v2-bandwidth-input input,
    .renewal-v2-bandwidth-input select {
        height: 56px;
        min-height: 56px !important;
        padding: 11px 12px !important;
    }
    .renewal-v2-position.is-internet .renewal-v2-source-metrics > .renewal-v2-filter-control {
        margin-top: 19px;
    }
    .renewal-v2-target-empty { min-height: 56px; padding: 10px 13px; }
    .renewal-v2-target-summary { min-height: 64px; padding: 11px 13px; }
    .renewal-v2-router-field { width: 300px; }
    .renewal-v2-router-field select { min-height: 52px; }
    .renewal-v2-budget { padding: 14px; border-radius: 11px; }
    .renewal-v2-budget-grid { gap: 12px; }
    .renewal-v2-device-summary { min-height: 54px; padding: 10px 12px; }
    .renewal-v2-footer { min-height: 62px; padding: 10px 16px; }
}

/* V246: Ein finales Desktop-Raster fuer Bestand, Zieltarif und Optionen. */
@media (min-width: 851px) {
    .renewal-v2-root {
        --vvl-desktop-width: 1180px;
        --vvl-control-gap: 12px;
        --vvl-source-column-width: 260px;
        --vvl-performance-width: 360px;
        --vvl-price-width: 220px;
        --vvl-content-width: 780px;
        width: min(var(--vvl-desktop-width), calc(100vw - 48px));
        max-width: calc(100vw - 48px);
    }
    .renewal-v2-position-body {
        align-items: start;
    }
    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl {
        width: calc(var(--vvl-source-column-width) * 2 + var(--vvl-control-gap));
        max-width: 100%;
        grid-template-columns: repeat(2, var(--vvl-source-column-width));
        gap: var(--vvl-control-gap);
    }
    .renewal-v2-source-metrics {
        width: calc(var(--vvl-performance-width) + var(--vvl-price-width) + 18px);
        max-width: 100%;
        grid-template-columns: var(--vvl-performance-width) var(--vvl-price-width);
        column-gap: 18px;
    }
    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        width: var(--vvl-performance-width);
        max-width: 100%;
    }
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        grid-template-columns: 220px 132px;
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control {
        width: var(--vvl-price-width);
        max-width: 100%;
    }
    .renewal-v2-target-block > .renewal-v2-target-empty,
    .renewal-v2-target-block > .renewal-v2-target-summary,
    .renewal-v2-target-block > .renewal-v2-target-meta {
        width: var(--vvl-content-width);
        max-width: 100%;
    }
    .renewal-v2-target-summary {
        grid-template-columns: 34px minmax(0, 1fr) 140px auto;
    }
    .renewal-v2-budget {
        width: 696px;
        max-width: 100%;
    }
    .renewal-v2-budget-grid {
        grid-template-columns: repeat(3, 220px);
        gap: var(--vvl-control-gap);
    }
    .renewal-v2-options-block {
        width: var(--vvl-content-width);
        max-width: 100%;
    }
    .renewal-v2-options-block .renewal-v2-addon-package-list {
        width: 680px;
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--vvl-control-gap);
    }
    .renewal-v2-options-block .renewal-v2-device-summary,
    .renewal-v2-options-block .renewal-v2-device-trigger {
        max-width: var(--vvl-content-width);
    }
    .renewal-v2-picker-sort {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        min-height: 42px;
        padding: 8px 15px;
        border-bottom: 1px solid var(--vvl-line);
        background: #fbfdff;
        color: #6a8194;
        font-size: 10px;
        font-weight: 850;
        letter-spacing: .04em;
        text-transform: uppercase;
    }
    .renewal-v2-picker-sort select {
        width: 128px;
        min-height: 30px;
        padding: 5px 8px;
        border: 1px solid #cfe0eb;
        border-radius: 7px;
        color: #173f63;
        background: #fff;
        font-size: 11px;
        font-weight: 800;
    }
}

/* V270: Validierungsfeedback und abschließendes Desktop-Raster. */
.renewal-v2-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.renewal-v2-issue-list {
    display: grid;
    gap: 4px;
    margin-top: 8px;
    color: #8a5c13;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}
.renewal-v2-issue-list span::before { content: '•'; margin-right: 5px; color: #d28b25; }
.renewal-v2-field-input.is-invalid,
.renewal-v2-root select.is-invalid {
    border-color: #d7a14b !important;
    background: #fffaf0 !important;
    box-shadow: 0 0 0 2px rgba(215, 161, 75, .12);
}
.renewal-v2-field-input.is-invalid:focus,
.renewal-v2-root select.is-invalid:focus {
    border-color: #c48320 !important;
    box-shadow: 0 0 0 3px rgba(215, 161, 75, .2);
}
.renewal-v2-target-empty.is-missing {
    border-color: #d7a14b;
    background: #fffaf0;
}
.renewal-v2-target-empty.is-missing .renewal-v2-target-plus,
.renewal-v2-target-empty.is-missing b { color: #a56b16; }

@media (min-width: 851px) {
    .renewal-v2-root {
        --vvl-source-column-width: 200px;
        --vvl-source-performance-width: 260px;
        --vvl-source-price-width: 260px;
        --vvl-source-meter-width: 168px;
        --vvl-source-unlimited-width: 84px;
        --vvl-performance-width: 260px;
        --vvl-price-width: 260px;
        --vvl-content-width: 320px;
        --vvl-budget-width: 568px;
    }
    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl {
        width: calc(var(--vvl-source-column-width) * 2 + var(--vvl-control-gap));
        grid-template-columns: repeat(2, var(--vvl-source-column-width));
    }
    .renewal-v2-source-metrics {
        width: calc(var(--vvl-source-performance-width) * 2 + var(--vvl-source-column-gap));
        grid-template-columns: repeat(2, var(--vvl-source-performance-width));
        column-gap: var(--vvl-source-column-gap);
    }
    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker,
    .renewal-v2-source-metrics > .renewal-v2-filter-control {
        width: var(--vvl-source-performance-width);
        max-width: 100%;
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control { width: var(--vvl-source-price-width); }
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        grid-template-columns: var(--vvl-source-meter-width) var(--vvl-source-unlimited-width);
    }
    .renewal-v2-unlimited-filter {
        width: var(--vvl-source-unlimited-width);
        min-width: var(--vvl-source-unlimited-width);
        padding-inline: 5px;
        font-size: 10px;
    }
    .renewal-v2-bandwidth-input { grid-template-columns: 160px 92px; }
    .renewal-v2-budget { width: var(--vvl-budget-width); max-width: 100%; }
    .renewal-v2-budget-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr); }
    .renewal-v2-filter-control .tariff-filter-field {
        grid-template-rows: 11px 24px;
        align-content: center;
        gap: 3px;
        height: auto !important;
        padding: 0 !important;
    }
    .renewal-v2-filter-control .tariff-range-filter-value { min-width: 0; }
    .renewal-v2-performance-picker .tariff-filter-field {
        grid-template-rows: 0 24px;
    }
    .renewal-v2-performance-picker .tariff-filter-control-label,
    .renewal-v2-source-metrics > .renewal-v2-filter-control .tariff-filter-control-label {
        font-size: inherit !important;
        color: inherit !important;
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control .tariff-filter-control-label::after { content: none !important; }
    .renewal-v2-budget-grid .tariff-filter-field {
        position: static;
        display: grid;
        grid-template-rows: 11px 24px;
        padding: 0 !important;
    }
    .renewal-v2-budget-grid .tariff-filter-control-label {
        position: static;
        overflow: visible;
        white-space: nowrap;
        text-overflow: clip;
    }
    .renewal-v2-budget-grid .tariff-range-filter-value { height: 24px !important; min-height: 24px; align-items: center; }
    .renewal-v2-target-block > .renewal-v2-target-empty,
    .renewal-v2-target-block > .renewal-v2-target-summary,
    .renewal-v2-target-block > .renewal-v2-target-meta,
    .renewal-v2-options-block {
        width: var(--vvl-content-width);
        max-width: 100%;
    }
    .renewal-v2-options-block .renewal-v2-addon-package-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 10px;
    }
    .renewal-v2-target-summary {
        grid-template-columns: 30px minmax(0, 1fr) 82px auto;
        gap: 8px;
        padding-inline: 9px;
    }
}

/* V272-final: Diese Kaskadenstufe ist die verbindliche sichtbare VVL-Oberflaeche. */
.renewal-v2-root {
    width: min(1180px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    padding: 18px 0 52px;
}
.renewal-v2-shell { gap: 14px; }
.renewal-v2-hero {
    min-height: 72px;
    padding: 15px 18px;
    border: 1px solid var(--vvl-border);
    border-left: 4px solid var(--o2-cyan);
    border-radius: var(--vvl-radius-large);
    background: linear-gradient(105deg, #fff 0%, #fff 68%, #eef9fd 100%);
    box-shadow: 0 7px 20px rgba(4, 55, 91, .06);
}
.renewal-v2-eyebrow { margin-bottom: 4px; color: var(--vvl-accent); font-size: 9px; letter-spacing: .14em; }
.renewal-v2-hero h2 { margin: 0; color: var(--vvl-text); font-size: 24px; letter-spacing: -.02em; }
.renewal-v2-add-actions { flex-wrap: nowrap; gap: 8px; }
.renewal-v2-button {
    min-width: 116px;
    min-height: 40px;
    padding: 8px 14px;
    border-color: var(--vvl-border-strong);
    border-radius: 9px;
    font-size: 12px;
    box-shadow: none;
}
.renewal-v2-button-primary { box-shadow: 0 5px 13px rgba(0, 25, 165, .14); }
.renewal-v2-summary {
    grid-template-columns: 116px minmax(220px, 1fr) 270px;
    min-height: 62px;
    border-color: var(--vvl-border);
    border-radius: var(--vvl-radius);
    box-shadow: 0 3px 12px rgba(4, 55, 91, .035);
}
.renewal-v2-summary > div { min-height: 62px; padding: 10px 16px; border-color: var(--vvl-border); }
.renewal-v2-summary-count strong { color: var(--vvl-accent-dark); font-size: 23px; }
.renewal-v2-summary-count span,
.renewal-v2-summary-total small { color: var(--vvl-text-soft); font-size: 9px; letter-spacing: .09em; }
.renewal-v2-summary-flow { position: relative; padding-left: 40px !important; }
.renewal-v2-summary-flow::before {
    content: '';
    position: absolute;
    left: 17px;
    width: 10px;
    height: 10px;
    border: 3px solid #9cc7d9;
    border-radius: 50%;
    background: #fff;
}
.renewal-v2-summary-flow strong { color: var(--vvl-text); font-size: 13px; }
.renewal-v2-summary-total {
    display: grid;
    align-content: center;
    border-left: 1px solid #cbe7f0;
    background: linear-gradient(135deg, #f2fbfe 0%, #e8f7fc 100%);
}
.renewal-v2-summary-total strong { color: var(--o2-brand-blue); font-size: 20px; }
.renewal-v2-summary-total span { margin-top: 1px; color: var(--vvl-success); font-size: 11px; }
.renewal-v2-empty {
    min-height: 132px;
    padding: 24px;
    border-color: #a8cfdf;
    border-radius: var(--vvl-radius-large);
    background: linear-gradient(135deg, #fff 0%, #f4fbfe 100%);
}
.renewal-v2-position {
    overflow: hidden;
    border-color: var(--vvl-border);
    border-radius: var(--vvl-radius-large);
    box-shadow: 0 8px 22px rgba(5, 51, 84, .055);
}
.renewal-v2-position.is-ready { border-color: #a9d8c4; }
.renewal-v2-position-head {
    grid-template-columns: 40px minmax(0, 1fr) auto 30px;
    min-height: 60px;
    gap: 11px;
    padding: 10px 15px;
    border-color: var(--vvl-border);
    background: linear-gradient(90deg, #f8fafc 0%, #f3f8fb 100%);
}
.renewal-v2-position-number { width: 34px; height: 34px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 25, 165, .14); }
.renewal-v2-position-title h3 { margin-top: 1px; color: var(--vvl-text); font-size: 16px; line-height: 1.2; }
.renewal-v2-status { padding: 5px 9px; border: 1px solid transparent; font-size: 10px; }
.renewal-v2-position-body { gap: 14px; padding: 14px; background: var(--vvl-canvas); }
.renewal-v2-primary-grid,
.renewal-v2-plan-stack { display: grid; min-width: 0; gap: 14px; }
.renewal-v2-source-block,
.renewal-v2-target-block,
.renewal-v2-options-block,
.renewal-v2-budget {
    min-width: 0;
    padding: 15px;
    border: 1px solid var(--vvl-border);
    border-radius: var(--vvl-radius);
    background: var(--vvl-panel);
}
.renewal-v2-block-head,
.renewal-v2-budget-head { min-height: 22px; margin-bottom: 11px; }
.renewal-v2-block-head strong,
.renewal-v2-budget-head strong { margin: 0; color: var(--vvl-text); font-size: 14px; line-height: 22px; }
.renewal-v2-root label { gap: 6px; color: #597187; font-size: 9px; line-height: 1.2; letter-spacing: .08em; }
.renewal-v2-root input,
.renewal-v2-root select {
    min-height: 52px;
    padding: 10px 12px;
    border: 1px solid #cddde7;
    border-radius: 10px;
    color: var(--vvl-text);
    background: var(--vvl-panel-soft);
    font-size: 14px;
    font-weight: 850;
}
.renewal-v2-filter-control {
    height: 56px;
    min-height: 56px;
    gap: 6px;
    padding: 5px;
    border: 1px solid #cddde7;
    border-radius: 10px;
    background: var(--vvl-panel-soft);
}
.renewal-v2-filter-control .tariff-filter-symbol { width: 38px; height: 44px; border-radius: 8px; background: #e6f5fb; }
.renewal-v2-filter-control .tariff-filter-field { grid-template-rows: 11px 24px; gap: 2px; }
.renewal-v2-filter-control .tariff-filter-control-label { overflow: visible; color: #6b8196; font-size: 8px; line-height: 11px; text-overflow: clip; }
.renewal-v2-filter-control .tariff-range-filter-value input,
.renewal-v2-filter-control .tariff-range-filter-value input[type="number"] { color: var(--vvl-text); font-size: 15px; line-height: 24px; }
.renewal-v2-filter-control.renewal-v2-no-stepper { grid-template-columns: 38px minmax(0, 1fr); }
.renewal-v2-unlimited-filter { height: 56px; min-height: 56px; border-color: #b9d9e8; border-radius: 10px; background: #f1faff; }
.renewal-v2-bandwidth-input,
.renewal-v2-bandwidth-entry { height: 52px; }
.renewal-v2-bandwidth-input input,
.renewal-v2-bandwidth-input select { height: 52px; min-height: 52px !important; border-color: #cddde7 !important; background: var(--vvl-panel-soft) !important; }
.renewal-v2-bandwidth-stepper { top: 4px; height: 44px; }
.renewal-v2-target-block { background: linear-gradient(145deg, #fff 0%, #fbfdfe 100%); }
.renewal-v2-target-empty { width: 100%; min-height: 58px; padding: 10px 12px; border-color: #94c8df; border-radius: 10px; background: #f4fbfe; }
.renewal-v2-target-summary {
    width: 100%;
    min-height: 70px;
    grid-template-columns: 32px minmax(0, 1fr) 104px 50px;
    gap: 9px;
    padding: 10px 11px;
    border-color: #abdac6;
    border-radius: 11px;
    background: var(--vvl-success-soft);
}
.renewal-v2-target-summary strong { margin: 1px 0; color: var(--vvl-text); font-size: 14px; line-height: 1.2; }
.renewal-v2-target-price { min-width: 0; }
.renewal-v2-target-price strong { color: var(--o2-brand-blue); font-size: 16px; }
.renewal-v2-target-meta {
    width: 100%;
    display: grid;
    grid-template-columns: max-content 14px max-content minmax(0, 1fr);
    min-height: 28px;
    gap: 7px;
    margin-top: 8px;
    padding: 0 2px;
    font-size: 11px;
}
.renewal-v2-target-meta em { justify-self: end; padding: 4px 7px; font-size: 10px; }
.renewal-v2-target-meta em.is-negative { color: #8a5b18; background: var(--vvl-warning-soft); }
.renewal-v2-budget { width: 100%; max-width: none; padding: 14px; border-color: #c9deea; background: #f2f9fc; }
.renewal-v2-budget.is-valid { border-color: #9fd5e8; background: #edf9fd; }
.renewal-v2-budget-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.renewal-v2-budget-grid .renewal-v2-filter-control { min-width: 0; background: #fff; }
.renewal-v2-filter-click-hint,
.renewal-v2-filter-control .tariff-stepper-buttons { width: 28px; height: 44px; }
.renewal-v2-filter-control .tariff-stepper-buttons button { width: 28px; }
.renewal-v2-options-block { display: grid; gap: 11px; width: 100%; max-width: none; }
.renewal-v2-router-field { width: 330px; max-width: 100%; }
.renewal-v2-options-block .renewal-v2-addon-package-list { width: 100%; max-width: none; gap: 10px; }
.renewal-v2-addon-package-list .addon-package-card { min-height: 54px; border-radius: 10px; }
.renewal-v2-device-area { margin-top: 1px; padding-top: 11px; border-color: var(--vvl-border); }
.renewal-v2-device-trigger { width: auto; min-height: 38px; padding: 7px 11px; border-radius: 9px; }
.renewal-v2-device-summary { width: 100%; min-height: 58px; padding: 10px 11px; border-radius: 10px; }
.renewal-v2-footer { min-height: 60px; padding: 10px 14px; border-color: var(--vvl-border); border-radius: var(--vvl-radius); }
.renewal-v2-footer > .renewal-v2-button { min-width: 156px; }
.renewal-v2-picker-dialog { width: min(840px, calc(100vw - 40px)); margin: 20px auto; border-radius: 18px; }
.renewal-v2-picker-head { align-items: center; padding: 17px 19px 14px; }
.renewal-v2-picker-head h3 { margin: 0; font-size: 20px; }
.renewal-v2-picker-list { gap: 10px; padding: 14px; background: var(--vvl-canvas); }
.renewal-v2-picker-item { min-height: 72px; padding: 11px 12px; border-radius: 11px; }

@media (min-width: 1180px) {
    .renewal-v2-primary-grid { grid-template-columns: 566px minmax(0, 1fr); align-items: start; }
    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl { width: 452px; grid-template-columns: repeat(2, 220px); gap: 12px; }
    .renewal-v2-source-metrics { width: 532px; grid-template-columns: repeat(2, 260px); column-gap: 12px; margin-top: 12px; }
    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker,
    .renewal-v2-source-metrics > .renewal-v2-filter-control { width: 260px; }
    .renewal-v2-source-metrics .renewal-v2-performance-picker { grid-template-columns: 166px 86px; gap: 8px; }
    .renewal-v2-unlimited-filter { width: 86px; min-width: 86px; padding-inline: 6px; font-size: 10px; }
    .renewal-v2-bandwidth-input { grid-template-columns: 160px 92px; gap: 8px; }
    .renewal-v2-target-block > .renewal-v2-target-empty,
    .renewal-v2-target-block > .renewal-v2-target-summary,
    .renewal-v2-target-block > .renewal-v2-target-meta,
    .renewal-v2-options-block { width: 100%; max-width: none; }
    .renewal-v2-options-block .renewal-v2-addon-package-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* V271: Eingabefelder ohne Änderungs-Stepper und Schnellwahl-Stepper für DSL. */
.renewal-v2-root input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}
.renewal-v2-root input[type="number"]::-webkit-inner-spin-button,
.renewal-v2-root input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.renewal-v2-filter-control.renewal-v2-no-stepper {
    grid-template-columns: 40px minmax(0, 1fr);
}
.renewal-v2-filter-control.renewal-v2-no-stepper .tariff-filter-field,
.renewal-v2-filter-control.renewal-v2-no-stepper .tariff-range-filter-value {
    min-width: 0;
}
.renewal-v2-bandwidth-entry {
    position: relative;
    min-width: 0;
    height: 52px;
}
.renewal-v2-bandwidth-entry > input {
    width: 100%;
    padding-right: 42px !important;
}
.renewal-v2-bandwidth-stepper {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 5px;
    display: grid;
    width: 28px;
    height: 44px;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 2px;
}
.renewal-v2-bandwidth-stepper button {
    min-height: 0;
    height: auto;
    padding: 0;
    border: 1px solid #d1e0ea;
    border-radius: 6px;
    color: #5d7890;
    background: #fff;
    font: inherit;
    font-size: 10px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0, 25, 65, .05);
}
.renewal-v2-bandwidth-stepper button:hover,
.renewal-v2-bandwidth-stepper button:focus-visible {
    border-color: var(--o2-cyan);
    color: var(--o2-brand-blue);
    background: #eaf8fd;
}
.renewal-v2-root .renewal-v2-source-grid-mobile > label,
.renewal-v2-root .renewal-v2-source-grid-dsl > label,
.renewal-v2-root .renewal-v2-source-metrics > .renewal-v2-performance-field > label {
    min-width: 0;
}
.renewal-v2-root .renewal-v2-filter-control-label {
    white-space: nowrap;
}
@media (min-width: 851px) {
    .renewal-v2-bandwidth-entry {
        height: 56px;
    }
    .renewal-v2-bandwidth-stepper {
        top: 5px;
        height: 46px;
    }
}

@media (max-width: 850px) {
    .renewal-v2-picker-sort {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 8px 12px;
        border-bottom: 1px solid var(--vvl-line);
    }
    .renewal-v2-picker-sort select {
        min-height: 32px;
        padding: 5px 8px;
    }
}

/* V247: Kompakte Desktop-Feldbreiten fuer dreistellige Werte und ein buendiges Unterraster. */
@media (min-width: 851px) {
    .renewal-v2-root {
        --vvl-desktop-width: 1120px;
        --vvl-control-gap: 12px;
        --vvl-source-column-width: 230px;
        --vvl-source-performance-width: 280px;
        --vvl-source-price-width: 180px;
        --vvl-source-meter-width: 172px;
        --vvl-source-unlimited-width: 100px;
        --vvl-source-column-gap: 12px;
        --vvl-performance-width: 280px;
        --vvl-price-width: 180px;
        --vvl-content-width: 620px;
        width: min(var(--vvl-desktop-width), calc(100vw - 48px));
        max-width: calc(100vw - 48px);
    }

    /* Zwei obere Felder, Leistungszeile und Budget enden an derselben Rasterkante. */
    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl {
        width: calc(var(--vvl-source-column-width) * 2 + var(--vvl-control-gap));
        max-width: 100%;
        grid-template-columns: repeat(2, var(--vvl-source-column-width));
        gap: var(--vvl-control-gap);
    }
    .renewal-v2-source-metrics {
        width: calc(var(--vvl-source-performance-width) + var(--vvl-source-price-width) + var(--vvl-source-column-gap));
        max-width: 100%;
        margin-top: 12px;
        grid-template-columns: var(--vvl-source-performance-width) var(--vvl-source-price-width);
        column-gap: var(--vvl-source-column-gap);
    }
    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        width: var(--vvl-source-performance-width);
        max-width: 100%;
    }
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        grid-template-columns: var(--vvl-source-meter-width) var(--vvl-source-unlimited-width);
        gap: 8px;
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control {
        width: var(--vvl-source-price-width);
        max-width: 100%;
    }
    .renewal-v2-unlimited-filter {
        width: var(--vvl-source-unlimited-width);
        min-width: var(--vvl-source-unlimited-width);
        padding-inline: 7px;
        font-size: 11px;
    }
    .renewal-v2-bandwidth-input {
        height: 56px;
        grid-template-columns: 168px 104px;
        gap: 8px;
    }
    .renewal-v2-bandwidth-input input,
    .renewal-v2-bandwidth-input select {
        height: 56px;
        min-height: 56px !important;
        padding-inline: 10px !important;
    }
    .renewal-v2-budget {
        width: calc(var(--vvl-source-performance-width) + var(--vvl-source-price-width) + var(--vvl-source-column-gap));
        max-width: 100%;
    }
    .renewal-v2-budget-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--vvl-control-gap);
    }

    /* Zieltarif, Optionen und Gerät teilen sich eine deutlich kürzere Inhaltskante. */
    .renewal-v2-target-block > .renewal-v2-target-empty,
    .renewal-v2-target-block > .renewal-v2-target-summary,
    .renewal-v2-target-block > .renewal-v2-target-meta {
        width: var(--vvl-content-width);
        max-width: 100%;
    }
    .renewal-v2-target-summary {
        grid-template-columns: 34px minmax(0, 1fr) 112px auto;
    }
    .renewal-v2-options-block .renewal-v2-addon-package-list {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--vvl-control-gap);
    }
    .renewal-v2-router-field {
        width: 280px;
        max-width: 100%;
    }
    .renewal-v2-options-block .renewal-v2-device-summary,
    .renewal-v2-options-block .renewal-v2-device-trigger {
        width: 100%;
        max-width: 100%;
    }
}

/* V248: Oben kompakter, Budgetfelder darunter bewusst breiter. */
@media (min-width: 851px) {
    .renewal-v2-root {
        --vvl-source-column-width: 200px;
        --vvl-source-performance-width: 252px;
        --vvl-source-price-width: 148px;
        --vvl-source-meter-width: 152px;
        --vvl-source-unlimited-width: 92px;
        --vvl-performance-width: 252px;
        --vvl-price-width: 148px;
        --vvl-budget-width: 544px;
    }
    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl {
        width: calc(var(--vvl-source-column-width) * 2 + var(--vvl-control-gap));
        grid-template-columns: repeat(2, var(--vvl-source-column-width));
    }
    .renewal-v2-source-metrics {
        width: calc(var(--vvl-source-performance-width) + var(--vvl-source-price-width) + var(--vvl-source-column-gap));
        grid-template-columns: var(--vvl-source-performance-width) var(--vvl-source-price-width);
    }
    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        width: var(--vvl-source-performance-width);
    }
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        grid-template-columns: var(--vvl-source-meter-width) var(--vvl-source-unlimited-width);
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control {
        width: var(--vvl-source-price-width);
    }
    .renewal-v2-unlimited-filter {
        width: var(--vvl-source-unlimited-width);
        min-width: var(--vvl-source-unlimited-width);
    }
    .renewal-v2-bandwidth-input {
        grid-template-columns: 152px 92px;
    }
    .renewal-v2-budget {
        width: var(--vvl-budget-width);
    }
}

/* V249: Kompakte Beschriftungen, mehr Platz fuer Preise und halbbreite Zieltarife. */
.renewal-v2-performance-picker .tariff-filter-control-label {
    font-size: 0 !important;
    color: transparent !important;
}
.renewal-v2-source-metrics > .renewal-v2-filter-control .tariff-filter-control-label {
    font-size: 0 !important;
    color: transparent !important;
}
.renewal-v2-source-metrics > .renewal-v2-filter-control .tariff-filter-control-label::after {
    content: 'Monatlich';
    color: #6b7f96;
    font-size: 9px;
}
@media (min-width: 851px) {
    .renewal-v2-root {
        --vvl-source-performance-width: 236px;
        --vvl-source-price-width: 176px;
        --vvl-source-meter-width: 144px;
        --vvl-source-unlimited-width: 84px;
        --vvl-performance-width: 236px;
        --vvl-price-width: 176px;
        --vvl-content-width: 320px;
        --vvl-budget-width: 568px;
    }
    .renewal-v2-source-metrics {
        width: calc(var(--vvl-source-performance-width) + var(--vvl-source-price-width) + var(--vvl-source-column-gap));
        grid-template-columns: var(--vvl-source-performance-width) var(--vvl-source-price-width);
    }
    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        width: var(--vvl-source-performance-width);
    }
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        grid-template-columns: var(--vvl-source-meter-width) var(--vvl-source-unlimited-width);
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control {
        width: var(--vvl-source-price-width);
    }
    .renewal-v2-unlimited-filter {
        width: var(--vvl-source-unlimited-width);
        min-width: var(--vvl-source-unlimited-width);
        padding-inline: 5px;
        font-size: 10px;
    }
    .renewal-v2-budget {
        width: var(--vvl-budget-width);
    }
    .renewal-v2-budget-grid .tariff-filter-field {
        position: relative;
        display: block;
        height: 100% !important;
        padding-top: 13px;
    }
    .renewal-v2-budget-grid .tariff-filter-control-label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .renewal-v2-budget-grid .tariff-range-filter-value {
        height: 24px !important;
        min-height: 24px;
        align-items: center;
    }
    .renewal-v2-target-block > .renewal-v2-target-empty,
    .renewal-v2-target-block > .renewal-v2-target-summary,
    .renewal-v2-target-block > .renewal-v2-target-meta,
    .renewal-v2-options-block {
        width: var(--vvl-content-width);
        max-width: 100%;
    }
    .renewal-v2-target-summary {
        grid-template-columns: 30px minmax(0, 1fr) 82px auto;
        gap: 8px;
        padding-inline: 9px;
    }
    .renewal-v2-target-summary strong { font-size: 13px; }
    .renewal-v2-target-price { min-width: 0; }
    .renewal-v2-options-block .renewal-v2-addon-package-list {
        width: 100%;
        max-width: 100%;
    }
}

/* V262: Der alte GB-Preis steht im Bestand exakt so breit wie das benachbarte Leistungsfeld. */
@media (min-width: 851px) {
    .renewal-v2-root {
        --vvl-source-price-width: var(--vvl-source-performance-width);
    }
    .renewal-v2-source-metrics {
        width: calc(var(--vvl-source-performance-width) * 2 + var(--vvl-source-column-gap));
        grid-template-columns: repeat(2, var(--vvl-source-performance-width));
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control {
        width: var(--vvl-source-performance-width);
        max-width: 100%;
    }
}

/* V270-final: Letzte Kaskadenstufe des kompakten Desktop-Rasters. */
@media (min-width: 851px) {
    .renewal-v2-root {
        --vvl-desktop-width: 1180px;
        --vvl-source-column-width: 220px;
        --vvl-source-performance-width: 260px;
        --vvl-source-price-width: 260px;
        --vvl-source-meter-width: 166px;
        --vvl-source-unlimited-width: 86px;
        --vvl-performance-width: 260px;
        --vvl-price-width: 260px;
        --vvl-content-width: 100%;
        --vvl-budget-width: 100%;
    }
    .renewal-v2-budget-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr); }
    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl {
        width: calc(var(--vvl-source-column-width) * 2 + var(--vvl-control-gap));
        grid-template-columns: repeat(2, var(--vvl-source-column-width));
    }
    .renewal-v2-source-metrics {
        width: calc(var(--vvl-source-performance-width) * 2 + var(--vvl-source-column-gap));
        grid-template-columns: repeat(2, var(--vvl-source-performance-width));
        column-gap: var(--vvl-source-column-gap);
    }
    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker,
    .renewal-v2-source-metrics > .renewal-v2-filter-control {
        width: var(--vvl-source-performance-width);
        max-width: 100%;
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control { width: var(--vvl-source-price-width); }
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        grid-template-columns: var(--vvl-source-meter-width) var(--vvl-source-unlimited-width);
    }
    .renewal-v2-unlimited-filter {
        width: var(--vvl-source-unlimited-width);
        min-width: var(--vvl-source-unlimited-width);
        padding-inline: 5px;
        font-size: 10px;
    }
    .renewal-v2-bandwidth-input { grid-template-columns: 160px 92px; gap: 8px; }
    .renewal-v2-budget { width: var(--vvl-budget-width); max-width: 100%; }
    .renewal-v2-filter-control .tariff-filter-field {
        grid-template-rows: 11px 24px;
        align-content: center;
        gap: 3px;
        height: auto !important;
        padding: 0 !important;
    }
    .renewal-v2-filter-control .tariff-range-filter-value { min-width: 0; }
    .renewal-v2-performance-picker .tariff-filter-field { grid-template-rows: 0 24px; }
    .renewal-v2-performance-picker .tariff-filter-control-label,
    .renewal-v2-source-metrics > .renewal-v2-filter-control .tariff-filter-control-label {
        font-size: inherit !important;
        color: inherit !important;
    }
    .renewal-v2-source-metrics > .renewal-v2-filter-control .tariff-filter-control-label::after { content: none !important; }
    .renewal-v2-budget-grid .tariff-filter-field {
        position: static;
        display: grid;
        grid-template-rows: 11px 24px;
        padding: 0 !important;
    }
    .renewal-v2-budget-grid .tariff-filter-control-label {
        position: static;
        overflow: visible;
        white-space: nowrap;
        text-overflow: clip;
    }
    .renewal-v2-budget-grid .tariff-range-filter-value { height: 24px !important; min-height: 24px; align-items: center; }
    .renewal-v2-target-block > .renewal-v2-target-empty,
    .renewal-v2-target-block > .renewal-v2-target-summary,
    .renewal-v2-target-block > .renewal-v2-target-meta,
    .renewal-v2-options-block {
        width: var(--vvl-content-width);
        max-width: 100%;
    }
    .renewal-v2-target-summary {
        grid-template-columns: 32px minmax(0, 1fr) 104px 50px;
        gap: 9px;
        padding: 10px 11px;
    }
}

/* V273: O2-CI-Abschlusskaskade fuer alle sichtbaren VVL-Komponenten. */
.renewal-v2-root {
    --vvl-canvas: #f4f8fc;
    --vvl-panel: #ffffff;
    --vvl-panel-soft: #f8fbfe;
    --vvl-panel-blue: var(--o2-cyan-soft);
    --vvl-border: #c9d9e7;
    --vvl-border-strong: #8db5d0;
    --vvl-text: var(--o2-dark-blue);
    --vvl-text-soft: #5a7188;
    --vvl-accent: var(--o2-brand-blue);
    --vvl-accent-dark: var(--o2-brand-blue-deep);
    --vvl-cyan: var(--o2-cyan);
    --vvl-success: #147c70;
    --vvl-success-soft: #eaf8f5;
    --vvl-warning: #80600b;
    --vvl-warning-soft: #fff8e5;
    color: var(--vvl-text);
    background: transparent;
}

.renewal-v2-root button,
.renewal-v2-root input,
.renewal-v2-root select {
    font-family: inherit;
}

.renewal-v2-shell { gap: 14px; }

.renewal-v2-hero {
    border: 1px solid var(--vvl-border) !important;
    border-top: 3px solid var(--o2-brand-blue) !important;
    border-left: 1px solid var(--vvl-border) !important;
    border-radius: 14px;
    background: var(--vvl-panel);
    box-shadow: 0 6px 18px rgba(0, 25, 165, .07);
}
.renewal-v2-eyebrow,
.renewal-v2-block-head strong,
.renewal-v2-budget-head strong,
.renewal-v2-subhead-label {
    color: var(--o2-brand-blue);
}
.renewal-v2-hero h2,
.renewal-v2-intro h3,
.renewal-v2-empty h3,
.renewal-v2-position-title h3,
.renewal-v2-block-head strong,
.renewal-v2-budget-head strong {
    color: var(--o2-dark-blue);
}

.renewal-v2-button,
.renewal-v2-outline-button,
.renewal-v2-device-trigger {
    border: 1px solid var(--vvl-border-strong);
    border-radius: 8px;
    color: var(--o2-brand-blue);
    background: #fff;
    box-shadow: none;
}
.renewal-v2-button:hover,
.renewal-v2-outline-button:hover,
.renewal-v2-device-trigger:hover {
    border-color: var(--o2-cyan);
    color: var(--o2-brand-blue-deep);
    background: var(--o2-cyan-soft);
    box-shadow: 0 3px 10px rgba(0, 25, 165, .10);
    transform: translateY(-1px);
}
.renewal-v2-button-primary,
.renewal-v2-button-primary:hover {
    border-color: var(--o2-brand-blue);
    color: #fff;
    background: var(--o2-brand-blue);
    box-shadow: 0 4px 11px rgba(0, 25, 165, .18);
}
.renewal-v2-button-primary:hover { background: var(--o2-brand-blue-deep); }
.renewal-v2-link-button {
    color: var(--o2-brand-blue);
}
.renewal-v2-link-button:hover { color: var(--o2-brand-blue-deep); }

.renewal-v2-summary,
.renewal-v2-position,
.renewal-v2-footer,
.renewal-v2-empty {
    border-color: var(--vvl-border);
    background: var(--vvl-panel);
    box-shadow: 0 5px 16px rgba(0, 25, 165, .055);
}
.renewal-v2-summary > div { border-color: var(--vvl-border); }
.renewal-v2-summary-count strong,
.renewal-v2-summary-flow strong,
.renewal-v2-summary-total strong { color: var(--o2-brand-blue); }
.renewal-v2-summary-flow::before {
    border-color: var(--o2-cyan);
    background: #fff;
}
.renewal-v2-summary-total {
    border-left-color: #b9e2f0;
    background: var(--o2-cyan-soft);
}
.renewal-v2-summary-total span { color: var(--vvl-success); }
.renewal-v2-empty-icon,
.renewal-v2-position-number { background: var(--o2-brand-blue); }

.renewal-v2-position.is-ready { border-color: #a8dcd5; }
.renewal-v2-position-head {
    border-color: var(--vvl-border);
    background: #f6faff;
}
.renewal-v2-status-ready {
    border-color: #9ed8cf;
    color: #116b63;
    background: var(--vvl-success-soft);
}
.renewal-v2-status-source,
.renewal-v2-status-source-price,
.renewal-v2-status-target {
    border-color: #b7d9eb;
    color: var(--o2-brand-blue);
    background: var(--o2-cyan-soft);
}
.renewal-v2-status-budget {
    border-color: #e6d18f;
    color: var(--vvl-warning);
    background: var(--vvl-warning-soft);
}
.renewal-v2-remove-button,
.renewal-v2-icon-button {
    border-color: var(--vvl-border-strong);
    color: var(--o2-brand-blue);
    background: #fff;
}
.renewal-v2-remove-button:hover,
.renewal-v2-icon-button:hover {
    border-color: var(--o2-cyan);
    color: var(--o2-brand-blue-deep);
    background: var(--o2-cyan-soft);
}

.renewal-v2-position-body { background: var(--vvl-canvas); }
.renewal-v2-source-block,
.renewal-v2-target-block,
.renewal-v2-options-block,
.renewal-v2-budget {
    border-color: var(--vvl-border);
    background: var(--vvl-panel);
}
.renewal-v2-root label { color: #526b83; }
.renewal-v2-root label > span:not(.renewal-v2-money-input) { color: #71879b; }
.renewal-v2-root input,
.renewal-v2-root select {
    border-color: #bfd2e0;
    border-radius: 8px;
    color: var(--o2-dark-blue);
    background: var(--vvl-panel-soft);
}
.renewal-v2-root input:hover,
.renewal-v2-root select:hover { border-color: #8dbbd5; }
.renewal-v2-root input:focus,
.renewal-v2-root select:focus,
.renewal-v2-root button:focus-visible {
    border-color: var(--o2-brand-blue);
    outline: 3px solid rgba(0, 176, 240, .22);
    outline-offset: 0;
    box-shadow: none;
    background: #fff;
}
.renewal-v2-filter-control {
    border-color: #bfd2e0;
    border-radius: 8px;
    background: var(--vvl-panel-soft);
}
.renewal-v2-filter-control:hover { border-color: #8dbbd5; }
.renewal-v2-filter-control .tariff-filter-symbol {
    color: var(--o2-brand-blue);
    background: var(--o2-cyan-soft);
}
.renewal-v2-filter-control .tariff-filter-control-label { color: #627b91; }
.renewal-v2-filter-control .tariff-range-filter-value input,
.renewal-v2-filter-control .tariff-range-filter-value input[type="number"] {
    color: var(--o2-dark-blue);
}
.renewal-v2-filter-control .renewal-v2-unit,
.renewal-v2-filter-control .tariff-range-filter-value > span:not(.tariff-stepper-buttons) { color: #58728a; }

.renewal-v2-unlimited-filter {
    border-color: #9ec8dc;
    color: var(--o2-brand-blue) !important;
    background: #f3fbfe;
}
.renewal-v2-unlimited-filter:hover,
.renewal-v2-unlimited-filter.is-active {
    border-color: var(--o2-cyan);
    color: var(--o2-brand-blue-deep) !important;
    background: var(--o2-cyan-soft);
}
.renewal-v2-unlimited-toggle { color: var(--o2-brand-blue) !important; }
.renewal-v2-unlimited-toggle:hover,
.renewal-v2-unlimited-toggle.is-selected {
    border-color: var(--o2-cyan);
    color: var(--o2-brand-blue-deep) !important;
    background: var(--o2-cyan-soft);
}
.renewal-v2-unlimited-toggle.is-selected .renewal-v2-unlimited-icon {
    border-color: var(--o2-brand-blue);
    color: #fff;
    background: var(--o2-brand-blue);
}
.renewal-v2-unlimited-icon { border-color: #9ec8dc; color: var(--o2-brand-blue); }
.renewal-v2-unlimited-copy small { color: #6e879b; }
.renewal-v2-bandwidth-stepper button {
    border-color: #bfd2e0;
    color: var(--o2-brand-blue);
    background: #fff;
}
.renewal-v2-bandwidth-stepper button:hover,
.renewal-v2-bandwidth-stepper button:focus-visible {
    border-color: var(--o2-cyan);
    color: var(--o2-brand-blue-deep);
    background: var(--o2-cyan-soft);
}

.renewal-v2-target-block { background: #fff; }
.renewal-v2-target-empty {
    border-color: #8fc4df;
    color: var(--o2-brand-blue);
    background: #f2fbfe;
}
.renewal-v2-target-empty:hover {
    border-color: var(--o2-cyan);
    background: var(--o2-cyan-soft);
}
.renewal-v2-target-plus {
    border-color: var(--o2-cyan);
    color: var(--o2-brand-blue);
    background: #fff;
}
.renewal-v2-target-empty b,
.renewal-v2-target-price strong { color: var(--o2-brand-blue); }
.renewal-v2-target-summary {
    border-color: var(--o2-cyan);
    background: #effaff;
    box-shadow: inset 3px 0 0 var(--o2-cyan);
}
.renewal-v2-target-mark { background: var(--o2-brand-blue); }
.renewal-v2-target-summary strong { color: var(--o2-dark-blue); }
.renewal-v2-target-meta b { color: var(--o2-brand-blue); }
.renewal-v2-target-meta strong { color: #244e70; }
.renewal-v2-target-meta em.is-positive { color: #0d7567; background: var(--vvl-success-soft); }
.renewal-v2-target-meta em.is-negative { color: var(--vvl-warning); background: var(--vvl-warning-soft); }

.renewal-v2-budget { background: #f4faff; }
.renewal-v2-budget.is-valid { border-color: #9ccfe1; background: #eefaff; }
.renewal-v2-budget.is-stale { border-color: #e2c480; background: #fffaf0; }
.renewal-v2-budget-badge {
    border-color: #b8d9e8;
    color: var(--o2-brand-blue);
    background: var(--o2-cyan-soft);
}
.renewal-v2-budget-result { border-color: #c4d9e6; background: #fff; }
.renewal-v2-budget-result strong { color: var(--o2-brand-blue); }

.renewal-v2-options-block { background: #fff; }
.renewal-v2-extras { border-color: var(--vvl-border); }
.renewal-v2-extras summary { color: var(--o2-dark-blue); }
.renewal-v2-extras summary b {
    color: var(--o2-brand-blue);
    background: var(--o2-cyan-soft);
}
.renewal-v2-extra {
    border-color: #c4d9e6;
    background: #fbfdff;
}
.renewal-v2-extra input { accent-color: var(--o2-brand-blue); }
.renewal-v2-extra strong { color: var(--o2-dark-blue); }
.renewal-v2-extra small { color: #6c8398; }
.renewal-v2-extra.is-selected {
    border-color: var(--o2-cyan);
    background: var(--o2-cyan-soft);
}
.renewal-v2-device-area { border-color: var(--vvl-border); }
.renewal-v2-device-summary {
    border-color: #b9d7e6;
    background: #f4fbfe;
}
.renewal-v2-device-summary strong { color: var(--o2-dark-blue); }
.renewal-v2-device-summary small { color: #637c91; }
.renewal-v2-footer {
    border-top: 2px solid var(--o2-cyan);
}

.renewal-v2-picker-backdrop { background: rgba(0, 25, 165, .24); }
.renewal-v2-picker-dialog {
    border: 1px solid var(--vvl-border);
    border-top: 4px solid var(--o2-brand-blue);
    background: #fff;
    box-shadow: 0 18px 48px rgba(0, 25, 165, .20);
}
.renewal-v2-picker-head {
    border-bottom-color: var(--vvl-border);
    background: #f6faff;
}
.renewal-v2-picker-head h3 { color: var(--o2-dark-blue); }
.renewal-v2-picker-sort { border-color: var(--vvl-border); background: #fff; }
.renewal-v2-picker-sort span,
.renewal-v2-picker-scope strong { color: var(--o2-brand-blue); }
.renewal-v2-picker-scope {
    border-color: #a4d9e9;
    background: var(--o2-cyan-soft);
}
.renewal-v2-picker-list { background: var(--vvl-canvas); }
.renewal-v2-picker-item {
    border-color: var(--vvl-border);
    background: #fff;
}
.renewal-v2-picker-item:hover {
    border-color: var(--o2-cyan);
    background: #f2fbfe;
}
.renewal-v2-picker-provider,
.renewal-v2-picker-price strong { color: var(--o2-brand-blue); }
.renewal-v2-device-duration .cart-my-handy-duration-option.is-active {
    border-color: var(--o2-brand-blue);
    color: #fff;
    background: var(--o2-brand-blue);
}
.renewal-v2-device-search:focus-within { border-color: var(--o2-brand-blue); }

@media (max-width: 850px) {
    .renewal-v2-root {
        width: 100%;
        max-width: 100%;
        padding-inline: 12px;
    }
    .renewal-v2-add-actions { flex-wrap: wrap; }
    .renewal-v2-button { min-width: 0; }
}

/* V274: Zieltarif-Suche und ruhige O2-CI-Farben fuer negative Preisabweichungen. */
.renewal-v2-target-picker-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-bottom: 1px solid var(--vvl-border);
    background: #fff;
}
.renewal-v2-picker-search {
    display: flex !important;
    align-items: center;
    gap: 8px !important;
    min-width: 0;
    min-height: 42px;
    padding: 5px 11px;
    border: 1px solid #bfd2e0;
    border-radius: 8px;
    background: #f8fbfe;
    cursor: text;
}
.renewal-v2-picker-search:focus-within {
    border-color: var(--o2-brand-blue);
    outline: 3px solid rgba(0, 176, 240, .20);
    background: #fff;
}
.renewal-v2-picker-search > span {
    flex: 0 0 auto;
    color: var(--o2-brand-blue);
    font-size: 18px;
    line-height: 1;
}
.renewal-v2-picker-search input {
    width: 100%;
    min-width: 0;
    min-height: 29px !important;
    padding: 2px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    color: var(--o2-dark-blue);
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}
.renewal-v2-picker-search input::placeholder { color: #71879b; font-weight: 600; }
.renewal-v2-picker-result-count {
    min-width: 64px;
    color: #5a7188;
    font-size: 11px;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}
.renewal-v2-picker-empty {
    display: grid;
    gap: 4px;
    padding: 28px 18px;
    border: 1px dashed #a9c9dc;
    border-radius: 10px;
    color: #5d7690;
    background: #f8fbfe;
    text-align: center;
}
.renewal-v2-picker-empty strong { color: var(--o2-brand-blue); }

/* Preisabweichung bleibt erkennbar, wirkt aber nicht wie ein Fehleralarm. */
.renewal-v2-root {
    --vvl-warning: #315f80;
    --vvl-warning-soft: #edf5fa;
}
.renewal-v2-status-budget {
    border-color: #bdd6e5;
    color: #315f80;
    background: #edf5fa;
}
.renewal-v2-budget.is-stale {
    border-color: #bdd6e5;
    background: #f4faff;
}
.renewal-v2-target-meta em.is-negative {
    border: 1px solid #bfd8e7;
    color: #315f80;
    background: #edf5fa;
}

@media (max-width: 850px) {
    .renewal-v2-target-picker-tools {
        grid-template-columns: 1fr;
        gap: 7px;
    }
    .renewal-v2-picker-result-count { text-align: left; }
}

/* Live-Preisübersicht: rechts mitlaufend, ohne das bestehende Formularraster zu verbreitern. */
.renewal-v2-workspace-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 14px; }
.renewal-v2-main-column { min-width: 0; display: grid; gap: 11px; }
.renewal-v2-floating-summary { position: sticky; top: 16px; z-index: 4; min-width: 0; overflow: hidden; border: 2px solid var(--o2-brand-blue); border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(0, 25, 165, .16); }
.renewal-v2-floating-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 13px; color: #fff; background: linear-gradient(135deg, var(--o2-brand-blue-deep), var(--o2-brand-blue)); }
.renewal-v2-floating-head span { font-size: 10px; font-weight: 950; letter-spacing: .1em; }
.renewal-v2-floating-head b { padding: 3px 7px; border-radius: 999px; color: var(--o2-brand-blue-deep); background: #dff7ff; font-size: 9px; }
.renewal-v2-floating-current, .renewal-v2-floating-discount { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 11px 13px; border-bottom: 1px solid #dbe8f0; }
.renewal-v2-floating-current span, .renewal-v2-floating-discount span { color: #60788e; font-size: 10px; font-weight: 850; }
.renewal-v2-floating-current strong { color: var(--o2-dark-blue); font-size: 19px; font-variant-numeric: tabular-nums; }
.renewal-v2-floating-phases { display: grid; gap: 7px; padding: 10px; background: #f4faff; }
.renewal-v2-floating-phase { display: grid; gap: 6px; padding: 9px 10px; border: 1px solid #c9e0ed; border-radius: 9px; background: #fff; }
.renewal-v2-floating-phase > div { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.renewal-v2-floating-phase span { color: #60788e; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.renewal-v2-floating-phase strong { color: var(--o2-brand-blue); font-size: 18px; font-variant-numeric: tabular-nums; }
.renewal-v2-floating-phase em { justify-self: end; padding: 3px 7px; border-radius: 999px; font-size: 10px; font-style: normal; font-weight: 900; }
.renewal-v2-floating-phase em.is-saving { color: #08794f; background: #e5f8ef; }
.renewal-v2-floating-phase em.is-more { color: #315f80; background: #edf5fa; }
.renewal-v2-floating-discount { border-bottom: 0; background: #effaf5; }
.renewal-v2-floating-discount strong { color: #08794f; font-size: 17px; font-variant-numeric: tabular-nums; }
.renewal-v2-floating-pending { padding: 16px 10px; color: #60788e; font-size: 11px; font-weight: 750; line-height: 1.35; text-align: center; }

@media (min-width: 851px) and (max-width: 1179px) {
    .renewal-v2-workspace-grid { grid-template-columns: minmax(0, 1fr) 250px; }
}

@media (max-width: 850px) {
    .renewal-v2-workspace-grid { grid-template-columns: 1fr; }
    .renewal-v2-floating-summary { position: sticky; top: 8px; order: -1; }
}

/* V281: Die Live-Karte bleibt rechts sticky, ohne Zieltarif und Rabatte zu quetschen. */
@media (min-width: 1200px) {
    .renewal-v2-workspace-grid {
        grid-template-columns: minmax(0, 1fr) 280px;
    }
    .renewal-v2-floating-summary { order: 0; }
    .renewal-v2-primary-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .renewal-v2-source-grid-mobile,
    .renewal-v2-source-grid-dsl {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .renewal-v2-source-metrics {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .renewal-v2-source-metrics .renewal-v2-performance-field,
    .renewal-v2-source-metrics .renewal-v2-performance-picker,
    .renewal-v2-source-metrics > .renewal-v2-filter-control,
    .renewal-v2-budget {
        width: 100%;
        max-width: 100%;
    }
    .renewal-v2-source-metrics .renewal-v2-performance-picker {
        grid-template-columns: minmax(0, 1fr) minmax(72px, 86px);
    }
    .renewal-v2-bandwidth-input {
        grid-template-columns: minmax(0, 1fr) 92px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .renewal-v2-root {
        --vvl-desktop-width: 1180px;
        width: min(var(--vvl-desktop-width), calc(100vw - 48px));
        max-width: calc(100vw - 48px);
    }
    .renewal-v2-target-summary {
        grid-template-columns: 32px minmax(0, 1fr) 104px 50px;
    }
}

@media (min-width: 1600px) {
    .renewal-v2-root {
        --vvl-desktop-width: 1510px;
        width: min(var(--vvl-desktop-width), calc(100vw - 48px));
        max-width: calc(100vw - 48px);
    }
    .renewal-v2-workspace-grid {
        grid-template-columns: minmax(0, 1180px) 280px;
        justify-content: center;
    }
    .renewal-v2-floating-summary { order: 0; }
}

@media (max-width: 1199px) {
    .renewal-v2-workspace-grid { grid-template-columns: 1fr; }
    .renewal-v2-floating-summary { order: -1; }
}

.renewal-v2-floating-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding: 11px 13px;
    border-top: 1px solid #cde4dc;
    background: #f1fbf6;
}
.renewal-v2-floating-total span {
    color: #356b60;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.25;
}
.renewal-v2-floating-total strong {
    font-size: 18px;
    font-variant-numeric: tabular-nums;
}
.renewal-v2-floating-total.is-saving strong { color: #08794f; }
.renewal-v2-floating-total.is-more { border-color: #c8dbe7; background: #f1f7fb; }
.renewal-v2-floating-total.is-more span,
.renewal-v2-floating-total.is-more strong { color: #315f80; }

/* V282: Gesamtersparnis als wichtigste Live-Kennzahl. */
.renewal-v2-floating-summary {
    position: sticky !important;
    top: 16px;
    align-self: start;
}
.renewal-v2-floating-total.is-priority {
    display: grid;
    justify-items: start;
    gap: 4px;
    padding: 15px 14px 16px;
    border-top: 0;
    border-bottom: 1px solid #cde4dc;
}
.renewal-v2-floating-total.is-priority span {
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .02em;
}
.renewal-v2-floating-total.is-priority strong {
    font-size: 28px;
    line-height: 1;
}
@media (max-width: 1199px) {
    .renewal-v2-floating-summary { top: 8px; }
}

/* V286: Ein Validierungsstatus pro Position; die Abschlussleiste enthält nur die Hauptaktion. */
.renewal-v2-position-head .renewal-v2-status {
    max-width: min(320px, 34vw);
    overflow: hidden;
    text-overflow: ellipsis;
}
.renewal-v2-footer {
    justify-content: flex-end;
}

/* V283: Sticky-Position ohne blockierenden Root-Overflow. */
.renewal-v2-root {
    overflow-x: clip;
    overflow-y: visible;
}

/* V285: Nur die Live-Kennzahlen bleiben im Seitenkopf. */
@media (min-width: 851px) {
    .renewal-v2-summary {
        grid-template-columns: 116px minmax(0, 1fr);
    }
}
