:root {
    --purple: #7c3599;
    --purple-dark: #6f2d8f;
    --purple-soft: #a47cb6;
    --bg: #f4f4f4;
    --text: #3f3f3f;
    --muted: #8a8a8a;
    --line: #d8d8d8;
    --blue: #42b6df;
    --green: #48b431;
    --green-soft: #a8d3a1;
    --pink: #de2b8f;
    --plate-yellow: #ecd146;
    --plate-blue: #2b368c;
    --ink-strong: #303543;
    --ink: #555c6b;
    --ink-soft: #727987;
    --ink-faint: #9097a4;
    --error: #b64273;
    --error-soft: #f8edf2;
    --helper: #5d8297;
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Nunito', Arial, sans-serif;
    background: var(--bg);
    color: var(--ink);
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 18px;
}

.topbar {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.topbar {
    flex-shrink: 0;
}

.brand {
    display: flex;
    align-items: center;
}

.brand .logo {
    height: 42px;
    width: auto;
    display: block;
}

.page {
    flex: 1 0 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.page > .container.main-grid,
.page > .container.complete-container {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 91px;
}

.progress {
    position: relative;
    width: 480px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 7px;
}

.progress-empty {
    display: none;
}

.progress-line {
    position: absolute;
    top: 19px;
    left: 24px;
    right: 24px;
    height: 2px;
    background: #c8c8c8;
    z-index: 0;
}

.step {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #b0b0b0;
    font-size: 14px;
}

.step span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #c8c8c8;
    background: #f7f7f7;
    font-size: 12px;
    font-weight: 700;
}

.step.active {
    color: #4f4f4f;
}

.step.active span {
    background: var(--purple);
    color: #fff;
    border-color: var(--purple);
}

.step label {
    display: block;
    margin-top: 4px;
    font-size: 13px;
}

.main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 260px);
    gap: 42px;
    align-items: start;
    padding-top: 34px;
}

.left-col,
.right-rail {
    min-width: 0;
}

.hero-card {
    background: var(--purple);
    color: #fff;
    border-radius: 8px;
    padding: 20px 22px 18px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
}

.hero-card h1 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.16;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.hero-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #efe6f4;
    font-weight: 500;
}

.europe-trip-toggle {
    margin-top: 21px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #ddd0e7;
    border-radius: 8px;
    padding: 14px 16px;
    color: #5a5a5a;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.europe-trip-toggle:hover {
    border-color: var(--purple-soft);
}

.europe-trip-toggle.is-active {
    border-color: var(--purple);
    background: #faf6fd;
    box-shadow: inset 0 0 0 1px rgba(124, 53, 153, 0.12);
}

.europe-trip-toggle:focus-visible {
    outline: 3px solid rgba(124, 53, 153, 0.18);
    outline-offset: 2px;
}

.europe-trip-toggle__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(124, 53, 153, 0.08);
    color: var(--purple);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

.europe-trip-toggle__icon svg {
    width: 18px;
    height: 18px;
}

.europe-trip-toggle__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.europe-trip-toggle__content strong {
    font-size: 15px;
    color: var(--ink-strong);
    line-height: 1.35;
    font-weight: 700;
}

.europe-trip-toggle__content small {
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.5;
    font-weight: 600;
}

.europe-trip-toggle__indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccb1da;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.europe-trip-toggle__indicator span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s ease;
}

.europe-trip-toggle.is-active .europe-trip-toggle__indicator {
    border-color: var(--purple);
    box-shadow: 0 0 0 3px rgba(124, 53, 153, 0.10);
}

.europe-trip-toggle.is-active .europe-trip-toggle__indicator span {
    background: var(--purple);
}

.annual-switch-back {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #eadcf2;
    border-radius: 8px;
    background: #fcf9fe;
    padding: 12px 14px;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.annual-switch-back[hidden] {
    display: none !important;
}

.annual-switch-back__button {
    appearance: none;
    border: 1px solid #d7d0dc;
    border-radius: 5px;
    background: #fff;
    color: #5f5a64;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.annual-switch-back__button:hover {
    border-color: #c9c1d0;
    background: #f8f6fa;
    color: #4f4a55;
}

body.europe-trip-mode .vehicle-personal-question,
body.europe-trip-mode .cover-start-block {
    display: none;
}

.europe-cover-date-block[hidden] {
    display: none !important;
}

.date-range-stack {
    display: grid;
    gap: 14px;
}

.date-range-row > label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--ink-soft);
    font-weight: 600;
}

.cover-date-range-row {
    width: 100%;
}

.field-block {
    margin-top: 21px;
}

.field-block h2 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--ink-strong);
}

.cover-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.cover-option {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd7db;
    border-radius: 8px;
    min-height: 74px;
    padding: 14px 10px;
    color: #8c6c9b;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
}

.cover-option.active {
    border-color: var(--purple);
    box-shadow: inset 0 0 0 1px rgba(124, 53, 153, 0.08), 0 1px 2px rgba(17, 24, 39, 0.03);
}

.cover-option:disabled,
.cover-option.is-disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

.cover-option strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: var(--purple);
}

.cover-option small {
    display: block;
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.35;
    font-weight: 500;
    white-space: nowrap;
}

.cover-icon {
    width: 18px;
    height: 18px;
    color: #ab8ab8;
    flex: 0 0 auto;
}

.cover-icon svg,
.calendar-icon svg,
.make-icon svg {
    width: 100%;
    height: 100%;
}

.date-card,
.vehicle-card,
.example-card {
    background: #fff;
    border: 1px solid #ddd7db;
    border-radius: 8px;
    padding: 10px 12px 12px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
}

.date-row {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.calendar-icon {
    width: 18px;
    height: 18px;
    color: #909090;
}

.date-inputs {
    display: flex;
    gap: 10px;
}

.date-inputs input,
.date-inputs select,
.plate-input-wrap input {
    height: 32px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-family: inherit;
    font-size: 13px;
    outline: none;
}

.date-inputs input,
.date-inputs select {
    width: 116px;
    text-align: center;
    color: var(--ink);
    font-weight: 600;
}

.date-inputs select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #9d9d9d 50%), linear-gradient(135deg, #9d9d9d 50%, transparent 50%);
    background-position: calc(100% - 18px) 14px, calc(100% - 12px) 14px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding: 0 34px 0 12px;
    text-align-last: center;
}

.date-inputs input::placeholder {
    color: #555;
}

.info-message {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}

.info-message.blue {
    color: var(--helper);
}

.hidden {
    display: none !important;
}

.error-message {
    color: var(--error);
    font-weight: 600;
}

.info-icon {
    width: 16px;
    height: 16px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    flex: 0 0 16px;
}

.info-icon.pink,
.info-icon.error {
    color: var(--pink);
}

.vehicle-list {
    display: grid;
    gap: 18px;
}

.vehicle-card .reg-title,
.example-card .reg-title {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 8px;
    font-weight: 600;
}

.search-row {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #ddd8d1;
    padding-bottom: 12px;
}

.plate-input-wrap {
    width: 250px;
    display: flex;
    align-items: stretch;
    min-height: 34px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.plate-badge {
    width: 34px;
    flex: 0 0 34px;
    background: #f3f4f6;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e5e7eb;
}

.plate-badge-code {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}

.plate-input-wrap input {
    flex: 1;
    border: 0;
    border-radius: 0;
    background: #fff;
    min-width: 0;
    height: 34px;
    padding: 0 12px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
}

.plate-input-wrap input::placeholder {
    color: rgba(33, 33, 33, 0.45);
}

.find-btn,
.continue-btn,
.remove-btn {
    font-family: inherit;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 800;
}

.find-btn {
    height: 34px;
    min-width: 84px;
    border: 1px solid #d7d0dc;
    color: #5f5a64;
    background: #fff;
    font-size: 13px;
    padding: 0 16px;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.find-btn:hover {
    border-color: #c9c1d0;
    background: #f8f6fa;
    color: #4f4a55;
}

.find-btn.secondary {
    min-width: 126px;
}

.continue-btn {
    margin-top: 12px;
    width: 170px;
    height: 41px;
    border: 0;
    background: var(--purple);
    color: #fff;
    font-size: 15px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.continue-btn:hover {
    background: var(--purple-dark);
    box-shadow: 0 8px 18px rgba(124, 53, 153, 0.18);
}

.remove-btn {
    min-width: 82px;
    height: 42px;
    border: 1px solid #d7d0dc;
    background: #fff;
    color: #5f5a64;
    font-size: 14px;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.remove-btn:hover {
    border-color: #c9c1d0;
    background: #f8f6fa;
    color: #4f4a55;
}

.journey-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 246, 249, 0.82);
    backdrop-filter: blur(2px);
    cursor: wait;
}

.journey-loading-overlay[hidden] {
    display: none;
}

.journey-loading-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: var(--ink);
    font-size: 16px;
    text-align: center;
}

.journey-loading-spinner {
    width: 46px;
    height: 46px;
    border: 4px solid rgba(124, 53, 153, 0.2);
    border-top-color: var(--purple);
    border-radius: 50%;
    animation: journey-loading-spin 0.8s linear infinite;
}

body.journey-is-loading {
    overflow: hidden;
    cursor: wait;
}

@keyframes journey-loading-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .journey-loading-spinner {
        animation-duration: 1.6s;
    }
}

.quote-card {
    background: #fff;
    border: 1px solid #ddd7db;
    border-radius: 8px;
    padding: 14px 16px 14px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

.quote-label {
    margin: 0;
    color: var(--ink-faint);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.quote-price {
    margin-top: 4px;
    font-size: 31px;
    color: #5c2a81;
    padding-bottom: 8px;
}

.quote-card ul {
    list-style: none;
    padding: 10px 0 8px;
    margin: 0;
    border-bottom: 1px solid #dadada;
}

.quote-card li {
    position: relative;
    padding-left: 17px;
    margin: 6px 0;
    font-size: 14px;
}

.quote-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -1px;
    color: #000;
    font-weight: 700;
}

.quote-note {
    color: var(--error);
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
}

.skeleton-line,
.skeleton-chip,
.skeleton-icon {
    display: inline-block;
    border-radius: 999px;
    background: linear-gradient(90deg, #eee8f1 0%, #f8f4fa 45%, #eee8f1 90%);
    background-size: 220% 100%;
    animation: skeleton-shimmer 1.25s ease-in-out infinite;
}

.skeleton-line {
    width: 100%;
    height: 12px;
}

.skeleton-heading {
    width: 72%;
    height: 17px;
}

.skeleton-price .skeleton-line {
    width: 118px;
    height: 34px;
    border-radius: 6px;
}

.skeleton-price-line {
    width: 92px;
    height: 17px;
}

.skeleton-vehicle {
    width: 150px;
    height: 15px;
}

.skeleton-short {
    width: 118px;
}

.skeleton-chip {
    width: 122px;
    height: 24px;
    border: 1px solid rgba(124, 53, 153, 0.08);
    padding-left: 0;
}

.skeleton-chip-wide {
    width: 260px;
    max-width: 100%;
}

.skeleton-chip-short {
    width: 86px;
}

.skeleton-action {
    flex: 0 0 106px;
    width: 106px;
    height: 46px;
    border-radius: 8px;
    background: linear-gradient(90deg, #eee8f1 0%, #f8f4fa 45%, #eee8f1 90%);
    background-size: 220% 100%;
    animation: skeleton-shimmer 1.25s ease-in-out infinite;
}

.cover-tier-features .skeleton-chip::before,
.extra-features .skeleton-chip::before {
    content: none;
}

.pricing-loading-card {
    pointer-events: none;
}

[data-pricing-dependent][hidden],
[data-pricing-loading-content][hidden] {
    display: none !important;
}

.skeleton-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.cover-summary-list.skeleton-summary-list li::before,
.skeleton-summary-list li::before {
    content: none;
}

.cover-summary-list.skeleton-summary-list li,
.skeleton-summary-list li {
    padding-left: 0;
}

.skeleton-summary-list li .skeleton-line {
    width: 82%;
}

.skeleton-summary-list li:nth-child(2) .skeleton-line {
    width: 64%;
}

.skeleton-summary-list li:nth-child(3) .skeleton-line {
    width: 74%;
}

@keyframes skeleton-shimmer {
    0% {
        background-position: 120% 0;
    }
    100% {
        background-position: -120% 0;
    }
}

.breakdown-banner {
    background: #fff;
    border-top: 1px solid #ededed;
}

.breakdown-banner .container {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 16px;
}

.alert-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 2px solid #202020;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    margin-top: 4px;
}

.breakdown-banner strong {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: var(--ink-strong);
}

.breakdown-banner p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ink);
}

.footer-top {
    margin-top: 0;
    background: #f9f7fa;
    border-top: 1px solid #e7dfea;
    border-bottom: 1px solid #e7dfea;
    color: var(--ink);
    padding: 22px 0;
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.footer-brand-block {
    display: grid;
    gap: 7px;
    max-width: 360px;
}

.footer-logo {
    display: block;
    width: 128px;
    height: auto;
}

.footer-brand-block p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.footer-title {
    margin: 0;
    color: var(--purple);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: end;
    align-content: start;
    gap: 10px;
    min-width: 0;
}

.footer-links .footer-title {
    grid-column: 1 / -1;
    justify-self: start;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: var(--ink);
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1;
    padding: 0 11px;
    border: 1px solid #ddd3e3;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(45, 38, 52, .05);
    transition: border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--purple);
    border-color: rgba(124, 53, 153, .38);
    box-shadow: 0 8px 20px rgba(124, 53, 153, .11);
}

