.map-card-actions {
    display: flex !important;
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 20px 18px !important;
}

.map-card-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(12, 80, 112, .24);
    border-radius: 6px;
    color: var(--ah);
    background: #fff;
    font-size: 13px;
    line-height: 1.2;
    box-sizing: border-box;
}

.map-card-actions a:hover {
    border-color: var(--ah);
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

.page-map-list .path {
    margin: 18px auto 12px;
}

.map-list-hero {
    max-width: none;
    margin: 0 0 26px;
    padding: 28px 15px;
    border-top: 1px solid #d9e2ec;
    border-bottom: 1px solid #d9e2ec;
    background: #eef5f7;
    box-sizing: border-box;
}

.map-list-hero__inner {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
    grid-template-areas:
        "content summary"
        "picks media";
    gap: 18px 24px;
    align-items: stretch;
}

.map-list-hero__content {
    grid-area: content;
    min-width: 0;
}

.map-list-hero__kicker,
.map-list-results-head p {
    margin: 0 0 8px;
    color: #0c5070;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.map-list-hero h1 {
    max-width: 720px;
    margin: 0 0 12px;
    color: #1e2a36;
    font-size: 42px;
    line-height: 1.12;
}

.map-list-hero__content > p:not(.map-list-hero__kicker) {
    max-width: 760px;
    margin: 0 0 10px;
    color: #33414f;
    font-size: 17px;
    line-height: 1.62;
}

.map-list-hero__note {
    color: #5c6872 !important;
    font-size: 14px !important;
}

.map-list-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.map-list-hero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid #0c5070;
    border-radius: 6px;
    color: #0c5070;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    box-sizing: border-box;
}

.map-list-hero__actions a:hover {
    color: #fff;
    background: #0c5070;
    text-decoration: none;
}

.map-list-hero__summary {
    grid-area: summary;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-width: 0;
}

.map-list-hero__summary div {
    min-width: 0;
    padding: 14px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.map-list-hero__summary strong {
    display: block;
    color: #063c7a;
    font-size: 26px;
    line-height: 1;
}

.map-list-hero__summary span {
    display: block;
    margin-top: 6px;
    color: #5d6875;
    font-size: 13px;
    line-height: 1.35;
}

.map-list-hero__picks {
    grid-area: picks;
    min-width: 0;
    padding: 14px 0 0;
    border-top: 1px solid #d1dde5;
}

.map-list-hero__picks p {
    margin: 0 0 10px;
    color: #0c5070;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.map-list-hero__picks ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
}

.map-list-hero__picks li {
    list-style: none;
    min-width: 0;
}

.map-list-hero__picks a {
    display: block;
    min-height: 100%;
    padding: 12px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.map-list-hero__picks a:hover {
    border-color: #0c5070;
    text-decoration: none;
}

.map-list-hero__picks strong,
.map-list-hero__picks span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-list-hero__picks strong {
    color: #063c7a;
    font-size: 14px;
    line-height: 1.25;
}

.map-list-hero__picks span {
    margin-top: 6px;
    color: #66717c;
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
}

.map-list-hero__media {
    grid-area: media;
    min-width: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #dce8ef;
}

.map-list-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
}

.map-list-results-section {
    margin: 0 0 34px;
}

.map-list-results-head {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d9e2ec;
}

.map-list-results-head h2 {
    margin: 0;
    color: #1e2a36;
    font-size: 26px;
    line-height: 1.2;
}

.map-list-results-head span {
    flex: 0 0 auto;
    color: #5d6875;
    font-size: 13px;
    line-height: 1.4;
}

.map-list-insights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: -4px 0 16px;
}

.map-list-insights div {
    min-width: 0;
    padding: 13px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #f7fafc;
    box-sizing: border-box;
}

.map-list-insights strong {
    display: block;
    margin: 0 0 6px;
    color: #063c7a;
    font-size: 14px;
    line-height: 1.25;
}

.map-list-insights span {
    display: block;
    color: #52606d;
    font-size: 13px;
    line-height: 1.45;
}

.map-list-recovery {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(280px, 1.08fr);
    gap: 14px;
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid #cbdde8;
    border-radius: 8px;
    background: #f4f9fb;
    box-sizing: border-box;
}

.map-list-recovery--empty {
    background: #fffaf0;
    border-color: #edd6a7;
}

.map-list-recovery__main,
.map-list-recovery__paths,
.map-list-recovery__paths div {
    min-width: 0;
}

.map-list-recovery__main p {
    margin: 0 0 7px;
    color: #0c5070;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.map-list-recovery__main h3 {
    margin: 0 0 8px;
    color: #1e2a36;
    font-size: 22px;
    line-height: 1.2;
}

.map-list-recovery__main > span,
.map-list-recovery__paths span {
    display: block;
    color: #52606d;
    font-size: 14px;
    line-height: 1.55;
}

.map-list-recovery__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.map-list-recovery__actions a,
.map-list-recovery__paths a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid rgba(12, 80, 112, .24);
    border-radius: 6px;
    color: #0c5070;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    box-sizing: border-box;
}

.map-list-recovery__actions a.is-primary {
    color: #fff;
    border-color: #0c5070;
    background: #0c5070;
}

.map-list-recovery__actions a:hover,
.map-list-recovery__paths a:hover {
    color: #fff;
    border-color: var(--ah);
    background: var(--ah);
    text-decoration: none;
}

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

.map-list-recovery__paths div {
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .74);
    box-sizing: border-box;
}

.map-list-recovery__paths strong {
    display: block;
    margin: 0 0 8px;
    color: #063c7a;
    font-size: 14px;
    line-height: 1.25;
}

.map-list-recovery__paths a {
    margin: 0 6px 6px 0;
}

.map-list-empty-note {
    margin-top: 12px;
}

.zq-template-car-test main .map-list-cards.addr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    margin: 0 0 34px;
    padding: 0;
    box-sizing: border-box;
}

.zq-template-car-test main .map-list-cards.addr .map-list-card {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    min-width: 0;
    min-height: 184px;
    margin: 0;
    padding: 0;
    flex: none;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.zq-template-car-test main .map-list-cards.addr .map-list-card > * {
    margin: 0 !important;
}

.map-list-card__media {
    display: block;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 184px;
    overflow: hidden;
    background: #eef3f7;
}

.map-list-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 184px;
    aspect-ratio: auto;
    object-fit: cover;
}

.map-list-card__media--placeholder::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    min-height: 184px;
    background: var(--noimage) no-repeat center center / 78% auto #eef3f7;
}

.map-list-card__body {
    min-width: 0;
    padding: 15px;
    box-sizing: border-box;
}

.map-list-card__body h3 {
    margin: 0;
    color: #063c7a;
    font-size: 18px;
    line-height: 1.25;
}

.map-list-card__body h3 a {
    color: #063c7a;
}

.map-list-card__body h3 strong {
    display: block;
    color: inherit;
    font-size: inherit;
    font-weight: 800;
    line-height: inherit;
}

.map-list-card__body h3 a:hover {
    color: var(--ah);
    text-decoration: none;
}

.map-list-card__body i[s] {
    display: block;
    max-width: 100%;
    margin: 8px 0 7px;
    color: #33414f;
    line-height: 1.35;
}

.map-list-card__body p {
    margin: 0;
    color: #59646f;
    font-size: 14px;
    line-height: 1.45;
    text-transform: none;
    -webkit-line-clamp: 3;
}

.map-list-card__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 11px 0 0;
}

.map-list-card__signals span {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    color: #43515c;
    background: #f6f9fa;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    box-sizing: border-box;
}

.map-list-card__signals .map-list-card__signals-title {
    color: #0c5070;
    border-color: rgba(12, 80, 112, .24);
    background: rgba(12, 80, 112, .08);
}

.map-list-card .map-card-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0 0 !important;
}

.map-list-card .map-card-actions a {
    min-width: 0;
    min-height: 34px;
    padding: 6px 8px;
}

@media (max-width: 1060px) {
    .map-list-hero__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "summary"
            "picks"
            "media";
    }

    .map-list-hero__picks ol {
        grid-template-columns: 1fr;
    }

    .zq-template-car-test main .map-list-cards.addr {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .page-map-list .path {
        margin: 14px auto 10px;
    }

    .map-list-hero {
        margin-bottom: 18px;
        padding: 20px 15px;
    }

    .map-list-hero__inner {
        gap: 14px;
    }

    .map-list-hero h1 {
        font-size: 31px;
    }

    .map-list-hero__content > p:not(.map-list-hero__kicker) {
        font-size: 15px;
        line-height: 1.55;
    }

    .map-list-hero__actions a {
        flex: 1 1 140px;
    }

    .map-list-hero__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .map-list-hero__summary div {
        padding: 11px;
    }

    .map-list-hero__summary strong {
        font-size: 22px;
    }

    .map-list-hero__picks li:nth-child(n+3) {
        display: none;
    }

    .map-list-hero__media {
        display: none;
    }

    .map-list-results-head {
        display: block;
    }

    .map-list-results-head span {
        display: block;
        margin-top: 6px;
    }

    .map-list-insights {
        grid-template-columns: 1fr;
    }

    .map-list-recovery {
        grid-template-columns: 1fr;
    }

    .map-list-recovery__paths {
        grid-template-columns: 1fr;
    }

    .map-list-recovery__actions a {
        flex: 1 1 140px;
    }
}

@media (max-width: 560px) {
    .zq-template-car-test main .map-list-cards.addr .map-list-card {
        grid-template-columns: 1fr;
    }

    .map-list-card__media,
    .map-list-card__media img,
    .map-list-card__media--placeholder::before {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }
}

#ov li:nth-child(2)::before {
    background: var(--posico) no-repeat center center / auto 100%;
}

#ov li:nth-child(3)::before {
    background: var(--webico) no-repeat center center / auto 100%;
}

@media (max-width: 520px) {
    .map-card-actions a {
        flex: 1 1 100%;
    }
}

.map-tools {
    margin: 0 0 22px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(24, 46, 64, .06);
    box-sizing: border-box;
}

.map-tools__panel {
    min-width: 0;
}

.map-tools__panel summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 58px;
    padding: 14px 16px;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
}

.map-tools__panel summary::-webkit-details-marker {
    display: none;
}

.map-tools__panel summary::after {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #0c5070;
    border-bottom: 2px solid #0c5070;
    transform: rotate(45deg);
    transition: transform .18s ease;
}

.map-tools__panel[open] summary::after {
    transform: rotate(225deg);
}

.map-tools__panel summary span {
    display: block;
    min-width: 0;
}

.map-tools__panel summary strong {
    display: block;
    color: #1e2a36;
    font-size: 17px;
    line-height: 1.25;
}

.map-tools__panel summary em {
    display: block;
    margin-top: 4px;
    color: #66717c;
    font-size: 13px;
    font-style: normal;
    line-height: 1.3;
}

.map-tools__panel summary b {
    flex: 0 0 auto;
    min-width: 66px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #0c5070;
    background: #eef5f7;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.map-tools__body {
    padding: 0 16px 16px;
    border-top: 1px solid #e7edf2;
}

.map-tools__status {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 14px 0 12px;
}

.map-tools__status p {
    min-width: 0;
    margin: 0;
}

.map-tools__status p strong {
    display: block;
    color: #063c7a;
    font-size: 18px;
    line-height: 1.25;
}

.map-tools__status p span {
    display: block;
    margin-top: 4px;
    color: #66717c;
    font-size: 13px;
    line-height: 1.45;
}

.map-tools__clear {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid rgba(12, 80, 112, .22);
    border-radius: 6px;
    color: #0c5070;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    box-sizing: border-box;
}

.map-tools__clear:hover {
    border-color: #0c5070;
    color: #fff;
    background: #0c5070;
    text-decoration: none;
}

.map-tools__active {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 14px;
    padding: 10px;
    border-radius: 8px;
    background: #f6fafb;
}

.map-tools__active > span {
    color: #5d6875;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.map-tools__active a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 5px 9px;
    border: 1px solid #c9d9e4;
    border-radius: 999px;
    color: #063c7a;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    box-sizing: border-box;
}

.map-tools__active a:hover {
    border-color: #0c5070;
    text-decoration: none;
}

.map-tools__active i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background: #0c5070;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
}

.map-tools__form {
    display: grid;
    grid-template-columns: minmax(150px, .8fr) minmax(150px, .8fr) minmax(260px, 1.6fr) auto;
    gap: 12px;
    align-items: end;
    margin: 0;
}

.map-tools__field {
    display: block;
    min-width: 0;
    margin: 0;
}

.map-tools__field > span,
.map-tools__checks legend {
    display: block;
    margin: 0 0 4px;
    color: #5d6875;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.map-tools select {
    width: 100%;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 6px;
    background: #fff;
    color: var(--ac);
    font-size: 14px;
}

.map-tools__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.map-tools__checks legend {
    width: 100%;
    padding: 0;
}

.map-tools-check {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    min-width: auto !important;
    height: 36px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 6px;
    color: var(--ac);
    background: #f7f9f8;
    box-sizing: border-box;
}

.map-tools-check:has(input:checked) {
    border-color: #0c5070;
    color: #063c7a;
    background: #eef5f7;
}

.map-tools-check input {
    flex: 0 0 auto;
    margin: 0;
}

.map-tools-check span {
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.map-tools__actions {
    display: flex;
    gap: 8px;
    align-items: end;
}

.map-tools__actions button,
.map-tools__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid var(--btn);
    border-radius: 6px;
    background: var(--btn);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
}

.map-tools__actions a {
    border-color: rgba(0, 0, 0, .14);
    color: var(--ac);
    background: #fff;
}

.map-tools__actions button:hover,
.map-tools__actions a:hover {
    border-color: var(--ah);
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

.map-tools__note {
    grid-column: 1 / -1;
    margin: 0;
    color: #66717c;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 1080px) {
    .map-tools__form {
        grid-template-columns: 1fr 1fr;
    }

    .map-tools__checks,
    .map-tools__actions,
    .map-tools__note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .map-tools {
        margin-bottom: 18px;
    }

    .map-tools__panel summary {
        min-height: 54px;
        padding: 13px 14px;
    }

    .map-tools__body {
        padding: 0 14px 14px;
    }

    .map-tools__status {
        display: block;
    }

    .map-tools__clear {
        width: 100%;
        margin-top: 10px;
    }

    .map-tools__form {
        grid-template-columns: 1fr;
    }

    .map-tools__field,
    .map-tools__checks,
    .map-tools__actions,
    .map-tools__note {
        grid-column: auto;
    }

    .map-tools__checks {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .map-tools__actions button,
    .map-tools__actions a {
        flex: 1 1 0;
    }
}

@media (max-width: 380px) {
    .map-tools__panel summary {
        align-items: flex-start;
    }

    .map-tools__panel summary b {
        min-width: 56px;
    }

    .map-tools__checks,
    .map-tools__actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}

main .addr li.map-active,
.seo-place-card.map-active {
    outline: 2px solid var(--ah);
    outline-offset: 2px;
    box-shadow: 0 18px 28px rgba(12, 80, 112, .14) !important;
}

.zq-template-car-test.page-map-list #mapdiv {
    display: grid;
    grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 34px;
    overflow: hidden;
    box-sizing: border-box;
}

.zq-template-car-test.page-map-list #mapdiv dd {
    display: grid;
    gap: 10px;
    height: 420px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    box-sizing: border-box;
}

.zq-template-car-test.page-map-list #mapdiv dd a {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    width: auto;
    height: auto;
    min-height: 78px;
    margin: 0;
    padding: 8px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.zq-template-car-test.page-map-list #mapdiv dd img,
.zq-template-car-test.page-map-list #mapdiv dd a.ni::before {
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 7px;
    object-fit: cover;
}

.zq-template-car-test.page-map-list #mapdiv dd strong,
.zq-template-car-test.page-map-list #mapdiv dd i,
.zq-template-car-test.page-map-list #mapdiv dd p {
    min-width: 0;
}

.zq-template-car-test.page-map-list #mapdiv dd strong {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.zq-template-car-test.page-map-list #mapdiv dd i {
    line-height: 1.2;
}

.zq-template-car-test.page-map-list #mapdiv dd p {
    display: block;
    color: #66717c;
    text-transform: none;
}

