:root {
    --cp-best-price: var(--cp-red);
    --cp-action: var(--cp-black);
    --cp-red: #ED0000;
    --cp-red-dark: #ED0000;
    --cp-green: #17752a;
    --cp-black: #000000;
    --cp-charcoal: #000000;
    --cp-border: #d6d6d6;
    --cp-muted: #666;
    --cp-surface: #f7f7f7;
}

.chrome-payment-srp-legacy-heading {
    display: none;
}

.chrome-payment-srp-page {
    width: calc(100% - 40px);
    max-width: 1480px;
    padding: 0;
}

.chrome-payment-srp-page > .row {
    margin: 0;
}

.chrome-payment-srp-page #dvSideCol,
.chrome-payment-srp-page #dvResultsColumn {
    padding-left: 14px;
    padding-right: 14px;
}

.chrome-payment-srp-page #dvSideCol {
    border-right: 1px solid var(--cp-border);
}

@media (min-width: 992px) {
    .wpCarousel,
    .wpCarousel > .container,
    #simpleCarousel,
    #simpleCarousel .simple-carousel-slide,
    #simpleCarousel .hidden-xs.hidden-sm {
        height: 112px !important;
    }

    .wpCarousel > .container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #simpleCarousel {
        width: 100% !important;
    }

    #simpleCarousel .simple-carousel-slide-img {
        width: 100% !important;
        height: 112px !important;
    }

    html.chrome-payment-vdp-page .wpCarousel,
    html.chrome-payment-vdp-page .wpCarousel > .container,
    html.chrome-payment-vdp-page #simpleCarousel,
    html.chrome-payment-vdp-page #simpleCarousel .simple-carousel-slide,
    html.chrome-payment-vdp-page #simpleCarousel .hidden-xs.hidden-sm {
        height: 96px !important;
    }

    html.chrome-payment-vdp-page #simpleCarousel .simple-carousel-slide-img {
        height: 96px !important;
        margin-bottom: 0 !important;
    }

    .chrome-payment-srp-page #dvSideCol {
        width: 18%;
    }

    .chrome-payment-srp-page #dvResultsColumn {
        width: 82%;
    }
}

.chrome-payment-srp-page #dvColFilter {
    border: 0;
    box-shadow: none;
    padding: 12px 2px 40px;
}

.chrome-payment-srp-page #dvColFilter .page-header {
    border: 0;
    color: #222;
    font-size: 25px;
    font-weight: 400;
    padding: 0 0 12px;
}

.chrome-payment-srp-page #dvColFilter .page-header strong {
    color: #111;
    font-weight: 800;
}

.chrome-payment-srp-page #dvColFilter > .row {
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
}

.chrome-payment-srp-page #dvColFilter > .row:first-of-type {
    border-bottom: 0;
}

.chrome-payment-srp-page #dvColFilter .dvVehInterest {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px 10px;
}

.chrome-payment-srp-page #dvColFilter #vehInterest a {
    font-size: 14px;
    line-height: 20px;
}

.chrome-payment-srp-page #dvColFilter .col-xs-12 {
    padding: 0;
}

.chrome-payment-srp-page #dvColFilter .btn-toolbar {
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #161616;
    font-size: 13px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 14px 10px;
    text-align: left;
}

.chrome-payment-srp-page #dvColFilter .btn-toolbar:hover,
.chrome-payment-srp-page #dvColFilter .btn-toolbar:focus {
    background: #f7f7f7;
}

.chrome-payment-srp-page #dvColFilter .btn-primary.btn-sm {
    border-color: #111;
    border-radius: 3px;
    background: var(--cp-black);
    padding: 9px 12px;
    text-transform: uppercase;
}

.chrome-payment-srp-results-head {
    display: grid;
    grid-template-columns: max-content minmax(220px, 1fr) max-content;
    min-height: 68px;
    align-items: center;
    border-bottom: 1px solid var(--cp-border);
    color: #222;
    column-gap: 20px;
    font-size: 14px;
}

.chrome-payment-srp-results-count {
    white-space: nowrap;
}

.chrome-payment-srp-results-head strong {
    font-size: 19px;
}

.chrome-payment-srp-search-slot,
.chrome-payment-srp-search-slot #dvSearch,
.chrome-payment-srp-search-slot #lsTextFilterForm,
.chrome-payment-srp-search-slot .input-group {
    width: 100%;
}

.chrome-payment-srp-search-slot #lsTextFilterForm {
    margin: 0;
}

.chrome-payment-srp-search-slot .form-control,
.chrome-payment-srp-search-slot #lsBtnSearch {
    height: 42px !important;
    font-size: 14px;
}

.chrome-payment-srp-search-slot .form-control {
    border-radius: 2px 0 0 2px;
    padding: 8px 12px;
}

.chrome-payment-srp-search-slot #lsBtnSearch {
    min-width: 82px;
    border-radius: 0 2px 2px 0;
    padding: 8px 15px;
}

.chrome-payment-srp-results-head label,
.chrome-payment-srp-sort {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.chrome-payment-srp-results-head select {
    width: 250px;
    height: 42px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 36px 8px 12px !important;
}

.chrome-payment-srp-page .filterwell {
    display: none;
}

.chrome-payment-srp-page #dvTopResults {
    display: none !important;
}

.chrome-payment-srp-page #dvFilterTags {
    margin-top: 0 !important;
}

.chrome-payment-srp-page #dvResponse .vsearchresult.chrome-payment-result,
.chrome-payment-result {
    position: relative;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--cp-border) !important;
    border-radius: 0 !important;
    background: #fff;
    box-shadow: none !important;
    padding: 0 !important;
}

.chrome-payment-srp-card {
    display: grid;
    grid-template-columns: minmax(270px, 1.12fr) minmax(245px, .92fr) minmax(305px, 1.08fr) 172px;
    min-height: 370px;
    column-gap: 14px;
    padding: 18px 0;
}

.chrome-payment-srp-media,
.chrome-payment-srp-details,
.chrome-payment-srp-offer,
.chrome-payment-srp-modern-ctas {
    min-width: 0;
}

.chrome-payment-srp-media {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chrome-payment-vehicle-badge {
    display: inline-flex;
    position: static;
    align-items: center;
    border-radius: 2px;
    background: var(--cp-black);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    padding: 4px 7px;
}

.chrome-payment-vehicle-badge .fa {
    margin-right: 4px;
}

.chrome-payment-srp-badges {
    display: flex;
    min-height: 18px;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 5px;
}

.chrome-payment-srp-badges:empty {
    visibility: hidden;
}

.chrome-payment-srp-main-image {
    display: flex;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
}

.chrome-payment-srp-main-stage {
    position: relative;
}

.chrome-payment-srp-main-image.is-dragging {
    cursor: grabbing;
}

.chrome-payment-srp-main-image > span:first-child,
.chrome-payment-srp-main-image img {
    display: block;
    width: 100%;
    max-width: 340px;
    max-height: 220px;
    object-fit: contain;
    transition: opacity .16s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.chrome-payment-srp-media.is-loading-image .chrome-payment-srp-main-image img {
    opacity: .55;
}

.chrome-payment-srp-gallery-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: inline-flex;
    width: 38px;
    height: 44px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    background: rgba(255, 255, 255, .92);
    color: #111;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    font-size: 17px;
    opacity: 0;
    pointer-events: none;
    transition: background-color .15s ease, color .15s ease, opacity .15s ease;
}

.chrome-payment-srp-gallery-arrow[hidden] {
    display: none !important;
}

.chrome-payment-srp-main-stage:hover .chrome-payment-srp-gallery-arrow,
.chrome-payment-srp-gallery-arrow:focus-visible {
    opacity: .92;
    pointer-events: auto;
}

.chrome-payment-srp-gallery-arrow.is-previous {
    left: 7px;
}

.chrome-payment-srp-gallery-arrow.is-next {
    right: 7px;
}

.chrome-payment-srp-gallery-arrow:hover,
.chrome-payment-srp-gallery-arrow:focus {
    background: var(--cp-black);
    color: #fff;
}

.chrome-payment-srp-gallery-arrow:disabled {
    opacity: 0;
    cursor: default;
}

.chrome-payment-srp-main-stage:hover .chrome-payment-srp-gallery-arrow:disabled,
.chrome-payment-srp-gallery-arrow:disabled:focus-visible {
    opacity: .32;
}

.chrome-payment-srp-gallery-arrow:disabled:hover,
.chrome-payment-srp-gallery-arrow:disabled:focus {
    background: rgba(255, 255, 255, .92);
    color: #111;
}

.chrome-payment-srp-thumbnails {
    display: flex;
    min-height: 55px;
    gap: 5px;
    align-items: stretch;
    justify-content: center;
}

.chrome-payment-srp-thumbnails:empty,
.chrome-payment-srp-thumbnails.is-empty {
    display: none;
    min-height: 0;
}

.chrome-payment-srp-thumbnails button {
    position: relative;
    display: flex;
    width: 50px;
    min-width: 0;
    height: 52px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    background: #fff;
    padding: 0;
}

.chrome-payment-srp-thumbnails button.is-active {
    border: 2px solid #111;
}

.chrome-payment-srp-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chrome-payment-srp-thumbnails .chrome-payment-view-all {
    flex-direction: column;
    background: var(--cp-black);
    color: #fff;
    line-height: 1;
}

.chrome-payment-view-all strong {
    font-size: 15px;
}

.chrome-payment-view-all small {
    margin-top: 4px;
    font-size: 12px;
}

.chrome-payment-srp-details {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--cp-border);
    padding: 2px 12px 0 0;
}

.chrome-payment-srp-details h2 {
    min-height: 23px;
    margin: 0;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.15;
}

.chrome-payment-srp-details h2 a {
    color: #111;
    text-decoration: none;
}