.footer-bottom {
    background: #fff;
    color: var(--ink-soft);
    text-align: center;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.5;
    padding: 13px 0;
}

.examples {
    padding-top: 52px;
    display: grid;
    gap: 24px;
    max-width: 780px;
}

.example-card {
    padding: 12px 14px 14px;
}

.personal-example, .validation-example, .found-example {
    margin-top: -1px;
}

.vehicle-found-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 11px;
    margin-bottom: 10px;
}

.vehicle-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.make-icon {
    width: 28px;
    height: 28px;
    color: #6b6b6b;
}

.car-make-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.car-make-logo-fallback,
.vehicle-logo-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.car-make-logo-fallback {
    width: 100%;
    height: 100%;
}

.car-make-logo-fallback[hidden] {
    display: none;
}

.cover-icon.ghost {
    width: 24px;
    height: 24px;
    color: #c5c5c5;
}

.vehicle-meta .cover-icon.ghost,
.vehicle-summary-icons .summary-car-icon,
.summary-vehicle-row .small-car-icon {
    color: #111;
}

.vehicle-meta strong {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.vehicle-meta small {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.add-another-row {
    padding-bottom: 11px;
}

.vehicle-result {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.vehicle-result.show {
    display: flex;
}

.vehicle-result-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.add-another-btn {
    min-width: 160px;
}

.vehicle-card.has-result .search-row {
    margin-top: 0;
}

.vehicle-card.has-result .search-row.search-hidden {
    display: none;
}

.vehicle-card .helper-stack {
    margin-top: 0;
}

.vehicle-card .helper-stack .info-message {
    margin-top: 8px;
}

@media (max-width: 940px) {
    .main-grid {
        grid-template-columns: 1fr;
    }

    .quote-card {
        max-width: 320px;
    }

    .topbar-inner {
        flex-direction: column;
        gap: 12px;
        padding: 14px 18px;
    }
}

@media (max-width: 760px) {
    .progress {
        width: 100%;
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links {
        grid-template-columns: repeat(auto-fit, minmax(145px, max-content));
        justify-content: flex-start;
        width: 100%;
    }

    .footer-links .footer-title {
        justify-self: start;
    }

    .cover-options {
        grid-template-columns: 1fr;
    }

    .date-row, .search-row, .vehicle-found-row {
        flex-wrap: wrap;
    }

    .plate-input-wrap {
        width: 100%;
    }

    .date-inputs {
        width: 100%;
    }

    .date-inputs input {
        width: calc(33.333% - 7px);
    }

    .continue-btn {
        width: 100%;
    }
}


/* --- Cover page (journey step 2) --- */
.step.complete {
    color: #4f4f4f;
}

.step.complete span {
    background: var(--purple);
    color: #fff;
    border-color: var(--purple);
}

.cover-grid {
    gap: 40px;
}

.cover-page .left-col {
    min-width: 0;
}

.standard-card {
    background: #f3f2f3;
    border-radius: 4px;
    padding: 16px 18px 12px;
    margin-bottom: 14px;
}

.standard-card h1 {
    margin: 0 0 3px;
    font-size: 22px;
    font-weight: 400;
    color: #343434;
}

.standard-card h1 span {
    color: var(--purple);
}

.standard-card p {
    margin: 0 0 11px;
    font-size: 13px;
    color: #505050;
}

.standard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.standard-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.standard-grid li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
    font-size: 13px;
}

.standard-grid li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
    font-weight: 700;
}

.tailor-section > h2,
.cover-options-section > h2 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    color: #464646;
}

.selected-vehicle-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0 13px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 12px;
}

.vehicle-bar-icons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mazda-icon {
    width: 24px;
    height: 24px;
    color: #737373;
}

.selected-vehicle-copy strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #404040;
}

.selected-vehicle-copy span {
    display: block;
    font-size: 13px;
    color: #4f4f4f;
}

.selected-vehicle-bar a {
    font-size: 13px;
    color: #52afd6;
    margin-left: 6px;
    text-decoration: none;
}

.cover-cards,
.cover-options-section {
    display: grid;
    gap: 14px;
}

.plan-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 12px 10px 12px 13px;
}

.plan-copy h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #5f5f5f;
}

.plan-copy h3 span {
    color: var(--purple);
    font-weight: 700;
}

.plan-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    font-size: 13px;
    color: #3e3e3e;
}

.plan-items span {
    position: relative;
    padding-left: 12px;
}

.plan-items span::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #3a3a3a;
}

.plan-items.single-line span {
    white-space: nowrap;
}

.plan-select-btn {
    min-width: 71px;
    height: 42px;
    border-radius: 5px;
    border: 2px solid #9bc89b;
    background: #fff;
    color: #57a145;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.plan-card.selected {
    border: 2px solid #8dc08b;
    padding: 11px 9px 11px 12px;
}

.plan-card.selected .plan-select-btn {
    background: #4caf3f;
    border-color: #4caf3f;
    color: #fff;
}

.ribbon {
    position: absolute;
    left: -6px;
    top: -8px;
    background: #cf1f2d;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    padding: 5px 7px;
    transform: rotate(-26deg);
    border-radius: 1px;
}

.cover-note {
    margin: 12px 0 18px;
    font-size: 12px;
}

.cover-actions {
    display: flex;
    gap: 13px;
    margin-top: 18px;
}

.nav-btn {
    min-width: 145px;
    height: 41px;
    border: 1px solid rgba(124, 53, 153, 0.18);
    border-radius: 7px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    color: var(--purple);
    background: #f8f3fb;
}

.back-btn {
    background: #f8f3fb;
    color: var(--purple);
}

.cover-continue-btn {
    border-color: transparent;
    background: var(--purple);
    color: #fff;
}

.summary-card {
    padding-top: 13px;
}

.summary-label {
    margin: 0 0 5px;
    font-size: 15px;
    color: #2e2e2e;
}

.summary-card .quote-price {
    margin-bottom: 10px;
}

.summary-vehicle {
    padding: 9px 0 8px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 8px;
    font-size: 14px;
    color: #4b4b4b;
}

.summary-card ul {
    margin-top: 0;
}

.summary-links {
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
    display: grid;
    gap: 7px;
}

.summary-links a,
.help-card a {
    color: inherit;
    text-decoration: none;
    font-size: 13px;
}

.summary-links a::before {
    content: '📄';
    margin-right: 7px;
    font-size: 11px;
}

.help-card {
    margin-top: 14px;
    background: #fff;
    color: var(--ink);
    border: 1px solid #ece5f1;
    border-radius: 5px;
    padding: 12px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 22px rgba(36, 24, 49, 0.06);
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.help-card:focus-visible {
    outline: 3px solid rgba(111, 51, 141, 0.28);
    outline-offset: 3px;
}

.help-card:hover {
    border-color: rgba(111, 51, 141, 0.28);
    box-shadow: 0 10px 26px rgba(36, 24, 49, 0.1);
    transform: translateY(-1px);
}

.help-card-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--purple);
    color: #fff;
}

.help-card-icon svg {
    width: 22px;
    height: 22px;
}

.cover-selection-preview {
    padding-top: 38px;
    padding-bottom: 80px;
}

.preview-card {
    max-width: 640px;
    margin-left: 4px;
    padding-right: 10px;
}

.preview-card .plan-copy h3 {
    margin-bottom: 7px;
}

.preview-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.icon-square {
    width: 58px;
    height: 41px;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
}

.icon-square.danger {
    border: 2px solid #d89284;
    color: #cf553f;
    background: #fff;
}

.icon-square.success {
    border: 0;
    color: #fff;
    background: #4caf3f;
}

@media (max-width: 900px) {
    .standard-grid {
        grid-template-columns: 1fr;
    }

    .cover-grid {
        grid-template-columns: 1fr;
    }
}


.step.done span {
    background: var(--purple);
    color: #fff;
    border-color: var(--purple);
}

.page-cover .main-grid {
    gap: 42px;
}

.standard-card {
    background: #faf8f8;
    border-radius: 4px;
    padding: 18px 16px 14px;
    border: 1px solid #efebeb;
}

.standard-card h1 {
    margin: 0 0 6px;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--ink-strong);
}

.standard-card h1 strong {
    color: var(--purple);
}

.standard-card p {
    margin: 0 0 10px;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.55;
    font-weight: 600;
}

.standard-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.standard-list-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.standard-list-grid li {
    position: relative;
    padding-left: 18px;
    margin: 0 0 5px;
    font-size: 14px;
    color: #303030;
}

.standard-list-grid li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -1px;
    color: #111;
    font-weight: 800;
    font-size: 13px;
}

.tailor-section,
.more-options-section {
    margin-top: 16px;
}

.tailor-section h2,
.more-options-section h2 {
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink-strong);
}

.more-options-section h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px;
}

.vehicle-summary {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0 12px;
}

.quote-vehicle-summary,
.extras-vehicle-summary {
    align-items: center;
}

.vehicle-summary-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 2px;
}

.summary-icon {
    width: 24px;
    height: 24px;
    color: #888;
}

.summary-car-icon {
    width: 22px;
    height: 16px;
    color: #d7d7d7;
}

.vehicle-summary.is-multi-vehicle .vehicle-summary-icons {
    display: none;
}

.vehicle-summary-copy strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #383838;
}

.vehicle-summary-copy small {
    display: block;
    margin-top: 1px;
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.45;
    font-weight: 600;
}

.vehicle-summary.is-multi-vehicle .vehicle-summary-copy small {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 7px;
}

.vehicle-summary-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 146px;
    padding: 7px 10px;
    border: 1px solid rgba(124, 53, 153, 0.14);
    border-radius: 6px;
    background: #f8f3fb;
    color: var(--ink);
    line-height: 1.2;
}

.vehicle-summary-item-icons {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
}

.vehicle-summary-item-logo,
.vehicle-summary-item-body {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
}

.vehicle-summary-item-logo {
    width: 30px;
    height: 22px;
}

.vehicle-summary-item-logo img,
.vehicle-summary-item-logo svg {
    max-width: 30px;
    max-height: 22px;
}

.vehicle-summary-item-body {
    width: 22px;
    height: 16px;
}

.vehicle-summary-item-body svg {
    width: 22px;
    height: 16px;
}

.vehicle-summary-item-copy {
    display: block;
    min-width: 0;
}

.vehicle-summary-item-copy strong {
    display: block;
    font-size: 14px;
    line-height: 1.15;
    color: var(--ink-strong);
}

.vehicle-summary-item-copy span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--ink-soft);
}

.summary-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.quote-vehicle-summary .vehicle-summary-copy,
.extras-vehicle-summary .vehicle-summary-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    align-items: center;
    width: 100%;
}

.quote-vehicle-summary .vehicle-summary-copy strong,
.quote-vehicle-summary .vehicle-summary-copy small,
.extras-vehicle-summary .vehicle-summary-copy strong,
.extras-vehicle-summary .vehicle-summary-copy small {
    grid-column: 1;
}

.quote-vehicle-summary .summary-actions,
.extras-vehicle-summary .summary-actions {
    grid-column: 2;
    grid-row: 1 / span 3;
    justify-content: flex-end;
    margin-top: 0;
}

.vehicle-summary a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 44px;
    border: 1px solid rgba(124, 53, 153, 0.3);
    border-radius: 6px;
    padding: 9px 14px;
    background: #f8f3fb;
    color: var(--purple);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.vehicle-summary a:hover {
    border-color: rgba(124, 53, 153, 0.36);
    background: #f0e7f6;
}

@media (max-width: 640px) {
    .quote-vehicle-summary .vehicle-summary-copy,
    .extras-vehicle-summary .vehicle-summary-copy {
        grid-template-columns: 1fr;
    }

    .quote-vehicle-summary .summary-actions,
    .extras-vehicle-summary .summary-actions {
        grid-column: 1;
        grid-row: auto;
        justify-content: flex-start;
        margin-top: 8px;
    }
}

.cover-option-list,
.more-options-section {
    display: grid;
    gap: 14px;
}

.cover-option-list {
    gap: 10px;
}

.cover-tier-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #fff;
    border: 1px solid #dbd6d6;
    border-radius: 5px;
    padding: 12px 12px 10px 14px;
    min-height: 68px;
}

.cover-tier-card.selected {
    border-color: var(--purple);
    background: #fff;
    box-shadow: 0 0 0 1px var(--purple), 0 5px 16px rgba(107, 70, 193, 0.12);
}

.cover-tier-copy h3 {
    margin: 0 0 7px;
    font-size: 15px;
    font-weight: 600;
    color: #6f4d88;
    line-height: 1.35;
}

.cover-tier-copy h3 strong {
    color: var(--purple);
}

.cover-tier-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.cover-tier-features span {
    position: relative;
    padding-left: 12px;
    font-size: 13px;
    color: var(--ink);
    line-height: 1.45;
    font-weight: 600;
}