.zq-template-car-test.page-map-list #mapin {
    min-height: 420px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .zq-template-car-test.page-map-list #mapdiv {
        grid-template-columns: 1fr;
    }

    .zq-template-car-test.page-map-list #mapdiv dd {
        grid-auto-flow: column;
        grid-auto-columns: minmax(220px, 72%);
        overflow-x: auto;
        overflow-y: hidden;
        height: auto;
        padding-bottom: 8px;
    }

    .zq-template-car-test.page-map-list #mapin {
        min-height: 320px;
    }
}

@media (max-width: 560px) {
    .zq-template-car-test.page-map-list #mapdiv dd {
        grid-auto-columns: minmax(220px, 86%);
    }

    .zq-template-car-test.page-map-list #mapin {
        min-height: 280px;
    }
}

#mapdiv dd a.c {
    border-color: var(--ah);
    background: rgba(12, 80, 112, .08);
}

.home-quality-note {
    max-width: 1220px;
    margin: 0 auto 18px;
    padding: 0 15px;
    color: #5c6872;
    font-size: 15px;
    line-height: 1.6;
    box-sizing: border-box;
}

.home-quality-list .home-quality-card {
    background: #fff;
}

.home-quality-meta,
.home-quality-reasons,
.directory-reasons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 20px 6px !important;
}

.home-quality-meta span,
.home-quality-reasons span,
.directory-reasons span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 999px;
    color: #43515c;
    background: #f6f9fa;
    font-size: 12px;
    line-height: 1.2;
    box-sizing: border-box;
}

.home-quality-meta span:first-child {
    color: var(--ah);
    background: rgba(12, 80, 112, .08);
}

.directory-reasons {
    margin: 12px 0 0 !important;
}

.directory-reasons span {
    color: #516274;
    border-color: #dbe6ef;
    background: #f7fafc;
}

.seo-card-link.map-focus-link {
    margin-left: 8px;
}

@media (max-width: 520px) {
    .seo-card-link.map-focus-link {
        margin-left: 0;
    }
}

.area-guide,
.area-browser,
.area-stats,
.area-featured,
.area-faq {
    margin: 0 0 24px;
    box-sizing: border-box;
}

.area-guide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
}

.area-guide__kicker,
.area-browser__head p,
.area-stats__head p {
    margin: 0 0 5px;
    color: var(--ah);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.area-guide h2,
.area-browser h2,
.area-stats h2,
.area-featured h2,
.area-faq h2 {
    margin: 0 0 10px;
    color: var(--ac);
    font-size: 22px;
    line-height: 1.25;
}

.area-guide p,
.area-stats p,
.area-featured p,
.area-faq p {
    margin: 0 0 10px;
    color: #59646f;
    font-size: 14px;
    line-height: 1.62;
}

.area-guide__checks {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.area-guide__checks li {
    list-style: none;
    padding: 12px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    background: #f7fafb;
}

.area-guide__checks strong {
    display: block;
    margin: 0 0 5px;
    color: var(--ah);
    font-size: 15px;
}

.area-guide__checks span {
    display: block;
    color: #59646f;
    font-size: 13px;
    line-height: 1.45;
}

.area-browser {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
}

.area-browser__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.area-browser__head strong {
    white-space: nowrap;
    color: #59646f;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

.area-browser__head span {
    display: block;
    max-width: 620px;
    color: #66737d;
    font-size: 13px;
    line-height: 1.45;
}

.area-browser__group {
    margin: 0 0 14px;
}

.area-browser__group:last-child {
    margin-bottom: 0;
}

.area-browser__group h3 {
    margin: 0 0 8px;
    color: #33414c;
    font-size: 15px;
    line-height: 1.25;
}

.area-browser__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 132px;
    overflow: auto;
}

.area-browser__links a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    color: var(--ac);
    background: #f7f9f8;
    font-size: 13px;
    line-height: 1.2;
}

.area-browser__links a:hover,
.area-browser__links a.c {
    border-color: var(--ah);
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

.area-stats {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
}

.area-stats__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.area-stats__head span {
    display: block;
    max-width: 650px;
    color: #66737d;
    font-size: 13px;
    line-height: 1.45;
}

.area-stats__head strong {
    white-space: nowrap;
    color: #59646f;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

.area-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.area-stats__metric {
    min-height: 112px;
    padding: 12px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    background: #f7fafb;
}

.area-stats__metric b {
    display: block;
    margin: 0 0 5px;
    color: var(--ah);
    font-size: 24px;
    line-height: 1.15;
}

.area-stats__metric strong {
    display: block;
    margin: 0 0 5px;
    color: var(--ac);
    font-size: 14px;
    line-height: 1.25;
}

.area-stats__metric span {
    display: block;
    color: #59646f;
    font-size: 12px;
    line-height: 1.45;
}

.area-stats__coverage {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .09);
}

.area-stats__coverage h3 {
    margin: 0 0 10px;
    color: #33414c;
    font-size: 15px;
    line-height: 1.25;
}

.area-stats__coverage div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.area-stats__coverage span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    color: var(--ac);
    background: #f7f9f8;
    font-size: 13px;
    line-height: 1.2;
}

.area-stats__coverage b {
    margin-left: 6px;
    color: var(--ah);
}

.area-stats__note {
    margin: 14px 0 0 !important;
    color: #66737d !important;
    font-size: 13px !important;
}

.area-featured {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
}

.area-featured__head {
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.area-featured__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
}

.area-featured__list li {
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.area-featured__media,
.area-featured__media img {
    display: block;
    width: 100%;
}

.area-featured__media img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.area-featured__list li > div {
    padding: 14px;
}

.area-featured__list strong {
    display: block;
    color: var(--ah);
    font-size: 17px;
    line-height: 1.25;
}

.area-featured__list p {
    margin: 6px 0 0;
    font-size: 13px;
}

.area-featured .home-quality-reasons,
.area-featured .map-card-actions {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.area-faq {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
}

.area-faq details {
    border-top: 1px solid rgba(0, 0, 0, .09);
}

.area-faq summary {
    cursor: pointer;
    padding: 13px 0;
    color: var(--ac);
    font-weight: 700;
    line-height: 1.35;
}

.area-faq details:first-of-type {
    border-top: 0;
}

.area-faq details p {
    margin: 0 0 14px;
}

#side .side-state-links a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#side .side-note {
    margin: 24px 0 0;
    padding: 12px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    color: #59646f;
    background: #f7fafb;
    font-size: 13px;
    line-height: 1.55;
}

.site-footer__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0;
}

.site-footer__stats span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #dce8f5;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    line-height: 1.2;
}

.site-footer__stats b {
    margin-right: 4px;
    color: #ffd43b;
    font-size: 15px;
}

.site-footer .aaa-footer__bottom span:last-child {
    max-width: 560px;
    text-align: right;
}

.search-help,
.guide-intro,
.article-next-steps,
.listing-disclaimer {
    margin: 0 0 22px;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.listing-disclaimer {
    margin-top: 16px;
    background: #f7fafb;
    border-color: rgba(12, 80, 112, .16);
}

.search-help h2,
.guide-intro h2,
.article-next-steps h2 {
    margin: 0 0 10px;
    color: var(--ac);
    font-size: 21px;
    line-height: 1.3;
}

.listing-disclaimer strong {
    display: block;
    margin: 0 0 7px;
    color: var(--ah);
    font-size: 16px;
}

.search-help p,
.guide-intro p,
.article-next-steps p,
.listing-disclaimer p {
    margin: 0 0 10px;
    color: #59646f;
    font-size: 14px;
    line-height: 1.62;
}

.search-help ul,
.guide-intro ul,
.listing-disclaimer ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
}

.search-help li,
.guide-intro li,
.listing-disclaimer li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    color: #4e5d67;
    font-size: 14px;
    line-height: 1.5;
}

.search-help li::before,
.guide-intro li::before,
.listing-disclaimer li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ah);
}

.listing-disclaimer p:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.listing-disclaimer p:last-child a,
.article-action-links a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(12, 80, 112, .2);
    border-radius: 6px;
    color: var(--ah);
    background: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.listing-disclaimer p:last-child a:hover,
.article-action-links a:hover {
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

body.page-search {
    overflow-x: hidden;
}

.search-path {
    margin-bottom: 20px;
}

.search-hero,
.search-main {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 34px;
    padding: 0 15px;
    box-sizing: border-box;
}

.search-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 26px;
    align-items: stretch;
}

.search-hero > div,
.search-hero-note,
.search-panel,
.search-results-panel,
.search-side #side,
.search-empty-panel {
    min-width: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.search-hero > div,
.search-hero-note,
.search-panel,
.search-results-panel,
.search-empty-panel {
    padding: 24px;
}

.search-kicker,
.search-results-head p {
    margin: 0 0 10px;
    color: var(--ah);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.search-hero h1 {
    margin: 0 0 12px;
    color: var(--ac);
    font-size: 42px;
    line-height: 1.12;
}

.search-summary {
    max-width: 760px;
    margin: 0;
    color: #596878;
    font-size: 17px;
    line-height: 1.65;
}

.search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 116px;
    gap: 10px;
    margin: 22px 0 0;
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 8px;
    background: #f7fafc;
    box-sizing: border-box;
}

.search-form label {
    display: block;
    min-width: 0;
}

.search-form span {
    display: block;
    margin: 0 0 5px;
    color: #65717b;
    font-size: 12px;
    line-height: 1.2;
}

.search-form input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 6px;
    padding: 0 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.search-form button {
    align-self: end;
    min-height: 40px;
    border: 1px solid var(--btn);
    border-radius: 6px;
    color: #fff;
    background: var(--btn);
    font-weight: 700;
    cursor: pointer;
}

.search-form button:hover {
    border-color: var(--ah);
    background: var(--ah);
}

.search-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
}

.search-stats span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 999px;
    color: #516274;
    background: #f7fafc;
    font-size: 13px;
    line-height: 1.2;
}

.search-stats b {
    margin-right: 4px;
    color: var(--ah);
    font-size: 16px;
}

.search-parse-panel {
    margin: 18px 0 0;
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.search-parse-panel__head {
    display: grid;
    gap: 4px;
    margin: 0 0 12px;
}

.search-parse-panel__head strong,
.search-suggestion-links strong {
    color: var(--ah);
    font-size: 14px;
    line-height: 1.25;
}

.search-parse-panel__head span {
    color: #596878;
    font-size: 13px;
    line-height: 1.45;
}

.search-parse-chips,
.search-suggestion-links div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.search-parse-chips span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 31px;
    max-width: 100%;
    padding: 5px 9px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 999px;
    color: #465765;
    background: #f7fafc;
    font-size: 13px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    box-sizing: border-box;
}

.search-parse-chips b {
    color: var(--ac);
    font-size: 12px;
}

.search-suggestion-links {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.search-suggestion-links a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border: 1px solid rgba(12, 80, 112, .18);
    border-radius: 6px;
    color: var(--ah);
    background: #f7fafb;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    box-sizing: border-box;
}

.search-suggestion-links a:hover {
    border-color: var(--ah);
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

.zq-search-suggest-field {
    position: relative;
}

.zq-search-suggest-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 40;
    max-height: 280px;
    overflow: auto;
    padding: 6px;
    border: 1px solid rgba(12, 80, 112, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(24, 46, 64, .16);
    box-sizing: border-box;
}

.zq-search-suggest-panel[hidden] {
    display: none;
}

.zq-search-suggest-option {
    display: grid;
    width: 100%;
    gap: 3px;
    margin: 0;
    padding: 9px 10px;
    border: 0;
    border-radius: 6px;
    color: #243543;
    background: transparent;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.zq-search-suggest-panel .zq-search-suggest-option {
    min-height: auto !important;
    height: auto !important;
    padding: 10px 11px !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: #1e2a36 !important;
    background: #fff !important;
    box-shadow: none !important;
}

.zq-search-suggest-option strong {
    display: block;
    color: var(--ac);
    font-size: 14px;
    line-height: 1.25;
}

.zq-search-suggest-panel .zq-search-suggest-option strong {
    color: #0c5070 !important;
}

.zq-search-suggest-option span {
    display: block;
    margin: 0;
    color: #65717b;
    font-size: 12px;
    line-height: 1.25;
}

.zq-search-suggest-panel .zq-search-suggest-option span {
    color: #667784 !important;
}

.zq-search-suggest-option:hover,
.zq-search-suggest-option.is-active {
    background: #eef7fa;
}

.zq-search-suggest-panel .zq-search-suggest-option:hover,
.zq-search-suggest-panel .zq-search-suggest-option.is-active {
    color: #1e2a36 !important;
    background: #edf7fb !important;
}

.zq-search-suggest-option:focus {
    outline: 2px solid rgba(12, 80, 112, .28);
    outline-offset: 1px;
}

.search-common-entry {
    display: grid;
    gap: 10px;
}

.search-common-entry h3 {
    margin-bottom: 0;
}

.search-common-entry p {
    margin: 0;
    color: #59646f;
    font-size: 14px;
    line-height: 1.5;
}

.search-common-entry > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.search-common-entry a {
    display: block;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    color: inherit;
    background: #f7fafb;
    box-sizing: border-box;
}

.search-common-entry a:hover {
    border-color: var(--ah);
    box-shadow: 0 12px 24px rgba(12, 80, 112, .1);
    text-decoration: none;
}

.search-common-entry strong,
.search-common-entry span {
    display: block;
}

.search-common-entry strong {
    margin: 0 0 5px;
    color: var(--ah);
    font-size: 15px;
    line-height: 1.25;
}

.search-common-entry span {
    color: #59646f;
    font-size: 12px;
    line-height: 1.35;
}

.search-hero-note {
    background: #f7fafc;
}

.search-hero-note strong {
    display: block;
    margin: 0 0 12px;
    color: var(--ah);
    font-size: 18px;
    line-height: 1.25;
}

.search-hero-note ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.search-hero-note li {
    position: relative;
    padding-left: 18px;
    color: #52616d;
    font-size: 14px;
    line-height: 1.55;
    list-style: none;
}

.search-hero-note li::before {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ah);
}

.search-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 30px;
    align-items: start;
}

#search-refine,
#search-result-panel,
#search-guidance,
#search-recovery,
#search-browse-paths {
    scroll-margin-top: calc(var(--site-header-height, 120px) + 12px);
}

.search-mobile-jump {
    display: none;
}

.search-content,
.search-side {
    min-width: 0;
}

.search-panel,
.search-results-panel {
    margin-bottom: 22px;
}

.search-section-head,
.search-results-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin: 0 0 16px;
}

.search-section-head h2,
.search-results-head h2 {
    margin: 0;
    color: var(--ac);
    font-size: 24px;
    line-height: 1.25;
}

.search-section-head p,
.search-results-head span {
    margin: 0;
    color: #65717b;
    font-size: 14px;
    line-height: 1.5;
}

.search-insights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: -4px 0 16px;
}

.search-insights div {
    min-width: 0;
    padding: 13px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #f7fafc;
    box-sizing: border-box;
}

.search-insights strong {
    display: block;
    margin: 0 0 6px;
    color: var(--ah);
    font-size: 14px;
    line-height: 1.25;
}

.search-insights span {
    display: block;
    color: #52606d;
    font-size: 13px;
    line-height: 1.45;
}

.search-link-groups {
    display: grid;
    gap: 18px;
}

.search-link-groups h3 {
    margin: 0 0 10px;
    color: #33414c;
    font-size: 16px;
    line-height: 1.25;
}

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

.search-link-grid a {
    display: block;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    color: inherit;
    background: #f7fafb;
    box-sizing: border-box;
}

.search-link-grid a:hover {
    border-color: var(--ah);
    box-shadow: 0 12px 24px rgba(12, 80, 112, .1);
    text-decoration: none;
}

.search-link-grid strong {
    display: block;
    margin: 0 0 6px;
    color: var(--ah);
    font-size: 16px;
    line-height: 1.25;
}

.search-link-grid span {
    display: block;
    color: #59646f;
    font-size: 13px;
    line-height: 1.45;
}

.search-region-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.search-region-links a,
.search-empty-panel div a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    color: var(--ac);
    background: #f7f9f8;
    font-size: 13px;
    line-height: 1.2;
}

