.row-green-back .accent-color2, .row-green-back a {
    color: var(--clr-neutral-100) !important;
    padding-top: 10px;
}

.address-link a.banner-link {
    position: relative;
    padding-left: 0px; /* space for Get Directions */
}

.address-link a.banner-link::before {
    content: "📍 Get Directions";
    position: fixed;
    top: 10px;
    left: 120px;
    font-weight: 600;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    color: #fff; /* white */
}

a {
    text-decoration: none;
    font-size: 15px;
}

.content-container:not(.pageid-fca) .form-control {
    background-color: azure;
}

.pageid-itd .accent-color1 {
    color: #ffffff !important;
}

.pageid-itd label {
    color: #fff;
}

.specifics-label {
    width: initial;
}

.footer-links .col-lg-2:nth-child(2) {
  display: none;
}

.palette-bg1.inventory-price-container > .accent-color1 {
    color: #fff !important;
}

.element-type-vehiclehistory .col-sm-4 {
    display: flex;
    width: 100%;
    justify-content: left;
}

.element-type-vehiclehistory .col-sm-4 > div {
    width:22%;
}

.element-type-vehiclehistory .col-sm-4 > div:first-child {
   text-align: center;
}

.element-type-vehiclehistory .col-sm-4 > div:nth-child(3) > div:first-child {
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
}

.inventory-price-container {
    margin-bottom: 10px;
}

.btn-check-availability {
    color: #ffffff;
    background-color: #174a9b;
    border-color: #174a9b;
    border-radius: 25px !important;
    min-height: 38px;
    padding: 10px 15px;
    line-height: 1;
    max-width: 165px;
}

.inventory-menu-options-wrapper {
    text-align: center;
}

.inventory_menuoptions {
    background-color: #174a9b;
    border: 1px solid #174a9b;
    color: #ffffff;
    border-radius: 25px;
    min-width: 160px;
}

.pricevalue1.accent-color2 {
    text-decoration: line-through;
}

.inventory-menu-options-wrapper .btn-group.open .dropdown-menu {
    margin-left: -5rem;
}