/* iMotive Marketplace Submit Listing, self-contained and independent of Tailwind CDN. */
body.imotive-submit-listing-page {
    overflow-x: hidden;
    background: #f8fafc !important;
}

body.imotive-submit-listing-page .hidden {
    display: none !important;
}

body.imotive-submit-listing-page .imotive-page-intro {
    width: min(920px, calc(100% - 32px));
    margin-bottom: 22px;
}

body.imotive-submit-listing-page .imotive-page-intro h1 {
    max-width: 760px;
}

body.imotive-submit-listing-page .imotive-submit-card {
    width: min(920px, calc(100% - 32px));
    max-width: 920px !important;
    margin: 0 auto 72px;
    padding: 34px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

body.imotive-submit-listing-page .imotive-submit-card > h1 {
    margin: 0 0 7px;
    color: #0f172a;
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

body.imotive-submit-listing-page .imotive-submit-card > p {
    margin: 0 0 25px;
    color: #64748b;
    font-size: .95rem;
    line-height: 1.6;
}

body.imotive-submit-listing-page .imotive-submit-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 28px;
    overflow: visible;
    border-bottom: 1px solid #e2e8f0;
}

body.imotive-submit-listing-page .imotive-submit-tabs .tab-btn {
    width: 100%;
    min-width: 0;
    padding: 0 10px 13px;
    border: 0;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #64748b !important;
    box-shadow: none !important;
    font-size: .9rem;
    font-weight: 750;
    line-height: 1.3;
    white-space: nowrap;
    cursor: pointer;
}

body.imotive-submit-listing-page .imotive-submit-tabs .tab-btn.active {
    border-bottom-color: #0ea5e9 !important;
    color: #0369a1 !important;
}

body.imotive-submit-listing-page .tab-content {
    width: 100%;
}

body.imotive-submit-listing-page .imotive-lookup-panel,
body.imotive-submit-listing-page .imotive-info-panel,
body.imotive-submit-listing-page .imotive-contact-settings,
body.imotive-submit-listing-page .imotive-consent-row {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
}

body.imotive-submit-listing-page .imotive-lookup-panel {
    margin-bottom: 22px;
    padding: 20px;
}

body.imotive-submit-listing-page .imotive-vrm-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

body.imotive-submit-listing-page label {
    display: block;
    margin: 0 0 7px;
    color: #475569 !important;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .075em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.imotive-submit-listing-page input:not([type="checkbox"]):not([type="radio"]),
body.imotive-submit-listing-page select,
body.imotive-submit-listing-page textarea {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #0f172a !important;
    font: inherit;
    font-size: .92rem;
    line-height: 1.4;
}

body.imotive-submit-listing-page input[type="file"] {
    min-height: 48px;
    padding: 8px;
    color: #64748b;
}

body.imotive-submit-listing-page input[type="file"]::file-selector-button {
    margin-right: 10px;
    padding: 7px 11px;
    border: 0;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font: inherit;
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
}

body.imotive-submit-listing-page textarea {
    min-height: 120px;
    resize: vertical;
}

body.imotive-submit-listing-page input:focus,
body.imotive-submit-listing-page select:focus,
body.imotive-submit-listing-page textarea:focus {
    outline: none !important;
    border-color: #0ea5e9 !important;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, .12) !important;
}

body.imotive-submit-listing-page #lookup_vrm {
    min-height: 52px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.imotive-submit-listing-page #btn_lookup_vrm,
body.imotive-submit-listing-page form button[type="submit"] {
    min-height: 50px;
    padding: 12px 20px;
    border: 0;
    border-radius: 12px;
    background: #0f172a !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
    font: inherit;
    font-size: .92rem;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

body.imotive-submit-listing-page #btn_lookup_vrm {
    background: #0ea5e9 !important;
}

body.imotive-submit-listing-page #btn_lookup_vrm:hover,
body.imotive-submit-listing-page form button[type="submit"]:hover {
    transform: translateY(-1px);
}

body.imotive-submit-listing-page button:disabled {
    opacity: .62;
    cursor: wait;
    transform: none !important;
}

body.imotive-submit-listing-page #marketplace-submission-form,
body.imotive-submit-listing-page #dealer-csv-form,
body.imotive-submit-listing-page #website-sync-form {
    display: grid;
    gap: 19px;
}

body.imotive-submit-listing-page .imotive-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.imotive-submit-listing-page #verified-vehicle-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #a7f3d0;
    border-radius: 14px;
    background: #ecfdf5;
}