.search-region-links a:hover,
.search-empty-panel div a:hover {
    border-color: var(--ah);
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

.search-results {
    margin-top: 0;
}

.search-results.addr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
}

.search-results.addr .search-result-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(12, 80, 112, .06);
    box-sizing: border-box;
    overflow: hidden;
}

.search-results.addr .search-result-card > * {
    margin: 0 !important;
}

.search-result-card__media {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 124px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 7px;
    color: #65717b;
    background: #eef3f7;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.search-result-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result-card__body {
    min-width: 0;
}

.search-result-card__title {
    display: block;
    margin: 0 0 7px !important;
    color: var(--ah);
}

.search-result-card__title strong {
    display: block;
    color: var(--ah);
    font-size: 18px;
    line-height: 1.25;
}

.search-result-card__body i[s] {
    display: block;
    margin: 0 0 7px;
    line-height: 1.35;
}

.search-result-card__address {
    margin: 0 0 8px !important;
    color: #52606d;
    font-size: 13px;
    line-height: 1.45;
}

.search-results .home-quality-reasons {
    margin: 8px 0 0;
}

.search-result-card__next {
    grid-column: 2;
    margin: 10px 0 0 !important;
    color: #596878;
    font-size: 13px;
    line-height: 1.45;
}

.search-result-actions.map-card-actions {
    grid-column: 2;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 0 !important;
}

.search-result-actions .search-result-action {
    min-width: 0;
    min-height: 38px;
    margin: 0;
    padding: 7px 9px;
    font-size: 13px;
    font-weight: 800;
}

.search-result-actions .search-result-action--primary {
    grid-column: 1 / -1;
    color: #fff;
    border-color: var(--ah);
    background: var(--ah);
    font-size: 15px;
}

.search-result-actions .search-result-action--primary:hover {
    color: #fff;
    border-color: var(--btn);
    background: var(--btn);
}

.search-recovery {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(260px, 1.08fr);
    gap: 14px;
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid #cbdde8;
    border-radius: 8px;
    background: #f4f9fb;
    box-sizing: border-box;
}

.search-recovery--empty {
    border-color: #edd6a7;
    background: #fffaf0;
}

.search-recovery__main,
.search-recovery__paths,
.search-recovery__paths div {
    min-width: 0;
}

.search-recovery__main p {
    margin: 0 0 7px;
    color: var(--ah);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-recovery__main h3 {
    margin: 0 0 8px;
    color: var(--ac);
    font-size: 22px;
    line-height: 1.2;
}

.search-recovery__main > span,
.search-recovery__paths span {
    display: block;
    color: #52606d;
    font-size: 14px;
    line-height: 1.55;
}

.search-recovery__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.search-recovery__actions a,
.search-recovery__paths a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid rgba(12, 80, 112, .24);
    border-radius: 6px;
    color: var(--ah);
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    box-sizing: border-box;
}

.search-recovery__actions a.is-primary {
    color: #fff;
    border-color: var(--ah);
    background: var(--ah);
}

.search-recovery__actions a:hover,
.search-recovery__paths a:hover {
    color: #fff;
    border-color: var(--btn);
    background: var(--btn);
    text-decoration: none;
}

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

.search-recovery__paths div {
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .74);
    box-sizing: border-box;
}

.search-recovery__paths div:last-child {
    grid-column: 1 / -1;
}

.search-recovery__paths strong {
    display: block;
    margin: 0 0 8px;
    color: var(--ah);
    font-size: 14px;
    line-height: 1.25;
}

.search-recovery__paths a {
    margin: 0 6px 6px 0;
}

.search-empty-panel strong {
    display: block;
    margin: 0 0 8px;
    color: var(--ac);
    font-size: 18px;
}

.search-empty-panel p {
    margin: 0 0 12px;
    color: #59646f;
    font-size: 14px;
    line-height: 1.6;
}

.search-empty-panel div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-action-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-guide {
    margin-bottom: 20px;
}

.detail-wrap {
    padding: 10px 0 30px;
}

.detail-hero {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: minmax(280px, 430px) minmax(0, 1fr) minmax(240px, 320px);
    gap: 18px;
    align-items: stretch;
    box-sizing: border-box;
}

#pos.detail-hero {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}

.detail-hero__media,
.detail-hero__summary,
.detail-decision-card,
.detail-section,
.detail-notice {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.detail-hero__media {
    overflow: hidden;
}

.detail-hero__media > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.detail-hero__media > img:only-child {
    height: 100%;
    min-height: 360px;
    aspect-ratio: auto;
}

.detail-hero__media--placeholder > img:only-child {
    padding: 20px;
    object-fit: contain;
    background: #eaf3fb;
    box-sizing: border-box;
}

.detail-hero__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    background: #f7fafb;
}

.detail-hero__thumbs img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.detail-hero__summary {
    padding: 20px;
}

.detail-eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 12px;
}

.detail-eyebrow a,
.detail-eyebrow span,
.detail-reasons span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 999px;
    color: var(--ah);
    background: #f7fafb;
    font-size: 12px;
    line-height: 1.2;
}

.detail-eyebrow a:hover {
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

.detail-hero h1 {
    margin: 0 0 10px;
    color: var(--ac);
    font-size: 34px;
    line-height: 1.12;
}

#pos.detail-hero h1 {
    margin: 0 0 10px;
    padding: 0;
    color: var(--ac);
    font-size: 34px;
    line-height: 1.12;
}

.detail-address {
    display: block !important;
    margin: 0 0 12px !important;
    color: #59646f !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    -webkit-line-clamp: initial !important;
}

.detail-rating-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 14px;
    color: #59646f;
    font-size: 14px;
}

.detail-rating-row strong {
    color: var(--ac);
    font-size: 24px;
    line-height: 1;
}

.detail-rating-row i[s] {
    margin: 0;
}

.detail-next-step {
    margin: 0 0 14px;
    padding: 12px;
    border: 1px solid rgba(248, 185, 42, .38);
    border-radius: 8px;
    color: #36424d;
    background: #fffaf0;
}

.detail-next-step span {
    display: block;
    margin: 0 0 5px;
    color: #7a5a12;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.detail-next-step strong {
    display: block;
    margin: 0 0 5px;
    color: var(--ac);
    font-size: 17px;
    line-height: 1.25;
}

.detail-next-step p {
    margin: 0;
    color: #59646f;
    font-size: 13px;
    line-height: 1.5;
}

.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 16px;
}

.detail-actions a,
.detail-mobile-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(12, 80, 112, .22);
    border-radius: 6px;
    color: var(--ah);
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    box-sizing: border-box;
}

.detail-actions .detail-action-primary,
.detail-mobile-actions .detail-action-primary {
    color: #fff;
    border-color: var(--btn);
    background: var(--btn);
}

.detail-actions .detail-action-primary {
    min-width: 150px;
}

.detail-actions a:hover,
.detail-mobile-actions a:hover {
    color: #fff;
    border-color: var(--ah);
    background: var(--ah);
    text-decoration: none;
}

.detail-snapshot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 16px;
}

.detail-snapshot div {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 8px;
    background: #f7fafb;
}

.detail-snapshot__label {
    display: block;
    margin: 0 0 4px;
    color: #6d7882;
    font-size: 12px;
    line-height: 1.2;
}

.detail-snapshot__value {
    display: block;
    color: var(--ac);
    font-size: 14px;
    line-height: 1.35;
}

.detail-snapshot__value a {
    color: var(--ah);
    overflow-wrap: anywhere;
}

.detail-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.detail-jump span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    color: #43515c;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
}

#pos.detail-hero #tag span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    color: #43515c;
    background: #fff;
    font-size: 13px;
    line-height: 1.2;
    text-transform: none;
}

#pos.detail-hero #tag span:nth-child(2) {
    color: #43515c;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.detail-jump span:hover {
    color: #fff;
    border-color: var(--ah);
    background: var(--ah);
}

#pos.detail-hero #tag span:hover {
    color: #fff;
    border-color: var(--ah);
    background: var(--ah);
}

.detail-decision-card {
    padding: 18px;
    background: #f7fafb;
    border-color: rgba(12, 80, 112, .16);
}

.detail-decision-card strong,
.detail-notice strong {
    display: block;
    margin: 0 0 8px;
    color: var(--ah);
    font-size: 17px;
}

.detail-decision-card p,
.detail-notice p {
    margin: 0 0 12px;
    color: #59646f;
    font-size: 14px;
    line-height: 1.6;
}

.detail-decision-card ul {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
}

.detail-decision-card li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    color: #4e5d67;
    font-size: 14px;
    line-height: 1.45;
}

.detail-decision-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ah);
}

.detail-decision-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.detail-decision-card div a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(12, 80, 112, .2);
    border-radius: 6px;
    color: var(--ah);
    background: #fff;
    font-size: 13px;
}

.detail-decision-card div a:hover {
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

.detail-mobile-actions {
    display: none;
}

.detail-main .detail-section,
.detail-notice {
    margin: 0 0 22px;
    padding: 18px;
}

.detail-section__head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.detail-section__head h2 {
    margin: 0;
    color: var(--ac);
    font-size: 24px;
    line-height: 1.22;
}

.detail-section__head p {
    max-width: 430px;
    margin: 0;
    color: #59646f;
    font-size: 13px;
    line-height: 1.5;
}

.detail-copy {
    color: #2f3a45;
    font-size: 16px;
    line-height: 1.75;
}

.detail-copy p {
    margin: 0 0 12px !important;
}

.detail-keywords {
    padding: 10px 12px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    color: #43515c;
    background: #f7fafb;
    font-size: 14px;
}

.detail-reasons {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 14px 0 0;
}

.detail-signal-summary {
    display: grid;
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
    margin: 0 0 14px;
}

.detail-signal-summary div {
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .2);
    border-radius: 8px;
    background: #f0f8fb;
}

.detail-signal-summary strong {
    display: block;
    color: var(--ac);
    font-size: 34px;
    line-height: 1;
}

.detail-signal-summary span {
    display: block;
    margin-top: 6px;
    color: #50616d;
    font-size: 13px;
    line-height: 1.35;
}

.detail-signal-summary p {
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 8px;
    color: #59646f;
    background: #fff;
    font-size: 14px;
    line-height: 1.6;
}

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

.detail-signal-grid div {
    min-width: 0;
    padding: 13px;
    border: 1px solid rgba(12, 80, 112, .15);
    border-left: 4px solid var(--ah);
    border-radius: 8px;
    background: #fff;
}

.detail-signal-grid div.is-missing {
    border-left-color: #d58a1a;
    background: #fffaf0;
}

.detail-signal-grid span {
    display: block;
    margin: 0 0 5px;
    color: #6d7882;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.detail-signal-grid strong {
    display: block;
    margin: 0 0 5px;
    color: var(--ac);
    font-size: 15px;
    line-height: 1.3;
}

.detail-signal-grid p,
.detail-gap-note p,
.detail-update-panel p {
    margin: 0;
    color: #59646f;
    font-size: 13px;
    line-height: 1.55;
}

.detail-gap-note,
.detail-update-panel {
    margin: 14px 0 0;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 8px;
    background: #f7fafb;
}

.detail-gap-note strong,
.detail-update-panel strong {
    display: block;
    margin: 0 0 6px;
    color: var(--ah);
    font-size: 15px;
}

.detail-check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.detail-check-grid div {
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    background: #f7fafb;
}

.detail-check-grid strong {
    display: block;
    margin: 0 0 6px;
    color: var(--ah);
    font-size: 16px;
}

.detail-check-grid span {
    display: block;
    color: #59646f;
    font-size: 13px;
    line-height: 1.5;
}

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

.detail-fit-grid div {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    background: #fff;
}

.detail-fit-grid strong {
    display: block;
    margin: 0 0 7px;
    color: var(--ac);
    font-size: 16px;
    line-height: 1.3;
}

.detail-fit-grid p {
    margin: 0;
    color: #59646f;
    font-size: 13px;
    line-height: 1.55;
}

.detail-prep-box,
.detail-nearby-guide {
    margin: 14px 0 0;
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 8px;
    background: #f7fafb;
}

.detail-prep-box strong,
.detail-nearby-guide strong {
    display: block;
    margin: 0 0 8px;
    color: var(--ah);
    font-size: 15px;
}

.detail-prep-box ul,
.detail-nearby-guide ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
}

.detail-prep-box li,
.detail-nearby-guide li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    color: #52606d;
    font-size: 13px;
    line-height: 1.5;
}

.detail-prep-box li::before,
.detail-nearby-guide li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .6em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ah);
}

.detail-visit-plan ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    counter-reset: visitPlan;
}

.detail-visit-plan li {
    list-style: none;
    position: relative;
    min-height: 44px;
    padding: 12px 12px 12px 54px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    color: #43515c;
    background: #fff;
    font-size: 14px;
    line-height: 1.55;
    box-sizing: border-box;
}

.detail-visit-plan li::before {
    counter-increment: visitPlan;
    content: counter(visitPlan);
    position: absolute;
    left: 14px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    background: var(--ah);
    font-size: 13px;
    font-weight: 800;
}

.detail-update-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px 10px;
    align-items: center;
}

.detail-update-panel strong,
.detail-update-panel p {
    grid-column: 1;
}

.detail-update-panel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(12, 80, 112, .22);
    border-radius: 6px;
    color: var(--ah);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.detail-update-panel a:hover {
    color: #fff;
    background: var(--ah);
    text-decoration: none;
}

.detail-hour-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
}

.detail-hour-list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 8px;
    color: #59646f;
    background: #fff;
}

.detail-hour-list li.c {
    color: var(--ac);
    border-color: rgba(12, 80, 112, .28);
    background: #f0f8fb;
}

.detail-hour-list li i {
    color: var(--ac);
    font-weight: 700;
}

.detail-service-list,
.detail-feature-list {
    margin: 0;
}

.detail-review-list li {
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 8px;
    background: #fff;
}

.detail-review-summary {
    margin-bottom: 14px;
}

.detail-faq details {
    border-top: 1px solid rgba(0, 0, 0, .09);
}

.detail-faq details:first-of-type {
    border-top: 0;
}

.detail-faq summary {
    cursor: pointer;
    padding: 13px 0;
    color: var(--ac);
    font-weight: 700;
}

.detail-faq details p {
    margin: 0 0 14px;
    color: #59646f;
    font-size: 14px;
    line-height: 1.62;
}

.detail-nearby-list .map-card-actions {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

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

    .area-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .area-featured__list {
        grid-template-columns: 1fr;
    }

    .detail-hero {
        grid-template-columns: 1fr;
    }

    .detail-signal-summary,
    .detail-check-grid,
    .detail-fit-grid,
    .detail-hour-list {
        grid-template-columns: 1fr;
    }

    .detail-signal-grid,
    .detail-update-panel {
        grid-template-columns: 1fr;
    }

    .detail-update-panel strong,
    .detail-update-panel p {
        grid-column: auto;
    }

    .detail-section__head {
        display: block;
    }

    .detail-section__head p {
        max-width: none;
        margin-top: 8px;
    }
}

