/**
* Theme Name: Motors Starter Theme Child
* Description: This is a child theme of Motors Starter Theme, generated by Merlin WP.
* Author: <a href="https://stylemixthemes.com/">StylemixThemes</a>
* Template: motors-starter-theme
* Text Domain: motors-starter-theme
* Version: 1.0.2
*/

.home .elementor-widget-motors-listings-search-tabs,
.home .elementor-widget-motors-listings-grid-tabs {
    display: none !important;
}

.freshlink-vehicle-section {
    background: linear-gradient(180deg, #f2f6f1 0%, #ffffff 100%);
    padding: 56px 0 72px;
}

.freshlink-vehicle-shell,
.freshlink-single-vehicle {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 24px;
}

.freshlink-vehicle-intro {
    margin-bottom: 28px;
}

.freshlink-vehicle-kicker {
    color: #74b830;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.freshlink-vehicle-intro h2,
.freshlink-single-copy h1 {
    color: #102142;
    font-family: "DejaVu Sans Condensed Bold", "Segoe UI", sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    margin: 0 0 14px;
}

.freshlink-vehicle-copy,
.freshlink-single-copy p,
.freshlink-single-panel p,
.freshlink-single-panel li {
    color: #425466;
    font-size: 17px;
    line-height: 1.65;
}

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

.freshlink-vehicle-card {
    background: #ffffff;
    border: 1px solid rgba(16, 33, 66, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(16, 33, 66, 0.08);
    color: inherit;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.freshlink-vehicle-card:hover {
    box-shadow: 0 26px 60px rgba(16, 33, 66, 0.12);
    transform: translateY(-4px);
}

.freshlink-vehicle-media {
    background: linear-gradient(135deg, #cad7e7, #ebf1f7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 300px;
    position: relative;
}

.freshlink-vehicle-media::after {
    background: linear-gradient(180deg, rgba(16, 33, 66, 0.02), rgba(16, 33, 66, 0.38));
    content: "";
    inset: 0;
    position: absolute;
}

.freshlink-vehicle-media-placeholder {
    align-items: center;
    color: #102142;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    inset: 0;
    justify-content: center;
    letter-spacing: 0.08em;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.freshlink-vehicle-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 26px 26px 30px;
}

.freshlink-vehicle-price,
.freshlink-single-price {
    color: #74b830;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.freshlink-vehicle-title {
    color: #102142;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
}

.freshlink-vehicle-meta-row {
    color: #516171;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 15px;
    font-weight: 600;
}

.freshlink-vehicle-ref,
.freshlink-vehicle-link {
    color: #102142;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.freshlink-vehicle-link {
    margin-top: 6px;
}

.single-listings .page-header,
.single-listings .stm-listing-directory-title,
.single-listings .stm-breadcrumbs-wrap {
    display: none !important;
}

.freshlink-single-vehicle {
    padding-bottom: 72px;
    padding-top: 48px;
}

.freshlink-single-grid {
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
}

.freshlink-single-gallery,
.freshlink-single-panel {
    background: #ffffff;
    border: 1px solid rgba(16, 33, 66, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(16, 33, 66, 0.08);
    overflow: hidden;
}

.freshlink-single-main-image {
    background: #e5edf6;
    display: block;
    aspect-ratio: 16 / 10;
}

.freshlink-single-main-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.freshlink-single-no-image {
    align-items: center;
    color: #102142;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.08em;
    min-height: 360px;
    text-transform: uppercase;
}

.freshlink-single-thumbs {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    padding: 16px;
}

.freshlink-single-thumbs a {
    border-radius: 16px;
    display: block;
    overflow: hidden;
}

.freshlink-single-thumbs img {
    aspect-ratio: 1 / 1;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.freshlink-single-copy {
    margin-bottom: 22px;
}

.freshlink-single-panel {
    padding: 28px;
}

.freshlink-single-stats {
    display: grid;
    gap: 14px;
    margin: 24px 0 28px;
}

.freshlink-single-stat {
    align-items: baseline;
    border-bottom: 1px solid rgba(16, 33, 66, 0.08);
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.freshlink-single-stat:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.freshlink-single-stat-label {
    color: #516171;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.freshlink-single-stat-value {
    color: #102142;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.freshlink-single-panel h2 {
    color: #102142;
    font-size: 22px;
    margin: 0 0 12px;
}

.freshlink-single-contact {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.freshlink-single-contact a,
.freshlink-single-contact span {
    color: #102142;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 900px) {
    .freshlink-vehicle-grid,
    .freshlink-single-grid {
        grid-template-columns: 1fr;
    }

    .freshlink-vehicle-media {
        min-height: 240px;
    }

    .freshlink-vehicle-title {
        font-size: 24px;
    }
}