.chrome-payment-srp-status {
    margin: 4px 0 7px;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.chrome-payment-srp-status > strong {
    display: inline-block;
    margin-right: 5px;
    background: #168cc5;
    color: #fff;
    padding: 2px 5px;
}

.chrome-payment-srp-status .bg-primary,
.chrome-payment-srp-status .bg-light-gray {
    background: transparent !important;
    color: inherit !important;
}

.chrome-payment-srp-id {
    margin: 0 0 8px;
    color: #333;
    font-size: 12px;
    line-height: 1.45;
}

.chrome-payment-srp-id > span::before {
    content: "|";
    margin: 0 5px;
    color: #aaa;
}

.chrome-payment-srp-id > span:first-child::before {
    content: none;
    margin: 0;
}

.chrome-payment-srp-specs .fa {
    display: none;
}

.chrome-payment-mobile-details {
    display: none;
}

.chrome-payment-srp-specs {
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
}

.chrome-payment-srp-specs > div {
    display: flex;
    gap: 4px;
}

.chrome-payment-srp-specs dt {
    flex: none;
    font-weight: 800;
}

.chrome-payment-srp-specs dd {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chrome-payment-srp-specs .chrome-payment-srp-economy {
    flex-wrap: wrap;
    margin-top: 3px;
    gap: 2px 5px;
}

.chrome-payment-srp-secondary-actions {
    display: flex;
    margin-top: auto;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    gap: 0;
}

.chrome-payment-srp-secondary-actions a {
    border-right: 1px solid #ddd;
    color: #222;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}

.chrome-payment-srp-secondary-actions a:first-child {
    padding-left: 0;
}

.chrome-payment-srp-secondary-actions a:last-child {
    border: 0;
    padding-right: 0;
}

.chrome-payment-srp-offer {
    padding: 0 0 0 2px;
}

.chrome-payment-srp-price {
    border-bottom: 1px solid #111;
    margin-bottom: 8px;
}

.chrome-payment-srp-price > div {
    display: flex;
    min-height: 27px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
}

.chrome-payment-srp-price > div > strong {
    font-size: 17px;
}

.chrome-payment-price-incentives,
.chrome-payment-price-incentive {
    color: var(--cp-green);
    font-size: 12px !important;
    font-weight: 800;
    text-transform: uppercase;
}

.chrome-payment-price-incentives small,
.chrome-payment-price-incentive small {
    font-size: 12px;
}

.chrome-payment-srp-price .chrome-payment-selling-price {
    min-height: 40px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.chrome-payment-selling-price-value {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.chrome-payment-selling-price strong {
    margin-left: auto;
    font-size: 21px !important;
}

.chrome-payment-selling-price .smart-popover {
    cursor: pointer;
    font-size: 14px;
}

.chrome-payment-price-after-incentives {
    min-height: 36px !important;
    border-top: 1px solid #bbb;
    font-size: 13px !important;
    font-weight: 800;
    text-transform: uppercase;
}

.chrome-payment-price-after-incentives strong {
    font-size: 18px !important;
}

.chrome-payment-selling-price button,
.chrome-payment-info,
[data-chrome-payment-info] {
    border: 0;
    background: transparent;
    color: inherit;
    padding: 2px;
}

.chrome-payment-srp-slot {
    min-height: 174px;
}

.chrome-payment-srp-loading {
    display: flex;
    min-height: 154px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 3px;
    background: #f1f1f1;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.chrome-payment-srp-unavailable {
    display: flex;
    min-height: 125px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: #fafafa;
    color: #555;
    font-size: 13px;
    gap: 8px;
    padding: 20px;
    text-align: center;
}

.chrome-payment-inline-form {
    position: relative;
    min-height: 168px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f7f7f7;
    padding: 10px;
}

.chrome-payment-inline-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 7px;
    gap: 8px;
}

.chrome-payment-inline-heading strong {
    color: #111;
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
}

.chrome-payment-inline-heading small {
    max-width: 150px;
    color: #555;
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
}

.chrome-payment-inline-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.chrome-payment-inline-field {
    margin: 0;
}

.chrome-payment-inline-field.is-name {
    grid-column: 1 / -1;
}

.chrome-payment-inline-field > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.chrome-payment-inline-field input {
    width: 100%;
    height: 32px;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #fff;
    color: #111;
    font-size: 12px;
    padding: 5px 8px;
}

.chrome-payment-inline-field input:focus {
    border-color: #333;
    box-shadow: 0 0 0 1px #333;
    outline: 0;
}

.chrome-payment-inline-consent {
    display: inline-flex;
    align-items: center;
    margin: 5px 0 4px;
    color: #555;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
    gap: 5px;
    line-height: 1.1;
}

.chrome-payment-inline-consent input {
    margin: 0;
}

.chrome-payment-inline-submit {
    width: 100%;
    min-height: 34px;
    border: 1px solid var(--cp-black);
    border-radius: 2px;
    background: var(--cp-black);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    padding: 7px 10px;
    text-transform: uppercase;
    transition: none !important;
}

.chrome-payment-inline-submit:hover,
.chrome-payment-inline-submit:focus {
    border-color: #292929;
    background: #292929;
    color: #fff;
}

.chrome-payment-inline-submit:disabled {
    cursor: wait;
    opacity: .7;
}

.chrome-payment-inline-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
}

.chrome-payment-inline-status {
    min-height: 0;
    margin-top: 4px;
    color: var(--cp-red);
    font-size: 10px;
    line-height: 1.2;
}

.chrome-payment-inline-status:empty {
    display: none;
}

.chrome-payment-inline-success {
    display: flex;
    min-height: 168px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b8d8bd;
    border-radius: 3px;
    background: #f2faf3;
    color: #174c20;
    gap: 10px;
    padding: 18px;
}

.chrome-payment-inline-success > .fa {
    font-size: 24px;
}

.chrome-payment-inline-success strong,
.chrome-payment-inline-success span {
    display: block;
}

.chrome-payment-inline-success strong {
    font-size: 15px;
    text-transform: uppercase;
}

.chrome-payment-inline-success span {
    margin-top: 3px;
    color: #315b38;
    font-size: 12px;
}

.chrome-payment-srp-options {
    margin-top: 5px;
}

.chrome-payment-option {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 63px;
    grid-template-columns: 25px minmax(92px, 1fr) minmax(100px, 105px) 70px;
    align-items: center;
    margin-bottom: 7px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    background: #fff;
    color: #111;
    padding: 8px 7px;
    text-align: left;
    text-decoration: none !important;
    transition: none !important;
}

.chrome-payment-option.is-summary {
    grid-template-columns: minmax(92px, 1fr) minmax(100px, 105px) 70px;
}

.chrome-payment-option.is-summary:hover,
.chrome-payment-option.is-summary:focus-within {
    background: #f6f6f6;
}

.chrome-payment-option.is-summary.is-primary:hover,
.chrome-payment-option.is-summary.is-primary:focus-within {
    background: #181818;
}

.chrome-payment-option-hit-area {
    position: absolute;
    z-index: 3;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    background: transparent;
    padding: 0;
}

.chrome-payment-option-hit-area:focus-visible {
    outline: 3px solid #f5bd16;
    outline-offset: 2px;
}

button.chrome-payment-option {
}

.chrome-payment-option.is-primary {
    border-color: #000;
    background: var(--cp-black);
    color: #fff;
}

.chrome-payment-option-radio {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.chrome-payment-option.is-primary .chrome-payment-option-radio::after {
    content: "\f00c";
    font-size: 10px;
    font-weight: 900;
}

.chrome-payment-option-title strong {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
}

.chrome-payment-option-title small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.3;
    opacity: .85;
}

.chrome-payment-option-amount {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    padding: 0 20px 0 3px;
    white-space: nowrap;
}

.chrome-payment-option-amount strong {
    font-size: 27px;
    line-height: 1;
}

.chrome-payment-option-amount small {
    margin-left: 2px;
    font-size: 12px;
}

.chrome-payment-option-info {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-top: -9px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: currentColor;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    text-align: center;
}

.chrome-payment-option-info:hover,
.chrome-payment-option-info:focus {
    background: rgba(127, 127, 127, .2);
    outline: 0;
}

.chrome-payment-srp-options .chrome-payment-option-title strong {
    display: flex;
    align-items: center;
    gap: 5px;
}

.chrome-payment-srp-options .chrome-payment-option-title .chrome-payment-option-info {
    position: static;
    z-index: auto;
    display: inline-flex;
    width: 18px;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 18px;
}

.chrome-payment-srp-options .chrome-payment-option.is-summary .chrome-payment-option-amount {
    padding-right: 3px;
}

.chrome-payment-option-term {
    border-left: 1px solid currentColor;
    font-size: 12px;
    line-height: 1.25;
    padding-left: 7px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.chrome-payment-option-term strong {
    display: block;
    font-size: 11px;
    line-height: 1.2;
}

.chrome-payment-srp-disclaimer {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 11px;
    font-style: italic;
    gap: 5px;
}

.chrome-payment-srp-disclaimer .chrome-payment-info {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 12px;
}

.chrome-payment-srp-modern-ctas {
    display: flex;
    flex-direction: column;
    align-self: start;
    gap: 6px;
    padding-top: 10px;
}

.chrome-payment-cta {
    --chrome-payment-cta-padding-x: 10px;
    display: flex;
    min-height: 43px;
    align-items: center;
    border: 0;
    border-radius: 3px;
    background: var(--cp-black);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    padding: 9px var(--chrome-payment-cta-padding-x) !important;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
    transform: none !important;
    transition: none !important;
}

.chrome-payment-cta .fa {
    width: 21px;
    margin-right: 5px;
    font-size: 14px;
    text-align: center;
    transform: none !important;
    transition: none !important;
}

.chrome-payment-cta-primary {
    background: var(--cp-red);
    justify-content: center;
    text-align: center;
}

.chrome-payment-cta:hover,
.chrome-payment-cta:focus {
    min-height: 43px;
    border: 0 !important;
    background: #1b1b1b;
    box-shadow: none;
    transform: none !important;
}

.chrome-payment-cta-primary:hover,
.chrome-payment-cta-primary:focus {
    background: var(--cp-red);
}

.chrome-payment-cta::before,
.chrome-payment-cta::after {
    display: none !important;
}

.chrome-payment-unavailable .chrome-payment-cta-primary {
    display: none;
}

.chrome-payment-srp-legal {
    display: none;
}

/* Quote-specific SRP disclosure. The black/white/red treatment intentionally
   belongs to Dilawri while retaining the term-by-term behavior proven on Leggat. */
.chrome-payment-disclosure-modal .modal-dialog {
    max-width: 780px;
}

.chrome-payment-disclosure-modal,
#chromePaymentDisclaimer {
    z-index: 10000000;
}

body.chrome-payment-disclosure-open > .modal-backdrop {
    z-index: 9999999;
}

.chrome-payment-disclosure-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .34);
}

.chrome-payment-disclosure-modal .modal-header {
    position: relative;
    border: 0;
    border-top: 5px solid var(--cp-red);
    background: var(--cp-black);
    color: #fff;
    padding: 18px 24px 20px;
}

.chrome-payment-disclosure-modal .modal-header .close {
    color: #fff;
    font-size: 28px;
    opacity: .9;
    text-shadow: none;
}

.chrome-payment-disclosure-kicker {
    display: block;
    margin-bottom: 4px;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.chrome-payment-disclosure-modal .modal-title {
    max-width: calc(100% - 36px);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.15;
}

.chrome-payment-disclosure-modal .modal-body {
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    padding: 22px 24px;
}

.chrome-payment-disclosure-choices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.chrome-payment-disclosure-choice.is-cash {
    grid-template-columns: minmax(92px, 1fr) auto;
}

.chrome-payment-disclosure-choice {
    display: grid;
    min-height: 78px;
    grid-template-columns: minmax(92px, 1fr) auto 78px;
    align-items: center;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #fff;
    color: #111;
    gap: 8px;
    padding: 10px 12px;
    text-align: left;
}

.chrome-payment-disclosure-choice.is-selected {
    border-color: #000;
    background: var(--cp-black);
    color: #fff;
}

.chrome-payment-disclosure-choice span {
    min-width: 0;
}

.chrome-payment-disclosure-choice strong,
.chrome-payment-disclosure-choice small {
    display: block;
}

.chrome-payment-disclosure-choice > span:first-child > strong,
.chrome-payment-disclosure-choice > span:last-child > strong {
    font-size: 13px;
    text-transform: uppercase;
}

.chrome-payment-disclosure-choice small {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.25;
    opacity: .8;
}

.chrome-payment-disclosure-choice-payment {
    white-space: nowrap;
}

.chrome-payment-disclosure-choice-payment strong {
    display: inline !important;
    font-size: 25px;
}

.chrome-payment-disclosure-choice-payment small {
    display: inline !important;
    margin-left: 2px;
}

.chrome-payment-disclosure-summary {
    margin-top: 18px;
    border-left: 4px solid var(--cp-red);
    background: #f3f3f3;
    padding: 14px 16px;
}

.chrome-payment-disclosure-summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.chrome-payment-disclosure-summary > div > span {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.chrome-payment-disclosure-summary > div > strong {
    font-size: 31px;
    line-height: 1;
}

.chrome-payment-disclosure-summary > div > strong small {
    margin-left: 3px;
    font-size: 13px;
}

.chrome-payment-disclosure-summary p {
    margin: 6px 0 0;
    color: #555;
    font-size: 13px;
}

.chrome-payment-disclosure-breakdown,
.chrome-payment-disclosure-incentives {
    margin-top: 20px;
}

.chrome-payment-disclosure-breakdown h5,
.chrome-payment-disclosure-incentives h5 {
    margin: 0 0 9px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.chrome-payment-disclosure-breakdown .price-breakdown-item {
    display: flex;
    min-height: 31px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0;
}

.chrome-payment-disclosure-breakdown .price-breakdown-label,
.chrome-payment-disclosure-breakdown .price-breakdown-amount {
    font-size: 13px;
}

.chrome-payment-disclosure-breakdown .price-breakdown-amount {
    font-weight: 800;
    white-space: nowrap;
}

.chrome-payment-disclosure-row {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    gap: 16px;
    font-size: 14px;
}

.chrome-payment-disclosure-row.is-emphasis {
    border-bottom-color: #888;
    color: #111;
    font-weight: 800;
}

.chrome-payment-disclosure-row.is-negative strong {
    color: var(--cp-green);
}

.chrome-payment-disclosure-incentives ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chrome-payment-disclosure-incentives li,
.chrome-payment-disclosure-incentives p {
    margin: 0;
    border: 1px solid #cfe4d4;
    background: #f3faf5;
    color: var(--cp-green);
    font-size: 13px;
    font-weight: 700;
    padding: 9px 11px;
}

.chrome-payment-disclosure-incentives .fa {
    margin-right: 7px;
}

.chrome-payment-disclosure-notice {
    display: flex;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    color: #555;
    gap: 10px;
    padding-top: 14px;
}

.chrome-payment-disclosure-notice > .fa {
    color: #111;
    font-size: 18px;
}

.chrome-payment-disclosure-notice strong {
    color: #111;
    font-size: 13px;
    text-transform: uppercase;
}

.chrome-payment-disclosure-notice p {
    margin: 3px 0 0;
    font-size: 12px;
    line-height: 1.45;
}

.chrome-payment-disclosure-additional {
    margin-top: 18px;
    border-top: 1px solid #ddd;
    color: #555;
    font-size: 12px;
    padding-top: 14px;
}

.chrome-payment-disclosure-additional summary {
    color: #222;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
}

.chrome-payment-disclosure-additional > div {
    margin-top: 10px;
    line-height: 1.5;
}

.chrome-payment-disclosure-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    gap: 8px;
    padding: 12px 24px;
}

.chrome-payment-disclosure-tune {
    margin-right: auto;
    border-color: var(--cp-red);
    background: var(--cp-red);
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    transform: none !important;
    transition: none !important;
}

.chrome-payment-disclosure-best-price {
    border-color: var(--cp-black);
    background: var(--cp-black);
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    transform: none !important;
    transition: none !important;
}

.chrome-payment-disclosure-tune:hover,
.chrome-payment-disclosure-tune:focus {
    border-color: var(--cp-red);
    background: var(--cp-red);
}

.chrome-payment-disclosure-best-price:hover,
.chrome-payment-disclosure-best-price:focus {
    border-color: #242424;
    background: #242424;
    color: #fff !important;
}

.chrome-payment-disclosure-tune::before,
.chrome-payment-disclosure-tune::after,
.chrome-payment-disclosure-best-price::before,
.chrome-payment-disclosure-best-price::after {
    display: none !important;
}

.chrome-payment-result .result-mtag,
.chrome-payment-result .chrome-payment-srp-fallback-ctas,
.chrome-payment-result .result-msrp {
    display: none;
}

.chrome-payment-unavailable .chrome-payment-srp-price {
    border-bottom: 0;
}

.chrome-payment-contact-pricing {
    display: flex !important;
    min-height: 40px !important;
    align-items: center;
    justify-content: flex-start !important;
    color: #111;
    font-size: 15px !important;
    font-weight: 800;
    text-transform: uppercase;
}

.chrome-payment-contact-pricing strong {
    font-size: 17px !important;
}

.chrome-payment-no-price .chrome-payment-srp-slot,
.chrome-payment-priced-no-payments .chrome-payment-srp-slot {
    min-height: 0;
}

/* VDP modern hero */
.chrome-payment-vdp-modern {
    background: #fff;
}

.chrome-payment-vdp-modern-inner {
    width: calc(100% - 40px);
    max-width: 1480px;
    padding: 0;
}

.chrome-payment-vdp-titlebar {
    display: flex;
    position: relative;
    z-index: 2;
    min-height: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0;
    pointer-events: none;
}

html.chrome-payment-vdp-page .chrome-payment-vdp-titlebar {
    min-height: 0;
    align-items: flex-start;
    padding: 10px 0;
}

html.chrome-payment-vdp-page .chrome-payment-breadcrumb {
    margin-bottom: 4px;
    line-height: 1.2;
}

.chrome-payment-option-mileage {
    display: block;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

html.chrome-payment-vdp-page .chrome-payment-vdp-identifiers {
    font-size: 12px;
    line-height: 1.35;
}

html.chrome-payment-vdp-page .chrome-payment-vdp-utilities {
    margin-top: 10px;
}

.chrome-payment-breadcrumb {
    margin-bottom: 7px;
    color: #555;
    font-size: 12px;
}

.chrome-payment-breadcrumb .fa {
    margin: 0 7px;
    font-size: 7px;
}

.chrome-payment-vdp-offer-heading h1 {
    margin: 0;
    color: #111;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: .35px;
}

.chrome-payment-vdp-offer-heading {
    margin-bottom: 13px;
}

.chrome-payment-vdp-identifiers {
    display: flex;
    flex-wrap: nowrap;
    margin: 5px 0 0;
    color: #333;
    font-size: 12px;
    gap: 12px;
    white-space: nowrap;
}

.chrome-payment-vdp-identifiers span + span {
    border-left: 1px solid #777;
    padding-left: 12px;
}

.chrome-payment-vdp-utilities {
    display: flex;
    align-self: flex-start;
    margin-top: 18px;
    gap: 28px;
}

.chrome-payment-vdp-utilities a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

.chrome-payment-vdp-utilities .fa,
.chrome-payment-vdp-utilities .far {
    margin-right: 4px;
    font-size: 13px;
}

.chrome-payment-vdp-hero-grid {
    display: grid;
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr);
    align-items: stretch;
    margin-top: 0;
}

.chrome-payment-vdp-gallery {
    display: grid;
    min-height: 354px;
    min-width: 0;
    grid-template-rows: 289px 65px;
    border-right: 1px solid #ddd;
    padding: 0 30px 0 0;
}

html.chrome-payment-vdp-page .chrome-payment-vdp-gallery {
    padding-top: 0;
    padding-bottom: 0;
}

.chrome-payment-gallery-for {
    width: 100%;
    height: 289px;
    min-width: 0;
    max-width: 100%;
    min-height: 289px;
    overflow: hidden;
}

.chrome-payment-gallery-for .imgtop-item {
    height: 100%;
    min-height: 289px;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-for,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .imgtop-item {
    height: 289px;
    min-height: 289px;
}

.chrome-payment-gallery-for .slick-list,
.chrome-payment-gallery-for .slick-track {
    height: 100%;
}

.chrome-payment-gallery-for .slick-list,
.chrome-payment-gallery-nav .slick-list {
    width: 100%;
    min-width: 0;
}

.chrome-payment-gallery-for .slick-slide {
    height: 100%;
}

.chrome-payment-gallery-for .slick-slide.imgtop-item,
.chrome-payment-gallery-for .slick-slide > .imgtop-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#chrome-payment-gallery-for [data-uwm-embed],
#chrome-payment-gallery-for [id^="mod_vin_"],
#chrome-payment-gallery-for .vid-slide,
#chrome-payment-gallery-nav [data-uwm-embed],
#chrome-payment-gallery-nav [id^="mod_vin_"],
#chrome-payment-gallery-nav .vid-sm-slide {
    display: none !important;
}

.chrome-payment-gallery-for img {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-for {
    margin-bottom: 0 !important;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-for img {
    height: 289px;
    max-height: 289px;
}

@media (min-width: 992px) {
    html.chrome-payment-vdp-page #chrome-payment-gallery-for .imgtop-item {
        overflow: hidden;
    }

    html.chrome-payment-vdp-page #chrome-payment-gallery-for .imgtop-item > img.img-responsive[src*="/INV_H600_"] {
        transform: scale(1.45);
        transform-origin: 50% 58%;
    }

    html.chrome-payment-vdp-page #chrome-payment-gallery-for .imgtop-item > img.img-responsive[src*="/IOF_H600_"] {
        transform: scale(1.45);
        transform-origin: 50% 58%;
    }
}

.chrome-payment-gallery-for .slick-prev,
.chrome-payment-gallery-for .slick-next {
    z-index: 3;
    width: 44px;
    height: 64px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
}

.chrome-payment-gallery-for .slick-prev {
    left: 8px;
}

.chrome-payment-gallery-for .slick-next {
    right: 8px;
}

.chrome-payment-gallery-for .slick-prev::before,
.chrome-payment-gallery-for .slick-next::before {
    color: var(--cp-black) !important;
    font-size: 40px;
    font-weight: 900;
    opacity: 1;
}

.chrome-payment-gallery-for .slick-prev::before {
    content: "\f053";
}

.chrome-payment-gallery-for .slick-next::before {
    content: "\f054";
}

.chrome-payment-gallery-for .slick-dots {
    display: none !important;
}

.chrome-payment-gallery-nav-row {
    display: grid;
    width: 100%;
    max-width: 680px;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 104px;
    align-items: stretch;
    gap: 8px;
    margin: 5px auto 0;
}

.chrome-payment-gallery-nav {
    width: 100%;
    height: 60px;
    min-width: 0;
    max-width: none;
    max-height: 60px;
    margin: 0;
    overflow: hidden;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav {
    margin-top: 0;
}

.chrome-payment-gallery-nav .slick-list,
.chrome-payment-gallery-nav .slick-track {
    height: 60px !important;
    max-height: 60px;
}

.chrome-payment-gallery-nav .imgtop-item {
    height: 60px;
    margin: 0 4px;
    overflow: hidden;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav .imgtop-item {
    height: 60px;
}

.chrome-payment-gallery-nav .slick-current .imgtop-item,
.chrome-payment-gallery-nav .slick-current.imgtop-item {
    border: 2px solid #111;
}

.chrome-payment-gallery-nav img {
    width: 100%;
    height: 58px;
    object-fit: cover;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav img {
    height: 58px;
}

.chrome-payment-gallery-view-all {
    display: flex;
    height: 60px;
    min-width: 0;
    min-height: 60px;
    max-height: 60px;
    align-items: center;
    align-self: start;
    justify-content: center;
    flex-direction: column;
    border: 1px solid var(--cp-black);
    border-radius: 2px;
    background: var(--cp-black);
    color: #fff;
    line-height: 1.1;
    padding: 5px;
    text-align: center;
}

.chrome-payment-gallery-view-all[hidden] {
    display: none !important;
}

.chrome-payment-gallery-view-all strong {
    font-size: 18px;
    font-weight: 500;
}

.chrome-payment-gallery-view-all span {
    margin-top: 4px;
    font-size: 11px;
}

body.chrome-payment-gallery-open {
    overflow: hidden !important;
}

body.chrome-payment-gallery-open [id^="chatwareChatWindow_"],
body.chrome-payment-gallery-open #offerCard {
    display: none !important;
}

.chrome-payment-gallery-modal {
    position: fixed;
    z-index: 2147483647;
    inset: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--cp-black);
    color: #fff;
    -webkit-overflow-scrolling: touch;
}

.chrome-payment-gallery-modal[hidden] {
    display: none !important;
}

.chrome-payment-gallery-modal-shell {
    min-height: 100%;
}

.chrome-payment-gallery-modal-header {
    display: flex;
    position: sticky;
    z-index: 2;
    top: 0;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    background: rgba(10, 10, 10, .94);
    padding: 12px clamp(18px, 3vw, 48px);
    backdrop-filter: blur(10px);
}

.chrome-payment-gallery-modal-header h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
}

.chrome-payment-gallery-modal-header [data-chrome-gallery-count] {
    display: block;
    margin-top: 4px;
    color: #bbb;
    font-size: 12px;
}

.chrome-payment-gallery-modal-header button {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border-radius: 50%;
    background: #171717;
    color: #fff;
    font-size: 20px;
}

.chrome-payment-gallery-modal-header button:hover,
.chrome-payment-gallery-modal-header button:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #111;
}

.chrome-payment-gallery-modal-list {
    display: grid;
    width: 100%;
    max-width: 1500px;
    gap: 24px;
    margin: 0 auto;
    padding: 24px clamp(12px, 3vw, 48px) 56px;
}

.chrome-payment-gallery-modal-list figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
}