@media (max-width: 520px) {
    html,
    body {
        overflow-x: hidden;
    }

    body {
        padding-bottom: 118px;
    }

    body > .detail-wrap {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 10px 0 18px !important;
        box-sizing: border-box !important;
    }

    .path {
        overflow: visible;
    }

    .path a {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .area-browser__head {
        display: block;
    }

    .area-stats__head {
        display: block;
    }

    .area-browser__head strong {
        display: block;
        line-height: 1.4;
    }

    .area-stats__head strong {
        display: block;
        line-height: 1.4;
    }

    .area-stats__grid {
        grid-template-columns: 1fr;
    }

    .area-browser__links {
        max-height: 180px;
    }

    .site-footer .aaa-footer__bottom span:last-child {
        text-align: left;
    }

    .detail-wrap {
        padding-bottom: 18px;
    }

    .detail-hero {
        padding: 0 12px;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    #pos.detail-hero {
        width: 100%;
        max-width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .detail-hero__media > img {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    #pos.detail-hero .detail-hero__media,
    #pos.detail-hero .detail-hero__summary,
    #pos.detail-hero .detail-decision-card {
        width: 100%;
        max-width: 366px;
        margin-left: auto;
        margin-right: auto;
    }

    #pos.detail-hero .detail-hero__summary {
        order: 1;
    }

    #pos.detail-hero .detail-hero__media {
        order: 2;
    }

    #pos.detail-hero .detail-decision-card {
        order: 3;
    }

    .detail-hero__media--placeholder > img:only-child {
        padding: 10px;
    }

    .detail-hero__summary,
    .detail-decision-card,
    .detail-main .detail-section,
    .detail-notice {
        padding: 14px;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .detail-hero h1 {
        font-size: 28px;
        overflow-wrap: anywhere;
    }

    #pos.detail-hero h1 {
        font-size: 28px;
        overflow-wrap: anywhere;
    }

    .detail-address {
        overflow-wrap: anywhere;
    }

    .detail-next-step {
        margin-bottom: 12px;
        padding: 11px;
    }

    .detail-next-step strong {
        font-size: 16px;
    }

    .detail-actions {
        display: none !important;
    }

    #pos.detail-hero .detail-actions {
        display: none !important;
    }

    .detail-snapshot {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .detail-snapshot div {
        padding: 9px;
    }

    .detail-snapshot__label {
        font-size: 11px;
    }

    .detail-snapshot__value {
        font-size: 12px;
    }

    .detail-mobile-actions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(0, 0, 0, .12);
        background: #fff;
        box-shadow: 0 -8px 20px rgba(0, 0, 0, .12);
        box-sizing: border-box;
    }

    body > .detail-mobile-actions {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom)) !important;
    }

    .detail-mobile-actions a {
        min-height: 40px;
        min-width: 0;
        padding: 7px 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
    }

    body > .detail-mobile-actions a {
        min-width: 0 !important;
        margin: 0 !important;
        padding: 7px 6px !important;
    }

    .detail-mobile-actions .detail-action-primary {
        grid-column: 1 / -1;
        min-height: 46px;
        font-size: 15px;
    }

    .detail-mobile-actions--n1 a,
    .detail-mobile-actions--n2 a:not(.detail-action-primary) {
        grid-column: 1 / -1;
    }
}

.one-path {
    margin-bottom: 20px;
}

body.page-one {
    overflow-x: hidden;
}

body.page-one header {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.one-hero,
.one-main {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 36px;
    padding: 0 15px;
    box-sizing: border-box;
}

.one-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 26px;
    align-items: stretch;
}

.one-hero > div,
.one-trust-card,
.one-prose,
.one-toc,
.one-related,
.one-recovery,
.one-feedback-form,
.one-side section {
    min-width: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.one-hero > div {
    padding: 30px;
}

.one-kicker {
    margin: 0 0 10px;
    color: var(--ah);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.one-hero h1 {
    margin: 0 0 12px;
    color: var(--ac);
    font-size: 42px;
    line-height: 1.12;
}

.one-summary {
    max-width: 760px;
    margin: 0;
    color: #596878;
    font-size: 17px;
    line-height: 1.65;
}

.one-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.one-actions a,
.one-recovery button,
.one-recovery a,
.one-side section a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(12, 80, 112, .24);
    border-radius: 6px;
    color: var(--ah);
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    box-sizing: border-box;
}

.one-actions a:first-child,
.one-recovery button {
    color: #fff;
    border-color: var(--btn);
    background: var(--btn);
}

.one-actions a:hover,
.one-recovery button:hover,
.one-recovery a:hover,
.one-side section a:hover {
    color: #fff;
    border-color: var(--ah);
    background: var(--ah);
    text-decoration: none;
}

.one-trust-card {
    padding: 22px;
    background: #f7fafc;
}

.one-feedback-form {
    padding: 24px;
}

.zq-feedback-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.zq-feedback-form label {
    display: grid;
    gap: 7px;
    min-width: 0;
    color: #425466;
    font-size: 13px;
    font-weight: 700;
}

.zq-feedback-form input,
.zq-feedback-form select,
.zq-feedback-form textarea {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(12, 80, 112, .18);
    border-radius: 6px;
    background: #fff;
    color: #172331;
    font: inherit;
    font-weight: 400;
    line-height: 1.4;
    box-sizing: border-box;
}

.zq-feedback-form textarea {
    min-height: 138px;
    resize: vertical;
}

.one-feedback-wide,
.one-feedback-submit {
    grid-column: 1 / -1;
}

.one-feedback-submit {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.one-feedback-submit button {
    min-height: 42px;
    padding: 10px 16px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: var(--btn);
    font-weight: 800;
    cursor: pointer;
}

.one-feedback-submit button:disabled {
    cursor: progress;
    opacity: .72;
}

.one-feedback-submit p {
    margin: 0;
    color: #596878;
    line-height: 1.45;
}

.one-feedback-submit p.is-ok {
    color: #0f7a48;
}

.one-feedback-submit p.is-error {
    color: #b42318;
}

.zq-feedback-trap {
    position: absolute;
    left: -9999px;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}

.one-trust-card strong,
.one-side section > strong {
    display: block;
    margin: 0 0 12px;
    color: var(--ah);
    font-size: 18px;
    line-height: 1.25;
}

.one-trust-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.one-trust-card li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    color: #52616d;
    font-size: 14px;
    line-height: 1.55;
}

.one-trust-card li::before {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ah);
}

.one-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 30px;
}

.one-content,
.one-side {
    min-width: 0;
}

.one-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    padding: 14px;
}

.one-toc strong {
    color: var(--ac);
    font-size: 14px;
}

.one-toc span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid rgba(12, 80, 112, .18);
    border-radius: 999px;
    color: #52616d;
    background: #f7fafc;
    font-size: 13px;
}

.one-prose {
    margin: 0 0 24px !important;
    padding: 24px;
    color: #2f3a45;
    font-size: 17px;
    line-height: 1.76;
}

#one.one-prose::after {
    display: none;
}

#one.one-prose p {
    margin: 0 0 16px;
}

#one.one-prose h2,
#one.one-prose h3 {
    margin: 28px 0 12px;
    color: var(--ac);
    line-height: 1.25;
}

#one.one-prose h2 {
    font-size: 25px;
}

#one.one-prose h3 {
    font-size: 20px;
}

#one.one-prose ul,
#one.one-prose ol {
    margin: 0 0 18px 22px;
}

#one.one-prose li {
    margin: 0 0 8px;
    padding: 0;
    list-style: disc;
}

#one.one-prose a {
    color: var(--ah);
    text-decoration: underline;
    overflow-wrap: anywhere;
}

.one-section-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.one-section-head h2 {
    margin: 0;
    color: var(--ac);
    font-size: 24px;
    line-height: 1.2;
}

.one-section-head p {
    max-width: 520px;
    margin: 0;
    color: #65717b;
    font-size: 14px;
    line-height: 1.55;
}

.one-related,
.one-recovery {
    margin: 0 0 24px;
    padding: 22px;
}

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

.one-card-grid a,
.one-service-grid a,
.one-guide-list a {
    display: block;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    color: var(--ac);
    background: #fff;
    box-sizing: border-box;
}

.one-card-grid a:hover,
.one-service-grid a:hover,
.one-guide-list a:hover {
    border-color: var(--ah);
    box-shadow: 0 12px 24px rgba(12, 80, 112, .1);
    text-decoration: none;
}

.one-card-grid strong,
.one-service-grid strong,
.one-guide-list strong {
    display: block;
    margin: 0 0 7px;
    color: var(--ah);
    font-size: 17px;
    line-height: 1.25;
}

.one-card-grid span,
.one-service-grid span,
.one-guide-list span {
    display: block;
    color: #65717b;
    font-size: 14px;
    line-height: 1.55;
}

.one-guide-list {
    display: grid;
    gap: 12px;
}

.one-guide-list time {
    display: block;
    margin-top: 9px;
    color: #7a8792;
    font-size: 13px;
}

.one-recovery h2 {
    margin: 0 0 12px;
    color: var(--ac);
    font-size: 24px;
}

.one-recovery form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 10px;
    margin: 0 0 14px;
}

.one-recovery input {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 6px;
    padding: 0 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.one-recovery div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.one-side {
    display: grid;
    align-content: start;
    gap: 18px;
}

.one-side section {
    padding: 18px;
}

.one-side dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.one-side dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px;
    border-radius: 7px;
    background: #f7fafc;
}

.one-side dt {
    color: #65717b;
    font-size: 13px;
}

.one-side dd {
    color: var(--ac);
    font-weight: 700;
}

.one-side p {
    margin: 0 0 12px;
    color: #65717b;
    font-size: 14px;
    line-height: 1.58;
}

.one-side nav {
    display: grid;
    gap: 8px;
}

.one-side nav a {
    color: var(--ac);
    font-size: 14px;
    line-height: 1.35;
}

.one-side nav a:hover {
    color: var(--ah);
}

body > div[style*="color:red"][style*="position:absolute"][style*="z-index:100"] {
    display: none !important;
}

@media (max-width: 900px) {
    .one-hero,
    .one-main {
        grid-template-columns: 1fr;
    }

    .one-side {
        order: 2;
    }

    .one-section-head {
        display: block;
    }

    .one-section-head p {
        margin-top: 8px;
    }
}

@media (max-width: 560px) {
    body.page-one header {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.page-one header > a img {
        height: 52px;
    }

    body.page-one .path {
        width: 100%;
        margin-top: 28px;
        margin-bottom: 18px;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .one-hero,
    .one-main {
        max-width: 100vw;
        padding-left: 12px;
        padding-right: 12px;
        overflow: hidden;
    }

    .one-hero > div,
    .one-trust-card,
    .one-prose,
    .one-related,
    .one-recovery,
    .one-feedback-form,
    .one-side section {
        padding: 16px;
    }

    .one-hero h1 {
        font-size: 29px;
        overflow-wrap: anywhere;
    }

    .one-summary {
        font-size: 15px;
        line-height: 1.62;
    }

    .one-actions a {
        width: 100%;
    }

    .one-card-grid,
    .one-service-grid,
    .one-recovery form,
    .zq-feedback-form {
        grid-template-columns: 1fr;
    }

    .one-recovery button,
    .one-feedback-submit button {
        width: 100%;
    }

    .one-feedback-submit {
        display: grid;
        gap: 10px;
    }
}

body.page-blog,
body.page-article {
    overflow-x: hidden;
}

.blog-path,
.article-path {
    margin-bottom: 20px;
}

.blog-hero,
.blog-main,
.article-hero,
.article-main {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 36px;
    padding: 0 15px;
    box-sizing: border-box;
}

.blog-hero,
.article-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 26px;
    align-items: stretch;
}

.blog-hero > div,
.blog-hero-note,
.blog-topic-panel,
.blog-service-panel,
.blog-featured,
.blog-list-section,
.blog-side #side,
.article-hero > div,
.article-hero-media,
.article-toc,
.article-checklist,
.article-prose,
.article-next-steps,
.article-related,
.article-side section {
    min-width: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.blog-hero > div,
.article-hero > div {
    padding: 30px;
}

.blog-kicker,
.article-kicker {
    margin: 0 0 10px;
    color: var(--ah);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog-hero h1,
.article-hero h1 {
    margin: 0 0 12px;
    color: var(--ac);
    font-size: 42px;
    line-height: 1.12;
}

.blog-summary,
.article-summary {
    max-width: 760px;
    margin: 0;
    color: #596878;
    font-size: 17px;
    line-height: 1.65;
}

.blog-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px;
    margin: 22px 0 0;
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 8px;
    background: #f7fafc;
    box-sizing: border-box;
}

.blog-search label {
    display: block;
    min-width: 0;
}

.blog-search span {
    display: block;
    margin: 0 0 5px;
    color: #65717b;
    font-size: 12px;
    line-height: 1.2;
}

.blog-search input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 6px;
    padding: 0 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.blog-search button {
    align-self: end;
    min-height: 40px;
    border: 1px solid var(--btn);
    border-radius: 6px;
    color: #fff;
    background: var(--btn);
    font-weight: 700;
    cursor: pointer;
}

.blog-search button:hover {
    border-color: var(--ah);
    background: var(--ah);
}

.blog-stats,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
}

.blog-stats span,
.article-meta span,
.article-meta time {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 999px;
    color: #516274;
    background: #f7fafc;
    font-size: 13px;
    line-height: 1.2;
}

.blog-stats b {
    margin-right: 4px;
    color: var(--ah);
    font-size: 16px;
}

.blog-hero-note,
.article-hero-media {
    padding: 22px;
    background: #f7fafc;
}

.blog-hero-note strong,
.article-side section > strong {
    display: block;
    margin: 0 0 12px;
    color: var(--ah);
    font-size: 18px;
    line-height: 1.25;
}

.blog-hero-note ul,
.article-checklist ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.blog-hero-note li,
.article-checklist li {
    position: relative;
    padding-left: 18px;
    color: #52616d;
    font-size: 14px;
    line-height: 1.55;
    list-style: none;
}

.blog-hero-note li::before,
.article-checklist li::before {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ah);
}

.blog-main,
.article-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 30px;
    align-items: start;
}

.blog-content,
.blog-side,
.article-content,
.article-side {
    min-width: 0;
}

.blog-topic-panel,
.blog-service-panel,
.blog-featured,
.blog-list-section,
.article-related {
    margin: 0 0 24px;
    padding: 22px;
}

.blog-section-head,
.article-section-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blog-section-head h2,
.article-section-head h2 {
    margin: 0;
    color: var(--ac);
    font-size: 24px;
    line-height: 1.2;
}

.blog-section-head p,
.article-section-head p {
    max-width: 520px;
    margin: 0;
    color: #65717b;
    font-size: 14px;
    line-height: 1.55;
}

.blog-topic-grid,
.blog-service-links,
.blog-featured-grid,
.article-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.blog-service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-topic-grid article,
.blog-service-links a,
.blog-featured-grid a,
.article-related-grid a {
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.blog-topic-grid article {
    padding: 16px;
}

.blog-service-links a {
    padding: 16px;
}

.blog-topic-grid strong,
.blog-service-links strong,
.blog-featured-grid strong,
.article-related-grid strong {
    display: block;
    margin: 0 0 7px;
    color: var(--ah);
    font-size: 18px;
    line-height: 1.25;
}

.blog-topic-grid p,
.blog-service-links span,
.blog-featured-grid em,
.article-related-grid em {
    display: block;
    margin: 0;
    color: #65717b;
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}

.blog-featured-grid img,
.article-related-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.blog-featured-grid span,
.article-related-grid span {
    display: block;
    padding: 14px;
}

.blog-featured-grid time {
    display: block;
    margin: 0 0 7px;
    color: #788591;
    font-size: 13px;
}

.blog-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.blog-list li {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.blog-list__media,
.blog-list__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-list__media img {
    min-height: 150px;
    object-fit: cover;
}

.blog-list li > div {
    min-width: 0;
    padding: 18px 18px 18px 0;
}

.blog-list time {
    display: block;
    margin: 0 0 8px;
    color: #788591;
    font-size: 13px;
}

.blog-list strong {
    display: block;
    margin: 0 0 8px;
    color: var(--ac);
    font-size: 22px;
    line-height: 1.25;
}

.blog-list p,
.blog-list span {
    display: block;
    margin: 0;
    color: #65717b;
    font-size: 14px;
    line-height: 1.55;
}

.blog-list span {
    margin-top: 10px;
    color: var(--ah);
}

.blog-side #side {
    padding: 18px;
}

.article-hero-media {
    padding: 0;
    overflow: hidden;
}

.article-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.article-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 18px;
    padding: 14px;
}

.article-toc strong {
    color: var(--ac);
    font-size: 14px;
}

.article-toc span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid rgba(12, 80, 112, .18);
    border-radius: 999px;
    color: #516274;
    background: #f7fafc;
    font-size: 13px;
    line-height: 1.2;
}

.article-checklist,
.article-prose {
    margin: 0 0 24px;
    padding: 22px;
}

.article-checklist strong {
    display: block;
    margin: 0 0 12px;
    color: var(--ah);
    font-size: 18px;
}

#arc.article-prose {
    color: #2f3a45;
    font-size: 17px;
    line-height: 1.76;
}

#arc.article-prose::after {
    display: none;
}