body.imotive-submit-listing-page #verified-vehicle-card h4,
body.imotive-submit-listing-page #verified-vehicle-card p {
    margin: 0;
}

body.imotive-submit-listing-page #verified-vehicle-card h4 { color: #065f46; }
body.imotive-submit-listing-page #verified-vehicle-card p { margin-top: 3px; color: #047857; }

body.imotive-submit-listing-page .imotive-contact-settings,
body.imotive-submit-listing-page .imotive-info-panel {
    padding: 18px;
}

body.imotive-submit-listing-page .imotive-contact-settings {
    display: grid;
    gap: 16px;
}

body.imotive-submit-listing-page .imotive-contact-settings > label {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.45;
    text-transform: none;
}

body.imotive-submit-listing-page .imotive-contact-settings input[type="checkbox"],
body.imotive-submit-listing-page .imotive-consent-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 auto;
    accent-color: #0ea5e9;
}


body.imotive-submit-listing-page .imotive-seller-account-panel {
    display: grid;
    gap: 17px;
    padding: 20px;
    border: 1px solid #bae6fd;
    border-radius: 16px;
    background: #f0f9ff;
}

body.imotive-submit-listing-page .imotive-seller-account-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

body.imotive-submit-listing-page .imotive-seller-account-heading > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(14, 165, 233, .12);
    font-size: 1.05rem;
}

body.imotive-submit-listing-page .imotive-seller-account-heading h3,
body.imotive-submit-listing-page .imotive-seller-account-heading p,
body.imotive-submit-listing-page .imotive-password-help,
body.imotive-submit-listing-page .imotive-existing-account {
    margin: 0;
}

body.imotive-submit-listing-page .imotive-seller-account-heading h3 {
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.35;
}

body.imotive-submit-listing-page .imotive-seller-account-heading p,
body.imotive-submit-listing-page .imotive-password-help,
body.imotive-submit-listing-page .imotive-existing-account {
    color: #526176;
    font-size: .82rem;
    line-height: 1.55;
}

body.imotive-submit-listing-page .imotive-password-help {
    margin-top: -7px;
}

body.imotive-submit-listing-page .imotive-seller-account-panel .imotive-consent-row {
    margin: 0;
    background: #fff !important;
}

body.imotive-submit-listing-page .imotive-seller-account-panel .imotive-consent-row span {
    color: #334155;
    font-size: .84rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
}

body.imotive-submit-listing-page .imotive-existing-account a {
    color: #0369a1;
    font-weight: 800;
}

body.imotive-submit-listing-page .imotive-contact-settings small {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-weight: 450;
}

body.imotive-submit-listing-page .imotive-info-panel h4,
body.imotive-submit-listing-page .imotive-info-panel p {
    margin: 0;
}

body.imotive-submit-listing-page .imotive-info-panel h4 {
    color: #0f172a;
    font-size: .95rem;
}

body.imotive-submit-listing-page .imotive-info-panel p {
    margin-top: 7px;
    color: #526176;
    font-size: .84rem;
    line-height: 1.65;
}

body.imotive-submit-listing-page .imotive-info-panel code {
    display: inline-block;
    margin: 2px 1px;
    padding: 2px 5px;
    border: 1px solid #bae6fd;
    border-radius: 5px;
    background: #fff;
    color: #075985;
    font-size: .75rem;
    font-weight: 800;
}

body.imotive-submit-listing-page .imotive-consent-row {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 16px;
}

body.imotive-submit-listing-page .imotive-consent-row label {
    margin: 0;
    font-size: .84rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
}

body.imotive-submit-listing-page form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

body.imotive-submit-listing-page form button[type="submit"] svg {
    width: 20px;
    height: 20px;
}

body.imotive-submit-listing-page #csv-status,
body.imotive-submit-listing-page #sync-status {
    margin-top: 17px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    font-size: .88rem;
    font-weight: 700;
}

