/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 12:39:11 */
/* -----------------------------------------------------------------------------
 
    File: [custom-main.css]
    Purpose: [The.Car Custom Styles]
    Project: [https://the.car/ / Leadscale Labs / The.Car]
    Date: [2026]
    Version: [1.0]
    License: Copyright © 2026 Leadscale Labs

----------------------------------------------------------------------------- */

/* --------------------------------------------------------------
  #ARTICLE-PAGE
-------------------------------------------------------------- */
.article-banner .grad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
}

.grad-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), to(#121213));
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%);
}

.article-post .post-tag a,
.article-post .post-tag p {
    display: inline-block;
    padding: 0px 4px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
    font-size: 10px;
    align-items: center; 
}

.article-post .post-tag a:not(:first-child) {
    margin-left: 6px;
}

.article-post p {
    font-size: 16px !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}

/* --------------------------------------------------------------
  #BOX-POSTS
-------------------------------------------------------------- */
.box-post {
    position: relative !important;
}

.box-post :not(.elementor-element-overlay, .elementor-shape, .ui-resizable-handle, .card-clickable--excluded) {
    position: static;
}

.box-post a,
.box-post a:focus, 
.box-post a:hover {
    text-decoration: none !important;
}

.box-post-content {
    z-index: 1;
}

.box-post-title a {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.box-post-title a:focus,
.box-post-title a:hover,
.box-post:has(.post-tag a:focus) .box-post-title a,
.box-post:has(.post-tag a:hover) .box-post-title a {
    color: var(--e-global-color-secondary)!important;
}

.box-post-meta span {
    color: #CCCCCC !important;
    font-size: 12px;
}

.box-post .post-tag a:not(:first-child) {
    display: none;
}

/* --------------------------------------------------------------
  #CAR BRAND BUTTONS
-------------------------------------------------------------- */
.car-brand-btn {
    background-color: #fff;
    text-decoration: none;
    border: 1px solid rgb(232, 231, 230);
    border-radius: calc(4px);
    color: rgb(36, 45, 61);
    padding: 24px 16px;
    text-align: center;
    outline: 0px;
    position: relative !important;
}

.car-brand-btn img {
    display: inline-block;
    height: 130px;
    /**max-width: 100px;**/
    width: auto;
}

.car-brand-btn h6 {
    font-weight: 600 !important;
}


/* --------------------------------------------------------------
  #CONTAINER
-------------------------------------------------------------- */
.custom-container {
    width: 100%;
    padding: 0px 12px;;
    margin-right: auto;
    margin-left: auto;
}


/* — Optional Widescreen (≥1400px) — */
@media (min-width: 1400px) {
    .custom-container {
        max-width: 1320px;
    }
}

/* Desktop (≥1200px and <1400px) → 1140px */
@media (min-width: 1200px) and (max-width: 1399px) {
    .custom-container {
        max-width: 1140px;
    }
}

/* Desktop (≥1025px and <1200px) → 960px */
@media (min-width: 1025px) and (max-width: 1199px) {
    .custom-container {
        max-width: 960px;
    }
}

/* — Tablet (768–1024px) — */
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-container {
        max-width: 720px;
    }
}

/* Mobile (576–767px) → 540px */
@media (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }
}

/* Mobile (<576px) → full width */
@media (max-width: 575px) {
    .custom-container {
        max-width: 100%;
    }
}

/* --------------------------------------------------------------
  #GRADIENT OVERLAY
-------------------------------------------------------------- */
.grad-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), to(#121213));
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%);
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
}

/* --------------------------------------------------------------
  #HEIGHT
-------------------------------------------------------------- */
.h-100 {
    height: 100%;
}

/* --------------------------------------------------------------
  #LINKS
-------------------------------------------------------------- */
.link-light a {
    color: #fff !important;
}

.text-decoration-none {
	text-decoration: none; 
}


.stretched-link a::after {
    content: ""!important;
    position: absolute !important;
    inset: 0 !important;              
    z-index: 1 !important;
    cursor: pointer;
}

/* --------------------------------------------------------------
  #SPACING
-------------------------------------------------------------- */
.spacing-sm,
.spacing-md,
.spacing-lg {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (min-width : 768px) {
    .spacing-sm {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.spacing-md {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.spacing-lg {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

/* --------------------------------------------------------------
  #POST-CARD
-------------------------------------------------------------- */
.post-card {
    display: block;               
    overflow: hidden;
}

.post-card a {
    text-decoration: none !important;
}

.post-card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.post-card {
    display: block;               
    overflow: hidden;
}

.post-card a {
    text-decoration: none !important;
}

.post-card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.post-meta span {
    color: #6C757D !important;
    font-size: 12px;
    font-weight: 600;
}

/* --------------------------------------------------------------
  #POST-TAG
-------------------------------------------------------------- */
.post-tag {
    z-index: 10 !important;
}

.post-tag a,
.post-tag p {
    display: inline-block;
    padding: 0px 4px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
    font-size: 10px;
}

.post-tag.outline a {
    color: #6C757D !important;
    padding: 0px 6px;
    background-color: transparent !important;
    border: 1px solid #6C757D;
    display: inline-block;
    padding: 0px 4px;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
    font-size: 10px;
}

.post-tag a:not(:first-child), 
.post-tag.outline a:not(:first-child) {
    display: none !important;
}