.chrome-payment-gallery-modal-list img {
    display: block;
    width: 100%;
    height: auto;
}

.chrome-payment-gallery-modal-list figcaption {
    position: absolute;
    right: 12px;
    bottom: 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 7px 10px;
}

.chrome-payment-vdp-offer {
    padding: 0 0 0 30px;
}

html.chrome-payment-vdp-page .chrome-payment-vdp-offer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.chrome-payment-vdp-price-inquiry {
    display: flex;
    min-height: 246px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-top: 4px solid var(--cp-red);
    background: #f4f5f6;
    padding: 28px 32px;
}

.chrome-payment-vdp-price-inquiry-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 19px;
}

.chrome-payment-vdp-price-inquiry-label {
    color: #555;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.chrome-payment-vdp-price-inquiry h2 {
    margin: 4px 0 8px;
    color: #111;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.chrome-payment-vdp-price-inquiry p {
    max-width: 520px;
    margin: 0 0 18px;
    color: #3f454b;
    font-size: 14px;
    line-height: 1.55;
}

.chrome-payment-vdp-price-inquiry a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: var(--cp-red);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    padding: 11px 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.chrome-payment-vdp-price-inquiry a:hover,
.chrome-payment-vdp-price-inquiry a:focus {
    background: #8f0000;
}
.chrome-payment-vdp-price-lines {
    border-bottom: 0;
}