.cover-tier-features span::before {
    content: '+';
    position: absolute;
    left: 0;
    top: -1px;
    color: #111;
}

.cover-tier-features .feature-chip-wrap {
    padding-left: 0;
}

.cover-tier-features .feature-chip-wrap::before {
    content: none;
}

.cover-tier-features.single-line span::before {
    top: 0;
}

.select-tier-btn {
    min-width: 106px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 8px;
    border: 2px solid #6b46c1;
    background: #fff;
    color: #6b46c1;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.select-tier-btn:hover {
    background: #f4eef8;
    box-shadow: 0 6px 14px rgba(107, 70, 193, 0.12);
    transform: translateY(-1px);
}

.select-tier-btn.is-selected {
    border-color: #6b46c1;
    background: #6b46c1;
    color: #fff;
    box-shadow: 0 7px 16px rgba(107, 70, 193, 0.22);
}

.select-tier-btn.is-selected:hover {
    background: #5f3cad;
    color: #fff;
}

.select-tier-btn svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    stroke: currentColor;
    pointer-events: none;
}

.cover-tier-card[data-tier] {
    cursor: pointer;
}

.cover-tier-card[data-tier]:focus-visible {
    outline: 3px solid rgba(107, 70, 193, 0.24);
    outline-offset: 3px;
}

.select-tier-btn.tier-select-btn {
    display: none;
}

.select-tier-dot {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: block;
}

.select-tier-btn.is-selected .select-tier-dot {
    border-width: 6px;
}

.popular-ribbon {
    position: absolute;
    left: -2px;
    top: -6px;
    width: 34px;
    height: 28px;
    background: #d9204b;
    color: #fff;
    font-size: 7px;
    font-weight: 800;
    line-height: 1.05;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-25deg);
    border-radius: 1px;
}

.cover-note {
    margin-top: 12px;
    font-size: 13px;
}

.page-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 40px;
}

.page-actions .back-btn,
.page-actions .continue-btn,
.page-actions .cover-continue,
.page-actions .pay-submit-btn {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-btn,
.cover-continue {
    min-width: 144px;
    height: 42px;
    border-radius: 7px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.back-btn {
    border: 1px solid rgba(124, 53, 153, 0.18);
    background: #f8f3fb;
    color: var(--purple);
}

.back-btn:hover {
    border-color: rgba(124, 53, 153, 0.3);
    background: #f0e6f6;
}

.cover-continue {
    border: 1px solid transparent;
    background: var(--purple);
    color: #fff;
}

.cover-continue:hover,
.pay-submit-btn:hover {
    background: var(--purple-dark);
    box-shadow: 0 8px 18px rgba(124, 53, 153, 0.18);
}

.right-rail {
    display: grid;
    gap: 14px;
}

.cover-summary-card {
    padding-top: 12px;
}

.summary-heading {
    margin: 0 0 8px;
    font-size: 14px;
    color: var(--ink-strong);
    line-height: 1.4;
}

.summary-vehicle-row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0 9px;
    border-top: 1px solid #ece8ec;
    border-bottom: 1px solid #ece8ec;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.45;
}

.summary-vehicle-row[hidden] {
    display: none !important;
}

.summary-vehicle-row[hidden] + .cover-summary-list {
    border-top: 1px solid #ece8ec;
    padding-top: 9px;
}

.summary-vehicle-row.is-multi-vehicle,
.summary-vehicle-row:has(.summary-vehicle-list) {
    align-items: flex-start;
}

.summary-vehicle-row.is-multi-vehicle .small-car-icon,
.summary-vehicle-row:has(.summary-vehicle-list) .small-car-icon {
    display: none;
}

.summary-vehicle-count {
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
    color: var(--ink-strong);
}

.summary-single-vehicle-logo {
    display: inline-flex;
    width: 24px;
    height: 18px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.summary-single-vehicle-logo img,
.summary-single-vehicle-logo svg {
    max-width: 24px;
    max-height: 18px;
}

.summary-vehicle-row.is-multi-vehicle .summary-single-vehicle-logo,
.summary-vehicle-row:has(.summary-vehicle-list) .summary-single-vehicle-logo {
    display: none;
}

.summary-vehicle-list {
    display: grid;
    gap: 0;
}

.summary-vehicle-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.summary-vehicle-pill + .summary-vehicle-pill {
    border-top: 1px solid #ece8ec;
}

.summary-vehicle-pill-icons {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    color: #111;
}

.summary-vehicle-pill-logo {
    display: inline-flex;
    width: 24px;
    height: 18px;
    align-items: center;
    justify-content: center;
}

.summary-vehicle-pill-logo img,
.summary-vehicle-pill-logo svg {
    max-width: 24px;
    max-height: 18px;
}

.summary-vehicle-pill-body,
.summary-vehicle-pill-body svg {
    width: 20px;
    height: 15px;
}

.summary-vehicle-pill-copy strong {
    display: block;
    font-size: 13px;
    line-height: 1.15;
    color: var(--ink-strong);
}

.summary-vehicle-pill-copy span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.15;
    color: var(--ink-soft);
}

.small-car-icon {
    width: 15px;
    height: 11px;
    color: #9d9d9d;
}

.cover-summary-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.cover-summary-list li {
    position: relative;
    display: block;
    padding-left: 18px;
    margin: 0 0 6px;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.45;
    font-weight: 600;
}

.cover-summary-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -1px;
    color: #111;
    font-weight: 800;
    font-size: 13px;
    line-height: inherit;
}

.cover-summary-list .summary-addon-item {
    margin-left: 10px;
}

.cover-summary-list .summary-addon-tree {
    margin-top: 8px;
    padding-left: 18px;
}

.cover-summary-list .summary-addon-tree::before {
    content: '+';
    top: -1px;
    color: var(--purple);
    background: none;
}

.summary-addon-toggle {
    appearance: none;
    display: block;
    border: 0;
    background: transparent;
    margin: 0 0 5px;
    padding: 0;
    color: #4f4458;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: inherit;
    cursor: pointer;
}

.summary-addon-toggle:hover,
.summary-addon-toggle:focus-visible {
    color: var(--purple);
    outline: none;
}

.summary-addon-toggle span {
    margin-left: 6px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
}

.summary-addon-tree.is-collapsed .summary-addon-children {
    display: none;
}

.summary-addon-tree ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 18px;
}

.summary-addon-tree ul li {
    position: relative;
    margin: 0 0 5px;
    padding-left: 18px;
    font-size: 13px;
}

.summary-addon-tree ul li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 14px;
    height: 1px;
    background: rgba(124, 53, 153, 0.42);
}

.summary-addon-tree ul li::after {
    content: '';
    position: absolute;
    left: -10px;
    top: -5px;
    bottom: -5px;
    width: 1px;
    background: rgba(124, 53, 153, 0.3);
}

.summary-addon-tree ul li:first-child::after {
    top: 10px;
}

.summary-addon-tree ul li:last-child::after {
    bottom: calc(100% - 10px);
}

.summary-doc-links {
    margin-top: 12px;
    padding-top: 10px;
    /*border-top: 1px solid #dfdfdf;*/
    display: grid;
    gap: 8px;
}

.summary-doc-links [data-demand-needs-link][hidden] {
    display: none !important;
}

.summary-doc-links a,
.help-card a {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #454545;
    font-size: 12px;
    line-height: 1.35;
    text-decoration: none;
}

.summary-doc-links .link-icon,
.help-card .link-icon {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d43a4f;
    margin-top: 1px;
}

.summary-doc-links .link-icon svg,
.help-card .link-icon svg {
    width: 12px;
    height: 12px;
    display: block;
}

.help-card {
    background: #fff;
    color: var(--ink);
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.help-card-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.help-card-copy strong {
    color: #485063;
    font-size: 14px;
    line-height: 1.1;
}

.help-quote-ref {
    color: var(--muted);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    white-space: nowrap;
}

.help-quote-ref b {
    color: var(--purple);
    font-size: 12px;
    font-weight: 900;
}

.help-card-action {
    align-self: center;
    color: var(--purple);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.help-card-action::after {
    content: '>';
    font-size: 12px;
    line-height: 1;
    transform: translateY(-1px);
}

.cover-selection-bar-wrap {
    padding: 28px 0 50px;
}

.cover-selection-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    border: 1px solid #cfe2c8;
    border-radius: 5px;
    padding: 14px 12px 14px 18px;
    max-width: 650px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

.cover-selection-bar .popular-ribbon {
    left: -6px;
    top: -11px;
}

.added {
    border-color: #e30613;
}

.cover-selection-copy h4 {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 400;
    color: #6f4d88;
}

.cover-selection-copy h4 strong {
    color: var(--purple);
}

.cover-selection-actions {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.selection-action {
    width: 48px;
    height: 40px;
    border-radius: 6px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.selection-action.reject {
    border: 2px solid #e69f90;
    background: #fff;
    color: #e30613;
}

.selection-action.accept {
    border: none;
    background: var(--purple);
    color: #fff;
}

.cover-selection-bar.accepted {
    border-color: rgba(124, 53, 153, 0.3);
    background: #fbf8fc;
}

.cover-selection-bar.rejected {
    opacity: .7;
}

@media (max-width: 980px) {
    .standard-list-grid {
        grid-template-columns: 1fr;
    }

    .cover-selection-bar,
    .cover-tier-card,
    .vehicle-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .select-tier-btn,
    .cover-selection-actions {
        width: 100%;
    }
}

/* Details page */
.privacy-card {
    background: #f0efef;
    border: 1px solid #e5e2e6;
    border-radius: 8px;
    padding: 18px 16px 16px;
}

.privacy-card h1 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.16;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--ink-strong);
}

.privacy-card h1 strong {
    color: var(--purple);
    font-weight: 400;
}

.privacy-card p {
    margin: 0;
    font-size: 13px;
    color: var(--ink);
    line-height: 1.55;
    font-weight: 600;
}

.privacy-card p span {
    color: var(--ink-strong);
}

.aggregator-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 86px;
    background: #f3f3f3;
    border: 1px solid #e3e0e5;
    border-radius: 8px;
    padding: 18px 20px;
}

.aggregator-card[hidden] {
    display: none !important;
}

.aggregator-card h1 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 600;
    color: var(--ink-strong);
}

.aggregator-card h1 strong {
    color: var(--purple);
    font-weight: 500;
}

.aggregator-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    color: var(--ink);
}

.aggregator-logo {
    display: inline-flex;
    min-width: 156px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #d9dce2;
    color: #184f25;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

@media (max-width: 720px) {
    .aggregator-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .aggregator-logo {
        min-width: 0;
        width: 100%;
    }
}

.details-section {
    margin-top: 24px;
}

.details-section h2 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink-strong);
}

.details-section h2 strong,
.details-section h2 span {
    font-weight: 400;
}

.details-info-message {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--helper);
    white-space: normal;
}

.form-card {
    background: #fff;
    border: 1px solid #ddd7db;
    border-radius: 8px;
    padding: 12px 14px 14px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
}

.two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
}

.form-field {
    min-width: 0;
}

.form-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: var(--ink-soft);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.form-field input,
.form-field select {
    width: 100%;
    height: 34px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background: #fff;
    color: var(--ink);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 0 12px;
    outline: none;
}

.form-field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #9d9d9d 50%), linear-gradient(135deg, #9d9d9d 50%, transparent 50%);
    background-position: calc(100% - 18px) 14px, calc(100% - 12px) 14px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 34px;
}

.field-error-text,
.checkbox-group-error {
    margin-top: 8px;
    color: var(--error);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
}

.form-field.field-required-attention input,
.form-field.field-required-attention select,
.form-field.field-required-attention .stripe-input-element,
.search-row.field-required-attention .plate-input-wrap {
    background-color: #fffaf0;
    border-color: #c98a08;
    box-shadow: 0 0 0 3px rgba(201, 138, 8, 0.2);
}

.date-card.field-required-attention,
.agreement-check-row.field-required-attention {
    background-color: #fffaf0;
    border-color: #c98a08;
    box-shadow: 0 0 0 3px rgba(201, 138, 8, 0.2);
}

.agreement-check-row.field-required-attention {
    border-radius: 5px;
}

.form-field.field-required-attention > label {
    color: #765000;
    font-weight: 700;
}

.form-field.field-invalid input,
.form-field.field-invalid select,
.form-field.field-invalid .stripe-input-element,
.field-block.field-invalid input,
.field-block.field-invalid select,
.postcode-search-row.field-invalid input,
.pay-postcode-row.field-invalid input,
input.is-invalid,
select.is-invalid,
.search-row.has-error .plate-input-wrap {
    border-color: var(--error) !important;
    box-shadow: 0 0 0 1px rgba(182, 66, 115, 0.16);
}

.search-row.has-error .plate-input-wrap input {
    background: #fff;
    color: var(--ink);
}

.search-row.has-error .plate-badge {
    background: #fbf7f9;
    color: var(--error);
    border-right-color: rgba(182, 66, 115, 0.2);
}

.search-row.has-error .plate-badge-code {
    color: inherit;
}

.field-invalid .dob-row select {
    border-color: var(--error);
}