#arc.article-prose p {
    margin: 0 0 16px;
}

#arc.article-prose h2,
#arc.article-prose h3 {
    margin: 28px 0 12px;
    color: var(--ac);
    line-height: 1.25;
}

#arc.article-prose h2 {
    font-size: 26px;
}

#arc.article-prose h3 {
    font-size: 21px;
}

#arc.article-prose ul,
#arc.article-prose ol {
    margin: 0 0 18px 22px;
}

#arc.article-prose li {
    margin: 0 0 8px;
    padding: 0;
    list-style: disc;
}

#arc.article-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.article-inline-place {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 14px;
    margin: 22px 0;
    padding: 14px;
    border: 1px solid rgba(12, 80, 112, .16);
    border-radius: 8px;
    background: #f7fafc;
    box-sizing: border-box;
}

.article-inline-place img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.article-inline-place p {
    margin: 0 0 4px !important;
    color: #65717b;
    font-size: 13px;
}

.article-inline-place strong {
    display: block;
    color: var(--ah);
    font-size: 18px;
    line-height: 1.25;
}

.article-inline-place span {
    display: block;
    margin-top: 8px;
    color: #65717b;
    font-size: 14px;
    line-height: 1.45;
}

.article-inline-place .keys {
    margin: 10px 0 0;
}

.article-next-steps,
.article-related {
    margin: 0 0 24px;
    padding: 22px;
}

.article-side {
    display: grid;
    align-content: start;
    gap: 18px;
}

.article-side section {
    padding: 18px;
}

.article-side p {
    margin: 0 0 12px;
    color: #65717b;
    font-size: 14px;
    line-height: 1.58;
}

.article-side section > a,
.article-side nav a {
    display: block;
    margin: 0 0 8px;
    color: var(--ac);
    font-size: 14px;
    line-height: 1.35;
}

.article-side section > a:hover,
.article-side nav a:hover {
    color: var(--ah);
}

.blog-topic-grid article:hover,
.blog-service-links a:hover,
.blog-featured-grid a:hover,
.blog-list li:hover,
.article-related-grid a:hover {
    border-color: var(--ah);
    box-shadow: 0 12px 24px rgba(12, 80, 112, .1);
    text-decoration: none;
}

@media (max-width: 960px) {
    .blog-hero,
    .blog-main,
    .article-hero,
    .article-main,
    .search-hero,
    .search-main {
        grid-template-columns: 1fr;
    }

    .blog-side,
    .article-side,
    .search-side {
        order: 2;
    }

    .blog-topic-grid,
    .blog-featured-grid,
    .article-related-grid,
    .search-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.page-blog header,
    body.page-article header,
    body.page-search header {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    body.page-blog header > a img,
    body.page-article header > a img,
    body.page-search header > a img {
        height: 52px;
    }

    body.page-blog .path,
    body.page-article .path,
    body.page-search .path {
        width: 100%;
        margin-top: 28px;
        margin-bottom: 18px;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .blog-hero,
    .blog-main,
    .article-hero,
    .article-main,
    .search-hero,
    .search-main {
        max-width: 100vw;
        padding-left: 12px;
        padding-right: 12px;
        overflow: hidden;
    }

    .search-hero {
        gap: 12px;
        margin-bottom: 12px;
    }

    .blog-hero > div,
    .blog-hero-note,
    .blog-topic-panel,
    .blog-service-panel,
    .blog-featured,
    .blog-list-section,
    .blog-side #side,
    .article-hero > div,
    .article-toc,
    .article-checklist,
    .article-prose,
    .article-next-steps,
    .article-related,
    .article-side section,
    .search-hero > div,
    .search-hero-note,
    .search-panel,
    .search-results-panel,
    .search-side #side,
    .search-empty-panel {
        padding: 16px;
    }

    .blog-hero h1,
    .article-hero h1,
    .search-hero h1 {
        font-size: 31px;
        overflow-wrap: anywhere;
    }

    .search-hero h1 {
        margin-bottom: 8px;
        font-size: 27px;
        line-height: 1.15;
    }

    .search-kicker {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .blog-summary,
    .article-summary,
    .search-summary {
        font-size: 15px;
    }

    .search-summary {
        display: -webkit-box;
        max-width: none;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.45;
    }

    .blog-search,
    .search-form {
        grid-template-columns: 1fr;
    }

    .search-form {
        margin-top: 12px;
        padding: 10px;
        gap: 8px;
    }

    body.page-search .search-hero .search-form,
    body.page-search .search-stats,
    body.page-search .search-parse-panel {
        display: none;
    }

    .search-form span {
        font-size: 11px;
    }

    .blog-search button,
    .search-form button {
        width: 100%;
    }

    .search-stats {
        gap: 6px;
        margin-top: 10px;
    }

    .search-stats span {
        flex: 1 1 104px;
        min-height: 28px;
        padding: 4px 8px;
        font-size: 12px;
    }

    .search-parse-panel {
        margin-top: 10px;
        padding: 10px;
    }

    .search-parse-panel__head {
        margin-bottom: 8px;
    }

    .search-parse-panel__head span {
        display: none;
    }

    .search-parse-chips span {
        min-height: 29px;
        padding: 5px 8px;
        font-size: 12px;
    }

    .search-hero-note {
        display: none;
    }

    .search-mobile-jump {
        display: grid;
        width: 100%;
        max-width: 100vw;
        gap: 10px;
        margin: 0 auto 14px;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .search-mobile-jump__head,
    .search-mobile-jump__chips,
    .search-mobile-jump__actions {
        min-width: 0;
    }

    .search-mobile-jump__head {
        padding: 12px;
        border: 1px solid #d9e2ec;
        border-radius: 8px;
        background: #fff;
    }

    .search-mobile-jump__head strong {
        display: block;
        margin: 0 0 5px;
        color: var(--ah);
        font-size: 14px;
        line-height: 1.25;
    }

    .search-mobile-jump__head span {
        display: -webkit-box;
        overflow: hidden;
        color: #596878;
        font-size: 13px;
        line-height: 1.45;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .search-mobile-jump__chips {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
    }

    .search-mobile-jump__chips span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        max-width: 100%;
        min-height: 30px;
        padding: 5px 9px;
        border: 1px solid rgba(12, 80, 112, .16);
        border-radius: 999px;
        color: #465765;
        background: #fff;
        font-size: 12px;
        line-height: 1.2;
        overflow-wrap: anywhere;
        box-sizing: border-box;
    }

    .search-mobile-jump__chips b {
        color: var(--ah);
        font-size: 11px;
    }

    .search-mobile-jump__actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .search-mobile-jump__actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 7px 8px;
        border: 1px solid rgba(12, 80, 112, .18);
        border-radius: 7px;
        color: var(--ah);
        background: #fff;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        box-sizing: border-box;
    }

    .search-mobile-jump__actions a.is-primary {
        color: #fff;
        border-color: var(--ah);
        background: var(--ah);
    }

    .search-content {
        display: flex;
        flex-direction: column;
    }

    .search-results-panel {
        order: 1;
    }

    .search-panel {
        order: 2;
    }

    .listing-disclaimer {
        order: 3;
    }

    .search-suggestion-links a {
        flex: 1 1 140px;
    }

    .blog-topic-grid,
    .blog-service-links,
    .blog-featured-grid,
    .article-related-grid,
    .search-link-grid,
    .search-common-entry > div {
        grid-template-columns: 1fr;
    }

    .search-section-head,
    .search-results-head {
        display: block;
    }

    .search-results-head h2 {
        font-size: 21px;
    }

    .search-results-head span {
        display: block;
        margin-top: 6px;
    }

    .search-results.addr {
        gap: 12px;
    }

    .search-results.addr .search-result-card {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .search-result-card__media {
        min-height: 88px;
        aspect-ratio: 1;
    }

    .search-result-card__body {
        display: contents;
    }

    .search-result-card__title,
    .search-result-card__body > i,
    .search-result-card__address {
        grid-column: 2;
    }

    .search-result-card .home-quality-reasons,
    .search-result-card__next,
    .search-result-actions.map-card-actions {
        grid-column: 1 / -1;
    }

    .search-result-card__title strong {
        display: -webkit-box;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.25;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .search-result-card__body i[s] {
        font-size: 12px;
    }

    .search-result-card__address {
        display: -webkit-box;
        overflow: hidden;
        font-size: 12px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .search-result-card .home-quality-reasons span:nth-child(n+4) {
        display: none;
    }

    .search-result-card__next {
        font-size: 12px;
    }

    .search-result-actions.map-card-actions {
        gap: 7px;
    }

    .search-result-actions .search-result-action {
        min-height: 38px;
        padding: 7px 8px;
    }

    .search-result-actions .search-result-action--primary {
        min-height: 43px;
    }

    .search-insights,
    .search-recovery,
    .search-recovery__paths {
        grid-template-columns: 1fr;
    }

    .search-recovery {
        padding: 14px;
    }

    .search-recovery__actions a {
        flex: 1 1 140px;
    }

    .blog-list li,
    .article-inline-place {
        grid-template-columns: 1fr;
    }

    .blog-list li > div {
        padding: 16px;
    }

    .blog-list__media img,
    .article-inline-place img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .article-hero-media img {
        min-height: 210px;
        aspect-ratio: 16 / 10;
    }
}

body > main.car-home {
    display: block;
    max-width: 100%;
    margin: 0 auto 54px;
    padding: 0;
    overflow: hidden;
    color: #202a33;
    background: #f8faf9;
}

.car-home *,
.car-home *::before,
.car-home *::after {
    box-sizing: border-box;
}

.car-home-hero {
    position: relative;
    min-height: 700px;
    margin: 0 0 34px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background: #172326;
    overflow: hidden;
}

.car-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(13, 21, 24, .88) 0%, rgba(13, 21, 24, .72) 48%, rgba(13, 21, 24, .9) 100%);
}

.car-home-hero__media,
.car-home-hero__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.car-home-hero__media img {
    object-fit: cover;
    object-position: center top;
    transform: none;
}

.car-home-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 88px 15px 118px;
    text-align: center;
}

.car-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #eef7f4;
    background: rgba(255, 255, 255, .1);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.car-home-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e4b64a;
}

.car-home-hero h1 {
    max-width: 900px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 58px;
    line-height: 1.08;
    letter-spacing: 0;
}

.car-home-hero h1 span {
    color: #f0c869;
}

.car-home-summary {
    max-width: 660px;
    margin: 0 auto 28px;
    color: #edf3f1;
    font-size: 18px;
    line-height: 1.66;
}

.car-home-search {
    width: min(100%, 850px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) 132px;
    gap: 0;
    margin: 0 auto 18px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .26);
    text-align: left;
}

.car-home-search label {
    display: block;
    min-width: 0;
    padding: 4px 14px;
}

.car-home-search label + label {
    border-left: 1px solid #e2e8e7;
}

.car-home-search span {
    display: block;
    margin: 0 0 5px;
    color: #526170;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.car-home-search input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #1e2a36;
    background: transparent;
    font-size: 15px;
}

.car-home-search input:focus {
    background: transparent;
}

.car-home-search button {
    align-self: stretch;
    height: auto;
    min-height: 52px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #2c6f64;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.car-home-search button:hover {
    color: #fff;
    background: #1f564e;
}

.car-home-quick {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 850px;
    margin: 0 auto 44px;
}

.car-home-quick strong {
    color: #e7f0ee;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.car-home-quick a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 14px;
    line-height: 1.2;
}

.car-home-quick a:hover {
    color: #172326;
    border-color: #f0c869;
    background: #f0c869;
    text-decoration: none;
}

.car-home-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 0;
}

.car-home-stats li {
    padding: 10px 12px;
    border: 0;
    border-radius: 0;
    list-style: none;
    background: transparent;
    text-align: center;
}