.chrome-payment-vdp-price-lines > div {
    display: flex;
    min-height: 26px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.chrome-payment-vdp-price-lines > div[hidden] {
    display: none !important;
}

.chrome-payment-vdp-price-lines > div > strong {
    font-size: 27px;
    font-weight: 800;
}

.chrome-payment-vdp-price-lines .chrome-payment-vehicle-price {
    margin-bottom: 0;
}

.chrome-payment-vdp-price-lines .chrome-payment-vehicle-price strong {
    font-size: 24px;
}

.chrome-payment-price-adjustments {
    display: block !important;
}

.chrome-payment-price-adjustments[hidden] {
    display: none !important;
}

.chrome-payment-price-adjustments > div {
    display: flex;
    min-height: 26px;
    align-items: center;
    justify-content: space-between;
    color: var(--cp-green);
    gap: 12px;
}

.chrome-payment-price-adjustments small {
    font-size: 9px;
    font-weight: 800;
}

.chrome-payment-price-adjustments strong {
    font-size: 25px;
}

.chrome-payment-vdp-price-lines .chrome-payment-price-incentive strong {
    color: var(--cp-green);
}

.chrome-payment-vdp-price-lines .chrome-payment-selling-price {
    min-height: 44px;
    margin-top: 3px;
    border-top: 1px solid #777;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.chrome-payment-vdp-price-lines .chrome-payment-selling-price strong {
    margin-left: auto;
    font-size: 34px !important;
    font-weight: 800;
}

.chrome-payment-vdp-price-lines .chrome-payment-selling-price button {
    border: 0;
    background: transparent;
    color: #111;
    font-size: 15px;
    padding: 2px 0 2px 7px;
}

.chrome-payment-vdp-summary {
    padding: 14px 0 3px;
    text-align: left;
}

.chrome-payment-eyebrow {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    gap: 5px;
    text-transform: uppercase;
}

.chrome-payment-eyebrow span {
    font-size: 11px;
    font-weight: 400;
}

.chrome-payment-vdp-options .chrome-payment-option {
    min-height: 64px;
    grid-template-columns: 39px minmax(130px, 1fr) auto 112px;
    margin-bottom: 14px;
    border-color: #777;
    border-radius: 2px;
    padding: 8px 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .09);
}

.chrome-payment-vdp-options .chrome-payment-option.is-primary {
    border-color: #000;
    box-shadow: none;
}

.chrome-payment-vdp-options .chrome-payment-option-radio {
    width: 25px;
    height: 25px;
    border-width: 2px;
    font-size: 12px;
}

.chrome-payment-vdp-options .chrome-payment-option-radio .fa {
    visibility: hidden;
}

.chrome-payment-vdp-options .chrome-payment-option.is-primary .chrome-payment-option-radio .fa {
    visibility: visible;
}

.chrome-payment-option.is-primary .chrome-payment-option-radio::after {
    content: none;
}

.chrome-payment-vdp-options .chrome-payment-option-title strong {
    font-size: 17px;
}

.chrome-payment-vdp-options .chrome-payment-option-amount strong {
    font-size: 33px;
}

.chrome-payment-vdp-options .chrome-payment-option-term,
.chrome-payment-vdp-options .chrome-payment-option-term strong {
    font-size: 12px;
}

.chrome-payment-details-link {
    border: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    padding: 7px 0 4px;
    text-transform: uppercase;
}

.chrome-payment-estimate-note {
    display: inline-grid;
    margin-left: 26px;
    color: #555;
    font-size: 11px;
    font-style: normal;
    gap: 1px;
    line-height: 1.2;
    vertical-align: middle;
}

.chrome-payment-estimate-note > span {
    display: block;
}

.chrome-payment-vdp-experience {
    width: 100%;
    margin: 20px 0;
}

.chrome-payment-vdp-experience.has-no-payment-calculator .chrome-payment-vdp-cta-strip {
    border-bottom: 4px solid var(--cp-red);
}

.chrome-payment-vdp-cta-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: var(--cp-black);
    color: #fff;
}

.chrome-payment-vdp-cta-strip a {
    display: grid;
    min-height: 76px;
    grid-template-columns: 44px 1fr 17px;
    align-items: center;
    border-right: 1px solid #666;
    color: #fff !important;
    gap: 8px;
    padding: 12px 17px;
    text-decoration: none !important;
}

.chrome-payment-vdp-cta-strip a:last-child {
    border-right: 0;
}

.chrome-payment-vdp-cta-strip a:hover,
.chrome-payment-vdp-cta-strip a:focus {
    background: #1b1b1b;
}

.chrome-payment-best-price-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.chrome-payment-best-price-cta > * {
    position: relative;
    z-index: 1;
}

.chrome-payment-vdp-cta-strip a > .fa:first-child {
    font-size: 27px;
    text-align: center;
}

.chrome-payment-cta-icon {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 36px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.chrome-payment-price-icon {
    width: 44px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.chrome-payment-price-icon .fa-stack-1x,
.chrome-payment-price-icon .fa-stack-2x {
    line-height: 36px;
}

.chrome-payment-price-icon .chrome-payment-price-hand {
    color: #777;
    font-size: 20px;
}

.chrome-payment-calendar-icon {
    font-size: 35px;
    line-height: 36px;
}

.chrome-payment-trade-arrow {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 0;
    font-size: 31px;
}

.chrome-payment-trade-dollar {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    font-size: 14px;
}

.chrome-payment-trade-car {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 1px;
    font-size: 27px;
    text-shadow: 0 0 3px var(--cp-black);
}

.chrome-payment-trade-exchange {
    position: absolute;
    z-index: 4;
    top: 5px;
    left: -2px;
    font-size: 11px;
}

.chrome-payment-coupon-icon {
    width: 44px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
}

.chrome-payment-coupon-icon .fa-stack-1x,
.chrome-payment-coupon-icon .fa-stack-2x {
    line-height: 36px;
}

.chrome-payment-coupon-perforation {
    position: absolute;
    z-index: 2;
    top: 14px;
    font-size: 8px;
    line-height: 1;
}

.chrome-payment-coupon-perforation-left {
    left: 10px;
}

.chrome-payment-coupon-perforation-right {
    right: 10px;
}

.chrome-payment-vdp-cta-strip strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

.chrome-payment-vdp-cta-strip small {
    display: block;
    margin-top: 2px;
    color: #eee;
    font-size: 12px;
    font-weight: 400;
}

.chrome-payment-calculator {
    border-top: 4px solid var(--cp-red);
    background: var(--cp-black);
    color: #fff;
}

.chrome-payment-calculator > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px 7px;
}

html.chrome-payment-vdp-page .chrome-payment-calculator > header {
    padding: 8px 20px 5px;
}

.chrome-payment-calculator > header h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}

html.chrome-payment-vdp-page .chrome-payment-calculator > header h2 {
    line-height: 1.1;
}

