/************************
   4.8.2026
************************/

.schedulevdp .btn-default {
    color: #ffffff;
    background-color: #007BFF;
    border-color: #ccc;
}

.vdpinformation .page-content .container, .page-content .container-fluid {
    background-color: #ffffff !important;
}

.schedulevdp {
    background-color: #EFEFEF !important;
}

a[data-target="#ScheduleTestDriveForm"] i,
a[data-target="#ScheduleTestDriveForm"] .fa-envelope {
    display: none !important;
}
h1.pagetitle {
    font-weight: 400 !important;
    color: #0B5ED7 !important;
}

/************************
   4.7.2026
************************/
.vdpprice span.accent-color1.downvalue {
    color: black !important;
}

.inventory-list-container .flex-item .inventory-panel {
    border: 0px !important;
    display: flex;
    flex-direction: column !important;
    height: 100% !important;
}

.am-inv-row-3 {
    height: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: column; /* ensure child elements stack vertically */
}
/************************
   footer 4.6.2026
************************/

.locationlabel {
    font-size: 22px !important;
font-weight:500 !important;
}

div.footer-container {
    background-color: #000000;
}

.footersection .element-heading h4 {
    color: var(--clr-neutral-100);
    position: relative;
    padding-bottom: 6px; /* space for the line */
}

.footersection .element-heading h4::after {
    content: "";
    position: absolute;
    left: 0;             /* start from the left edge of container */
    bottom: 0;
    height: 1.5px;
    width: 100%;         /* stretch across full container */
    background-color: #ffffff; /* white line */
}

.footersection a {
    color: #ffffff;
}

.footersection .page-content-column {
    padding: 0;
    color: white !important;
font-size:18px !important;
}

.footersection .accent-color2 {
    color: #ffffff !important;
    font-size: 18px !important;
}


/************************
   Inventory grid 4.6.2026
************************/

.am-inv-row-2 .accent-color1 {
    color: #36c !important;
    font-weight: bold;
    font-size: 25px !important;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pricevalue1.price-sold {
    color: white;
}

.pricelabel.downpaymentlabel {
    color: white;
}

.pricevalue1.accent-color1 {
    color: white !important;
}

.pricelabel.internetpricelabel {
    color: white !important;
}

.inventory-price-container {
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    background: #00265F !important;
    font-color: white !important;
}

.inv-badge {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    display: none;
}


.pageid-ivd .accent-color1.internetvalue,
.pageid-ivd .downvalue {
    font-size: 30px !important;
    font-weight: bold !important;
    font-family: 'Trebuchet MS', Tahoma, sans-serif !important;
    padding-right: 20px !important;
    color: black !important;
}



@media only screen and (max-width: 767px) {
    body .uwy.userway_p5 .userway_buttons_wrapper {
        top: auto;
        bottom: 80px !important;
        left: 13px;
        right: auto;
        -ms-flex-pack: end;
        justify-content: end;
    }
}

.accent-color1 {
  white-space: nowrap;      /* Keep text in a single line */
  overflow: hidden;         /* Hide anything that overflows */
  text-overflow: ellipsis;  /* Add "..." if text is too long */
}


.accent-color1 {
    color: #36c !important;
font-weight:bold;
}


.inventory-details div {
    margin: 0;
}

/************************
   NAVBAR BACKGROUND
************************/
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: var(--clr-primary-200) !important;
    background: var(--clr-primary-200) !important;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li:hover > a, 
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: var(--clr-primary-200) !important;
    background: var(--clr-primary-200) !important;
    color: #eee;
}

/************************
   Modal
************************/
.modal {
    z-index: 9999;
}
span#ctl00_cphScriptBottom_ctl00_phDisclaimer {
    font-size: 14px;
}

/************************
   VDP
************************/
.pageid-ivd .vehicle-description {
    font-size: 18px;
}
.pageid-ivd .internetlabel,
.pageid-ivd .downlabel {
    font-size: 18px!important;
}
.pageid-ivd .internetvalue,
.pageid-ivd .downvalue {
    font-size: 24px!important;
    color: white !important;
}

@media(min-width: 768px) {
.pageid-ivd .specifics-container .specifics-label {
    margin-right: 12px;
}
.pageid-ivd .internetlabel,
.pageid-ivd .downlabel {
    font-size: 24px!important;
}
.pageid-ivd .internetvalue,
.pageid-ivd .downvalue {
    font-size: 32px!important;
}
}

.pageid-dld .location::before {
    content: "LBSi Automotive ";  
    font-weight: bold; 
    margin-right: 4px;  
    display: block;
}

/************************
   FORM
************************/
.form-control.form-control {
    height: 50px;
}
.trade-in-form .selectedItem-active {
   color: black;
}

ul {
  list-style-type: disc; 
}


/************************
   NAVBAR LOGO
************************/
@media(min-width: 768px) {
.navbar-fixed-spacer {
    height: 68px;
}
}

/************************
   HOMEPAGE MISC
************************/
.learn-more-container {
  text-align: center;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  text-decoration: none;
  color: #007bff; 
}

.learn-more:hover {
  text-decoration: none; 
}

.learn-more i {
  transition: transform 0.3s ease;
}

.learn-more:hover i {
  transform: translateX(6px); /* move chevron right */
}

/************************
   HERO HOMEPAGE
************************/
@media(min-width: 768px) {
.page-content-element:has(.hero-ql-bttns) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    width: max-content;
}
.carousel-fade .carousel-control {
    font-size: 34px;
}
}

/************************
   NAVBAR LOGO
************************/
@media(min-width: 768px) {
a.navbar-brand > img {
    max-width: 395px !important;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
a.navbar-brand > img {
    max-width: 300px !important;
}
}

@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        padding: 8px 0px;
    }
}

.inv-badges {
    top: 3rem !important;
}


/************************
   INVENTORY LIST DESIGN
************************/
/* search form */
.inventory-search .search-form-submit {
    min-height: 50px;
    width: 100%;
    font-size: 16px;
}

/* down text */
.pricevalue1.price-sold b::after {
  content: " / Down";
  margin-left: 0.25rem;
  font-weight: 400;
  font-size: 0.95em;
  color: #fff;
  white-space: nowrap;
}

.inv-motorhaus:has(.grid-action-footer) {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.row.grid-action-footer {
    position: relative;
    margin-top: auto;
}

.inventory-price-column {
    margin: 0px!important;
    min-height: auto!important;
}

.price-note-cont .inventory-price-container {
    min-height: max-content!important;
    padding: 0px;
}
.price-note-cont .pricenote {
    margin-bottom: 0px!important;
    padding-top: 0px!important;
}