.car-home-stats strong {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.car-home-stats span {
    display: block;
    margin-top: 7px;
    color: #e6f1f6;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
}

.car-home-assurance {
    position: relative;
    z-index: 3;
    max-width: 1220px;
    margin: -72px auto 50px;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.car-home-assurance div {
    position: relative;
    min-height: 132px;
    padding: 22px 22px 22px 72px;
    border: 1px solid #d8e4eb;
    border-right: 0;
    background: #fff;
    box-shadow: 0 14px 28px rgba(9, 54, 75, .1);
}

.car-home-assurance div:first-child {
    border-radius: 8px 0 0 8px;
}

.car-home-assurance div:last-child {
    border-right: 1px solid #d8e4eb;
    border-radius: 0 8px 8px 0;
}

.car-home-assurance i {
    position: absolute;
    left: 22px;
    top: 24px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #2c6f64;
    background: #e5f2ed;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.car-home-assurance strong {
    display: block;
    margin: 0 0 7px;
    color: #1f3b37;
    font-size: 18px;
    line-height: 1.25;
}

.car-home-assurance span {
    display: block;
    color: #5f6d78;
    font-size: 14px;
    line-height: 1.55;
}

.car-home-section {
    max-width: 1220px;
    margin: 0 auto 56px;
    padding: 0 15px;
}

.car-home-section__head {
    margin: 0 0 24px;
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

.car-home-section__head--stack {
    display: block;
}

.car-home-section__head h2 {
    margin: 0;
    color: #1d2928;
    font-size: 36px;
    line-height: 1.18;
}

.car-home-section__head p {
    max-width: 560px;
    margin: 0;
    color: #5f6d78;
    font-size: 14px;
    line-height: 1.6;
}

.car-home-section-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: none !important;
    margin: 0 0 9px !important;
    color: #2c6f64 !important;
    font-size: 12px !important;
    font-weight: 900;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

.car-home-section-kicker::before {
    content: "";
    width: 26px;
    height: 1px;
    background: #2c6f64;
}

.car-home-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.car-home-service-card {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.car-home-service-card:hover,
.car-home-featured li:hover,
.car-home-guides li:hover,
.car-home-coverage-grid a:hover {
    border-color: #0c5070;
    box-shadow: 0 14px 28px rgba(12, 80, 112, .11);
    text-decoration: none;
}

.car-home-service-card__media {
    display: block;
    position: relative;
    overflow: hidden;
    background: #eef3f7;
}

.car-home-service-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
    object-fit: cover;
}

.car-home-service-card__media span {
    position: absolute;
    left: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #1d2928;
    background: rgba(255, 255, 255, .92);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.car-home-service-card > div {
    min-width: 0;
    padding: 24px;
}

.car-home-service-card h3,
.car-home-featured h3,
.car-home-guides h3,
.car-home-method-grid h3 {
    margin: 0 0 9px;
    color: #1f3b37;
    font-size: 24px;
    line-height: 1.25;
}

.car-home-service-card p,
.car-home-featured p,
.car-home-guides p,
.car-home-method-grid p,
.car-home-trust p,
.car-home-about__content {
    color: #5f6d78;
    font-size: 14px;
    line-height: 1.6;
}

.car-home-service-card dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 16px 0 0;
}

.car-home-service-card dl div {
    padding: 11px;
    border: 1px solid #e2e9ee;
    border-radius: 6px;
    background: #f7fafc;
}

.car-home-service-card dt {
    color: #697682;
    font-size: 12px;
    line-height: 1.2;
}

.car-home-service-card dd {
    margin: 4px 0 0;
    color: #1d2928;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

.car-home-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-top: 16px;
    padding: 8px 13px;
    border-radius: 6px;
    color: #fff !important;
    background: #2c6f64;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.car-home-link:hover {
    color: #172326 !important;
    background: #f0c869;
    text-decoration: none;
}

.car-home-data {
    padding-top: 26px;
    padding-bottom: 26px;
    border-radius: 8px;
    background: #eff5f2;
}

.car-home-data-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.car-home-data-grid div {
    min-height: 118px;
    padding: 16px;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    background: #fff;
}

.car-home-data-grid strong {
    display: block;
    color: #2c6f64;
    font-size: 25px;
    line-height: 1;
}

.car-home-data-grid span {
    display: block;
    margin-top: 10px;
    color: #5f6d78;
    font-size: 13px;
    line-height: 1.35;
}

.car-home-featured,
.car-home-guides {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
}

.car-home-featured li,
.car-home-guides li {
    list-style: none;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.car-home-featured__media,
.car-home-guides__media {
    display: block;
    overflow: hidden;
    background: #eef3f7;
}

.car-home-featured__media img,
.car-home-guides__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.car-home-featured__body,
.car-home-guides li > div {
    padding: 16px;
}

.car-home-card-kicker {
    margin: 0 0 7px;
    color: #2c6f64 !important;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

.car-home-featured i {
    display: block;
    margin: 8px 0 6px;
}

.car-home-reasons {
    margin-top: 12px;
}

.car-home-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.car-home-coverage-grid a,
.car-home-coverage-grid div {
    display: block;
    min-height: 112px;
    padding: 15px;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    color: #1e2a36;
    background: #fff;
}

.car-home-coverage-grid strong {
    display: block;
    color: #2c6f64;
    font-size: 18px;
    line-height: 1.25;
}

.car-home-coverage-grid span,
.car-home-coverage-grid em {
    display: block;
    margin-top: 8px;
    color: #5f6d78;
    font-size: 13px;
    line-height: 1.35;
}

.car-home-coverage-grid em {
    font-style: normal;
}

.car-home-method {
    padding-top: 28px;
    padding-bottom: 28px;
    border-radius: 8px;
    background: #eff5f2;
}

.car-home-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.car-home-method-grid article {
    padding: 18px;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    background: #fff;
}

.car-home-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
    gap: 28px;
    align-items: start;
}

.car-home-about__content p {
    margin: 0 0 12px;
}

.car-home-about__grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

.car-home-guides time {
    display: block;
    margin: 0 0 8px;
    color: #697682;
    font-size: 13px;
}

.car-home-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}

.car-home-keywords {
    margin: 0;
}

.car-home-trust {
    padding: 18px;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    background: #f7fafc;
}

.car-home-trust-panel {
    max-width: 100%;
    padding-top: 54px;
    padding-bottom: 54px;
    background: #fff;
}

.car-home-trust-panel > .car-home-section__head,
.car-home-trust-grid,
.car-home-caution {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.car-home-trust-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.car-home-trust-grid a {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #d9e3df;
    border-radius: 8px;
    color: #1d2928;
    background: #fff;
}

.car-home-trust-grid a:first-child {
    color: #fff;
    border-color: #2c6f64;
    background: #2c6f64;
}

.car-home-trust-grid a:hover {
    border-color: #2c6f64;
    box-shadow: 0 14px 28px rgba(44, 111, 100, .11);
    text-decoration: none;
}

.car-home-trust-grid strong {
    display: block;
    margin: 0 0 10px;
    color: inherit;
    font-size: 18px;
    line-height: 1.25;
}

.car-home-trust-grid span {
    display: block;
    flex: 1;
    color: #5f6d67;
    font-size: 13px;
    line-height: 1.55;
}

.car-home-trust-grid a:first-child span {
    color: #eaf4ef;
}

.car-home-trust-grid em {
    display: inline-flex;
    margin-top: 16px;
    color: #2c6f64;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.car-home-trust-grid a:first-child em {
    color: #fff;
}

.car-home-caution {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 24px;
    padding: 18px;
    border: 1px solid #d9e3df;
    border-radius: 8px;
    background: #f4f8f6;
}

.car-home-caution strong {
    color: #1f3b37;
    font-size: 18px;
    line-height: 1.2;
}

.car-home-caution span {
    color: #5f6d67;
    font-size: 14px;
    line-height: 1.55;
}

.car-home-caution a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 6px;
    color: #fff;
    background: #1d2928;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.car-home-caution a:hover {
    color: #172326;
    background: #f0c869;
    text-decoration: none;
}

.car-home-trust h2 {
    margin: 0 0 10px;
    color: #0c5070;
    font-size: 22px;
    line-height: 1.25;
}

.car-home-trust nav {
    margin-top: 14px;
}

.car-home-trust a {
    display: block;
    margin: 0 0 8px;
    color: #0c5070;
    font-size: 14px;
    line-height: 1.35;
}

@media (max-width: 980px) {
    .car-home-hero h1 {
        font-size: 40px;
    }

    .car-home-search {
        grid-template-columns: 1fr;
    }

    .car-home-search button {
        width: 100%;
    }

    .car-home-assurance,
    .car-home-service-grid,
    .car-home-featured,
    .car-home-guides,
    .car-home-method-grid,
    .car-home-about__grid,
    .car-home-bottom,
    .car-home-trust-grid,
    .car-home-caution {
        grid-template-columns: 1fr;
    }

    .car-home-assurance {
        margin: 0 auto 42px;
    }

    .car-home-assurance div,
    .car-home-assurance div:first-child,
    .car-home-assurance div:last-child {
        border: 1px solid #d8e4eb;
        border-bottom: 0;
        border-radius: 0;
    }

    .car-home-assurance div:first-child {
        border-radius: 8px 8px 0 0;
    }

    .car-home-assurance div:last-child {
        border-bottom: 1px solid #d8e4eb;
        border-radius: 0 0 8px 8px;
    }

    .car-home-data-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .car-home-coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .car-home-hero {
        min-height: 0;
    }

    .car-home-hero::after {
        background: rgba(8, 31, 42, .82);
    }

    .car-home-hero__inner {
        padding: 30px 12px;
    }

    .car-home-hero h1 {
        margin-bottom: 12px;
        font-size: 29px;
        overflow-wrap: anywhere;
    }

    .car-home-summary {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.5;
    }

    .car-home-data-grid,
    .car-home-coverage-grid {
        grid-template-columns: 1fr;
    }

    .car-home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .car-home-stats li {
        padding: 10px 7px;
    }

    .car-home-stats strong {
        font-size: 20px;
    }

    .car-home-stats span {
        margin-top: 5px;
        font-size: 11px;
    }

    .car-home-search {
        gap: 7px;
        padding: 8px;
    }

    .car-home-search span {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .car-home-search input,
    .car-home-search button {
        height: 40px;
    }

    .car-home-quick {
        gap: 6px;
        margin-bottom: 16px;
    }

    .car-home-quick a {
        min-height: 30px;
        padding: 5px 9px;
        font-size: 13px;
    }

    .car-home-section,
    .car-home-assurance {
        padding-left: 12px;
        padding-right: 12px;
    }

    .car-home-section__head {
        display: block;
    }

    .car-home-section__head p {
        margin-top: 8px;
    }

    .car-home-section__head h2 {
        font-size: 24px;
    }

    .car-home-service-card {
        grid-template-columns: 1fr;
    }

    .car-home-service-card__media img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .car-home-link {
        width: 100%;
    }

    .car-home-assurance {
        margin: -28px auto 42px;
    }

    .car-home-caution {
        align-items: start;
    }

    .car-home-caution a {
        width: 100%;
    }
}

header.site-header-v2 {
    position: sticky;
    top: 0;
    z-index: 1200;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #1e2a36;
    background: #fff;
    border-bottom: 1px solid #d9e3ea;
    text-transform: none;
    box-shadow: 0 8px 24px rgba(8, 38, 60, .06);
    overflow: visible;
}

header.site-header-v2,
header.site-header-v2 * {
    box-sizing: border-box;
}

header.site-header-v2 a:hover {
    text-decoration: none;
}

header.site-header-v2 a,
header.site-header-v2 button {
    text-transform: none;
}

.site-header-v2 > .site-header__inner {
    width: 100%;
    max-width: 1220px;
    min-height: 0;
    margin: 0 auto;
    padding: 10px 15px 8px;
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(360px, 1fr) auto;
    grid-template-areas:
        "brand search cta"
        "nav nav nav";
    gap: 10px 18px;
    align-items: center;
    line-height: normal;
    white-space: normal;
    text-align: left;
    box-sizing: border-box;
    overflow: visible;
}

header.site-header-v2.site-header-v2--no-search > .site-header__inner {
    min-height: 82px;
    grid-template-columns: minmax(270px, 360px) minmax(0, 1fr) auto;
    grid-template-areas: "brand nav cta";
    gap: 12px 18px;
}

header.site-header-v2.site-header-v2--no-search .site-header__nav {
    justify-content: flex-end;
    padding-top: 0;
    border-top: 0;
}

.site-header__brand {
    grid-area: brand;
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #1e2a36 !important;
}

.site-header__brand img {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 8px;
    background: #f7fafc;
}

.site-header__brand span {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.site-header__brand strong,
.site-header__brand small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header__brand strong {
    color: #0c5070;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.18;
    white-space: nowrap;
}

.site-header__brand small {
    margin-top: 3px;
    color: #5f6d78;
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
}

header.site-header-v2 .site-header__search,
.site-header-drawer__search {
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    width: auto;
    max-width: none;
    grid-area: search;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(150px, 220px) 86px;
    gap: 8px;
    margin: 0;
    padding: 8px;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    background: #f7fafc;
    box-sizing: border-box;
}

header.site-header-v2 .site-header__search label,
.site-header-drawer__search label {
    display: block;
    min-width: 0;
    margin: 0;
}

header.site-header-v2 .site-header__search label > span,
.site-header-drawer__search label > span {
    display: block;
    margin: 0 0 4px;
    color: #63717d;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

header.site-header-v2 .site-header__search input,
.site-header-drawer__search input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d7e1e8;
    border-radius: 6px;
    color: #1e2a36;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

header.site-header-v2 .site-header__search input:focus,
.site-header-drawer__search input:focus {
    border-color: #0c5070;
}

header.site-header-v2 .site-header__search > button,
.site-header-drawer__search > button {
    align-self: end;
    min-height: 36px;
    border: 0;
    border-radius: 6px;
    color: #142033;
    background: #f6c348;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

header.site-header-v2 .site-header__search > button:hover,
.site-header-drawer__search > button:hover {
    color: #fff;
    background: #0c5070;
}

header.site-header-v2:not(.site-header-v2--no-search) > .site-header__inner {
    padding-top: 8px;
    padding-bottom: 7px;
    grid-template-columns: minmax(230px, 300px) minmax(340px, 1fr) auto;
    gap: 8px 16px;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__brand {
    grid-template-columns: 46px minmax(0, 1fr);
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__brand img {
    width: 46px;
    height: 46px;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__brand strong {
    font-size: 17px;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__brand small {
    font-size: 11px;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__search {
    grid-template-columns: minmax(160px, 1fr) minmax(140px, 210px) 78px;
    gap: 7px;
    padding: 6px;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__search label {
    position: relative;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__search label > span {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__search input,
header.site-header-v2:not(.site-header-v2--no-search) .site-header__search > button {
    height: 34px;
    min-height: 34px;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__nav {
    padding-top: 6px;
}

header.site-header-v2:not(.site-header-v2--no-search) .site-header__nav > a,
header.site-header-v2:not(.site-header-v2--no-search) .site-header__group > button,
header.site-header-v2:not(.site-header-v2--no-search) .site-header__cta {
    min-height: 34px;
    padding: 6px 9px;
}

.site-header__nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    padding-top: 8px;
    border-top: 1px solid #edf2f5;
    overflow: visible;
}

.site-header__nav > a,
.site-header__group > button,
.site-header__cta,
.site-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #1e2a36;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    box-sizing: border-box;
}

.site-header__group {
    position: relative;
}

.site-header__group > button {
    cursor: pointer;
}

.site-header__group > button::after {
    content: "";
    width: 7px;
    height: 7px;
    margin: -3px 0 0 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
}

.site-header__group > button[aria-expanded="true"]::after {
    margin-top: 3px;
    transform: rotate(225deg);
}

.site-header__nav > a:hover,
.site-header__group > button:hover,
.site-header__nav .is-current {
    color: #0c5070;
    background: #eef5fb;
}

.site-header__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1210;
    width: 220px;
    padding: 8px;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(8, 38, 60, .14);
}

.site-header__menu.is-open {
    position: fixed;
    right: auto;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    overflow-y: auto;
}

.site-header__menu--wide {
    width: 320px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
}

.site-header__menu[hidden],
.site-header-drawer[hidden] {
    display: none !important;
}

.site-header__menu a {
    display: block;
    padding: 9px 10px;
    border-radius: 6px;
    color: #1e2a36;
    font-size: 14px;
    line-height: 1.25;
}

.site-header__menu a:hover,
.site-header__menu a.is-current {
    color: #0c5070;
    background: #f7fafc;
}

.site-header__cta {
    grid-area: cta;
    justify-self: end;
    color: #142033 !important;
    border-color: #f6c348;
    background: #f6c348;
}

.site-header__cta:hover {
    color: #fff !important;
    border-color: #0c5070;
    background: #0c5070;
}

.site-header__toggle {
    grid-area: toggle;
    display: none;
    min-width: 82px;
    border-color: #d9e3ea;
    background: #fff;
    cursor: pointer;
}

.site-header__toggle span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    white-space: nowrap;
}

.site-header__toggle span::before {
    content: "";
    display: inline-block;
    flex: 0 0 20px;
    width: 20px;
    height: 14px;
    margin: 0 7px 0 0;
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(currentColor, currentColor) left top / 20px 2px no-repeat,
        linear-gradient(currentColor, currentColor) left center / 20px 2px no-repeat,
        linear-gradient(currentColor, currentColor) left bottom / 20px 2px no-repeat;
    box-shadow: none;
    vertical-align: -1px;
}

.site-header__toggle[aria-expanded="true"] span::before {
    height: 18px;
    background:
        linear-gradient(currentColor, currentColor) center / 20px 2px no-repeat,
        linear-gradient(currentColor, currentColor) center / 20px 2px no-repeat;
    transform: rotate(45deg);
}

.site-header__toggle[aria-expanded="true"] span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(-45deg);
}

.site-header-drawer {
    position: fixed;
    top: var(--site-header-height, 126px);
    left: 0;
    right: 0;
    z-index: 1190;
    max-height: calc(100vh - var(--site-header-height, 126px));
    overflow: auto;
    padding: 0 15px 18px;
    background: rgba(247, 250, 252, .98);
    border-bottom: 1px solid #d9e3ea;
    box-shadow: 0 18px 34px rgba(8, 38, 60, .14);
    box-sizing: border-box;
}

.site-header-drawer,
.site-header-drawer * {
    box-sizing: border-box;
}

.site-header-drawer__inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 16px 0 0;
}

.site-header-drawer__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 12px;
}

.site-header-drawer__action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid #d9e3ea;
    border-radius: 7px;
    color: #0c5070;
    background: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
}

.site-header-drawer__action--primary {
    color: #142033;
    border-color: #f6c348;
    background: #f6c348;
}

.site-header-drawer__action:hover {
    color: #fff;
    border-color: #0c5070;
    background: #0c5070;
    text-decoration: none;
}

.site-header-drawer__search-panel {
    padding: 12px;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    background: #fff;
}

.site-header-drawer__search-title {
    display: block;
    margin: 0 0 10px;
    color: #0c5070;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.site-header-drawer .site-header-drawer__search {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.site-header-drawer .site-header-drawer__search input {
    height: 40px;
    font-size: 15px;
}

.site-header-drawer .site-header-drawer__search > button {
    min-height: 40px;
    width: 100%;
}

.site-header-drawer .zq-search-suggest-panel {
    position: static;
    margin-top: 6px;
    max-height: 220px;
    box-shadow: 0 10px 22px rgba(24, 46, 64, .12);
}

.site-header-drawer__quick {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.site-header-drawer__quick-section {
    display: grid;
    gap: 7px;
    margin: 0;
}

.site-header-drawer__quick-section > strong {
    display: block;
    color: #63717d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-header-drawer__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.site-header-drawer__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    max-width: 100%;
    padding: 7px 10px;
    border: 1px solid #d9e3ea;
    border-radius: 999px;
    color: #1e2a36;
    background: #f7fafc;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}

.site-header-drawer__chip--strong {
    color: #0c5070;
    border-color: #c7dbe8;
    background: #eef5fb;
}

.site-header-drawer__chip:hover,
.site-header-drawer__chip:focus {
    color: #fff;
    border-color: #0c5070;
    background: #0c5070;
}

.site-header-drawer__nav {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.site-header-drawer__group {
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.site-header-drawer__group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 10px 12px;
    color: #0c5070;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
    list-style: none;
}

.site-header-drawer__group summary::-webkit-details-marker {
    display: none;
}

.site-header-drawer__group summary::after {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.site-header-drawer__group[open] summary {
    background: #eef5fb;
}

.site-header-drawer__group[open] summary::after {
    margin-top: 4px;
    transform: rotate(225deg);
}

.site-header-drawer__group div {
    display: grid;
    gap: 8px;
    padding: 0 10px 10px;
}

.site-header-drawer__group a {
    display: block;
    min-width: 0;
    padding: 10px;
    border: 1px solid #d9e3ea;
    border-radius: 7px;
    color: #1e2a36;
    background: #f7fafc;
    font-size: 14px;
    line-height: 1.3;
}

.site-header-drawer__group a:hover {
    color: #0c5070;
    border-color: #0c5070;
    text-decoration: none;
}

body.site-header-open {
    overflow: hidden;
}

@media (max-width: 1120px) {
    header.site-header-v2:not(.site-header-v2--no-search) > .site-header__inner,
    .site-header-v2 > .site-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand toggle"
            "search search";
        width: 100%;
        max-width: 100%;
    }

    .site-header__nav,
    .site-header__cta {
        display: none;
    }

    .site-header__toggle {
        display: inline-flex;
    }

    header.site-header-v2 .site-header__search {
        grid-template-columns: minmax(0, 1fr) minmax(140px, 220px) 86px;
    }

    header.site-header-v2.site-header-v2--no-search > .site-header__inner {
        min-height: 70px;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas: "brand toggle";
    }
}

@media (max-width: 720px) {
    header.site-header-v2 {
        background: #fff;
        box-shadow: 0 6px 18px rgba(8, 38, 60, .08);
    }

    header.site-header-v2:not(.site-header-v2--no-search) > .site-header__inner,
    .site-header-v2 > .site-header__inner {
        grid-template-columns: minmax(0, 1fr) 44px;
        grid-template-areas:
            "brand toggle"
            "search search";
        gap: 8px;
        min-height: 0;
        padding: 8px 10px 9px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .site-header__brand {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 8px;
        max-width: calc(100vw - 76px);
        margin: 0 !important;
    }

    header.site-header-v2:not(.site-header-v2--no-search) .site-header__brand {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .site-header__brand img {
        width: 38px;
        height: 38px;
        border-radius: 7px;
    }

    header.site-header-v2:not(.site-header-v2--no-search) .site-header__brand img {
        width: 38px;
        height: 38px;
    }

    .site-header__brand strong,
    header.site-header-v2:not(.site-header-v2--no-search) .site-header__brand strong {
        font-size: 16px;
        line-height: 1.15;
    }

    .site-header__brand small {
        display: none;
    }

    .site-header__toggle {
        justify-self: end;
        width: 44px;
        min-width: 44px;
        height: 40px;
        min-height: 40px;
        padding: 0;
        border-color: #cfdde6;
        border-radius: 8px;
        color: #1e2a36;
        background: #f8fbfd;
        overflow: hidden;
    }

    .site-header__toggle span {
        width: 100%;
        height: 100%;
        font-size: 0;
    }

    .site-header__toggle span::before {
        width: 17px;
        height: 12px;
        margin: 0;
    }

    header.site-header-v2:not(.site-header-v2--no-search) .site-header__search,
    header.site-header-v2 .site-header__search {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 58px;
        gap: 5px;
        padding: 5px;
        border-color: #d7e3ea;
        border-radius: 9px;
        background: #f2f7fa;
        overflow: visible;
    }

    header.site-header-v2 .site-header__search label > span {
        display: none;
    }

    header.site-header-v2:not(.site-header-v2--no-search) .site-header__search input,
    header.site-header-v2 .site-header__search input {
        height: 36px;
        padding: 0 8px;
        font-size: 13px;
    }

    header.site-header-v2:not(.site-header-v2--no-search) .site-header__search > button,
    header.site-header-v2 .site-header__search > button {
        width: 58px;
        min-width: 0;
        height: 36px;
        min-height: 36px;
        padding: 0 4px;
        font-size: 12px;
    }

    .site-header-drawer {
        top: var(--site-header-height, 104px);
        max-height: calc(100vh - var(--site-header-height, 104px));
    }

    .site-header-drawer__search,
    .site-header-drawer__nav,
    .site-header-drawer__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {
    .site-header-v2 > .site-header__inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    .site-header__brand {
        max-width: calc(100vw - 68px);
    }

    header.site-header-v2:not(.site-header-v2--no-search) .site-header__search,
    header.site-header-v2 .site-header__search {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 46px;
    }

    header.site-header-v2:not(.site-header-v2--no-search) .site-header__search > button,
    header.site-header-v2 .site-header__search > button {
        width: 46px;
        font-size: 0;
    }

    header.site-header-v2:not(.site-header-v2--no-search) .site-header__search > button::before,
    header.site-header-v2 .site-header__search > button::before {
        content: "Go";
        font-size: 12px;
    }
}

#side.side-v2,
.search-side #side.side-v2,
.blog-side #side.side-v2 {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    overflow: visible;
}

#side.side-v2 *,
#side.side-v2 *::before,
#side.side-v2 *::after {
    box-sizing: border-box;
}

#side.side-v2 .side-panel {
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(12, 80, 112, .06);
    overflow-wrap: anywhere;
}

#side.side-v2 .side-panel:last-child {
    margin-bottom: 0;
}

#side.side-v2 h2 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    color: #1e2a36;
    background: transparent;
    font-size: 18px;
    line-height: 1.25;
}

#side.side-v2 .side-kicker {
    margin: 0 0 7px;
    color: #0c5070;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

#side.side-v2 p {
    margin: 0 0 12px;
    color: #5f6d78;
    font-size: 14px;
    line-height: 1.58;
}

#side.side-v2 form {
    display: grid;
    gap: 10px;
    margin: 12px 0 0;
}

#side.side-v2 label,
#side.side-v2 label span {
    display: block;
}

#side.side-v2 label span {
    margin: 0 0 5px;
    color: #63717d;
    font-size: 12px;
    line-height: 1.2;
}

#side.side-v2 input {
    width: 100%;
    height: 40px;
    padding: 0 11px;
    border: 1px solid #d7e1e8;
    border-radius: 6px;
    color: #1e2a36;
    background: #f8fafb;
    font-size: 14px;
}

#side.side-v2 input:focus {
    border-color: #0c5070;
    background: #fff;
}

#side.side-v2 button {
    min-height: 40px;
    border: 0;
    border-radius: 6px;
    color: #142033;
    background: #f6c348;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

#side.side-v2 button:hover {
    color: #fff;
    background: #0c5070;
}

#side.side-v2 .side-checklist div {
    padding: 11px 0;
    border-top: 1px solid #edf2f5;
}

#side.side-v2 .side-checklist div:first-of-type {
    padding-top: 0;
    border-top: 0;
}