.chrome-payment-calculator-toggle {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.chrome-payment-calculator-body {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.55fr 1.45fr;
    padding: 8px 20px 24px;
}

html.chrome-payment-vdp-page .chrome-payment-calculator-body {
    align-items: stretch;
    padding-bottom: 18px;
}

html.chrome-payment-vdp-page .chrome-payment-calculator-body > div {
    min-height: 250px;
    max-height: none;
    overflow-y: visible;
}

.chrome-payment-calculator-body > div {
    min-width: 0;
    border-right: 1px solid #777;
    padding: 0 20px;
}

.chrome-payment-calculator-body > div:first-child {
    padding-left: 0;
}

.chrome-payment-calculator-body > div:last-child {
    border-right: 0;
    padding-right: 0;
}

.chrome-payment-calculator fieldset {
    min-width: 0;
    margin: 0 0 13px;
    border: 0;
    padding: 0;
}

.chrome-payment-calculator legend,
.chrome-payment-adjustments > label {
    margin-bottom: 6px;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 23px;
    text-transform: uppercase;
}

.chrome-payment-calculator legend {
    display: block;
    width: 100%;
    padding: 0;
}

.chrome-payment-segmented {
    display: flex;
}

html.chrome-payment-vdp-page .chrome-payment-term-carousel {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 6px;
}

html.chrome-payment-vdp-page .chrome-payment-terms {
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html.chrome-payment-vdp-page .chrome-payment-terms::-webkit-scrollbar {
    display: none;
}

html.chrome-payment-vdp-page .chrome-payment-terms button {
    flex: 0 0 auto;
    min-width: 80px;
    scroll-snap-align: start;
    white-space: nowrap;
}

html.chrome-payment-vdp-page .chrome-payment-terms button:last-child {
    box-shadow: inset -1px 0 0 #999;
}

html.chrome-payment-vdp-page .chrome-payment-term-scroll {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #777;
    border-radius: 50%;
    background: #171717;
    color: #fff;
    font-size: 12px;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, opacity 150ms ease;
}

html.chrome-payment-vdp-page .chrome-payment-term-scroll:hover:not(:disabled),
html.chrome-payment-vdp-page .chrome-payment-term-scroll:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #111;
}

html.chrome-payment-vdp-page .chrome-payment-term-scroll:disabled {
    cursor: default;
    opacity: .28;
}

.chrome-payment-segmented button {
    flex: 1;
    min-height: 32px;
    border: 1px solid #999;
    background: var(--cp-black);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 4px;
    text-transform: uppercase;
}

.chrome-payment-segmented button + button {
    margin-left: 5px;
}

.chrome-payment-segmented button.is-active {
    background: #fff;
    color: #111;
}

.chrome-payment-check {
    display: flex;
    align-items: center;
    margin-top: -8px;
    color: #fff;
    font-size: 12px;
    gap: 8px;
}

.chrome-payment-check input {
    width: 20px;
    height: 20px;
    accent-color: #fff;
}

.chrome-payment-adjustments > label {
    display: block;
    margin-top: 7px;
}

.chrome-payment-adjustments > label:first-child {
    margin-top: 0;
}

.chrome-payment-lease-mileage {
    margin-top: 18px;
}

.chrome-payment-lease-mileage > label {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.chrome-payment-lease-mileage-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.chrome-payment-lease-mileage-control select {
    width: 145px;
    height: 42px;
    border: 1px solid #777;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    padding: 0 34px 0 12px;
}

.chrome-payment-lease-mileage-info {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
}

.chrome-payment-lease-mileage-info:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.chrome-payment-lease-mileage-disclosure {
    position: absolute;
    z-index: 40;
    top: calc(100% + 10px);
    right: 0;
    width: 380px;
    max-width: calc(100vw - 48px);
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    color: #202934;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    padding: 15px 17px;
    text-align: left;
}

.chrome-payment-lease-mileage-disclosure p {
    margin: 0 0 10px;
}

.chrome-payment-lease-mileage-disclosure p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .chrome-payment-lease-mileage-disclosure {
        right: auto;
        left: 0;
        width: calc(100vw - 48px);
    }
}


.chrome-payment-stepper {
    display: grid;
    height: 42px;
    grid-template-columns: 40px 1fr 40px;
    margin: 0 0 24px;
    border: 1px solid #999;
}

.chrome-payment-stepper button {
    border: 0;
    background: var(--cp-black);
    color: #fff;
    font-size: 20px;
}

.chrome-payment-stepper output {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111;
    font-size: 14px;
}

.chrome-payment-incentives h3 {
    display: flex;
    min-height: 23px;
    align-items: baseline;
    margin: 0 0 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 23px;
    text-transform: uppercase;
}

.chrome-payment-incentives h3 [data-chrome-payment-info] {
    display: inline-flex;
    align-items: center;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}

.chrome-payment-incentive {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    position: relative;
    color: var(--cp-red);
    font-size: 12px;
    gap: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 9px 0;
}

.chrome-payment-incentive > label {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    margin: 0;
    gap: 8px;
    cursor: pointer;
}

.chrome-payment-incentive input {
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: #47a232;
}

.chrome-payment-incentive > label > span {
    min-width: 0;
}

.chrome-payment-incentive > label strong {
    display: block;
    color: #fff;
    line-height: 1.35;
}

.chrome-payment-incentive small {
    display: block;
    color: #ccc;
}

.chrome-payment-incentive.is-disabled {
    opacity: .55;
}

.chrome-payment-incentive.is-disabled > label {
    cursor: not-allowed;
}

.chrome-payment-incentive-applied {
    display: inline-block !important;
    margin-top: 4px;
    border-radius: 999px;
    background: #397d2b;
    color: #fff !important;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    padding: 4px 7px;
    text-transform: uppercase;
}

.chrome-payment-incentive-info {
    border: 0;
    background: transparent;
    color: #ddd;
    font-size: 14px;
    padding: 0;
}

.chrome-payment-incentive-info:hover,
.chrome-payment-incentive-info:focus {
    color: #fff;
}

.chrome-payment-incentive-value {
    color: var(--cp-red);
    font-size: 14px;
    white-space: nowrap;
}

.chrome-payment-incentive-tooltip {
    grid-column: 1 / -1;
    border-left: 3px solid var(--cp-red);
    background: #f7f7f7;
    color: #222;
    line-height: 1.45;
    padding: 10px 12px;
}

.chrome-payment-incentives-subtitle {
    margin: -4px 0 8px;
    color: #ccc;
    font-size: 11px;
}

.chrome-payment-off-program-notice {
    margin: 10px 0 0;
    border-radius: 3px;
    background: #fff4d6;
    color: #4d3a00;
    font-size: 11px;
    line-height: 1.4;
    padding: 9px 10px;
}

.chrome-payment-off-program-notice .fa {
    margin-right: 4px;
}

html.chrome-payment-vdp-page .chrome-payment-incentives {
    max-height: none;
    overflow-y: visible;
}

.chrome-payment-incentive-total {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    border-top: 1px solid #777;
    font-size: 12px;
    padding-top: 10px;
    text-transform: uppercase;
}

.chrome-payment-incentive-total strong {
    color: var(--cp-red);
    font-size: 16px;
}

.chrome-payment-lease-notice {
    margin-top: 12px;
    color: #ddd;
    font-size: 11px;
}

.chrome-payment-live-label {
    font-size: 12px;
    font-weight: 800;
    line-height: 23px;
    text-transform: uppercase;
}

.chrome-payment-live-label span {
    font-size: 10px;
    font-weight: 400;
}

.chrome-payment-live-amount strong {
    font-size: 39px;
}

.chrome-payment-live-amount span {
    font-size: 12px;
}

.chrome-payment-live-summary > [data-chrome-live-caption] {
    min-height: 28px;
    color: #ccc;
    font-size: 12px;
}

.chrome-payment-calculation-status {
    display: flex;
    align-items: center;
    margin: -3px 0 5px;
    color: #f0bd24;
    font-size: 12px;
    gap: 6px;
}

.chrome-payment-calculation-status:empty {
    display: none;
}

.chrome-payment-calculation-status.is-updating {
    min-height: 16px;
    color: #ccc;
}

.chrome-payment-calculation-spinner {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border: 2px solid rgba(255, 255, 255, .28);
    border-top-color: #fff;
    border-radius: 50%;
    animation: chrome-payment-spin .7s linear infinite;
}

@keyframes chrome-payment-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .chrome-payment-best-price-cta::before {
        display: none;
        animation: none;
    }

    .chrome-payment-calculation-spinner {
        animation: none;
    }
}

.chrome-payment-vdp-experience.is-calculating .chrome-payment-live-amount {
    opacity: .72;
}

.chrome-payment-breakdown-toggle {
    width: 100%;
    border: 0;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}

.chrome-payment-breakdown-toggle .fa {
    float: right;
}

.chrome-payment-breakdown-panel {
    display: none;
}

.chrome-payment-breakdown {
    margin-top: 8px;
    font-size: 12px;
}

.chrome-payment-breakdown > div {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.chrome-payment-breakdown-row {
    gap: 15px;
}

.chrome-payment-breakdown dt {
    font-weight: 400;
}

.chrome-payment-breakdown-row.is-emphasis {
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid #777;
}

.chrome-payment-breakdown-row.is-emphasis dt,
.chrome-payment-breakdown-row.is-emphasis dd {
    font-weight: 800;
}

.chrome-payment-breakdown-row.is-negative dd {
    color: var(--cp-green);
}

.chrome-payment-breakdown dd {
    margin: 0;
    white-space: nowrap;
}

.chrome-payment-breakdown-disclaimer {
    margin: 10px 0 0;
    border-top: 1px solid #666;
    color: #bbb;
    font-size: 10px;
    line-height: 1.45;
    padding-top: 9px;
}

.chrome-payment-calculator-ctas button {
    width: 100%;
    margin-bottom: 9px;
    border: 1px solid #aaa;
    background: var(--cp-black);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 11px 8px;
    text-align: left;
    text-transform: uppercase;
}

.chrome-payment-calculator-ctas {
    margin-top: 12px;
}

.chrome-payment-calculator-ctas .chrome-payment-lock {
    border-color: var(--cp-red);
    background: var(--cp-red);
    font-size: 14px;
    padding: 15px 12px;
}

.chrome-payment-calculator-ctas .chrome-payment-lock .fa {
    float: right;
}

.chrome-payment-calculator-ctas .chrome-payment-reset {
    border: 0;
    text-align: right;
    text-decoration: underline;
}

#vContainer.chrome-payment-vdp-active {
    width: calc(100% - 40px);
    max-width: 1480px;
    padding: 0;
}

#vContainer.chrome-payment-vdp-active .chrome-payment-legacy-hero,
#vContainer.chrome-payment-vdp-active .chrome-payment-legacy-mobile-panel,
#vContainer.chrome-payment-vdp-active .chrome-payment-legacy-tools,
#vContainer.chrome-payment-vdp-active .chrome-payment-legacy-sidebar {
    display: none !important;
}

#vContainer.chrome-payment-vdp-active > .row > .col-md-7,
#vContainer.chrome-payment-vdp-active > .row > .col-lg-8 {
    float: none;
    width: 100%;
    padding: 0;
}

.chrome-payment-option:focus-visible,
.chrome-payment-cta:focus-visible,
.chrome-payment-vdp-cta-strip a:focus-visible,
.chrome-payment-calculator button:focus-visible,
.chrome-payment-srp-thumbnails button:focus-visible,
.chrome-payment-srp-gallery-arrow:focus-visible {
    outline: 3px solid #f5bd16;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .chrome-payment-srp-gallery-arrow {
        display: none;
    }
}

@media (min-width: 1600px) {
    .chrome-payment-srp-page,
    .chrome-payment-vdp-modern-inner,
    #vContainer.chrome-payment-vdp-active {
        width: calc(100% - 32px);
        max-width: 1800px !important;
    }

    .chrome-payment-srp-page #dvSideCol {
        width: 17%;
    }

    .chrome-payment-srp-page #dvResultsColumn {
        width: 83%;
    }

    .chrome-payment-srp-card {
        grid-template-columns: minmax(320px, 1.12fr) minmax(295px, .92fr) minmax(335px, 1.08fr) 200px;
        column-gap: 18px;
    }

    .chrome-payment-srp-main-image {
        min-height: 250px;
    }

    .chrome-payment-srp-main-image > span:first-child,
    .chrome-payment-srp-main-image img {
        max-width: 390px;
        max-height: 250px;
    }

    .chrome-payment-srp-details {
        padding-right: 16px;
    }

    .chrome-payment-srp-details h2 {
        font-size: 20px;
    }

    .chrome-payment-srp-status,
    .chrome-payment-srp-specs,
    .chrome-payment-srp-price > div {
        font-size: 16px;
    }

    .chrome-payment-srp-id,
    .chrome-payment-srp-secondary-actions a,
    .chrome-payment-cta {
        font-size: 14px;
    }

    .chrome-payment-option-title small {
        font-size: 12px;
    }

    .chrome-payment-vdp-hero-grid {
        grid-template-columns: minmax(0, 1.04fr) minmax(520px, .96fr);
    }

    .chrome-payment-vdp-gallery {
        padding-right: 36px;
    }

    .chrome-payment-vdp-offer {
        padding-left: 36px;
    }

    html.chrome-payment-vdp-page .chrome-payment-gallery-for,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for .imgtop-item,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for img {
        height: 289px;
        min-height: 289px;
        max-height: 289px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .chrome-payment-srp-status,
    .chrome-payment-srp-specs,
    .chrome-payment-srp-price > div {
        font-size: 15px;
    }

    .chrome-payment-srp-id {
        font-size: 14px;
    }

    .chrome-payment-srp-secondary-actions a,
    .chrome-payment-cta {
        font-size: 13px;
    }
}