.form-card.field-invalid,
.date-card.field-invalid,
.vehicle-card.field-invalid,
.example-card.field-invalid,
.agreement-card.field-invalid,
.vehicle-card:has(.search-row.has-error),
.example-card:has(.search-row.has-error) {
    border-color: var(--error);
    box-shadow: 0 0 0 1px rgba(182, 66, 115, 0.12);
}

.field-invalid .postcode-search-row,
.field-invalid .pay-postcode-row {
    padding-bottom: 0;
}

.focus-purple,
.form-field input:focus,
.form-field select:focus {
    border-color: var(--purple);
    box-shadow: inset 0 0 0 1px rgba(124, 53, 153, .1);
}

.form-field-dob .dob-row {
    display: flex;
    gap: 12px;
}

.form-field-dob .dob-row input {
    width: 86px;
    text-align: center;
    padding: 0 8px;
}

.contact-grid {
    align-items: start;
}

.email-field-wrap {
    position: relative;
}

.inline-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: var(--helper);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.warning-icon {
    width: 16px;
    height: 16px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}

.pay-card-icons {
    position: absolute;
    top: -13px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 26px;
    padding: 0 9px;
    border: 1px solid #d9dce7;
    border-radius: 7px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
    box-shadow: 0 1px 2px rgba(21, 31, 56, 0.08);
    font-size: 10px;
    font-weight: 800;
    color: #3e4761;
    letter-spacing: .15px;
}

.card-brand.mastercard {
    min-width: 40px;
    color: transparent;
}

.card-brand.mastercard::before,
.card-brand.mastercard::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    transform: translateY(-50%);
}

.card-brand.mastercard::before {
    left: 10px;
    background: #eb001b;
}

.card-brand.mastercard::after {
    left: 17px;
    background: #f79e1b;
    mix-blend-mode: multiply;
}

.card-brand.visa {
    color: #1a1f71;
    font-size: 11px;
    letter-spacing: .5px;
}

.card-brand.amex {
    min-width: 44px;
    padding: 0 3px;
    color: #2e77bc;
}

.card-brand.amex svg {
    width: 46px;
    height: 24px;
    display: block;
}

.pay-address-search {
    display: none;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ece8f7;
}

.pay-note-card.alt-address-selected .pay-address-search {
    display: block;
}

.pay-postcode-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.pay-postcode-row input {
    flex: 1;
}

.postcode-find-btn {
    border: 1px solid #d7d0dc;
    background: #fff;
    color: #5f5a64;
    border-radius: 5px;
    padding: 0 18px;
    min-width: 116px;
    height: 34px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.postcode-find-btn:hover {
    border-color: #c9c1d0;
    background: #f8f6fa;
    color: #4f4a55;
}

.pay-address-result {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid #e4ddf5;
    border-radius: 14px;
    background: #faf8ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
}

.pay-address-result.is-visible {
    display: block;
}

.pay-address-result-label {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6f3cc3;
}

.pay-address-result-copy {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #2c3347;
}

.field-help-copy {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: var(--helper);
    font-weight: 600;
}

@media (max-width: 767px) {
    .pay-postcode-row {
        flex-direction: column;
        align-items: stretch;
    }

    .postcode-find-btn {
        width: 100%;
    }
}

.address-card {
    padding-top: 10px;
    padding-bottom: 13px;
}

.postcode-search-row {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 12px;
}

.postcode-search-row > .field-error-text {
    flex: 0 0 100%;
    margin-top: 0;
}

.postcode-field {
    width: 196px;
}

.search-btn {
    min-width: 65px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #d7d0dc;
    background: #fff;
    color: #5f5a64;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.search-btn:hover {
    border-color: #c9c1d0;
    background: #f8f6fa;
    color: #4f4a55;
}

.manual-address-btn {
    min-height: 34px;
    border: 0;
    background: transparent;
    color: var(--purple);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.manual-address-btn:hover,
.manual-address-btn:focus-visible {
    color: #5f3cad;
    outline: none;
}

.postcode-result-card {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid #e4ddf5;
    border-radius: 14px;
    background: #faf8ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
}

.postcode-result-card.is-visible {
    display: block;
}

.postcode-result-label {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6f3cc3;
}

.postcode-result-copy {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #2c3347;
}

.marketing-card p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.65;
    color: var(--ink);
    font-weight: 600;
}

.marketing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 42px;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--ink);
    line-height: 1.5;
    font-weight: 600;
}

.checkbox-row input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--purple);
}

.checkbox-row.full-row {
    grid-column: 1 / 2;
}

.details-actions {
    margin-top: 16px;
}

@media (max-width: 980px) {
    .two-col-grid,
    .marketing-grid {
        grid-template-columns: 1fr;
    }

    .postcode-search-row,
    .form-field-dob .dob-row {
        flex-wrap: wrap;
    }

    .postcode-field {
        width: 100%;
    }

    .checkbox-row.full-row {
        grid-column: auto;
    }
}

/* --- Extras page (journey step 4) --- */
.extras-grid {
    gap: 42px;
}

.extras-hero-card {
    background: #faf8f8;
    border: 1px solid #efebeb;
    border-radius: 8px;
    padding: 18px 16px 14px;
}

.extras-hero-card h1 {
    margin: 0 0 6px;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--ink-strong);
}

.extras-hero-card h1 strong {
    color: var(--purple);
}

.extras-hero-card p {
    margin: 0;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.55;
    font-weight: 600;
}

.extras-section {
    margin-top: 14px;
}

.extras-section h2 {
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink-strong);
}

.quote-vehicle-summary,
.extras-vehicle-summary {
    align-items: center;
    margin: 10px 0 18px;
}

.quote-vehicle-summary .vehicle-summary-copy strong,
.extras-vehicle-summary .vehicle-summary-copy strong {
    font-size: 21px;
}

.quote-vehicle-summary .vehicle-summary-copy small,
.extras-vehicle-summary .vehicle-summary-copy small {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    color: #575757;
}

.extras-vehicle-picker {
    margin: -4px 0 16px;
}

.extras-vehicle-picker-label {
    display: block;
    margin-bottom: 7px;
    color: var(--ink-strong);
    font-size: 13px;
    font-weight: 800;
}

.extras-vehicle-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
}

.extras-vehicle-option {
    min-width: 0;
    min-height: 68px;
    padding: 10px 12px;
    border: 1px solid #d9d2dc;
    border-radius: 7px;
    background: #fff;
    color: var(--ink-strong);
    text-align: left;
    cursor: pointer;
}

.extras-vehicle-option strong,
.extras-vehicle-option span,
.extras-vehicle-option small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.extras-vehicle-option strong {
    color: var(--purple);
    font-size: 15px;
}

.extras-vehicle-option span,
.extras-vehicle-option small {
    margin-top: 2px;
    font-size: 11px;
}

.extras-vehicle-option small {
    color: #6c6672;
    font-weight: 700;
}

.extras-vehicle-option:hover,
.extras-vehicle-option:focus-visible {
    border-color: #9b69b4;
    background: #fbf8fc;
    color: var(--ink-strong);
}

.extras-vehicle-option.is-active {
    border-color: var(--purple);
    background: #f7f0fa;
    box-shadow: inset 0 0 0 1px var(--purple);
}

.extras-option-list {
    display: grid;
    gap: 14px;
}

.extra-card {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 1px solid #dbd6d6;
    border-radius: 5px;
    padding: 12px 12px 12px 14px;
    min-height: 108px;
}

.extra-card.selected {
    border-color: var(--purple);
    background: #fff;
    box-shadow: 0 0 0 1px var(--purple), 0 5px 16px rgba(107, 70, 193, 0.12);
}

.extra-card.is-disabled {
    opacity: 0.56;
}

.extra-card.is-disabled .extra-add-btn,
.extra-card.is-disabled .select-tier-btn {
    cursor: not-allowed;
    box-shadow: none;
}

.extra-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.extra-copy h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 400;
    color: #6f4d88;
}

.extra-copy h3 strong {
    color: var(--purple);
}

.extra-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    align-items: center;
}

.extra-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 26px;
    min-height: 25px;
    margin-top: auto;
    padding-top: 10px;
}

.extra-features span,
.extra-features a,
.extra-option-row span {
    position: relative;
    padding-left: 12px;
    font-size: 13px;
    color: #343434;
    line-height: 1.2;
    text-decoration: none;
}

.extra-features span::before,
.extra-option-row span::before {
    content: '+';
    position: absolute;
    left: 0;
    top: -1px;
    color: #111;
}

.extra-features .feature-chip-wrap {
    padding-left: 0;
}

.extra-features .feature-chip-wrap::before {
    content: none;
}

.extra-features a {
    padding-left: 18px;
    color: #51afdb;
}

.extra-features a::before {
    content: 'i';
    position: absolute;
    left: 0;
    top: -1px;
    width: 13px;
    height: 13px;
    border: 1.5px solid #51afdb;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}

.extra-card-meta .extra-detail-trigger {
    border-color: rgba(124, 53, 153, 0.16);
    background: #f8f3fb;
    color: var(--purple);
    font-weight: 800;
}

.extra-card-meta .extra-detail-trigger:hover,
.extra-card-meta .extra-detail-trigger:focus-visible {
    border-color: rgba(124, 53, 153, 0.36);
    background: #f0e7f6;
    color: #5f3cad;
}

.extra-card-meta .extra-price,
.extra-option-row .extra-limit {
    font-weight: 800;
}

.extra-card-meta .extra-price {
    position: relative;
    padding-left: 12px;
    color: #343434;
    font-size: 13px;
    line-height: 1.2;
}

.extra-card-meta .extra-price::before {
    content: '+';
    position: absolute;
    left: 0;
    color: #111;
}

.extra-card-meta .extra-price::before,
.extra-option-row .extra-limit::before {
    top: 0;
}

.extra-add-btn {
    align-self: center;
    min-width: 106px;
    height: 46px;
    border-radius: 8px;
}

.extra-card-double {
    align-items: flex-start;
}

.extra-card-double .extra-copy {
    padding-top: 2px;
}

.extra-dual-actions {
    display: grid;
    gap: 8px;
    min-width: 206px;
}

.extra-option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.extras-note {
    margin-top: 12px;
    font-size: 13px;
}

.extras-selection-wrap {
    padding-top: 40px;
    padding-bottom: 80px;
}

.extras-selection-bar {
    max-width: 670px;
}

.extra-selection-features {
    align-items: center;
}

.extra-selection-features a {
    position: relative;
    padding-left: 18px;
    color: #51afdb;
    font-size: 13px;
    text-decoration: none;
}

.extra-selection-features a::before {
    content: 'i';
    position: absolute;
    left: 0;
    top: -1px;
    width: 13px;
    height: 13px;
    border: 1.5px solid #51afdb;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}

@media (max-width: 980px) {
    .extra-card,
    .extra-option-row {
        flex-wrap: wrap;
    }

    .extra-card-double {
        align-items: stretch;
    }

    .extra-dual-actions {
        width: 100%;
        min-width: 0;
    }
}

/* --- Pay page (journey step 5) --- */
.pay-grid {
    gap: 42px;
}

.pay-left-col {
    padding-top: 4px;
}

.pay-section h2 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink-strong);
}

.pay-section h2 strong {
    font-weight: 700;
}

.pay-card {
    position: relative;
    padding-top: 26px;
}

.pay-grid-fields {
    gap: 12px 22px;
}

.stripe-input-element {
    height: 34px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background: #fff;
    padding: 8px 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.stripe-input-element.StripeElement--focus {
    border-color: rgba(124, 53, 153, 0.55);
    box-shadow: 0 0 0 3px rgba(124, 53, 153, 0.08);
}

.stripe-input-element.StripeElement--invalid,
.stripe-input-element.is-invalid {
    border-color: var(--error);
}

.stripe-input-element.StripeElement--complete {
    border-color: rgba(124, 53, 153, 0.28);
}

.pay-inline-fields {
    display: flex;
    align-items: center;
    gap: 12px;
}

.small-inline-fields input,
.small-inline-fields select,
.stripe-small-element {
    width: 84px;
    text-align: center;
    padding: 0 8px;
}

.stripe-small-element {
    width: 126px;
    padding: 8px 12px;
}

.small-inline-fields select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #9d9d9d 50%), linear-gradient(135deg, #9d9d9d 50%, transparent 50%);
    background-position: calc(100% - 18px) 14px, calc(100% - 12px) 14px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 30px;
    text-align-last: center;
}

.cvc-inline-fields input,
.stripe-cvc-element {
    width: 84px;
    text-align: center;
    padding: 0 8px;
}

.stripe-cvc-element {
    padding: 8px 12px;
}

.inline-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1.2;
}

.inline-info-blue {
    color: var(--helper);
    font-weight: 600;
}

.pay-section-spacing {
    margin-top: 16px;
}

.pay-note-card {
    padding-top: 10px;
    padding-bottom: 12px;
}

.pay-note-copy {
    margin: 0 0 10px;
    color: var(--helper);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.pay-checkbox-row {
    margin-bottom: 10px;
}

.pay-warning {
    margin-top: 0;
}

.agreement-card {
    padding-top: 12px;
}

.agreement-intro {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.65;
    color: var(--ink);
    font-weight: 600;
}

.agreement-accordion {
    border-top: 1px solid #d8d8d8;
}

.agreement-item {
    border-bottom: 1px solid #d8d8d8;
}

.agreement-item summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 5px 24px 5px 0;
    font-size: 13px;
    color: var(--ink);
    line-height: 1.5;
    font-weight: 700;
}