#side.side-v2 .side-checklist strong,
#side.side-v2 .side-guides strong,
#side.side-v2 .side-places strong {
    display: block;
    color: #0c5070;
    font-size: 14px;
    line-height: 1.3;
}

#side.side-v2 .side-checklist span,
#side.side-v2 .side-places em,
#side.side-v2 .side-places small,
#side.side-v2 .side-guides time {
    display: block;
    margin-top: 5px;
    color: #5f6d78;
    font-size: 12px;
    font-style: normal;
    line-height: 1.42;
}

#side.side-v2 .side-stats div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

#side.side-v2 .side-stats span {
    min-height: 58px;
    padding: 10px;
    border: 1px solid #e1e9ef;
    border-radius: 7px;
    color: #5f6d78;
    background: #f8fafb;
    font-size: 12px;
    line-height: 1.35;
}

#side.side-v2 .side-stats b {
    display: block;
    margin: 0 0 3px;
    color: #0c5070;
    font-size: 21px;
    line-height: 1;
}

#side.side-v2 nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#side.side-v2 nav a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid #dce6ed;
    border-radius: 999px;
    color: #1e2a36;
    background: #f8fafb;
    font-size: 13px;
    line-height: 1.2;
}

#side.side-v2 nav a:hover,
#side.side-v2 nav a.c {
    border-color: #0c5070;
    color: #fff;
    background: #0c5070;
    text-decoration: none;
}

#side.side-v2 .side-places a {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 11px 0;
    border-top: 1px solid #edf2f5;
    color: inherit;
}

#side.side-v2 .side-places a:first-of-type,
#side.side-v2 .side-guides a:first-of-type {
    padding-top: 0;
    border-top: 0;
}

#side.side-v2 .side-places a:hover,
#side.side-v2 .side-guides a:hover {
    text-decoration: none;
}

#side.side-v2 .side-places img {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 7px;
    object-fit: cover;
    background: #eef3f7;
}

#side.side-v2 .side-guides a {
    display: block;
    padding: 11px 0;
    border-top: 1px solid #edf2f5;
}

#side.side-v2 .side-trust {
    background: #f8fafb;
}

#side.side-v2 .side-trust p {
    color: #526170;
}

@media (max-width: 760px) {
    #side.side-v2 .side-panel {
        margin-bottom: 14px;
        padding: 14px;
    }

    #side.side-v2 h2 {
        font-size: 17px;
    }

    #side.side-v2 .side-stats div {
        grid-template-columns: 1fr;
    }
}

.article-mobile-actions {
    display: none;
}

.article-reading-brief {
    min-width: 0;
    margin: 0 0 24px;
    padding: 22px;
    border: 1px solid rgba(12, 80, 112, .14);
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.article-reading-brief {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(280px, 1fr);
    gap: 20px;
    align-items: start;
    background: #f8fbfd;
}

.article-reading-brief__lead span {
    display: block;
    margin: 0 0 7px;
    color: var(--ah);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.article-reading-brief h2 {
    margin: 0 0 10px;
    color: var(--ac);
    font-size: 24px;
    line-height: 1.22;
}

.article-reading-brief p {
    margin: 0;
    color: #5f6d78;
    font-size: 15px;
    line-height: 1.62;
}

.article-reading-brief__body {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.article-reading-brief ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.article-reading-brief li {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    color: #40505e;
    font-size: 15px;
    line-height: 1.5;
    list-style: none;
}

.article-reading-brief li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--btn);
}

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

.article-reading-brief__cards div {
    min-width: 0;
    padding: 13px;
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: #fff;
}

.article-reading-brief__cards strong {
    display: block;
    margin: 0 0 5px;
    color: var(--ah);
    font-size: 14px;
    line-height: 1.3;
}

.article-reading-brief__cards span {
    display: block;
    color: #5f6d78;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 620px) {
    .article-hero {
        gap: 12px;
        margin-bottom: 12px;
    }

    .article-hero > div {
        padding: 18px 16px;
    }

    .article-hero h1 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 1.16;
    }

    .article-summary {
        display: -webkit-box;
        overflow: hidden;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .article-meta {
        gap: 6px;
        margin-top: 12px;
    }

    .article-meta span,
    .article-meta time {
        min-height: 28px;
        padding: 4px 8px;
        font-size: 12px;
    }

    .article-meta span:last-child {
        display: none;
    }

    .article-hero-media img {
        min-height: 130px;
        aspect-ratio: 21 / 9;
    }

    .article-mobile-actions {
        display: grid;
        width: 100%;
        max-width: 100vw;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin: 0 auto 16px;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .article-mobile-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 40px;
        padding: 7px 8px;
        border: 1px solid #d9e3ea;
        border-radius: 7px;
        color: var(--ah);
        background: #fff;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .article-mobile-actions a.is-primary {
        border-color: var(--ah);
        color: #fff;
        background: var(--ah);
    }

    .article-mobile-actions a:hover {
        text-decoration: none;
    }

    .article-reading-brief {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 18px;
        padding: 16px;
    }

    .article-reading-brief h2 {
        font-size: 21px;
    }

    .article-reading-brief p {
        font-size: 14px;
        line-height: 1.58;
    }

    .article-reading-brief__cards {
        display: none;
    }

    .article-reading-brief ul {
        gap: 8px;
    }

    .article-reading-brief li {
        font-size: 14px;
        line-height: 1.45;
    }

    .article-checklist {
        margin-bottom: 18px;
    }

    .article-checklist strong {
        font-size: 16px;
    }

    .article-checklist li {
        font-size: 13px;
        line-height: 1.48;
    }

    .article-toc {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .article-toc strong,
    .article-toc span {
        flex: 0 0 auto;
    }

    .article-toc span {
        max-width: 78vw;
        white-space: normal;
        scroll-snap-align: start;
    }

    #arc.article-prose {
        padding: 18px 16px;
        font-size: 16px;
        line-height: 1.78;
        overflow-x: auto;
    }

    #arc.article-prose p {
        margin-bottom: 15px;
    }

    #arc.article-prose h2 {
        margin-top: 24px;
        font-size: 22px;
        line-height: 1.28;
    }

    #arc.article-prose h3 {
        margin-top: 22px;
        font-size: 19px;
    }

    #arc.article-prose ul,
    #arc.article-prose ol {
        margin-left: 18px;
    }

    #arc.article-prose li {
        margin-bottom: 9px;
    }

    .article-inline-place {
        gap: 10px;
        margin: 18px 0;
        padding: 12px;
    }

    .article-inline-place strong {
        font-size: 16px;
    }

    .article-inline-place span {
        font-size: 13px;
    }

    .article-related-grid a {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        min-height: 88px;
    }

    .article-related-grid img {
        width: 88px;
        height: 100%;
        min-height: 88px;
        aspect-ratio: auto;
    }

    .article-related-grid span {
        padding: 10px;
    }

    .article-related-grid strong,
    .article-related-grid em {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .article-related-grid strong {
        font-size: 15px;
        line-height: 1.28;
        -webkit-line-clamp: 2;
    }

    .article-related-grid em {
        font-size: 12px;
        line-height: 1.45;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 360px) {
    .article-mobile-actions {
        grid-template-columns: 1fr;
    }
}

/* Homepage refresh: search-first local directory experience. */
body.page-home {
    background: #f5f7fb;
}

body.page-home header.site-header-v2 {
    border-bottom-color: #dfe6f0;
    box-shadow: 0 1px 0 rgba(16, 38, 70, .05);
}

body.page-home header.site-header-v2 .site-header__brand strong,
body.page-home header.site-header-v2 .site-header__nav > a,
body.page-home header.site-header-v2 .site-header__group > button {
    color: #102646;
}

body.page-home header.site-header-v2 .site-header__cta {
    border-radius: 999px;
    background: #f05b2a;
}

body.page-home header.site-header-v2 .site-header__cta:hover {
    background: #cf4315;
}

body > main.car-home {
    --home-ink: #102646;
    --home-copy: #4c5d75;
    --home-blue: #1769e0;
    --home-blue-dark: #0d4eae;
    --home-accent: #f05b2a;
    --home-line: #dfe6f0;
    --home-surface: #ffffff;
    --home-soft: #eef5ff;
    margin-bottom: 0;
    color: var(--home-ink);
    background: #f5f7fb;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.car-home-hero {
    min-height: 548px;
    margin: 0;
    align-items: stretch;
    color: #fff;
    background: #102646;
}

.car-home-hero::after {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(16, 38, 70, .98) 0%, rgba(16, 38, 70, .91) 46%, rgba(16, 38, 70, .51) 100%),
        linear-gradient(180deg, rgba(16, 38, 70, .18), rgba(16, 38, 70, .58));
}

.car-home-hero__media img {
    object-position: center;
    filter: saturate(.72) contrast(.92);
}

.car-home-hero__inner {
    max-width: 1200px;
    padding: 76px 28px 58px;
    text-align: left;
}

.car-home-kicker {
    gap: 8px;
    margin-bottom: 17px;
    padding: 7px 12px;
    border-color: rgba(191, 216, 255, .37);
    color: #dceaff;
    background: rgba(23, 105, 224, .18);
    font-size: 11px;
    letter-spacing: .08em;
}

.car-home-kicker::before {
    width: 6px;
    height: 6px;
    background: #ff9b75;
}

.car-home-hero h1 {
    max-width: 700px;
    margin: 0 0 17px;
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 760;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.car-home-hero h1 span {
    display: inline;
    color: #a9d0ff;
}

.car-home-summary {
    max-width: 595px;
    margin: 0 0 27px;
    color: #dce7f6;
    font-size: 17px;
    line-height: 1.62;
}

.car-home-search {
    width: min(100%, 870px);
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .85fr) 144px;
    gap: 0;
    margin: 0 0 17px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(3, 15, 37, .3);
}