@media (max-width: 1399px) {
    html.chrome-payment-vdp-page #wrapper {
        overflow: visible;
    }

    .chrome-payment-srp-page,
    .chrome-payment-vdp-modern-inner,
    #vContainer.chrome-payment-vdp-active {
        width: calc(100% - 24px);
    }

    .chrome-payment-srp-card {
        grid-template-columns: minmax(235px, 1fr) minmax(215px, .86fr) minmax(290px, 1.08fr) 158px;
        column-gap: 10px;
    }

    .chrome-payment-srp-details {
        padding-right: 8px;
    }

    .chrome-payment-cta {
        --chrome-payment-cta-padding-x: 7px;
        font-size: 12px;
    }

    .chrome-payment-vdp-cta-strip a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .chrome-payment-calculator-body > div {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 1199px) {
    .chrome-payment-srp-results-head {
        grid-template-columns: max-content minmax(190px, 1fr) max-content;
        column-gap: 12px;
    }

    .chrome-payment-srp-results-head select {
        width: 210px;
    }

    .chrome-payment-srp-card {
        grid-template-columns: minmax(240px, .9fr) minmax(250px, 1fr);
        row-gap: 14px;
    }

    .chrome-payment-srp-details {
        border-right: 0;
    }

    .chrome-payment-srp-offer {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: .8fr 1.2fr;
        gap: 16px;
    }

    .chrome-payment-srp-modern-ctas {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-top: 0;
    }

    .chrome-payment-vdp-titlebar,
    .chrome-payment-vdp-hero-grid {
        display: block;
    }

    .chrome-payment-vdp-hero-grid {
        margin-top: 0;
    }

    .chrome-payment-vdp-utilities {
        margin: 12px 0 0;
    }

    .chrome-payment-vdp-gallery {
        border-right: 0;
        padding-right: 0;
    }

    html.chrome-payment-vdp-page .chrome-payment-vdp-offer {
        border-top: 1px solid #ddd;
        margin-top: 0;
        padding-top: 20px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    body:has(.chrome-payment-srp-page) {
        background: #f4f4f4;
    }

    .chrome-payment-srp-page {
        padding: 0 14px;
    }

    .chrome-payment-srp-page > .row {
        margin-left: -14px;
        margin-right: -14px;
    }

    .chrome-payment-srp-page #dvResultsColumn {
        padding-left: 14px;
        padding-right: 14px;
    }

    .chrome-payment-mobile-toolbar {
        display: grid !important;
        min-height: 64px;
        grid-template-columns: minmax(120px, 1fr) 92px 92px;
        align-items: stretch;
        margin: 10px 0 18px !important;
        overflow: visible;
        border: 0;
        border-radius: 7px;
        background: #fff;
        box-shadow: 0 1px 8px rgba(0, 0, 0, .05);
    }

    .chrome-payment-mobile-toolbar > .form-group {
        display: contents;
    }

    .chrome-payment-mobile-toolbar::before,
    .chrome-payment-mobile-toolbar::after,
    .chrome-payment-mobile-toolbar > .form-group::before,
    .chrome-payment-mobile-toolbar > .form-group::after {
        display: none !important;
    }

    .chrome-payment-mobile-toolbar > .form-group > .hidden {
        display: none !important;
    }

    .chrome-payment-mobile-toolbar .vpagination,
    .chrome-payment-mobile-toolbar .col-filtbtn {
        display: flex !important;
        width: auto !important;
        min-width: 0;
        height: 64px;
        align-items: center;
        margin: 0 !important;
        padding: 0 !important;
    }

    .chrome-payment-mobile-toolbar .vpagination {
        padding-left: 16px !important;
    }

    .chrome-payment-mobile-count {
        color: #111;
        font-size: 17px;
        white-space: nowrap;
    }

    .chrome-payment-mobile-count strong {
        font-size: 20px;
        font-weight: 500;
    }

    .chrome-payment-mobile-toolbar .col-filtbtn > .dropdown,
    .chrome-payment-mobile-toolbar .col-filtbtn > button {
        width: 100%;
        height: 40px;
        margin: 12px 0 !important;
    }

    .chrome-payment-mobile-toolbar .col-filtbtn .btn {
        min-height: 40px;
        border: 0 !important;
        border-left: 1px solid #c8c8c8 !important;
        border-radius: 0;
        background: #fff !important;
        color: #111 !important;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
    }

    .chrome-payment-mobile-toolbar .col-filtbtn .btn .fa {
        margin-right: 7px;
        font-size: 18px;
    }

    .chrome-payment-mobile-toolbar .col-filtbtn .caret {
        display: none;
    }

    .chrome-payment-mobile-toolbar .chrome-payment-mobile-filter {
        grid-column: 2;
        grid-row: 1;
    }

    .chrome-payment-mobile-toolbar .chrome-payment-mobile-sort {
        grid-column: 3;
        grid-row: 1;
    }

    .chrome-payment-mobile-toolbar .chrome-payment-mobile-sort .dropdown-menu {
        right: 0;
        left: auto;
        width: max-content;
        min-width: 220px;
        max-width: calc(100vw - 28px);
    }

    .chrome-payment-srp-page #dvResultsColumn > .row {
        margin: 0;
    }

    .chrome-payment-srp-page .filterwell {
        display: none;
    }

    .chrome-payment-srp-page #dvFilterTags {
        margin: 0 0 10px !important;
    }

    .chrome-payment-srp-page #dvResponse {
        display: block;
    }

    .chrome-payment-srp-page #dvResponse > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .chrome-payment-srp-page #dvResponse .vsearchresult.chrome-payment-result,
    .chrome-payment-result {
        width: 100%;
        margin: 0 0 18px !important;
        overflow: hidden;
        border: 1px solid #c8c8c8 !important;
        border-radius: 7px !important;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .08) !important;
        padding: 0 !important;
    }

    .chrome-payment-srp-card {
        display: block;
        min-height: 0;
        padding: 12px;
    }

    .chrome-payment-srp-details,
    .chrome-payment-srp-offer,
    .chrome-payment-srp-modern-ctas {
        margin-top: 14px;
    }

    .chrome-payment-srp-main-image {
        min-height: 240px;
        border-radius: 4px;
        background: #fafafa;
    }

    .chrome-payment-srp-main-image > span:first-child,
    .chrome-payment-srp-main-image img {
        width: 100%;
        max-width: none;
        max-height: 300px;
        object-fit: contain;
    }

    .chrome-payment-srp-thumbnails {
        min-height: 54px;
        margin-top: 8px;
        gap: 6px;
    }

    .chrome-payment-srp-thumbnails button {
        width: calc((100% - 30px) / 6);
        max-width: 58px;
        height: 52px;
    }

    .chrome-payment-srp-details {
        display: block;
        border-right: 0;
        padding-right: 0;
    }

    .chrome-payment-srp-details h2 {
        min-height: 0;
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.15;
    }

    .chrome-payment-srp-badges,
    .chrome-payment-srp-status {
        display: inline-flex;
        min-height: 34px;
        align-items: center;
        vertical-align: top;
    }

    .chrome-payment-srp-badges {
        margin: 0 6px 0 0;
    }

    .chrome-payment-vehicle-badge {
        min-height: 34px;
        border-radius: 3px;
        background: #168cc5;
        font-size: 14px;
        padding: 7px 10px;
    }

    .chrome-payment-srp-status {
        margin: 0;
        border: 1px solid #777;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 500;
        padding: 6px 10px;
    }

    .chrome-payment-srp-status > strong {
        display: none;
    }

    .chrome-payment-srp-status .fa-info-circle {
        display: none;
    }

    .chrome-payment-srp-id {
        margin: 10px 0 8px;
        font-size: 15px;
    }

    .chrome-payment-srp-id .chrome-payment-vin {
        display: none;
    }

    .chrome-payment-srp-id > span::before {
        content: none;
        margin: 0;
    }

    .chrome-payment-srp-specs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 8px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        line-height: 1.25;
    }

    .chrome-payment-srp-specs > div {
        position: relative;
        display: grid;
        min-width: 0;
        min-height: 64px;
        grid-template-columns: 28px minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-content: center;
        border-bottom: 1px solid #d3d3d3;
        padding: 9px 8px 9px 2px;
        gap: 1px 7px;
    }

    .chrome-payment-srp-specs > div:nth-of-type(even) {
        border-left: 1px solid #d3d3d3;
        padding-left: 12px;
    }

    .chrome-payment-srp-specs > div:nth-last-of-type(-n+2) {
        border-bottom: 0;
    }

    .chrome-payment-srp-specs .fa {
        display: flex;
        grid-row: 1 / span 2;
        align-items: center;
        justify-content: center;
        color: #111;
        font-size: 19px;
    }

    .chrome-payment-srp-specs dt,
    .chrome-payment-srp-specs dd {
        grid-column: 2;
        min-width: 0;
    }

    .chrome-payment-srp-specs dt {
        font-weight: 400;
    }

    .chrome-payment-srp-specs dd {
        font-size: 15px;
        font-weight: 700;
    }

    .chrome-payment-spec-engine,
    .chrome-payment-srp-economy {
        display: none !important;
    }

    .chrome-payment-spec-transmission {
        order: 2;
    }

    .chrome-payment-spec-drivetrain {
        order: 1;
    }

    .chrome-payment-spec-exterior {
        order: 3;
    }

    .chrome-payment-spec-interior {
        order: 4;
    }

    .chrome-payment-srp-specs dd {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    .chrome-payment-mobile-details {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        color: #111;
        font-size: 16px;
        font-weight: 700;
        padding: 0 3px;
        text-decoration: none;
    }

    .chrome-payment-srp-secondary-actions {
        display: none;
    }

    .chrome-payment-srp-offer {
        display: block;
        margin-top: 0;
        padding: 0;
    }

    .chrome-payment-srp-price {
        border-bottom: 0;
        margin: 0;
    }

    .chrome-payment-srp-price .chrome-payment-selling-price {
        min-height: 58px;
        border-bottom: 0;
        font-size: 15px;
        text-transform: none;
    }

    .chrome-payment-selling-price strong {
        font-size: 27px !important;
    }

    .chrome-payment-srp-slot {
        min-height: 0;
    }

    .chrome-payment-srp-options {
        margin: 0;
        overflow: hidden;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .chrome-payment-srp-options .chrome-payment-option.is-summary,
    .chrome-payment-srp-options .chrome-payment-option.is-summary.is-primary {
        min-height: 74px;
        grid-template-columns: minmax(110px, 1fr) minmax(92px, auto) 88px;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #d3d3d3;
        border-radius: 0;
        background: #fff;
        color: #111;
        padding: 9px 8px;
    }

    .chrome-payment-srp-options .chrome-payment-option.is-summary:last-of-type {
        border-bottom: 0;
    }

    .chrome-payment-srp-options .chrome-payment-option-title strong {
        font-size: 15px;
    }

    .chrome-payment-srp-options .chrome-payment-option-title small {
        font-size: 12px;
    }

    .chrome-payment-srp-options .chrome-payment-option-amount {
        justify-content: center;
        padding-right: 18px;
    }

    .chrome-payment-srp-options .chrome-payment-option-amount strong {
        font-size: 28px;
    }

    .chrome-payment-srp-options .chrome-payment-option-term,
    .chrome-payment-srp-options .chrome-payment-option-term strong {
        font-size: 11px;
    }

    .chrome-payment-srp-options .chrome-payment-option.is-summary.is-primary:hover,
    .chrome-payment-srp-options .chrome-payment-option.is-summary.is-primary:focus-within {
        background: #f6f6f6;
    }

    .chrome-payment-srp-disclaimer {
        margin-top: 9px;
        font-size: 11px;
        line-height: 1.35;
    }

    .chrome-payment-srp-modern-ctas {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px;
        margin-top: 12px;
        padding: 0;
    }

    .chrome-payment-srp-modern-ctas .chrome-payment-cta {
        min-height: 48px;
        justify-content: center;
        border: 1px solid #d3d3d3;
        background: #fff;
        color: #111 !important;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        text-transform: none;
    }

    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(1),
    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(2) {
        grid-column: 1 / -1;
        border: 0;
        color: #fff !important;
        font-size: 16px;
        font-weight: 700;
    }

    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(1) {
        background: var(--cp-red);
    }

    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(2) {
        background: var(--cp-black);
    }

    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(5) {
        grid-column: 1 / -1;
    }

    .chrome-payment-srp-modern-ctas .chrome-payment-cta:hover,
    .chrome-payment-srp-modern-ctas .chrome-payment-cta:focus {
        min-height: 48px;
        border: 1px solid #aaa !important;
        background: #f1f1f1;
        color: #111 !important;
    }

    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(1):hover,
    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(1):focus {
        border: 0 !important;
        background: var(--cp-red);
        color: #fff !important;
    }

    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(2):hover,
    .chrome-payment-srp-modern-ctas .chrome-payment-cta:nth-child(2):focus {
        border: 0 !important;
        background: #1b1b1b;
        color: #fff !important;
    }

    .chrome-payment-inline-form {
        min-height: 0;
        padding: 14px;
    }

    .chrome-payment-srp-unavailable {
        min-height: 0;
        padding: 16px;
    }

    .chrome-payment-srp-thumbnails {
        justify-content: center;
    }

    .chrome-payment-disclosure-modal .modal-dialog {
        margin: 8px;
    }

    .chrome-payment-disclosure-modal .modal-header,
    .chrome-payment-disclosure-modal .modal-body,
    .chrome-payment-disclosure-modal .modal-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .chrome-payment-disclosure-choices {
        grid-template-columns: 1fr;
    }

    .chrome-payment-disclosure-choice {
        grid-template-columns: minmax(92px, 1fr) auto 75px;
    }

    .chrome-payment-disclosure-summary > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .chrome-payment-disclosure-modal .modal-footer {
        flex-wrap: wrap;
    }

    .chrome-payment-disclosure-tune {
        width: 100%;
        margin: 0 0 3px;
    }

    .chrome-payment-vdp-modern-inner,
    #vContainer.chrome-payment-vdp-active {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .chrome-payment-vdp-hero-grid {
        display: flex;
        flex-direction: column;
    }

    html.chrome-payment-vdp-page .chrome-payment-vdp-offer {
        order: -1;
        border-top: 0;
        border-bottom: 1px solid #ddd;
        padding-top: 0;
        padding-bottom: 16px;
    }

    .chrome-payment-vdp-gallery {
        order: 0;
    }

    .chrome-payment-vdp-titlebar {
        padding-top: 10px;
    }

    .chrome-payment-vdp-offer-heading h1 {
        font-size: 23px;
    }

    html.chrome-payment-vdp-page .chrome-payment-vdp-identifiers {
        gap: 5px;
        font-size: clamp(8px, 2.53vw, 9.5px);
    }

    .chrome-payment-vdp-identifiers span + span {
        padding-left: 5px;
    }

    .chrome-payment-vdp-utilities {
        justify-content: space-between;
        gap: 10px;
    }

    .chrome-payment-vdp-gallery {
        padding-top: 8px;
    }

    .chrome-payment-gallery-for,
    .chrome-payment-gallery-for .imgtop-item {
        min-height: 220px;
    }

    .chrome-payment-gallery-for img {
        max-height: 260px;
    }

    .chrome-payment-vdp-options .chrome-payment-option,
    .chrome-payment-option {
        grid-template-columns: 26px 1fr auto 72px;
        padding: 8px 6px;
    }

    .chrome-payment-eyebrow {
        display: block;
        line-height: 1.3;
    }

    .chrome-payment-eyebrow span {
        display: block;
        margin-top: 3px;
    }

    .chrome-payment-vdp-options .chrome-payment-option-title strong {
        font-size: 14px;
    }

    .chrome-payment-vdp-options .chrome-payment-option-amount strong,
    .chrome-payment-option-amount strong {
        font-size: 21px;
    }

    .chrome-payment-estimate-note {
        display: block;
        margin: 2px 0 8px;
    }

    .chrome-payment-vdp-cta-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chrome-payment-vdp-cta-strip a {
        min-height: 72px;
        grid-template-columns: 40px minmax(0, 1fr) 12px;
        gap: 7px;
        padding: 9px 10px;
    }

    .chrome-payment-vdp-cta-strip a:nth-child(2n) {
        border-right: 0;
    }

    .chrome-payment-vdp-cta-strip a:nth-child(-n+2) {
        border-bottom: 1px solid #666;
    }

    .chrome-payment-vdp-cta-strip a:nth-child(n+5).chrome-payment-coupon-cta {
        display: none;
    }

    html.chrome-payment-vdp-page.chrome-payment-calculator-in-view [id^="mainDivOnline_"],
    html.chrome-payment-vdp-page.chrome-payment-calculator-in-view #inpageChatContainer {
        display: none !important;
    }

    .chrome-payment-vdp-cta-strip strong {
        font-size: 11px;
        line-height: 1.2;
    }

    .chrome-payment-vdp-cta-strip small {
        font-size: 10px;
        line-height: 1.2;
    }

    .chrome-payment-calculator > header h2 {
        font-size: 20px;
    }

    .chrome-payment-calculator-body {
        display: flex;
        flex-direction: column;
        padding: 8px 15px 20px;
    }

    html.chrome-payment-vdp-page .chrome-payment-calculator-body > div {
        min-height: 0;
        border-bottom: 1px solid #666;
        padding: 14px 0;
    }

    .chrome-payment-calculator-body > div:last-child {
        border-bottom: 0;
    }

    html.chrome-payment-vdp-page .chrome-payment-live {
        display: contents;
    }

    html.chrome-payment-vdp-page .chrome-payment-live-summary {
        position: sticky;
        z-index: 12;
        top: 0;
        order: -1;
        margin: -8px -15px 0;
        border-top: 1px solid #3b3b3b;
        border-bottom: 1px solid #777;
        background: var(--cp-black);
        box-shadow: 0 8px 14px rgba(0, 0, 0, .28);
        padding: 9px 15px 10px;
    }

    html.chrome-payment-vdp-page .chrome-payment-live-summary .chrome-payment-live-label {
        line-height: 16px;
    }

    html.chrome-payment-vdp-page .chrome-payment-live-summary .chrome-payment-live-amount {
        line-height: 1;
    }

    html.chrome-payment-vdp-page .chrome-payment-live-summary .chrome-payment-live-amount strong {
        font-size: 34px;
    }

    html.chrome-payment-vdp-page .chrome-payment-live-summary > [data-chrome-live-caption] {
        min-height: 0;
        margin: 4px 0 0;
        font-size: 11px;
        line-height: 1.25;
    }

    html.chrome-payment-vdp-page .chrome-payment-live-summary .chrome-payment-calculation-status {
        margin: 4px 0 0;
    }

    html.chrome-payment-vdp-page .chrome-payment-live-details {
        width: 100%;
        padding: 14px 0 0;
    }
}

