/* ======================================================
SINGLE CAR SIDEBAR
====================================================== */
.single-car .single-car-sidebar-card {
    padding: 20px;
    background: linear-gradient(180deg, #1e1e1e, rgb(0 0 0 / 0%) 100%), #121212;
    border-radius: 6px;
}

.single-car .single-car-socials-wrap {
    gap: 11px;
}

.single-car .single-car-social {
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    border-radius: 5px;
    font-size: 1.3rem;
    color: #ccc;
    padding-bottom: 1px;
    transition: 0.3s all ease;
}

.single-car .single-car-social:hover {
    color: #fff;
}

.single-car .single-car-social:nth-child(1):hover {
    background-color: #1877f2;
}

.single-car .single-car-social:nth-child(2):hover {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
}

.single-car .single-car-social:nth-child(3):hover {
    background-color: #121212;
}

.single-car .single-car-social:has(.fa-facebook-f):hover {
    background-color: #1877f2;
}

.single-car .single-car-social:has(.fa-instagram):hover {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
}

.single-car .single-car-social:has(.fa-tiktok):hover {
    background-color: #121212;
}

.single-car .single-car-socialsbox + .car-build-recognition {
    margin-top: 1.5rem;
}

/* ======================================================
SINGLE CAR SIDEBAR HEADING ACCENT
====================================================== */
.single-car .single-car-sidebar-card h3:after {
    content: '';
    width: 25px;
    height: 3px;
    background-color: var(--primary);
    display: block;
    margin-top: 6px;
    margin-bottom: 10px;
}

.single-car .single-car-sidebar-card h3 {
    padding-bottom: 5px;
}

/* ======================================================
SINGLE CAR ABOUT BUILD HEADING ACCENT
====================================================== */
.single-car .car-build-description h3:after {
    content: '';
    width: 25px;
    height: 3px;
    background-color: var(--primary);
    display: block;
    margin-top: 6px;
    margin-bottom: 10px;
}

.single-car .car-build-description h3 {
    padding-bottom: 5px;
}

/* ======================================================
SINGLE CAR TABLET HEADER BUTTONS
====================================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .single-car .car-post-header-right {
        column-gap: 15px;
    }

    .single-car .carbuttons-topright button {
        color: #e4e6eb;
        height: 35px;
        width: 35px;
        line-height: 33px;
        font-size: 12px;
    }
}

/* ======================================================
SINGLE CAR RECOGNITION BADGES
====================================================== */
.single-car .single-car-sidebar-card .sc-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-car .single-car-sidebar-card .sc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px 7px;
    border-radius: 999px;
    font-size: 1.1rem;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.single-car .single-car-sidebar-card .sc-badge-icon {
    font-size: 1.1rem;
}

.single-car .single-car-sidebar-card .sc-badge-title {
    color: #f0f2f4;
    font-weight: 600;
    text-transform: none;
    text-shadow: none;
}

.single-car .single-car-sidebar-card .sc-badge-value {
    color: #7d8187;
    font-size: 0.95rem;
    text-shadow: none;
}

.single-car .single-car-sidebar-card .sc-badge--gold {
    background: #2c2518;
    border-color: #ffc107bd;
}

.single-car .single-car-sidebar-card .sc-badge--silver {
    background: #303238;
    border-color: #a5c3ff59;
}

.single-car .single-car-sidebar-card .sc-badge--bronze {
    background: #32261f;
    border-color: #d28757a3;
}