body.imotive-submit-listing-page #csv-status.bg-emerald-50,
body.imotive-submit-listing-page #sync-status.bg-emerald-50 {
    border-color: #a7f3d0;
    background: #ecfdf5 !important;
    color: #065f46;
}

body.imotive-submit-listing-page #csv-status.bg-rose-50,
body.imotive-submit-listing-page #sync-status.bg-rose-50 {
    border-color: #fecaca;
    background: #fef2f2 !important;
    color: #991b1b;
}

@media (max-width: 720px) {
    body.imotive-submit-listing-page .imotive-utility-header__inner {
        width: calc(100% - 24px);
    }

    body.imotive-submit-listing-page .imotive-utility-brand small {
        display: inline;
        font-size: .7rem;
    }

    body.imotive-submit-listing-page .imotive-utility-nav .is-primary {
        padding: .55rem .72rem;
        font-size: .78rem;
    }

    body.imotive-submit-listing-page .imotive-page-intro {
        width: calc(100% - 24px);
        margin-bottom: 16px;
        padding-top: 24px;
    }

    body.imotive-submit-listing-page .imotive-page-intro h1 {
        margin-top: 9px;
        font-size: 2rem;
    }

    body.imotive-submit-listing-page .imotive-page-intro p {
        font-size: .94rem;
        line-height: 1.6;
    }

    body.imotive-submit-listing-page .imotive-submit-card {
        width: calc(100% - 24px);
        margin-bottom: 48px;
        padding: 21px 18px 24px;
        border-radius: 20px;
    }

    body.imotive-submit-listing-page .imotive-submit-card > p {
        margin-bottom: 20px;
    }

    body.imotive-submit-listing-page .imotive-submit-tabs {
        margin-bottom: 22px;
    }

    body.imotive-submit-listing-page .imotive-submit-tabs .tab-btn {
        padding: 0 4px 11px;
        font-size: .75rem;
        white-space: normal;
    }

    body.imotive-submit-listing-page .imotive-lookup-panel {
        padding: 16px;
    }

    body.imotive-submit-listing-page .imotive-vrm-row,
    body.imotive-submit-listing-page .imotive-form-grid {
        grid-template-columns: 1fr;
    }

    body.imotive-submit-listing-page #btn_lookup_vrm {
        width: 100%;
    }

    body.imotive-submit-listing-page input[type="file"]::file-selector-button {
        margin-right: 7px;
        padding: 6px 9px;
    }
}

@media (max-width: 390px) {
    body.imotive-submit-listing-page .imotive-utility-brand small {
        display: none;
    }

    body.imotive-submit-listing-page .imotive-submit-card {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.imotive-submit-listing-page .imotive-submit-tabs .tab-btn {
        font-size: .7rem;
    }
}

/* Marketplace AI advert studio, introduced in iMotive OS 5.7.0. */
body.imotive-submit-listing-page .imotive-ai-advert-studio {
    padding: 22px;
    border: 1px solid #bae6fd;
    border-radius: 18px;
    background: linear-gradient(145deg, #f0f9ff 0%, #ffffff 58%, #f8fafc 100%);
    box-shadow: 0 12px 34px rgba(14, 165, 233, .08);
}

body.imotive-submit-listing-page .imotive-ai-advert-heading {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

body.imotive-submit-listing-page .imotive-ai-advert-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #0ea5e9;
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 8px 18px rgba(14, 165, 233, .2);
}

body.imotive-submit-listing-page .imotive-ai-advert-heading h3 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 850;
    letter-spacing: -.018em;
}

body.imotive-submit-listing-page .imotive-ai-advert-heading p {
    margin: 0;
    color: #475569;
    font-size: .86rem;
    line-height: 1.55;
}

body.imotive-submit-listing-page .imotive-ai-advert-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
    padding: 13px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 13px;
    background: rgba(255, 255, 255, .86);
    color: #0f172a !important;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
}

body.imotive-submit-listing-page .imotive-ai-advert-toggle input {
    width: 19px;
    height: 19px;
    margin: 0;
    accent-color: #0ea5e9;
}

body.imotive-submit-listing-page .imotive-ai-advert-toggle:has(input:checked) {
    border-color: #38bdf8;
    background: #e0f2fe;
}

body.imotive-submit-listing-page .imotive-ai-advert-toggle:has(input:disabled) {
    cursor: not-allowed;
    opacity: .68;
}

