/* Developer specific CSS file (dev.css) */
.view-review-link:hover {
    text-decoration: underline !important;
}

.top-rated-heading-block h1 {
    font-size: 28px !important;
    font-weight: 700;
    padding: 0 !important;
    margin-bottom: 4px !important;
    color: #002347 !important;

}

.top-rated-heading-block {
    border-bottom: 2px solid #e8eef6;
    margin-bottom: 15px;
}

/* section.top-automotive-sec.top_rate_pg.light {
           margin-top: 120px !important;
        } */
/* View details button – match height of Visit website */
.auto-choice-btn .cta_outline {
    padding: 8px 16px !important;
    height: auto !important;
    /* min-height: 44px !important; */
    box-sizing: border-box !important;
    line-height: 1.5 !important;
}

.automotive-card .blue-chkbox {
    bottom: 0 !important;
    transition: all 0.3s ease;
    right: unset;
    left: -30px
}

.usp-grid-container {
    display: grid !important;
    grid-template-columns: auto auto !important;
    justify-content: start !important;
    gap: 8px 45px !important;
    width: 100% !important;
}

@media (max-width: 768px) {

    /* .automotive-card {
                padding-bottom: 20px !important;
            } */
    /* .automotive-card .blue-chkbox {
                position: relative !important;
                bottom: auto !important;
                right: auto !important;
                border-radius: 8px !important;
                display: block !important;
                width: 100% !important;
                text-align: center !important;
                margin-top: 15px !important;
                padding: 12px 15px !important;
            } */
    .automotive-card .blue-chkbox label {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
    }

    .usp-grid-container {
        grid-template-columns: 1fr !important;
        gap: 8px 0px !important;
    }

    .key-feature-price {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .starting-price-box,
    .free-trial-box {
        width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 10px !important;
    }

    #myID.search-box {
        visibility: visible !important;
        display: block !important;
    }

    /* .top-automotive-sec.top_rate_pg {
            padding-top: 160px !important;
        } */
    .top-rated-heading-block {
        /* margin-left: 27%; */
        margin-bottom: 24px;
        padding-bottom: 16px;
        /* border-bottom: 2px solid #e8eef6; */
    }

    .top-rated-heading-block h1 {
        /* font-size: 34px;
            font-weight: 800;
            color: #002347;
            margin: 0 0 5px 0;
            letter-spacing: -0.5px;
            line-height: 1.2; */
        font-size: 28px !important;
        font-weight: 700;
        padding: 0 !important;
        margin-bottom: 4px !important;
        color: #002347 !important;
    }

    .top-rated-heading-block p {
        font-size: 15px;
        color: #7a8ea8;
        margin: 0;
        font-weight: 400;
    }
}

@media (max-width: 768px) {

    /* .top-automotive-sec.top_rate_pg {
                padding-top: 110px !important;
            } */
    .top-rated-heading-block h1 {
        font-size: 24px;
    }

    .top-auto-choice {
        padding-top: 0;
    }

    section.top-automotive-sec.top_rate_pg.light {
        margin-top: 55px !important;
    }
}


.m-30 {
    margin-top: 30px !important;
    padding-bottom: 30px;
}