.agreement-item summary::-webkit-details-marker {
    display: none;
}

.agreement-item summary::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 4px;
    color: #111;
    font-size: 11px;
}

.agreement-item[open] summary::after {
    content: '▲';
}

.agreement-content {
    padding: 0 0 10px;
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.6;
    font-weight: 600;
}

.agreement-checks {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.agreement-check-row {
    align-items: flex-start;
}

.agreement-check-row span {
    line-height: 1.45;
}

.agreement-check-row a {
    color: var(--blue);
    text-decoration: underline;
}

.pay-actions {
    margin-top: 18px;
}

.pay-submit-btn {
    min-width: 140px;
}

@media (max-width: 980px) {
    .pay-inline-fields {
        flex-wrap: wrap;
    }
}


.page-complete {
    min-height: 100vh;
}

.complete-container {
    min-height: 0;
    padding-top: 18px;
    padding-bottom: 28px;
}

.complete-card {
    border: 1px solid #ddd7db;
    border-top: 4px solid var(--purple);
    border-radius: 8px;
    background: #fff;
    padding: 20px 22px 18px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

.complete-status-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--purple);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.complete-status-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f8f3fb;
    color: var(--purple);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.complete-status-icon svg {
    width: 17px;
    height: 17px;
}

.complete-card h1 {
    margin: 0 0 8px;
    color: var(--ink-strong);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 400;
}

.complete-card h1 strong {
    color: var(--purple);
    font-weight: 800;
}

.complete-card > p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.complete-reference-strip {
    margin-top: 16px;
    padding: 10px 0;
    border-top: 1px solid #ece8ec;
    border-bottom: 1px solid #ece8ec;
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 12px;
}

.complete-reference-item {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.complete-reference-item span {
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 700;
}

.complete-reference-item strong {
    color: var(--ink-strong);
    font-size: 18px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.complete-meta-row {
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 1.35;
}

.complete-meta-icon {
    width: 16px;
    height: 16px;
    color: #2c2c2c;
    flex: 0 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.complete-meta-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.complete-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}

.complete-primary-action,
.complete-secondary-action {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.complete-primary-action {
    background: var(--purple);
    color: #fff;
}

.complete-secondary-action {
    border: 1px solid rgba(124, 53, 153, 0.18);
    background: #f8f3fb;
    color: var(--purple);
}

.complete-doc-copy {
    margin: 0 0 10px;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.complete-doc-card .summary-doc-links {
    margin-top: 10px;
}

.complete-breakdown-banner {
    margin-top: 0;
}

@media (max-width: 820px) {
    .complete-card h1 {
        font-size: 25px;
    }

    .complete-reference-strip {
        grid-template-columns: 1fr;
    }
}


/* Inline explainer modal */
.inline-info-trigger {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font: inherit;
    color: #6f6f6f;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.inline-info-trigger:hover {
    color: #4c4c4c;
}

.standard-list-grid .inline-info-trigger {
    color: inherit;
}

.extra-features .inline-info-trigger,
.extra-card-meta .inline-info-trigger,
.cover-tier-features .inline-info-trigger {
    border: 1px solid rgba(124, 53, 153, 0.14);
    border-radius: 999px;
    padding: 3px 8px;
    background: rgba(124, 53, 153, 0.045);
    color: #4f4458;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.extra-features .inline-info-trigger:hover,
.extra-card-meta .inline-info-trigger:hover,
.cover-tier-features .inline-info-trigger:hover,
.extra-features .inline-info-trigger:focus-visible,
.extra-card-meta .inline-info-trigger:focus-visible,
.cover-tier-features .inline-info-trigger:focus-visible {
    border-color: rgba(124, 53, 153, 0.34);
    background: rgba(124, 53, 153, 0.1);
    color: var(--purple);
    outline: none;
}

.info-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
}

.info-modal.is-open {
    display: flex;
}

.info-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(39, 28, 47, 0.54);
    backdrop-filter: blur(3px);
}

.info-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 460px;
    background: #fff;
    border: 1px solid rgba(124, 53, 153, 0.18);
    border-top: 4px solid var(--purple);
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(37, 24, 45, 0.22);
    padding: 22px 24px 20px;
}

.info-modal-header {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    margin: 0 34px 14px 0;
}

.info-modal-icon {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(124, 53, 153, 0.18);
    border-radius: 50%;
    background: #f8f3fb;
    color: var(--purple);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.info-modal-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--purple);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.info-modal-dialog h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ink);
}

.info-modal-dialog p {
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid #ece8ec;
    font-size: 15px;
    line-height: 1.55;
    color: #4f4f5f;
}

.info-modal-documents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ece8ec;
}

.info-modal-documents a {
    color: var(--purple);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.info-modal-documents a:hover,
.info-modal-documents a:focus-visible {
    color: #652183;
    outline: none;
}

.info-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(124, 53, 153, 0.12);
    border-radius: 999px;
    background: #fbf8fd;
    color: var(--purple);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.info-modal-close:hover,
.info-modal-close:focus-visible {
    border-color: rgba(124, 53, 153, 0.28);
    background: #f0e7f6;
    outline: none;
}

.info-modal-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.info-modal-read-more {
    border: 1px solid rgba(124, 53, 153, 0.18);
    border-radius: 6px;
    background: #f8f3fb;
    color: var(--purple);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    padding: 12px 16px;
    text-decoration: none;
}

.info-modal-read-more:hover,
.info-modal-read-more:focus-visible {
    background: #f0e7f6;
    outline: none;
}

.info-modal-action {
    min-width: 86px;
    border: 2px solid #6b46c1;
    border-radius: 6px;
    background: #fff;
    color: #6b46c1;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    padding: 11px 16px;
    cursor: pointer;
}

.info-modal-action:hover,
.info-modal-action:focus-visible {
    background: #f4eef8;
    outline: none;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 700px) {
    .europe-trip-toggle {
        align-items: flex-start;
    }

    .cover-date-range-row {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .annual-switch-back {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* --- Journey 1 exact found vehicle styling --- */
.vehicle-list .example-card.found-example {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    padding: 14px 16px 14px;
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
}

.vehicle-list .example-card.found-example + .example-card.found-example {
    margin-top: 14px;
}

.vehicle-list .found-example .vehicle-found-row {
    align-items: center;
    gap: 14px;
}

.vehicle-list .found-example .vehicle-meta {
    min-width: 0;
    flex: 1;
}

.vehicle-list .found-example .vehicle-meta div {
    min-width: 0;
}

.vehicle-list .found-example .vehicle-meta strong {
    font-size: 22px;
}

.vehicle-list .found-example .remove-btn {
    flex-shrink: 0;
}

.vehicle-list .found-example .add-another-row {
    padding-bottom: 0;
    margin-top: 12px;
}

.vehicle-list .found-example .inline-info-message,
.vehicle-list .found-example .inline-error-message {
    margin-top: 12px;
}

.vehicle-list .found-example .inline-error-message + .inline-info-message {
    margin-top: 10px;
}

.vehicle-list .found-example .search-row.has-error {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .vehicle-list .found-example .vehicle-found-row {
        align-items: flex-start;
    }

    .vehicle-list .found-example .remove-btn {
        width: auto;
    }
}

.field-block > .continue-btn {
    margin-top: 16px;
    margin-bottom: 50px;
}

.vehicle-list .found-example .add-another-row {
    width: 100%;
    margin-top: 14px;
    padding-bottom: 14px;
}

.vehicle-list .found-example .inline-info-message,
.vehicle-list .found-example .inline-error-message {
    margin-top: 14px;
}


/* Merged inline document/help link icons */
.summary-doc-links a,
.help-card a {
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
}

.summary-doc-links a {
    gap: 7px;
}

.help-card a {
    gap: 7px;
}

.summary-doc-links a::before,
.help-card a::before {
    content: none !important;
}

.link-icon {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 14px;
    color: #d43a4f;
    transform: none;
    margin-top: 1px;
}

.summary-doc-links a {
    white-space: normal;
    font-size: 13px;
    line-height: 1.35;
}

.help-card a .link-icon {
    color: #fff;
}

.link-icon svg {
    width: 12px;
    height: 12px;
    display: block;
    fill: currentColor;
}

.link-text {
    display: block;
    min-width: 0;
    white-space: normal;
    flex: 1 1 auto;
}


.selection-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.selection-action svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.select-tier-btn.icon-only,
.extra-add-btn.icon-only {
    font-size: 0;
    line-height: 0;
}

.select-tier-btn.icon-only svg,
.extra-add-btn.icon-only svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    pointer-events: none;
}

.cover-selection-bar[hidden] {
    display: none;
}


.select-tier-btn.remove-mode,
.extra-add-btn.remove-mode {
    color: #5f3cad;
    border-color: rgba(107, 70, 193, 0.45);
    background: #f8f3fb;
    box-shadow: none;
}

.select-tier-btn.remove-mode:hover,
.extra-add-btn.remove-mode:hover {
    color: #5f3cad;
    border-color: #6b46c1;
    background: #f0e7f6;
}

.cover-tier-card.most-popular {
    position: relative;
    border-color: #dbd6d6;
    box-shadow: none;
}

.cover-tier-card.most-popular .popular-badge {
    position: absolute;
    top: -9px;
    left: 20px;
    border: 1px solid rgba(107, 70, 193, 0.18);
    background: #f8f3fb;
    color: #6b46c1;
    font-size: 10px;
    line-height: 1;
    padding: 5px 9px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: none;
}

.cover-tier-card.most-popular.selected {
    border-color: var(--purple);
    box-shadow: 0 0 0 2px var(--purple), 0 7px 18px rgba(107, 70, 193, 0.16);
}

.cover-tier-card.most-popular.selected .popular-badge {
    border-color: var(--purple);
    background: var(--purple);
    color: #fff;
}

#addressSelectWrapper {
    margin-top: 12px;
}

.address-fields {
    margin-top: 12px;
}

.address-fields .form-field + .form-field {
    margin-top: 12px;
}
/* Dynamic API pricing */
.cover-tier-price {
    margin-top: 10px;
    color: #7a35d8;
    font-size: 1rem;
    font-weight: 800;
}

.cover-tier-card[data-tier] {
    min-height: 58px;
    padding: 9px 14px;
}

.cover-tier-card[data-tier] .cover-tier-copy {
    display: grid;
    grid-template-columns: minmax(118px, .7fr) minmax(0, 2fr) minmax(96px, auto);
    grid-template-areas: "title features price";
    align-items: center;
    gap: 8px 16px;
    width: 100%;
    min-width: 0;
}

.cover-tier-card[data-tier] .cover-tier-copy h3 {
    grid-area: title;
    margin: 0;
}

.cover-tier-card[data-tier] .cover-tier-features {
    grid-area: features;
    gap: 5px 10px;
}

.cover-tier-card[data-tier] .cover-tier-price {
    grid-area: price;
    min-width: 96px;
    margin-top: 0;
    text-align: right;
}

.extra-card[data-package-id] .extra-price,
.cover-tier-card .cover-tier-price {
    white-space: nowrap;
}

@media (max-width: 760px) {
    .cover-option-list {
        gap: 12px;
    }

    .cover-tier-card[data-tier] {
        min-height: 64px;
        padding: 11px 12px;
    }

    .cover-tier-card[data-tier] .cover-tier-copy {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "title price"
            "features features";
        gap: 7px 12px;
    }
}

.page-dashboard {
    min-height: calc(100vh - 88px);
    background: #f5f3f6;
}

.page-dashboard[data-dashboard-cloak] {
    visibility: hidden;
}

.dashboard-shell {
    padding: 24px 0 36px;
}

.dashboard-top-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    padding: 4px;
    border: 1px solid #ddd7db;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
}

.dashboard-top-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 6px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.dashboard-top-nav a:hover,
.dashboard-top-nav a:focus-visible {
    background: #f5f3f6;
    color: var(--purple);
}

.page-dashboard a:focus,
.page-dashboard button:focus,
.page-dashboard select:focus {
    outline: 2px solid rgba(124, 53, 153, .2);
    outline-offset: 2px;
    box-shadow: none;
}

.page-dashboard a:hover,
.page-dashboard a:focus,
.page-dashboard a:active {
    color: var(--purple);
}

.page-dashboard a:focus:not(:focus-visible),
.page-dashboard button:focus:not(:focus-visible),
.page-dashboard select:focus:not(:focus-visible) {
    outline: none;
}

.dashboard-top-nav a.is-active {
    background: var(--purple);
    color: #fff;
}

.dashboard-top-nav a.is-active:hover,
.dashboard-top-nav a.is-active:focus,
.dashboard-top-nav a.is-active:active {
    color: #fff;
}

[data-dashboard-section][hidden] {
    display: none !important;
}

.dashboard-hero,
.dashboard-panel,
.dashboard-metric {
    background: #fff;
    border: 1px solid #ddd7db;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
}

.dashboard-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    margin-bottom: 16px;
}