.car-home-search label {
    padding: 7px 16px;
}

.car-home-search label + label {
    border-left-color: #e1e7f0;
}

.car-home-search span {
    margin-bottom: 4px;
    color: #65748a;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.car-home-search input {
    height: 35px;
    color: #102646;
    font-size: 16px;
    font-weight: 560;
}

.car-home-search input::placeholder {
    color: #8a98aa;
    opacity: 1;
}

.car-home-search button {
    min-height: 57px;
    border-radius: 10px;
    background: var(--home-accent);
    font-size: 15px;
    letter-spacing: .01em;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.car-home-search button:hover,
.car-home-search button:focus-visible {
    background: #d64618;
    box-shadow: 0 7px 18px rgba(187, 58, 15, .31);
    transform: translateY(-1px);
}

.car-home-quick {
    justify-content: flex-start;
    max-width: 870px;
    margin: 0 0 36px;
}

.car-home-quick strong {
    color: #a9b9ce;
    font-size: 11px;
    letter-spacing: .05em;
}

.car-home-quick a {
    min-height: 30px;
    padding: 5px 10px;
    border-color: rgba(219, 233, 255, .29);
    color: #f2f7ff;
    background: rgba(255, 255, 255, .07);
    font-size: 13px;
}

.car-home-quick a:hover {
    border-color: #fff;
    color: #102646;
    background: #fff;
}

.car-home-stats {
    grid-template-columns: repeat(4, minmax(0, 154px));
    justify-content: start;
    gap: 0;
    width: auto;
    margin: 0;
}

.car-home-stats li {
    position: relative;
    padding: 0 22px 0 0;
    text-align: left;
}

.car-home-stats li + li {
    padding-left: 22px;
}

.car-home-stats li + li::before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 1px;
    background: rgba(221, 233, 250, .28);
    content: "";
}

.car-home-stats strong {
    color: #fff;
    font-size: 25px;
    font-weight: 740;
}

.car-home-stats span {
    margin-top: 6px;
    color: #aec0d9;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
}

.car-home-assurance {
    max-width: 1144px;
    margin: -29px auto 74px;
    padding: 0 16px;
    gap: 14px;
}

.car-home-assurance div,
.car-home-assurance div:first-child,
.car-home-assurance div:last-child {
    min-height: 130px;
    padding: 23px 22px 20px 68px;
    border: 1px solid var(--home-line);
    border-radius: 12px;
    background: var(--home-surface);
    box-shadow: 0 12px 28px rgba(37, 60, 96, .08);
}

.car-home-assurance i {
    top: 23px;
    left: 21px;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    color: var(--home-blue);
    background: #e9f2ff;
    font-size: 11px;
}

.car-home-assurance strong {
    margin-bottom: 6px;
    color: var(--home-ink);
    font-size: 16px;
}

.car-home-assurance span {
    color: var(--home-copy);
    font-size: 13px;
    line-height: 1.52;
}

.car-home-section {
    max-width: 1144px;
    margin-bottom: 82px;
    padding: 0 16px;
}

.car-home-section__head {
    align-items: flex-end;
    margin-bottom: 27px;
}

.car-home-section__head h2 {
    color: var(--home-ink);
    font-size: clamp(29px, 3vw, 38px);
    font-weight: 740;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.car-home-section__head p {
    max-width: 450px;
    color: var(--home-copy);
    font-size: 15px;
    line-height: 1.57;
}

.car-home-section-kicker {
    margin-bottom: 8px !important;
    color: var(--home-blue) !important;
    font-size: 11px !important;
    letter-spacing: .09em;
}

.car-home-section-kicker::before {
    width: 19px;
    background: var(--home-accent);
}

.car-home-service-grid {
    gap: 20px;
}

.car-home-service-card {
    grid-template-columns: minmax(190px, 37%) minmax(0, 1fr);
    border-color: var(--home-line);
    border-radius: 14px;
    box-shadow: 0 2px 0 rgba(29, 58, 102, .02);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.car-home-service-card:hover {
    border-color: #b8cdeb;
    box-shadow: 0 16px 34px rgba(32, 71, 123, .12);
    transform: translateY(-3px);
}

.car-home-service-card__media {
    min-height: 100%;
}

.car-home-service-card__media img {
    height: 100%;
    min-height: 248px;
    aspect-ratio: auto;
}

.car-home-service-card__media span {
    top: 13px;
    left: 13px;
    min-height: 27px;
    padding: 4px 9px;
    color: #102646;
    background: rgba(255, 255, 255, .94);
    font-size: 11px;
}

.car-home-service-card > div {
    padding: 25px 25px 21px;
}

.car-home-service-card h3,
.car-home-featured h3,
.car-home-guides h3,
.car-home-method-grid h3 {
    color: var(--home-ink);
    font-size: 22px;
    letter-spacing: -.02em;
}

.car-home-service-card h3 a:hover,
.car-home-featured h3 a:hover,
.car-home-guides h3 a:hover {
    color: var(--home-blue);
}

.car-home-service-card p,
.car-home-featured p,
.car-home-guides p,
.car-home-method-grid p,
.car-home-trust p,
.car-home-about__content {
    color: var(--home-copy);
    line-height: 1.58;
}

.car-home-card-kicker {
    color: var(--home-blue) !important;
    font-size: 10px !important;
    letter-spacing: .075em;
}

.car-home-service-card dl {
    gap: 7px;
    margin-top: 15px;
}

.car-home-service-card dl div {
    padding: 9px 10px;
    border: 0;
    border-radius: 7px;
    background: #f4f7fb;
}

.car-home-service-card dt {
    color: #718197;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.car-home-service-card dd {
    color: var(--home-ink);
    font-size: 16px;
}

.car-home-link {
    min-height: 39px;
    margin-top: 17px;
    padding: 8px 14px;
    border: 1px solid var(--home-blue);
    border-radius: 8px;
    color: var(--home-blue) !important;
    background: #fff;
    font-size: 13px;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.car-home-link::after {
    margin-left: 7px;
    content: "→";
}

.car-home-link:hover {
    border-color: var(--home-blue);
    color: #fff !important;
    background: var(--home-blue);
}

.car-home-data {
    max-width: 1112px;
    margin-bottom: 82px;
    padding: 36px;
    border: 1px solid #dce8fb;
    border-radius: 18px;
    background: linear-gradient(132deg, #e9f2ff 0%, #f7fbff 72%);
}

.car-home-data-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.car-home-data-grid div {
    min-height: 104px;
    padding: 13px 12px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .8);
}

.car-home-data-grid strong {
    color: var(--home-blue-dark);
    font-size: 24px;
    letter-spacing: -.03em;
}

.car-home-data-grid span {
    margin-top: 8px;
    color: #546783;
    font-size: 12px;
    line-height: 1.34;
}

.car-home-featured,
.car-home-guides {
    gap: 16px;
}

.car-home-featured li,
.car-home-guides li {
    border-color: var(--home-line);
    border-radius: 12px;
    box-shadow: 0 2px 0 rgba(29, 58, 102, .02);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.car-home-featured li:hover,
.car-home-guides li:hover,
.car-home-coverage-grid a:hover {
    border-color: #b8cdeb;
    box-shadow: 0 14px 30px rgba(32, 71, 123, .1);
    transform: translateY(-2px);
}

.car-home-featured__media img,
.car-home-guides__media img {
    transition: transform .3s ease;
}

.car-home-featured li:hover img,
.car-home-guides li:hover img {
    transform: scale(1.03);
}

.car-home-featured__body,
.car-home-guides li > div {
    padding: 18px;
}

.car-home-coverage-grid {
    gap: 12px;
}

.car-home-coverage-grid a,
.car-home-coverage-grid div {
    position: relative;
    min-height: 126px;
    padding: 18px;
    border-color: var(--home-line);
    border-radius: 12px;
    background: var(--home-surface);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.car-home-coverage-grid a::after {
    position: absolute;
    top: 18px;
    right: 18px;
    color: var(--home-blue);
    font-size: 18px;
    content: "→";
}

.car-home-coverage-grid strong {
    color: var(--home-ink);
    font-size: 18px;
}

.car-home-coverage-grid span,
.car-home-coverage-grid em {
    color: var(--home-copy);
}

.car-home-method {
    max-width: 1112px;
    padding: 38px;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: #fff;
}

.car-home-method-grid {
    gap: 10px;
}

.car-home-method-grid article {
    position: relative;
    padding: 22px 18px 18px 58px;
    border: 0;
    border-radius: 10px;
    background: #f5f8fc;
}

.car-home-method-grid article::before {
    position: absolute;
    top: 21px;
    left: 18px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--home-blue);
    font-size: 11px;
    font-weight: 800;
}

.car-home-method-grid article:nth-child(1)::before { content: "1"; }
.car-home-method-grid article:nth-child(2)::before { content: "2"; }
.car-home-method-grid article:nth-child(3)::before { content: "3"; }

.car-home-method-grid h3 {
    margin-bottom: 7px;
    font-size: 18px;
}

.car-home-about__grid {
    gap: 36px;
    align-items: center;
}

.car-home-about__content {
    font-size: 15px;
}

.car-home-about__grid img {
    border-radius: 14px;
    box-shadow: 0 16px 34px rgba(32, 71, 123, .13);
}

.car-home-trust-panel {
    margin-bottom: 0;
    padding-top: 72px;
    padding-bottom: 72px;
    background: #102646;
}

.car-home-trust-panel > .car-home-section__head h2,
.car-home-trust-panel > .car-home-section__head p {
    color: #fff;
}

.car-home-trust-panel > .car-home-section__head p {
    color: #c2d0e4;
}

.car-home-trust-panel .car-home-section-kicker {
    color: #9bc4ff !important;
}

.car-home-trust-grid {
    gap: 10px;
}

.car-home-trust-grid a,
.car-home-trust-grid a:first-child {
    min-height: 190px;
    padding: 18px;
    border-color: rgba(188, 211, 241, .22);
    border-radius: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.car-home-trust-grid a:first-child {
    border-color: #f05b2a;
    background: #f05b2a;
}

.car-home-trust-grid a:hover {
    border-color: #a7cdff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}

.car-home-trust-grid strong {
    font-size: 16px;
}

.car-home-trust-grid span,
.car-home-trust-grid a:first-child span {
    color: #c6d5e9;
    font-size: 12px;
    line-height: 1.5;
}

.car-home-trust-grid a:first-child span {
    color: #fff0eb;
}

.car-home-trust-grid em,
.car-home-trust-grid a:first-child em {
    color: #a9d0ff;
    font-size: 12px;
}

.car-home-trust-grid a:first-child em {
    color: #fff;
}

.car-home-caution {
    grid-template-columns: 156px minmax(0, 1fr) auto;
    margin-top: 18px;
    padding: 17px 18px;
    border-color: rgba(188, 211, 241, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
}

.car-home-caution strong,
.car-home-caution span {
    color: #fff;
}

.car-home-caution span {
    color: #c6d5e9;
    font-size: 13px;
}

.car-home-caution a {
    min-height: 38px;
    border-radius: 8px;
    color: #102646;
    background: #fff;
}

.car-home-caution a:hover {
    color: #fff;
    background: var(--home-accent);
}

@media (max-width: 980px) {
    .car-home-hero__inner { padding: 64px 24px 50px; }
    .car-home-search { grid-template-columns: 1fr 1fr 132px; }
    .car-home-service-card { grid-template-columns: 1fr; }
    .car-home-service-card__media img { height: auto; min-height: 0; aspect-ratio: 16 / 8; }
    .car-home-data-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .car-home-trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .car-home-hero { min-height: 0; }
    .car-home-hero::after { background: rgba(16, 38, 70, .9); }
    .car-home-hero__inner { padding: 43px 16px 38px; }
    .car-home-kicker { margin-bottom: 13px; }
    .car-home-hero h1 { font-size: 37px; letter-spacing: -.04em; }
    .car-home-summary { margin-bottom: 20px; font-size: 15px; }
    .car-home-search { grid-template-columns: 1fr; gap: 1px; margin-bottom: 15px; padding: 5px; border-radius: 12px; }
    .car-home-search label { padding: 8px 11px; }
    .car-home-search label + label { border-top: 1px solid #e1e7f0; border-left: 0; }
    .car-home-search span { position: static; width: auto; height: auto; margin: 0 0 3px; clip: auto; white-space: normal; }
    .car-home-search input { height: 29px; font-size: 15px; }
    .car-home-search button { min-height: 46px; }
    .car-home-quick { margin-bottom: 26px; }
    .car-home-quick strong { width: 100%; }
    .car-home-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 17px 0; }
    .car-home-stats li, .car-home-stats li + li { padding: 0 14px 0 0; }
    .car-home-stats li:nth-child(odd)::before { display: none; }
    .car-home-stats li:nth-child(even) { padding-left: 14px; }
    .car-home-assurance { margin: 0 auto 55px; padding: 0 16px; gap: 10px; }
    .car-home-assurance div, .car-home-assurance div:first-child, .car-home-assurance div:last-child { min-height: 0; padding: 18px 18px 17px 60px; border: 1px solid var(--home-line); border-radius: 10px; }
    .car-home-assurance i { top: 18px; left: 17px; }
    .car-home-section { margin-bottom: 61px; padding: 0 16px; }
    .car-home-section__head { margin-bottom: 19px; }
    .car-home-section__head h2 { font-size: 28px; }
    .car-home-section__head p { margin-top: 10px; font-size: 14px; }
    .car-home-service-grid { gap: 13px; }
    .car-home-service-card { grid-template-columns: 118px minmax(0, 1fr); }
    .car-home-service-card__media img { height: 100%; min-height: 100%; aspect-ratio: auto; }
    .car-home-service-card__media span { display: none; }
    .car-home-service-card > div { padding: 16px 15px; }
    .car-home-service-card h3 { margin-bottom: 6px; font-size: 18px; }
    .car-home-service-card > div > p:not(.car-home-card-kicker) { display: none; }
    .car-home-service-card dl { margin-top: 10px; }
    .car-home-service-card dl div { padding: 7px; }
    .car-home-link { width: auto; min-height: 34px; margin-top: 11px; padding: 6px 9px; font-size: 12px; }
    .car-home-data, .car-home-method { margin-right: 16px; margin-left: 16px; padding: 24px 17px; border-radius: 14px; }
    .car-home-data-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
    .car-home-data-grid div { min-height: 91px; padding: 12px 10px; }
    .car-home-featured, .car-home-guides { grid-template-columns: 1fr; gap: 11px; }
    .car-home-featured li, .car-home-guides li { display: grid; grid-template-columns: 108px minmax(0, 1fr); }
    .car-home-featured__media img, .car-home-guides__media img { height: 100%; aspect-ratio: auto; }
    .car-home-featured__body, .car-home-guides li > div { padding: 14px; }
    .car-home-featured h3, .car-home-guides h3 { font-size: 17px; }
    .car-home-featured p, .car-home-guides p, .car-home-reasons { display: none; }
    .car-home-featured .car-home-link { display: none; }
    .car-home-coverage-grid { grid-template-columns: 1fr; gap: 9px; }
    .car-home-coverage-grid a, .car-home-coverage-grid div { min-height: 0; padding: 15px; }
    .car-home-method-grid { grid-template-columns: 1fr; }
    .car-home-method-grid article { padding: 18px 15px 16px 55px; }
    .car-home-method-grid article::before { top: 17px; left: 16px; }
    .car-home-about__grid { grid-template-columns: 1fr; gap: 18px; }
    .car-home-trust-panel { padding-top: 54px; padding-bottom: 54px; }
    .car-home-trust-grid { grid-template-columns: 1fr; gap: 8px; }
    .car-home-trust-grid a, .car-home-trust-grid a:first-child { min-height: 0; padding: 16px; }
    .car-home-trust-grid span { display: none; }
    .car-home-trust-grid em { margin-top: 7px; }
    .car-home-caution { grid-template-columns: 1fr; gap: 10px; padding: 16px; }
    .car-home-caution a { width: 100%; }
}