body.imotive-submit-listing-page .imotive-ai-advert-controls {
    display: grid;
    gap: 18px;
    margin-top: 19px;
    padding-top: 19px;
    border-top: 1px solid #dbeafe;
}

body.imotive-submit-listing-page .imotive-ai-features {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

body.imotive-submit-listing-page .imotive-ai-features legend {
    margin: 0 0 4px;
    color: #475569;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .075em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.imotive-submit-listing-page .imotive-field-help {
    margin: 7px 0 0;
    color: #64748b;
    font-size: .76rem;
    line-height: 1.5;
}

body.imotive-submit-listing-page .imotive-optional {
    color: #94a3b8;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

body.imotive-submit-listing-page .imotive-ai-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 11px;
}

body.imotive-submit-listing-page .imotive-ai-feature-chip {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 45px;
    margin: 0;
    padding: 10px 11px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    color: #334155 !important;
    font-size: .8rem;
    font-weight: 720;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

body.imotive-submit-listing-page .imotive-ai-feature-chip:hover {
    border-color: #7dd3fc;
    transform: translateY(-1px);
}

body.imotive-submit-listing-page .imotive-ai-feature-chip:has(input:checked) {
    border-color: #0ea5e9;
    background: #e0f2fe;
    color: #075985 !important;
}

body.imotive-submit-listing-page .imotive-ai-feature-chip input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #0ea5e9;
}

body.imotive-submit-listing-page .imotive-ai-generate-button,
body.imotive-submit-listing-page .imotive-ai-preview-actions button {
    min-height: 46px;
    padding: 11px 16px;
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: .86rem;
    font-weight: 820;
    cursor: pointer;
    transition: transform .16s ease, opacity .16s ease, background .16s ease;
}

body.imotive-submit-listing-page .imotive-ai-generate-button {
    width: 100%;
    background: #0284c7;
    color: #fff;
    box-shadow: 0 10px 22px rgba(2, 132, 199, .18);
}

body.imotive-submit-listing-page .imotive-ai-generate-button:hover,
body.imotive-submit-listing-page .imotive-ai-preview-actions button:hover {
    transform: translateY(-1px);
}

body.imotive-submit-listing-page .imotive-ai-generate-button:disabled,
body.imotive-submit-listing-page .imotive-ai-preview-actions button:disabled {
    cursor: wait;
    opacity: .62;
    transform: none;
}

body.imotive-submit-listing-page .imotive-ai-advert-status {
    min-height: 0;
    color: #475569;
    font-size: .8rem;
    font-weight: 650;
    line-height: 1.45;
}

body.imotive-submit-listing-page .imotive-ai-advert-status:not(:empty) {
    padding: 11px 12px;
    border: 1px solid #dbeafe;
    border-radius: 11px;
    background: #eff6ff;
}

body.imotive-submit-listing-page .imotive-ai-advert-status.is-error {
    border-color: #fecaca;
    background: #fff1f2;
    color: #be123c;
}

body.imotive-submit-listing-page .imotive-ai-advert-status.is-success {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

body.imotive-submit-listing-page .imotive-ai-advert-status.is-working {
    border-color: #bae6fd;
    background: #f0f9ff;
    color: #0369a1;
}

body.imotive-submit-listing-page .imotive-ai-advert-preview {
    padding: 17px;
    border: 1px solid #bae6fd;
    border-radius: 15px;
    background: #fff;
}

body.imotive-submit-listing-page .imotive-ai-advert-preview textarea {
    min-height: 235px;
    line-height: 1.62;
}

body.imotive-submit-listing-page .imotive-ai-preview-actions {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 9px;
    margin-top: 13px;
}

body.imotive-submit-listing-page .imotive-ai-preview-actions .imotive-ai-accept {
    background: #059669;
    color: #fff;
}

body.imotive-submit-listing-page .imotive-ai-preview-actions .imotive-ai-secondary {
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #334155;
}

body.imotive-submit-listing-page .imotive-ai-preview-actions .imotive-ai-text-button {
    grid-column: 1 / -1;
    min-height: 38px;
    padding: 7px 10px;
    background: transparent;
    color: #64748b;
    box-shadow: none;
}

@media (max-width: 640px) {
    body.imotive-submit-listing-page .imotive-ai-advert-studio {
        padding: 17px;
    }

    body.imotive-submit-listing-page .imotive-ai-feature-grid,
    body.imotive-submit-listing-page .imotive-ai-preview-actions {
        grid-template-columns: 1fr;
    }

    body.imotive-submit-listing-page .imotive-ai-preview-actions .imotive-ai-text-button {
        grid-column: auto;
    }
}

/* 5.15.0: free vs Premium Verified listing choice */
body.imotive-submit-listing-page .imotive-listing-package {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid #cbd5e1;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
body.imotive-submit-listing-page .imotive-listing-package__heading > span {
    display: block;
    margin-bottom: 5px;
    color: #0284c7;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
body.imotive-submit-listing-page .imotive-listing-package__heading h3,
body.imotive-submit-listing-page .imotive-listing-package__heading p {
    margin: 0;
}
body.imotive-submit-listing-page .imotive-listing-package__heading h3 {
    color: #0f172a;
    font-size: 1.14rem;
    line-height: 1.35;
}
body.imotive-submit-listing-page .imotive-listing-package__heading p {
    margin-top: 6px;
    color: #526176;
    font-size: .85rem;
    line-height: 1.55;
}
body.imotive-submit-listing-page .imotive-listing-package__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
body.imotive-submit-listing-page .imotive-package-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 12px;
    padding: 19px;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.imotive-submit-listing-page .imotive-package-card:hover {
    transform: translateY(-1px);
    border-color: #94a3b8;
}
body.imotive-submit-listing-page .imotive-package-card.is-selected {
    border-color: #0ea5e9;
    box-shadow: 0 0 0 4px rgba(14,165,233,.11), 0 12px 30px rgba(15,23,42,.08);
}
body.imotive-submit-listing-page .imotive-package-card.is-premium {
    background: linear-gradient(155deg, #0f172a 0%, #142b43 72%, #0f766e 150%);
    border-color: #334155;
    color: #fff;
}
body.imotive-submit-listing-page .imotive-package-card.is-premium.is-selected {
    border-color: #2dd4bf;
    box-shadow: 0 0 0 4px rgba(45,212,191,.14), 0 16px 34px rgba(15,23,42,.2);
}
body.imotive-submit-listing-page .imotive-package-card input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
body.imotive-submit-listing-page .imotive-package-card__flag {
    align-self: flex-start;
    padding: 5px 8px;
    border-radius: 999px;
    background: #2dd4bf;
    color: #073b3a;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
body.imotive-submit-listing-page .imotive-package-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
body.imotive-submit-listing-page .imotive-package-card__top strong {
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.3;
}
body.imotive-submit-listing-page .imotive-package-card__top b {
    color: #0284c7;
    font-size: .9rem;
    white-space: nowrap;
}
body.imotive-submit-listing-page .imotive-package-card.is-premium .imotive-package-card__top strong,
body.imotive-submit-listing-page .imotive-package-card.is-premium .imotive-package-card__top b {
    color: #fff;
}
body.imotive-submit-listing-page .imotive-package-card__copy {
    color: #64748b;
    font-size: .8rem;
    line-height: 1.5;
}
body.imotive-submit-listing-page .imotive-package-card.is-premium .imotive-package-card__copy {
    color: #cbd5e1;
}
body.imotive-submit-listing-page .imotive-package-card__benefits {
    display: grid;
    gap: 7px;
    color: #e2e8f0;
    font-size: .76rem;
    font-weight: 650;
    line-height: 1.35;
}
body.imotive-submit-listing-page .imotive-package-card__choice {
    display: flex;
    min-height: 38px;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    color: #0f172a;
    font-size: .8rem;
    font-weight: 850;
}
body.imotive-submit-listing-page .imotive-package-card.is-premium .imotive-package-card__choice {
    border-color: rgba(45,212,191,.55);
    background: rgba(45,212,191,.12);
    color: #99f6e4;
}
body.imotive-submit-listing-page .imotive-package-fineprint {
    margin: 0;
    color: #64748b;
    font-size: .72rem;
    line-height: 1.55;
}
@media (max-width: 700px) {
    body.imotive-submit-listing-page .imotive-listing-package__options {
        grid-template-columns: 1fr;
    }
}