@media (min-width: 1400px) {
    html.chrome-payment-vdp-page .chrome-payment-calculator-body.has-no-incentives {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    html.chrome-payment-vdp-page .chrome-payment-calculator.has-no-incentives {
        width: 100%;
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }

    html.chrome-payment-vdp-page .chrome-payment-calculator-body.has-no-incentives {
        display: flex;
        flex-direction: column;
    }

    html.chrome-payment-vdp-page .chrome-payment-calculator-body.has-no-incentives > div {
        width: 100%;
        min-height: 0;
        max-height: none;
        border-right: 0;
        border-bottom: 1px solid #666;
        padding: 18px 0;
    }

    html.chrome-payment-vdp-page .chrome-payment-calculator-body.has-no-incentives > div:last-child {
        border-bottom: 0;
    }

    html.chrome-payment-vdp-page .chrome-payment-calculator-body.has-no-incentives .chrome-payment-live {
        display: contents;
    }

    html.chrome-payment-vdp-page .chrome-payment-calculator-body.has-no-incentives .chrome-payment-live-summary {
        position: sticky;
        z-index: 12;
        top: 0;
        order: -1;
        width: 100%;
        border-top: 1px solid #3b3b3b;
        border-bottom: 1px solid #777;
        background: var(--cp-black);
        box-shadow: 0 8px 14px rgba(0, 0, 0, .28);
        padding: 12px 0;
    }

    html.chrome-payment-vdp-page .chrome-payment-calculator-body.has-no-incentives .chrome-payment-live-summary > [data-chrome-live-caption] {
        min-height: 0;
        margin-bottom: 0;
    }

    html.chrome-payment-vdp-page .chrome-payment-calculator-body.has-no-incentives .chrome-payment-live-details {
        width: 100%;
        padding: 18px 0 0;
    }
}

@media (min-width: 1400px) {
    .chrome-payment-vdp-hero-grid {
        grid-template-columns: minmax(0, 1fr) 600px;
    }

    .chrome-payment-vdp-gallery {
        min-height: calc(clamp(350px, 24vw, 440px) + 65px);
        grid-template-rows: clamp(350px, 24vw, 440px) 65px;
    }

    html.chrome-payment-vdp-page .chrome-payment-gallery-for,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for .imgtop-item {
        height: clamp(350px, 24vw, 440px);
        min-height: clamp(350px, 24vw, 440px);
    }

    html.chrome-payment-vdp-page .chrome-payment-gallery-for img {
        height: clamp(350px, 24vw, 440px);
        max-height: clamp(350px, 24vw, 440px);
    }
}

/* SRP review refinements */
.chrome-payment-srp-page #dvSideCol, .chrome-payment-srp-results-head { border-color: transparent; }
.chrome-payment-srp-page #dvSideCol { border-right: 0; }
.chrome-payment-srp-results-head { border-bottom: 0; }
.chrome-payment-srp-media { justify-content: flex-start; gap: 6px; }
.chrome-payment-srp-thumbnails { margin-top: 0; }
.chrome-payment-srp-incoming { display: block; width: 100%; box-sizing: border-box; border-radius: 3px; background: var(--cp-accent, var(--cp-black, #111)); color: #fff; font-size: 12px; line-height: 1.25; padding: 6px 10px; text-align: center; }
.chrome-payment-srp-options .chrome-payment-option { column-gap: 7px; }
.chrome-payment-srp-options .chrome-payment-option-info { top: -11px; right: 7px; margin-top: 0; }
.chrome-payment-srp-options .chrome-payment-option-term { padding-left: 9px; }
.chrome-payment-srp-options .chrome-payment-option-mileage { margin-top: 0; font-size: 8px; line-height: 1; }

/* Align the inventory carousel with the modern SRP/VDP page container. */
@media (min-width: 992px) {
    .wpCarousel, .wpCarousel > .container, #simpleCarousel,
    #simpleCarousel .simple-carousel-slide, #simpleCarousel .hidden-xs.hidden-sm { height: auto !important; }
    .wpCarousel > .container { width: calc(100% - 40px) !important; max-width: 1480px !important; padding-left: 0 !important; padding-right: 0 !important; }
    #simpleCarousel { width: 100% !important; max-width: 100% !important; }
    #simpleCarousel .simple-carousel-slide-img,
    html.chrome-payment-vdp-page #simpleCarousel .simple-carousel-slide-img { display: block; width: 100% !important; max-width: 100% !important; height: auto !important; margin-bottom: 0 !important; object-fit: contain; }
}
@media (min-width: 1600px) { .wpCarousel > .container { width: calc(100% - 32px) !important; max-width: 1800px !important; } }
@media (min-width: 992px) and (max-width: 1399px) { .wpCarousel > .container { width: calc(100% - 24px) !important; } }

/* Modern VDP review refinements: preserve full 4:3 photos and use theme-independent controls. */
html.chrome-payment-vdp-page .wpCarousel,
html.chrome-payment-vdp-page .wpCarousel > .container,
html.chrome-payment-vdp-page #simpleCarousel,
html.chrome-payment-vdp-page #simpleCarousel .simple-carousel-slide,
html.chrome-payment-vdp-page #simpleCarousel .hidden-xs.hidden-sm { height:auto!important; }
html.chrome-payment-vdp-page .chrome-payment-vdp-gallery { min-height:0!important;grid-template-rows:auto auto!important; }
html.chrome-payment-vdp-page .chrome-payment-gallery-for { aspect-ratio:4/3;height:auto!important;min-height:0!important;overflow:hidden;background:#f7f7f7; }
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-list,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-track,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-slide,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .imgtop-item { height:100%!important;min-height:0!important; }
html.chrome-payment-vdp-page #chrome-payment-gallery-for .imgtop-item > img.img-responsive,
html.chrome-payment-vdp-page .chrome-payment-gallery-for img { width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;transform:none!important; }
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-prev,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-next { display:flex!important;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.18);border-radius:50%;background:rgba(255,255,255,.94)!important;box-shadow:0 3px 12px rgba(0,0,0,.18);color:#111!important; }
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-prev::before,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-next::before { color:#111!important;font-family:Arial,sans-serif!important;font-size:27px;font-weight:700;line-height:1;opacity:1; }
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-prev::before { content:"\2039"; }
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-next::before { content:"\203a"; }
html.chrome-payment-vdp-page .chrome-payment-gallery-nav-row { max-width:none;align-items:center;margin-top:8px; }
html.chrome-payment-vdp-page .chrome-payment-gallery-nav,
html.chrome-payment-vdp-page .chrome-payment-gallery-nav .slick-list,
html.chrome-payment-vdp-page .chrome-payment-gallery-nav .slick-track { height:68px!important;max-height:68px!important; }
html.chrome-payment-vdp-page .chrome-payment-gallery-nav .slick-list { padding-left:2px!important; }
html.chrome-payment-vdp-page .chrome-payment-gallery-nav .imgtop-item { box-sizing:border-box;height:68px!important;aspect-ratio:4/3;background:#f7f7f7; }
html.chrome-payment-vdp-page .chrome-payment-gallery-nav img { width:100%!important;height:100%!important;object-fit:contain!important; }
html.chrome-payment-vdp-page .chrome-payment-gallery-view-all { height:68px;min-height:68px;max-height:68px; }
.chrome-payment-breadcrumb a { color:inherit;font-weight:700;text-decoration:none; }
.chrome-payment-breadcrumb a:hover,.chrome-payment-breadcrumb a:focus { text-decoration:underline; }
.chrome-payment-vdp-cta-strip { grid-template-columns:repeat(4,minmax(0,1fr)); }
.chrome-payment-vdp-best-price { display:grid;position:relative;isolation:isolate;overflow:hidden;min-height:62px;grid-template-columns:38px minmax(0,1fr) 14px;align-items:center;margin-top:11px;border:1px solid #bbb;border-radius:3px;background:linear-gradient(135deg,#f8f8f8,#e8e8e8);box-shadow:0 3px 10px rgba(0,0,0,.12);color:#111!important;gap:10px;padding:9px 15px;text-decoration:none!important; }
.chrome-payment-vdp-best-price::before { content:"";position:absolute;z-index:-1;top:-70%;bottom:-70%;left:-45%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.92),transparent);pointer-events:none;transform:skewX(-18deg) translateX(-260%);animation:chrome-payment-vdp-best-price-shine 6.4s ease-in-out infinite; }
.chrome-payment-vdp-best-price:hover,.chrome-payment-vdp-best-price:focus { border-color:#777;background:#fff;transform:translateY(-1px); }
.chrome-payment-vdp-best-price > .fas { font-size:25px;text-align:center; }
.chrome-payment-vdp-best-price strong { display:block;font-size:14px;text-transform:uppercase; }
.chrome-payment-vdp-best-price small { display:block;margin-top:2px;color:#555;font-size:11px; }
@keyframes chrome-payment-vdp-best-price-shine { 0%,72% { transform:skewX(-18deg) translateX(-260%); } 90%,100% { transform:skewX(-18deg) translateX(660%); } }
@media (prefers-reduced-motion:reduce) { .chrome-payment-vdp-best-price::before { animation:none; } }
@media (max-width:1199px) and (min-width:768px) { .chrome-payment-vdp-cta-strip { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:767px) { .chrome-payment-vdp-cta-strip { grid-template-columns:repeat(2,minmax(0,1fr)); } }

/* VDP gallery scale refinement: larger wide-screen stage and tight 4:3 thumbnail cards. */
html.chrome-payment-vdp-page .chrome-payment-vdp-gallery,
html.chrome-payment-vdp-page .chrome-payment-gallery-for,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-list,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .slick-track,
html.chrome-payment-vdp-page .chrome-payment-gallery-for .imgtop-item {
    background: #fff;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav,
html.chrome-payment-vdp-page .chrome-payment-gallery-nav .slick-list,
html.chrome-payment-vdp-page .chrome-payment-gallery-nav .slick-track {
    height: auto !important;
    max-height: none !important;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav .slick-list {
    padding-left: 2px !important;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav .imgtop-item {
    height: auto !important;
    aspect-ratio: 4 / 3;
    margin: 0 8px 0 0;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    background: #fff;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav .slick-current.imgtop-item,
html.chrome-payment-vdp-page .chrome-payment-gallery-nav .slick-current .imgtop-item {
    border: 2px solid #111;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background: #fff;
    object-fit: contain !important;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-view-all {
    width: 100%;
    height: auto !important;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
}

html.chrome-payment-vdp-page .chrome-payment-gallery-nav-row:has(.chrome-payment-gallery-view-all[hidden]) {
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1400px) {
    html.chrome-payment-vdp-page .chrome-payment-vdp-gallery {
        --cp-vdp-gallery-stage-height: clamp(560px, 30vw, 620px);
        min-height: calc(var(--cp-vdp-gallery-stage-height) + 124px) !important;
        grid-template-rows: var(--cp-vdp-gallery-stage-height) auto !important;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-for,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for .imgtop-item,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for img {
        height: var(--cp-vdp-gallery-stage-height) !important;
        min-height: var(--cp-vdp-gallery-stage-height) !important;
        max-height: var(--cp-vdp-gallery-stage-height) !important;
        aspect-ratio: auto;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-nav-row {
        grid-template-columns: minmax(0, 1fr) 150px;
        gap: 10px;
        margin-top: 11px;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-nav .imgtop-item { width: 150px !important; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    html.chrome-payment-vdp-page .chrome-payment-vdp-gallery {
        --cp-vdp-gallery-stage-height: clamp(430px, 36vw, 500px);
        min-height: calc(var(--cp-vdp-gallery-stage-height) + 111px) !important;
        grid-template-rows: var(--cp-vdp-gallery-stage-height) auto !important;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-for,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for .imgtop-item,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for img {
        height: var(--cp-vdp-gallery-stage-height) !important;
        min-height: var(--cp-vdp-gallery-stage-height) !important;
        max-height: var(--cp-vdp-gallery-stage-height) !important;
        aspect-ratio: auto;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-nav-row {
        grid-template-columns: minmax(0, 1fr) 112px;
        gap: 9px;
        margin-top: 10px;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-nav .imgtop-item { width: 112px !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html.chrome-payment-vdp-page .chrome-payment-vdp-gallery {
        --cp-vdp-gallery-stage-height: clamp(360px, 38vw, 430px);
        min-height: calc(var(--cp-vdp-gallery-stage-height) + 99px) !important;
        grid-template-rows: var(--cp-vdp-gallery-stage-height) auto !important;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-for,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for .imgtop-item,
    html.chrome-payment-vdp-page .chrome-payment-gallery-for img {
        height: var(--cp-vdp-gallery-stage-height) !important;
        min-height: var(--cp-vdp-gallery-stage-height) !important;
        max-height: var(--cp-vdp-gallery-stage-height) !important;
        aspect-ratio: auto;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-nav-row {
        grid-template-columns: minmax(0, 1fr) 98px;
        gap: 8px;
        margin-top: 9px;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-nav .imgtop-item { width: 98px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    html.chrome-payment-vdp-page .chrome-payment-gallery-nav-row {
        grid-template-columns: minmax(0, 1fr) 108px;
    }
    html.chrome-payment-vdp-page .chrome-payment-gallery-nav .imgtop-item { width: 108px !important; }
}
/* Keep legacy vehicle-overlay banners in their own row below the SRP image. */
.chrome-payment-srp-media > .chrome-payment-srp-banner {
    position: static !important;
    display: block !important;
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 340px;
    box-sizing: border-box;
    clear: both;
    margin: 6px auto 0 !important;
}

@media (min-width: 1600px) {
    .chrome-payment-srp-media > .chrome-payment-srp-banner {
        max-width: 390px;
    }
}

@media (max-width: 767px) {
    .chrome-payment-srp-media > .chrome-payment-srp-banner {
        max-width: none;
    }
}


.chrome-payment-srp-modern-ctas .chrome-payment-cta-best-price {
    background: var(--cp-best-price) !important;
    color: #fff !important;
}

.chrome-payment-srp-modern-ctas .chrome-payment-cta-test-drive,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-trade,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-payment-calculator,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-preapproval {
    border: 1px solid var(--cp-action) !important;
    background: var(--cp-action) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.chrome-payment-srp-modern-ctas .chrome-payment-cta-best-price:hover,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-best-price:focus,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-test-drive:hover,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-test-drive:focus,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-trade:hover,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-trade:focus,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-payment-calculator:hover,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-payment-calculator:focus,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-preapproval:hover,
.chrome-payment-srp-modern-ctas .chrome-payment-cta-preapproval:focus {
    color: #fff !important;
    filter: brightness(.88);
}

.chrome-payment-srp-absolute-prices {
    display: grid;
    gap: 7px;
}

.chrome-payment-srp-absolute-prices > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--cp-border, #d6d6d6);
    padding: 7px 0;
}

.chrome-payment-srp-absolute-prices span {
    color: var(--cp-muted, #666);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.chrome-payment-srp-absolute-prices strong {
    color: var(--cp-charcoal, #111);
    font-size: 20px;
}


.chrome-payment-vdp-hero-ctas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 11px;
}

.chrome-payment-vdp-hero-ctas .chrome-payment-cta {
    width: 100%;
    min-height: 43px;
    justify-content: flex-start;
    border-radius: 3px !important;
    padding: 9px 12px !important;
    text-decoration: none !important;
}

.chrome-payment-vdp-hero-ctas .chrome-payment-cta-best-price {
    min-height: 48px;
    border: 1px solid var(--cp-best-price) !important;
    background: var(--cp-best-price) !important;
    color: #fff !important;
    font-size: 14px;
}

.chrome-payment-vdp-hero-ctas .chrome-payment-cta-test-drive,
.chrome-payment-vdp-hero-ctas .chrome-payment-cta-trade,
.chrome-payment-vdp-hero-ctas .chrome-payment-cta-payment-calculator,
.chrome-payment-vdp-hero-ctas .chrome-payment-cta-preapproval {
    border: 1px solid var(--cp-action) !important;
    background: var(--cp-action) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.chrome-payment-vdp-hero-ctas .chrome-payment-cta:hover,
.chrome-payment-vdp-hero-ctas .chrome-payment-cta:focus {
    border-radius: 3px !important;
    color: #fff !important;
    padding: 9px 12px !important;
    filter: brightness(.88);
}

.chrome-payment-vdp-experience.has-no-payment-calculator {
    display: none;
}

.chrome-payment-vdp-hero-ctas .chrome-payment-cta > [aria-hidden="true"] {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
}

.chrome-payment-vdp-hero-ctas .chrome-payment-cta > span:last-child {
    min-width: 0;
}

@media (min-width: 768px) and (max-width: 1399px) {
    .chrome-payment-vdp-modern-inner,
    #vContainer.chrome-payment-vdp-active {
        width: calc(100% - 32px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
/*
 * Reserve the simple-carousel geometry before its images and Slick load.
 * Desktop banners follow the 1800 x 180 design canvas; mobile banners use
 * the existing 750 x 150 canvas. The frame remains fluid inside the page
 * container, so the largest desktop rendering is 1800 x 180.
 */
#simpleCarousel {
    aspect-ratio: 10 / 1;
    background: #fff;
}

#simpleCarousel:not(.slick-initialized) {
    display: block !important;
}

#simpleCarousel:not(.slick-initialized) .simple-carousel-slide:not(:first-child) {
    display: none !important;
}

#simpleCarousel .simple-carousel-slide,
#simpleCarousel .simple-carousel-slide > div,
#simpleCarousel .slick-list,
#simpleCarousel .slick-track {
    height: 100% !important;
}

#simpleCarousel .simple-carousel-slide-img,
#simpleCarousel .simple-carousel-slide-img-sm {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain;
    background: #fff;
}

@media (max-width: 991px) {
    #simpleCarousel {
        aspect-ratio: 5 / 1;
    }
}