.dashboard-kicker,
.dashboard-label {
    display: block;
    margin: 0 0 4px;
    color: var(--purple);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dashboard-hero h1 {
    margin: 0 0 6px;
    color: var(--ink-strong);
    font-size: 28px;
    line-height: 1.1;
}

.dashboard-hero p {
    max-width: 660px;
    margin: 0;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.dashboard-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid var(--purple);
    border-radius: 7px;
    background: var(--purple);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.page-dashboard .dashboard-link-btn:hover,
.page-dashboard .dashboard-link-btn:focus,
.page-dashboard .dashboard-link-btn:active {
    border-color: var(--purple-dark);
    background: var(--purple-dark);
    color: #fff;
    text-decoration: none;
}

.dashboard-link-btn.secondary {
    background: #fff;
    color: var(--purple);
}

.page-dashboard .dashboard-link-btn.secondary:hover,
.page-dashboard .dashboard-link-btn.secondary:focus,
.page-dashboard .dashboard-link-btn.secondary:active {
    background: #f8f5f9;
    color: var(--purple);
}

.dashboard-link-btn.danger {
    border-color: rgba(182, 66, 115, .36);
    background: #fff;
    color: var(--error);
}

.page-dashboard .dashboard-link-btn.danger:hover,
.page-dashboard .dashboard-link-btn.danger:focus,
.page-dashboard .dashboard-link-btn.danger:active {
    background: #fbf0f4;
    color: var(--error);
}

.dashboard-filters {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px;
}

.dashboard-filter-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ece8ec;
}

.dashboard-filter-heading h2 {
    margin: 0 0 3px;
    color: var(--ink-strong);
    font-size: 15px;
    line-height: 1.25;
}

.dashboard-filter-heading p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.dashboard-filter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
}

.dashboard-filter-grid label {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: var(--ink-strong);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dashboard-filter-search {
    grid-column: 1 / -1;
    min-height: 100%;
}

.dashboard-filter-grid small {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

.dashboard-filters input,
.dashboard-filters select {
    width: 100%;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd7db;
    border-radius: 7px;
    background: #fff;
    color: var(--ink);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    min-width: 0;
}

.dashboard-filters input:focus,
.dashboard-filters select:focus {
    outline: 2px solid rgba(124, 53, 153, .18);
    border-color: var(--purple);
}

.dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.dashboard-metric {
    padding: 13px 14px;
}

.dashboard-metric span,
.dashboard-panel-heading span,
.dashboard-muted {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
}

.dashboard-metric strong {
    display: block;
    margin-top: 5px;
    color: var(--ink-strong);
    font-size: 24px;
    line-height: 1.1;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .7fr);
    gap: 14px;
}

.dashboard-panel {
    padding: 15px;
}

.dashboard-panel-wide {
    min-width: 0;
}

.dashboard-panel-full {
    grid-column: 1 / -1;
}

.dashboard-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ece8ec;
}

.dashboard-panel-heading h2 {
    margin: 0;
    color: var(--ink-strong);
    font-size: 16px;
    line-height: 1.25;
}

