/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.bm-yellow-text {
    color: #EDD918;
}


.vehicle-ad h3 {
  margin-top: 1.5em;
  font-size: 1.4rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.2em;
}

.vehicle-ad h4 {
  margin-top: 1em;
  font-size: 1.2rem;
  font-weight: 600;
}

.vehicle-ad ul {
  margin: 0.5em 0 1em 1.5em;
  padding: 0;
}

.vehicle-ad .multi-column {
  columns: 2;
  column-gap: 2rem;
}

@media (max-width: 768px) {
  .vehicle-ad .multi-column {
    columns: 1;
  }
}



.powered-by-container {
    color: black !important;
}

.inlinefilter {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: var(--e-global-color-text);
    font-weight: normal;
}

div#car-make-filter,
div#car-model-filter,
div#car-transmission-filter,
div#car-fueltype-filter {
    width: calc(25% - 12px);
}

/* Input + Select fields */
div#car-make-filter select,
div#car-model-filter select,
div#car-transmission-filter select,
div#car-fueltype-filter select,
div#car-make-filter input,
div#car-model-filter input,
div#car-transmission-filter input,
div#car-fueltype-filter input {
    background: white;
    border: none;
    width: 100%;
    height: 48px;
    padding: 0 14px;
    box-sizing: border-box;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: var(--e-global-color-text);
    font-weight: 400;
    font-size: 15px;
	margin-top: 6px;
}

/* Tablet (2 columns per row) */
@media (max-width: 1024px) {
    div#car-make-filter,
    div#car-model-filter,
    div#car-transmission-filter,
    div#car-fueltype-filter {
        width: calc(50% - 8px);
    }
}

/* Mobile (1 column per row) */
@media (max-width: 767px) {
    div#car-make-filter,
    div#car-model-filter,
    div#car-transmission-filter,
    div#car-fueltype-filter {
        width: 100%;
    }

    .inlinefilter {
        display: grid;
        margin: 0;
        padding: 0;
        padding-right: 10px !important;
    }
}
/* Remove default focus blue border and add subtle focus style */
div#car-make-filter select:focus,
div#car-model-filter select:focus,
div#car-transmission-filter select:focus,
div#car-fueltype-filter select:focus,
div#car-make-filter input:focus,
div#car-model-filter input:focus,
div#car-transmission-filter input:focus,
div#car-fueltype-filter input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05); /* soft neutral glow */
    background-color: #fff; /* stays white */
}

#load-more-btn {
    background-color: var(--e-global-color-accent)!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    color: var(--e-global-color-secondary)!important;
    border-radius: 8px!important;
    padding: 15px 25px!important;
    font-family: "Oxanium", Sans-serif!important;
    border: none;
    cursor: pointer!important;
    transition: background-color 0.3s ease, color 0.3s ease!important;
    display: inline-flex!important;
    align-items: center!important;
    margin: 20px auto 0 auto!important;
}

/* Arrow after text */
#load-more-btn::after {
    content: ""!important;
    color: currentColor!important;
    display: inline-block!important;
    margin-left: 8px!important;
    transform: translateY(1px)!important;
}

/* Hover state */
#load-more-btn:hover {    
    background-color: var( --e-global-color-9d5768c );
    color: var(--e-global-color-afeb685)!important;
}
