/* dealer locator page */

    body.dealer-locator .readMore_btn,
    body.dealer-locator .hourBtn {
        cursor: pointer;
    }

    body .wpgmp_before_listing {
        font-weight: 500;
        font-size: 30px;
        font-family: "Roboto";
        color: black;
    }

    body .wpgmp_map_container p,
    body .wpgmp_map_container a,
    body .wpgmp_map_container input,
    body .wpgmp_map_container select {
        font-family: "Roboto";
    }

    body .wpgmp_map_container a.place_title {
        font-family: "Roboto";
        text-transform: capitalize;
        font-weight: 500;
        color: black;
    }

    body .wpgmp_map_container .wpgmp_listing_header {
        padding-top: 10px;
    }

    body .wpgmp_map_container a.place_title:hover {
        font-family: "Roboto";
        text-transform: capitalize;
        font-weight: 500;
    }

    body .wpgmp_map_container li.fc-item-featured.fc-component-thumb.fc-item-top_space {
        display: none;
    }

    li.fc-component-text {
        display: inline-flex !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    body .wpgmp_map_container select {
        font-family: "Roboto";
        font-weight: 600;
    }

    body .wpgmp_map_container .categories_filter {
        padding-top: 20px;
    }

    .fc-location-marker:before {
        display: none;
    }

    .btn-wpr {
        white-space: nowrap;
    }

    body .wpgmp-map-1 .fc-location-marker.fc-css,
    body .wpgmp-map-1 .fc-location-marker.fc-css p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #767676;
    }

    body .wpgmp_listing_list .fc-itemcontent-padding {
        padding: 0 0 0 10px;
    }

    body .location_pagination1.wpgmp_pagination a {
        border-radius: 10px;
        background: #f3f3f3;
        color: black;
        aspect-ratio: 1/1;
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    body .location_pagination1.wpgmp_pagination a:hover {
        opacity: 0.8;
    }

    body .location_pagination1.wpgmp_pagination span.current {
        border-radius: 10px;
        background: #767676;
        color: white;
        aspect-ratio: 1/1;
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    body .location_pagination1.wpgmp_pagination a.next {
        border-radius: 10px;
        background: #f0484a;
        color: white;
        aspect-ratio: 1/1;
        width: 60px;
        height: 40px;
        padding: 8px;
    }

    body.custom-dark-mode .wpgmp_before_listing {
        color: white;
    }

    body.custom-dark-mode .location_pagination1.wpgmp_pagination a {
        color: var(--dark-mode-black) !important;
    }

    body.custom-dark-mode .location_pagination1.wpgmp_pagination a.next {
        color: var(--dark-mode-white) !important;
    }

    /* mobile */

    @media (max-width: 768px) {
        body .wpgmp_map_container .wpgmp_listing_header,
        body .wpgmp_map_container .categories_filter,
        body .wpgmp_map_container .location_listing1,
        body .wpgmp_map_container .wpgmp_categories.wpgmp_print_listing.wpgmp_listing_list {
            width: 100%;
        }

        body .wpgmp_map_container .location_pagination1.wpgmp_pagination {
            flex-wrap: wrap;
        }

        body .wpgmp_map_container .wpgmp_filter_wrappers {
            display: flex;
            flex-direction: column;
        }

        body .wpgmp_listing_list .fc-item-default .wpgmp_locations {
            padding: 15px 0px 0px 0px !important;
        }

        body .wpgmp_map_container .wpgmp_listing_container .fc-component-content ul li {
            display: inline-flex !important;
            gap: 20px;
        }
    }

    body.dealer-locator .fc-infobox {
        max-width: 100%;
    }
    @media screen and (min-width: 992px) {
        .fc-infobox {
            width: 100% !important;
        }
    }

    .fc-infobox-btn-wrapper {
        display: flex;
        gap: 8px;
        align-items: stretch;
    }

    .fc-infobox-btn-primary {
        flex: 3;
        text-align: center;
    }

    .fc-infobox-btn-info {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f1f1f1;
        color: #404040;
        border-radius: 6px;
        text-decoration: none;
        font-size: 16px;
        transition: opacity 0.2s;
    }

    .fc-infobox-btn-info:hover {
        opacity: 0.75;
    }

    body.dealer-locator .fc-custom-more-info-btn {
        font-size: 14px;
        border: 1px solid red;
        border-radius: 10px;
        display: inline-block;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        margin-top: 10px;
        transition: all 0.3s ease;
    }

    body.dealer-locator .fc-custom-more-info-btn:hover {
        background: red;
        border: 1px solid red;
    }

    body.dealer-locator.custom-dark-mode .fc-custom-more-info-btn:hover {
        color: #fff !important;
    }

    body.dealer-locator.custom-dark-mode .wpgmp-map-1 .fc-item-title.fc-item-primary-text-color.marker_title a {
        color: rgb(33, 47, 61) !important;
    }

    body.dealer-locator .wpgmp-map-1 .wpgmp_infowindow .fc-location-marker.fc-css {
        padding-left: 0 !important;
    }

    /* 08072025 */

    .wpgmp_filter_wrappers {
        background: none;
    }

    /* location-city-tax styles */

    body.archive.tax-location_city p,
    body.archive.tax-location_city a,
    body.archive.tax-location_city span {
        font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
    }

    body.archive.tax-location_city .location-city-wpr {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    body.archive.tax-location_city .location-city-ctr {
        padding: 10px 0;
        width: 100%;
        max-width: 1050px;
    }

    body.archive.tax-location_city .location-list {
        list-style: none;
        margin: 2rem 0;
        padding: 0;

        /* responsive grid */
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.5rem;
    }

    body.archive.tax-location_city .location-item {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 1.25rem;
        margin-left: 0;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

    body.archive.tax-location_city .location-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    }

    body.archive.tax-location_city .location-item p,
    body.archive.tax-location_city .location-item a {
        font-weight: 600;
        font-size: 1rem;
        color: #222 !important;
        text-decoration: none;
    }

    body.archive.tax-location_city .location-item a {
        color: var(--dark-mode-red);
    }

    body.custom-dark-mode.archive.tax-location_city .location-item h2 {
    font-weight: 600;
    font-size: 1.25rem;
    text-decoration: none;
    color: var(--dark-mode-black) !important;
}

    body.archive.tax-location_city .location-item .excerpt {
        margin-top: 0.5rem;
        font-size: 0.95rem;
        color: #555;
        line-height: 1.4;
    }

    .breadcrumbs {
        margin: 0.5rem 0 1rem;
        font-size: 0.75rem;
        color: #666;
    }

    .breadcrumbs a {
        color: #222;
        text-decoration: none;
    }

    .breadcrumbs a:hover {
        text-decoration: underline;
    }

    body.custom-dark-mode .location-city-wpr .breadcrumbs a,
    body.custom-dark-mode .location-city-wpr .breadcrumbs span {
        color: var(--dark-mode-white) !important;
    }

    body.custom-dark-mode .breadcrumbs {
        color: var(--dark-mode-white) !important;

    }

    body.dealer-locator.custom-dark-mode li {
        color: var(--dark-mode-black) !important;
    }