.dashboard-panel-heading-actions {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.dashboard-quote-email-search {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ink-strong);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.dashboard-quote-email-search input {
    width: min(240px, 28vw);
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid #ddd7db;
    border-radius: 6px;
    background: #fff;
    color: var(--ink);
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
}

.dashboard-quote-email-search input:focus {
    outline: 2px solid rgba(124, 53, 153, .18);
    border-color: var(--purple);
}

.dashboard-settings {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.dashboard-settings-nav {
    position: sticky;
    top: 12px;
    display: grid;
    gap: 4px;
    padding: 8px;
    border: 1px solid #ddd7db;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
}

.dashboard-settings-nav a {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 6px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.dashboard-settings-nav a:hover,
.dashboard-settings-nav a:focus-visible {
    background: #f5f3f6;
    color: var(--purple);
}

.dashboard-settings-nav a:hover,
.dashboard-settings-nav a:focus,
.dashboard-settings-nav a:active {
    color: var(--purple);
    text-decoration: none;
}

.dashboard-settings-content {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.dashboard-settings-savebar {
    position: sticky;
    top: 8px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid #ddd7db;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 4px 16px rgba(17, 24, 39, .08);
}

.dashboard-settings-savebar strong,
.dashboard-settings-savebar span {
    display: block;
}

.dashboard-settings-savebar strong {
    color: var(--ink-strong);
    font-size: 14px;
    line-height: 1.2;
}

.dashboard-settings-savebar span {
    margin-top: 2px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.dashboard-settings-savebar span[data-tone="success"] {
    color: var(--success);
}

.dashboard-settings-savebar span[data-tone="error"] {
    color: var(--error);
}

.dashboard-settings-panel {
    scroll-margin-top: 14px;
}

.dashboard-settings-groups {
    display: grid;
    gap: 18px;
}

.dashboard-settings-group {
    display: grid;
    gap: 11px;
    min-width: 0;
    padding-top: 2px;
}

.dashboard-settings-group + .dashboard-settings-group {
    padding-top: 16px;
}

.dashboard-settings-group h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--ink-strong);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.dashboard-settings-group h3::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #ece8ec;
}

.dashboard-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.dashboard-settings-grid-single {
    grid-template-columns: 1fr;
}

.dashboard-settings-grid label {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 12px;
    border: 1px solid #ece8ec;
    border-radius: 7px;
    background: #fbfafc;
}

.dashboard-settings-grid span {
    color: var(--purple);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dashboard-settings-grid small {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.dashboard-settings-grid input,
.dashboard-settings-grid select,
.dashboard-settings-grid textarea {
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #ddd7db;
    border-radius: 7px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    min-width: 0;
}

.dashboard-settings-grid textarea {
    min-height: 130px;
    padding: 10px;
    resize: vertical;
    line-height: 1.45;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-weight: 700;
}

.dashboard-settings-grid input:focus,
.dashboard-settings-grid select:focus,
.dashboard-settings-grid textarea:focus {
    outline: 2px solid rgba(124, 53, 153, .18);
    border-color: var(--purple);
}

.dashboard-content-editor {
    display: grid;
    gap: 10px;
}

.dashboard-content-row,
.dashboard-content-editor > label {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 12px;
    border: 1px solid #ece8ec;
    border-radius: 7px;
    background: #fbfafc;
}

.dashboard-content-row {
    grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr);
    align-items: start;
}

.dashboard-addon-content-row {
    grid-template-columns: 1fr;
}

.dashboard-benefit-content-row,
.dashboard-agreement-content-row {
    grid-template-columns: 1fr;
}

.dashboard-content-editor label:has([data-json-title]),
.dashboard-content-editor label:has([data-addon-title]) {
    max-width: 50%;
}

.dashboard-content-editor-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-addon-order-editor {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid #ece8ec;
    border-radius: 7px;
    background: #fbfafc;
}

.dashboard-addon-order-intro {
    display: grid;
    gap: 3px;
}

.dashboard-addon-order-intro strong {
    color: var(--ink-strong);
    font-size: 14px;
}

.dashboard-addon-order-intro span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.dashboard-addon-order-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.dashboard-addon-order-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #e5dfe5;
    border-radius: 7px;
    background: #fff;
}

.dashboard-addon-order-list input {
    width: 56px;
    min-height: 34px;
    border: 1px solid #ddd7db;
    border-radius: 7px;
    color: var(--purple);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.dashboard-addon-order-list span {
    min-width: 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.dashboard-content-row label,
.dashboard-content-editor > label {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.dashboard-content-row span,
.dashboard-content-editor > label span {
    color: var(--purple);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dashboard-content-row input,
.dashboard-content-row textarea,
.dashboard-content-editor > label input,
.dashboard-content-editor > label textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #ddd7db;
    border-radius: 7px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
}

.dashboard-content-row input,
.dashboard-content-editor > label input {
    min-height: 38px;
    padding: 0 10px;
}

.dashboard-content-row textarea,
.dashboard-content-editor > label textarea {
    min-height: 78px;
    padding: 10px;
    resize: vertical;
    line-height: 1.45;
}

.dashboard-content-row input:focus,
.dashboard-content-row textarea:focus,
.dashboard-content-editor > label input:focus,
.dashboard-content-editor > label textarea:focus {
    outline: 2px solid rgba(124, 53, 153, .18);
    border-color: var(--purple);
}

.dashboard-settings-checkbox {
    grid-template-columns: 46px 1fr;
    align-content: start;
    align-items: start;
    column-gap: 11px;
    cursor: pointer;
}

.dashboard-settings-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dashboard-switch {
    position: relative;
    display: block;
    width: 42px;
    height: 24px;
    margin-top: 1px;
    border: 1px solid #d6ced6;
    border-radius: 999px;
    background: #ebe7ec;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, .08);
    transition: background .18s ease, border-color .18s ease;
}

.dashboard-switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .24);
    transition: transform .18s ease;
}

.dashboard-settings-checkbox input:checked + .dashboard-switch {
    border-color: var(--purple);
    background: var(--purple);
}

.dashboard-settings-checkbox input:checked + .dashboard-switch::after {
    transform: translateX(18px);
}

.dashboard-settings-checkbox input:focus-visible + .dashboard-switch {
    outline: 3px solid rgba(124, 53, 153, .18);
    outline-offset: 2px;
}

.dashboard-settings-checkbox > span:not(.dashboard-switch) {
    align-self: center;
}

.dashboard-settings-checkbox small {
    grid-column: 1 / -1;
}

.dashboard-current-grid strong {
    display: block;
    color: var(--ink-strong);
    font-size: 15px;
    line-height: 1.25;
}

.dashboard-current-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.dashboard-current-grid > div {
    padding: 10px;
    border: 1px solid #ece8ec;
    border-radius: 7px;
    background: #fbfafc;
}

.dashboard-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f3f0f5;
    color: var(--ink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.dashboard-status-success,
.dashboard-status-accepted,
.dashboard-status-queued,
.dashboard-status-sending,
.dashboard-status-sent,
.dashboard-status-delivered,
.dashboard-status-policy_created,
.dashboard-status-voucher_updated,
.dashboard-status-voucher_redeemed {
    background: #eef8f1;
    color: #277545;
}

.dashboard-status-error,
.dashboard-status-attention {
    background: #fbf0f4;
    color: var(--error);
}

.dashboard-status-warning {
    background: #fff7e5;
    color: #8a5a00;
}

.dashboard-table-wrap {
    overflow-x: hidden;
}

.dashboard-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.dashboard-table th,
.dashboard-table td {
    padding: 9px 8px;
    border-bottom: 1px solid #ece8ec;
    color: var(--ink);
    text-align: left;
    vertical-align: top;
}

.dashboard-table th {
    color: var(--ink-strong);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dashboard-table td strong,
.dashboard-table td small {
    display: block;
}

.dashboard-table td strong {
    color: var(--ink-strong);
    font-size: 13px;
    line-height: 1.2;
}

.dashboard-table td small {
    margin-top: 2px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
}

.dashboard-quotes-table td {
    white-space: normal;
    overflow-wrap: anywhere;
}

.dashboard-quotes-table {
    table-layout: fixed;
}

.dashboard-quotes-table th:nth-child(1),
.dashboard-quotes-table td:nth-child(1) {
    width: 10%;
}

.dashboard-quotes-table th:nth-child(2),
.dashboard-quotes-table td:nth-child(2) {
    width: 10%;
}

.dashboard-quotes-table th:nth-child(3),
.dashboard-quotes-table td:nth-child(3) {
    width: 22%;
}

.dashboard-quotes-table th:nth-child(4),
.dashboard-quotes-table td:nth-child(4) {
    width: 15%;
}

.dashboard-quotes-table th:nth-child(5),
.dashboard-quotes-table td:nth-child(5) {
    width: 13%;
}

.dashboard-quotes-table th:nth-child(6),
.dashboard-quotes-table td:nth-child(6) {
    width: 8%;
}

.dashboard-quotes-table th:nth-child(7),
.dashboard-quotes-table td:nth-child(7) {
    width: 11%;
}

.dashboard-quotes-table th:nth-child(8),
.dashboard-quotes-table td:nth-child(8) {
    width: 11%;
}

.dashboard-table-token {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.dashboard-row-action,
.dashboard-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid rgba(124, 53, 153, .24);
    border-radius: 6px;
    background: #fff;
    color: var(--purple);
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.dashboard-mini-btn {
    min-height: 32px;
    padding: 0 12px;
}

.dashboard-row-action:hover,
.dashboard-row-action:focus,
.dashboard-row-action:active,
.dashboard-mini-btn:hover,
.dashboard-mini-btn:focus,
.dashboard-mini-btn:active,
.dashboard-pagination-actions button:hover,
.dashboard-pagination-actions button:focus,
.dashboard-pagination-actions button:active {
    border-color: rgba(124, 53, 153, .42);
    background: #f8f5f9;
    color: var(--purple);
    text-decoration: none;
    box-shadow: none;
}

.dashboard-action-cell {
    position: relative;
}

.dashboard-action-select {
    width: 96px;
    min-height: 30px;
    padding: 0 8px;
    border: 1px solid rgba(124, 53, 153, .24);
    border-radius: 6px;
    background: #fff;
    color: var(--purple);
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.dashboard-action-select:focus {
    border-color: rgba(124, 53, 153, .55);
    outline: 3px solid rgba(124, 53, 153, .12);
}

.dashboard-detail {
    display: grid;
    gap: 12px;
}

.dashboard-flyout-bottom-spacer {
    min-height: 36px;
}

body.dashboard-flyout-open {
    overflow: hidden;
}

body.toplevel_page_nova-breakdown.dashboard-flyout-open #wpwrap,
body.toplevel_page_nova-breakdown.dashboard-flyout-open #wpcontent,
body.toplevel_page_nova-breakdown.dashboard-flyout-open #wpbody,
body.toplevel_page_nova-breakdown.dashboard-flyout-open #wpbody-content {
    overflow: hidden;
}

.dashboard-flyout {
    position: fixed;
    inset: 0;
    z-index: 70;
}

.dashboard-flyout[hidden] {
    display: none !important;
}

.dashboard-flyout-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(28, 22, 33, .34);
}

.dashboard-flyout-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(760px, calc(100vw - 32px));
    height: 100%;
    padding: 16px 16px 28px;
    overflow: auto;
    border-left: 1px solid #ddd7db;
    background: #f5f3f6;
    box-shadow: -18px 0 36px rgba(17, 24, 39, .18);
}

.dashboard-flyout-heading {
    position: sticky;
    top: -16px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd7db;
    background: #f5f3f6;
}

.dashboard-flyout-heading h2 {
    margin: 0;
    color: var(--ink-strong);
    font-size: 20px;
    line-height: 1.2;
}

.dashboard-case-summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e7e0e7;
    border-radius: 8px;
    background: #fff;
}

.dashboard-case-summary h3 {
    margin: 0 0 4px;
    color: var(--ink-strong);
    font-size: 20px;
    line-height: 1.2;
}

.dashboard-resume-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e7e0e7;
    border-radius: 8px;
    background: #fff;
}

.dashboard-resume-card strong {
    display: block;
    margin-top: 4px;
    overflow-wrap: anywhere;
    color: var(--ink-strong);
    font-size: 13px;
    line-height: 1.35;
}

.dashboard-resume-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.dashboard-policy-recovery-card {
    border-color: #dbc3e6;
    background: #fdf9ff;
}

.dashboard-policy-recovery-note,
.dashboard-policy-recovery-status {
    display: block;
    margin-top: 5px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.dashboard-policy-recovery-status:empty {
    display: none;
}

.dashboard-policy-recovery-status[data-tone="success"] {
    color: #17653a;
}

.dashboard-policy-recovery-status[data-tone="error"] {
    color: #a12d35;
}

.dashboard-policy-recovery-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.dashboard-case-summary p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 800;
}

.dashboard-staff-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dashboard-staff-card {
    min-width: 0;
    padding: 14px;
    border: 1px solid #ece8ec;
    border-radius: 8px;
    background: #fff;
}

.dashboard-staff-card h3 {
    margin: 0 0 10px;
    color: var(--ink-strong);
    font-size: 15px;
    line-height: 1.25;
}

.dashboard-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.dashboard-field {
    min-width: 0;
    padding: 9px;
    border: 1px solid #f0edf1;
    border-radius: 7px;
    background: #fbfafc;
}

.dashboard-field span {
    display: block;
    margin-bottom: 3px;
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.dashboard-field strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--ink-strong);
    font-size: 13px;
    line-height: 1.3;
}

.dashboard-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dashboard-pill-list li {
    padding: 7px 10px;
    border: 1px solid #ece8ec;
    border-radius: 999px;
    background: #fbfafc;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
}

.dashboard-detail-section {
    min-width: 0;
    padding: 12px;
    border: 1px solid #ece8ec;
    border-radius: 7px;
    background: #fbfafc;
}

.dashboard-detail-section h3 {
    margin: 0 0 8px;
    color: var(--ink-strong);
    font-size: 13px;
    line-height: 1.2;
}

.dashboard-detail-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.dashboard-technical-section > summary {
    cursor: pointer;
    list-style: none;
}

.dashboard-technical-section > summary::-webkit-details-marker {
    display: none;
}

.dashboard-technical-section > summary::after {
    color: var(--purple);
    content: "Close";
    font-size: 12px;
    font-weight: 900;
}

.dashboard-technical-section:not([open]) > summary {
    margin-bottom: 0;
}

.dashboard-technical-section:not([open]) > summary::after {
    content: "Open";
}

.dashboard-technical-section-body {
    display: block;
}

.dashboard-detail-section-heading h3 {
    margin-bottom: 3px;
}

.dashboard-detail-section-heading span {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
}

.dashboard-detail-section pre {
    max-height: 360px;
    margin: 0;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.45;
}

.dashboard-flyout-drawer {
    min-width: 0;
    border: 1px dashed #ddd7db;
    border-radius: 7px;
    background: #fff;
}

.dashboard-flyout-drawer > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 10px 12px;
    cursor: pointer;
    list-style: none;
}

.dashboard-flyout-drawer > summary::-webkit-details-marker {
    display: none;
}

.dashboard-flyout-drawer > summary::after {
    color: var(--purple);
    content: "Open";
    font-size: 12px;
    font-weight: 900;
}

.dashboard-flyout-drawer[open] > summary {
    border-bottom: 1px solid #ece8ec;
}

.dashboard-flyout-drawer[open] > summary::after {
    content: "Close";
}

.dashboard-flyout-drawer h3 {
    margin: 0 0 3px;
    color: var(--ink-strong);
    font-size: 13px;
    line-height: 1.2;
}

.dashboard-flyout-drawer span {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
}

.dashboard-flyout-drawer-body {
    display: grid;
    gap: 10px;
    max-height: min(520px, 62vh);
    overflow: auto;
    padding: 12px;
}

.dashboard-flyout-drawer:not([open]) .dashboard-flyout-drawer-body {
    display: none;
}

.dashboard-flyout-drawer-actions {
    display: flex;
    justify-content: flex-end;
}

.dashboard-technical-block {
    border-top: 1px solid #ece8ec;
    padding-top: 9px;
    margin-top: 9px;
}

.dashboard-technical-block summary {
    color: var(--purple);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.dashboard-technical-block pre {
    margin-top: 9px;
}

.dashboard-row-technical {
    margin-top: 6px;
}

.dashboard-row-technical summary {
    color: var(--purple);
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.dashboard-row-technical pre {
    max-height: 220px;
    margin: 7px 0 0;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--ink);
    font-size: 11px;
    line-height: 1.4;
}

.dashboard-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 800;
}

.dashboard-pagination:empty {
    display: none;
}

.dashboard-pagination-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dashboard-pagination-actions button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(124, 53, 153, 0.22);
    border-radius: 6px;
    background: #fff;
    color: var(--purple);
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.dashboard-pagination-actions button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.dashboard-pagination-actions strong {
    color: var(--ink);
    font-size: 12px;
    white-space: nowrap;
}


@media (max-width: 900px) {
    .dashboard-hero {
        display: grid;
    }

    .dashboard-actions {
        justify-content: flex-start;
    }

    .dashboard-top-nav {
        align-items: stretch;
        overflow-x: auto;
    }

    .dashboard-top-nav a {
        flex: 0 0 auto;
    }

    .dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-filter-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-grid,
    .dashboard-current-grid,
    .dashboard-staff-grid,
    .dashboard-settings,
    .dashboard-settings-grid,
    .dashboard-content-row,
    .dashboard-content-editor-compact,
    .dashboard-addon-order-list,
    .dashboard-field-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-settings-nav {
        position: static;
    }

    .dashboard-pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .dashboard-flyout-panel {
        width: 100vw;
        padding: 12px 12px 24px;
    }

    .dashboard-flyout-heading {
        top: -12px;
    }
}

/* Responsive journey and plugin administration */
@media (max-width: 940px) {
    .main-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .left-col,
    .right-rail {
        width: 100%;
        min-width: 0;
    }

    .quote-card {
        width: 100%;
        max-width: none;
    }

    .right-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    html {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 100%;
        overflow-x: clip;
    }

    body {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 100vh;
        overflow-x: clip;
    }

    .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .topbar-inner {
        gap: 10px;
        min-height: 0;
        padding: 12px 14px 14px;
    }

    .brand .logo {
        height: 38px;
    }

    .progress {
        width: 100%;
        min-width: 0;
        padding-top: 4px;
    }

    .progress-line {
        top: 16px;
        left: 20px;
        right: 20px;
    }

    .step {
        min-width: 0;
        font-size: 12px;
    }

    .step span {
        width: 24px;
        height: 24px;
    }

    .step label {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.2;
    }

    .main-grid,
    .complete-container {
        gap: 24px;
        padding-top: 22px;
    }

    .main-grid {
        padding-bottom: 28px;
    }

    .hero-card,
    .standard-card,
    .privacy-card,
    .extras-hero-card {
        padding: 16px;
    }

    .hero-card h1,
    .standard-card h1,
    .privacy-card h1,
    .extras-hero-card h1 {
        font-size: 21px;
    }

    .europe-trip-toggle {
        gap: 10px;
        padding: 12px;
    }

    .europe-trip-toggle__content {
        min-width: 0;
    }

    .europe-trip-toggle__content strong,
    .europe-trip-toggle__content small,
    .cover-option small {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .cover-options,
    .right-rail {
        grid-template-columns: minmax(0, 1fr);
    }

    .date-row {
        align-items: center;
        flex-wrap: nowrap;
    }

    .calendar-icon {
        flex: 0 0 18px;
    }

    .date-inputs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: auto;
        min-width: 0;
        flex: 1 1 auto;
        gap: 8px;
    }

    .date-inputs input,
    .date-inputs select {
        width: 100%;
        min-width: 0;
        height: 44px;
        padding-right: 28px;
        padding-left: 8px;
        background-position: calc(100% - 15px) 19px, calc(100% - 10px) 19px;
        background-size: 5px 5px, 5px 5px;
        font-size: 16px;
    }

    .search-row {
        align-items: stretch;
    }

    .plate-input-wrap {
        min-height: 44px;
    }

    .plate-input-wrap input {
        height: 42px;
        font-size: 16px;
    }

    .find-btn,
    .remove-btn,
    .search-btn,
    .manual-address-btn,
    .postcode-find-btn,
    .annual-switch-back__button,
    .continue-btn,
    .back-btn,
    .cover-continue,
    .pay-submit-btn,
    .nav-btn,
    .complete-primary-action,
    .complete-secondary-action {
        min-height: 44px;
    }

    .find-btn,
    .postcode-find-btn {
        width: 100%;
    }

    .vehicle-found-row,
    .vehicle-result {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .vehicle-result-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .vehicle-result-actions .remove-btn,
    .vehicle-result-actions .find-btn,
    .add-another-btn {
        flex: 1 1 140px;
    }

    .form-card,
    .date-card,
    .vehicle-card,
    .example-card {
        padding: 12px;
    }

    .form-field input,
    .form-field select,
    .dashboard-filters input,
    .dashboard-filters select,
    .dashboard-settings-grid input,
    .dashboard-settings-grid select,
    .dashboard-settings-grid textarea,
    .dashboard-content-row input,
    .dashboard-content-row textarea,
    .dashboard-content-editor > label input,
    .dashboard-content-editor > label textarea {
        min-height: 44px;
        font-size: 16px;
    }

    .form-field select {
        background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px;
    }

    .form-field-dob .dob-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .form-field-dob .dob-row input,
    .form-field-dob .dob-row select {
        width: 100%;
        min-width: 0;
    }

    .stripe-input-element {
        min-height: 44px;
        height: 44px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .pay-inline-fields {
        width: 100%;
    }

    .stripe-small-element,
    .stripe-cvc-element {
        width: min(100%, 160px);
    }

    .standard-list-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .standard-list-grid ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 12px;
        min-width: 0;
    }

    .standard-list-grid li {
        display: grid;
        grid-template-columns: 12px minmax(0, 1fr);
        column-gap: 6px;
        margin-bottom: 2px;
        padding-left: 0;
    }

    .standard-list-grid li::before {
        position: static;
        align-self: start;
        margin-top: 19px;
        line-height: 1;
    }

    .standard-list-grid .inline-info-trigger {
        grid-column: 2;
        min-height: 44px;
        padding: 7px 0;
        text-align: left;
    }

    .quote-vehicle-summary,
    .extras-vehicle-summary {
        align-items: flex-start;
        flex-direction: row;
    }

    .quote-vehicle-summary .vehicle-summary-icons,
    .extras-vehicle-summary .vehicle-summary-icons {
        flex: 0 0 auto;
        padding-top: 5px;
    }

    .quote-vehicle-summary .vehicle-summary-copy,
    .extras-vehicle-summary .vehicle-summary-copy {
        min-width: 0;
        flex: 1 1 auto;
    }

    .vehicle-summary a {
        padding: 9px 14px;
    }

    .cover-tier-card,
    .extra-card,
    .extra-option-row {
        width: 100%;
        min-width: 0;
    }

    .cover-tier-copy,
    .extra-copy {
        width: 100%;
        min-width: 0;
    }

    .select-tier-btn,
    .extra-add-btn,
    .extra-dual-actions,
    .extra-option-row .select-tier-btn {
        width: 100%;
        min-width: 0;
        min-height: 46px;
    }

    .extra-option-row {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .page-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 10px;
        margin-bottom: 28px;
    }

    .page-actions .back-btn,
    .page-actions .continue-btn,
    .page-actions .cover-continue,
    .page-actions .pay-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .field-block > .continue-btn {
        width: 100%;
        min-width: 0;
        height: 44px;
        margin-bottom: 32px;
    }

    .summary-doc-links {
        gap: 0;
        margin-top: 8px;
        padding-top: 4px;
    }

    .summary-doc-links a {
        min-height: 30px;
        align-items: center;
        padding: 2px 0;
    }

    .help-card {
        min-height: 58px;
    }

    .help-quote-ref {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .agreement-item summary {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .agreement-item summary::after {
        top: 14px;
    }

    .checkbox-row {
        align-items: flex-start;
        gap: 12px;
    }

    .checkbox-row input {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
    }

    .complete-card {
        padding: 18px 16px;
    }

    .complete-card h1 {
        font-size: 24px;
    }

    .breakdown-banner .container {
        gap: 10px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .breakdown-banner strong {
        font-size: 15px;
    }

    .breakdown-banner p {
        font-size: 13px;
    }

    .footer-top {
        padding: 18px 0;
    }

    .footer-inner {
        gap: 18px;
    }

    .footer-links a {
        min-height: 44px;
        line-height: 1.3;
    }

    .footer-bottom {
        padding: 14px 0 calc(14px + env(safe-area-inset-bottom));
    }

    .info-modal {
        align-items: flex-end;
        padding: 0;
    }

    .info-modal-dialog {
        max-width: none;
        max-height: calc(100dvh - 24px);
        overflow-y: auto;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 8px 8px 0 0;
        padding: 20px 18px calc(18px + env(safe-area-inset-bottom));
    }

    .info-modal-close {
        width: 44px;
        height: 44px;
        top: 10px;
        right: 10px;
    }

    .info-modal-header {
        margin-right: 44px;
    }

    .info-modal-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .info-modal-documents {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        margin-top: 12px;
        padding-top: 10px;
    }

    .info-modal-read-more,
    .info-modal-action {
        width: 100%;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-modal-documents a {
        width: auto;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 8px;
        text-align: center;
    }

    .dashboard-shell {
        padding-top: 14px;
        padding-bottom: 28px;
    }

    .dashboard-top-nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
        gap: 4px;
    }

    .dashboard-top-nav a {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding: 0 6px;
        font-size: 12px;
        text-align: center;
    }

    .dashboard-hero,
    .dashboard-panel,
    .dashboard-metric {
        min-width: 0;
    }

    .dashboard-hero,
    .dashboard-panel {
        padding: 14px;
    }

    .dashboard-hero h1 {
        font-size: 24px;
    }

    .dashboard-actions,
    .dashboard-actions .dashboard-link-btn {
        width: 100%;
    }

    .dashboard-link-btn,
    .dashboard-mini-btn,
    .dashboard-row-action,
    .dashboard-pagination-actions button {
        min-height: 44px;
    }

    .dashboard-filter-heading,
    .dashboard-panel-heading,
    .dashboard-settings-savebar,
    .dashboard-case-summary,
    .dashboard-resume-card {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-panel-heading-actions,
    .dashboard-resume-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .dashboard-quote-email-search {
        display: grid;
        width: 100%;
    }

    .dashboard-quote-email-search input {
        width: 100%;
        min-height: 44px;
    }

    .dashboard-panel-heading-actions .dashboard-mini-btn,
    .dashboard-resume-actions .dashboard-mini-btn,
    .dashboard-settings-savebar .dashboard-link-btn {
        flex: 1 1 120px;
    }

    .dashboard-settings-nav {
        display: flex;
        gap: 4px;
        overflow-x: auto;
        padding: 6px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .dashboard-settings-nav a {
        flex: 0 0 auto;
        min-height: 44px;
        scroll-snap-align: start;
    }

    .dashboard-content-editor label:has([data-json-title]),
    .dashboard-content-editor label:has([data-addon-title]) {
        max-width: 100%;
    }

    .dashboard-addon-order-list label {
        min-height: 48px;
    }

    .dashboard-addon-order-list input {
        width: 52px;
        min-height: 40px;
        font-size: 16px;
    }

    .dashboard-table-wrap {
        overflow: visible;
    }

    .dashboard-table,
    .dashboard-table tbody,
    .dashboard-table tr,
    .dashboard-table td {
        display: block;
        width: 100%;
    }

    .dashboard-table {
        table-layout: auto;
    }

    .dashboard-table thead {
        display: none;
    }

    .dashboard-table tr {
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #e4dfe5;
        border-radius: 7px;
        background: #fff;
    }

    .dashboard-table td {
        display: grid;
        grid-template-columns: minmax(88px, .42fr) minmax(0, 1fr);
        gap: 10px;
        min-width: 0;
        padding: 10px;
        border-bottom: 1px solid #f0edf1;
        overflow-wrap: anywhere;
    }

    .dashboard-table td:last-child {
        border-bottom: 0;
    }

    .dashboard-table td::before {
        grid-column: 1;
        grid-row: 1 / span 20;
        color: var(--ink-soft);
        content: attr(data-label);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .dashboard-table td > * {
        grid-column: 2;
    }

    .dashboard-table td[colspan] {
        display: block;
    }

    .dashboard-table td[colspan]::before {
        display: none;
    }

    .dashboard-table-token {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .dashboard-action-select {
        width: 100%;
        min-height: 44px;
        font-size: 16px;
    }

    .dashboard-pagination-actions {
        display: grid;
        grid-template-columns: auto 1fr auto;
        width: 100%;
    }

    .dashboard-pagination-actions strong {
        align-self: center;
        text-align: center;
    }

    .dashboard-flyout-panel {
        width: 100vw;
        height: 100dvh;
        padding: 12px 12px calc(24px + env(safe-area-inset-bottom));
        overscroll-behavior: contain;
    }

    .dashboard-flyout-heading {
        align-items: center;
    }

    .dashboard-flyout-heading .dashboard-mini-btn {
        flex: 0 0 auto;
        min-width: 44px;
        min-height: 44px;
    }

    .dashboard-flyout-drawer > summary {
        min-height: 56px;
    }

    .dashboard-flyout-drawer-body {
        max-height: none;
        overflow: visible;
    }

    .dashboard-detail-section-heading {
        flex-direction: column;
    }

    body.toplevel_page_nova-breakdown #wpcontent {
        padding-left: 0;
    }

    body.toplevel_page_nova-breakdown #wpbody-content > .wrap {
        margin-right: 10px;
        margin-left: 10px;
        padding-bottom: 40px;
    }

    body.toplevel_page_nova-breakdown .page-dashboard > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .topbar-inner {
        padding-right: 12px;
        padding-left: 12px;
    }

    .hero-card h1,
    .standard-card h1,
    .privacy-card h1,
    .extras-hero-card h1 {
        font-size: 20px;
    }

    .europe-trip-toggle__icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .page-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .complete-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .complete-primary-action,
    .complete-secondary-action {
        width: 100%;
    }

    .footer-links {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-links a {
        width: 100%;
    }

    .help-card {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .help-card-action {
        grid-column: 2;
        justify-self: start;
    }

    .dashboard-metrics {
        gap: 8px;
    }

    .dashboard-metric {
        padding: 11px;
    }

    .dashboard-metric strong {
        font-size: 21px;
    }

    .dashboard-table td {
        grid-template-columns: minmax(76px, .38fr) minmax(0, 1fr);
        padding: 9px;
    }

    .dashboard-pagination-actions {
        grid-template-columns: 1fr 1fr;
    }

    .dashboard-pagination-actions strong {
        grid-column: 1 / -1;
        grid-row: 1;
    }
}

.voucher-shell {
    width: 100%;
    max-width: 880px;
    flex: 1 0 auto;
    padding-top: 34px;
    padding-bottom: 40px;
}

.voucher-form-stage {
    position: relative;
    isolation: isolate;
}

.voucher-form-graphic {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 150px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='150' viewBox='0 0 1600 150'%3E%3Cg fill='none' stroke='%237c3599' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 78C140 10 260 12 360 68c70 40 140 40 200-2 60-42 120-32 180 4 40 24 80 24 120 0 60-36 120-46 180-4 60 42 130 42 200 2 100-56 220-58 360 10' stroke-width='1.5' opacity='.58'/%3E%3Cpath d='M0 105c160-53 280-45 390-13 90 26 170 16 260-16 100-36 200-36 300 0 90 32 170 42 260 16 110-32 230-40 390 13' stroke-width='1' opacity='.32'/%3E%3Cpath d='M0 72c120 0 180-54 260-28 60 20 40 76-8 60-38-12-26-54 20-40 58 18 98 20 158-6M1600 72c-120 0-180-54-260-28-60 20-40 76 8 60 38-12 26-54-20-40-58 18-98 20-158-6' stroke-width='1.35' opacity='.48'/%3E%3C/g%3E%3Ccircle cx='800' cy='82' r='3' fill='%237c3599' opacity='.45'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.72;
    pointer-events: none;
}

.voucher-redemption-card {
    position: relative;
    z-index: 1;
}

.voucher-welcome {
    display: grid;
    gap: 18px;
}

.voucher-hero-card {
    padding: 28px 30px;
}

.voucher-hero-card .voucher-eyebrow {
    margin-bottom: 8px;
    color: #eaddef;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.voucher-hero-card h1 {
    max-width: 650px;
    margin-bottom: 9px;
    font-size: 28px;
}

.voucher-hero-card > p:last-child {
    max-width: 640px;
    font-size: 15px;
}

.voucher-redemption-card {
    padding: 26px 28px 28px;
}

.voucher-card-intro {
    margin-bottom: 20px;
}

.voucher-card-intro h2,
.voucher-next h2 {
    margin: 0 0 5px;
    color: var(--ink-strong);
    font-size: 20px;
    line-height: 1.3;
}

.voucher-card-intro p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 14px;
}

.voucher-form-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.voucher-code-field input {
    height: 41px;
    text-transform: uppercase;
}

.voucher-submit-btn {
    width: auto;
    min-width: 164px;
    height: 41px;
    margin-top: 25px;
}

.voucher-result {
    margin: 12px 0 0;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
}

.voucher-result.is-error {
    border: 1px solid #d94259;
    background: #fff4f6;
    color: #9f1f35;
}

.voucher-result.is-success {
    border: 1px solid #6eaf74;
    background: #f1faf2;
    color: #2d6f34;
}

.voucher-next {
    padding: 4px 2px 0;
}

.voucher-next h2 {
    margin-bottom: 13px;
    font-size: 18px;
}

.voucher-next-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.voucher-next-step {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    min-height: 104px;
    padding: 17px;
    border: 1px solid #ded7e2;
    border-radius: 7px;
    background: #fff;
}

.voucher-next-step > span {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1e8f5;
    color: var(--purple);
    font-size: 13px;
    font-weight: 800;
}

.voucher-next-step strong {
    display: block;
    margin: 2px 0 3px;
    color: var(--ink-strong);
    font-size: 14px;
}

.voucher-next-step p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 12px;
    line-height: 1.45;
}

.voucher-chat-panel .help-card {
    min-height: 84px;
    margin-top: 0;
    padding: 16px 18px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 14px;
    border-color: #d9cbe1;
    background: #f8f4fa;
    box-shadow: none;
}

.voucher-chat-panel .help-card:hover {
    border-color: rgba(111, 51, 141, 0.48);
    box-shadow: 0 8px 20px rgba(36, 24, 49, 0.08);
}

.voucher-chat-panel .help-card-icon {
    width: 44px;
    height: 44px;
    background: #fff;
    color: var(--purple);
    border: 1px solid #d9cbe1;
}

.voucher-chat-panel .help-card-icon svg {
    width: 25px;
    height: 25px;
}

.voucher-chat-panel .help-card-copy {
    gap: 5px;
}

.voucher-chat-panel .help-card-copy strong {
    color: var(--ink-strong);
    font-size: 16px;
}

.voucher-chat-panel .help-quote-ref {
    font-size: 12px;
}

.voucher-chat-panel .help-card-action {
    min-width: 112px;
    min-height: 40px;
    padding: 0 16px;
    justify-content: center;
    border-radius: 5px;
    background: var(--purple);
    color: #fff;
    font-size: 13px;
}

@media (max-width: 760px) {
    .voucher-shell {
        padding-top: 22px;
        padding-bottom: 28px;
    }

    .voucher-hero-card,
    .voucher-redemption-card {
        padding: 20px;
    }

    .voucher-hero-card h1 {
        font-size: 24px;
    }

    .voucher-hero-card > p:last-child {
        font-size: 14px;
    }

    .voucher-form-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .voucher-submit-btn {
        width: 100%;
        margin-top: 0;
    }

    .voucher-next-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .voucher-next-step {
        min-height: 0;
    }

    .voucher-form-graphic {
        height: 112px;
        opacity: 0.34;
    }

    .voucher-chat-panel .help-card {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 15px;
    }

    .voucher-chat-panel .help-card-action {
        grid-column: 2;
        width: max-content;
        min-width: 112px;
        justify-self: start;
    }
}
