* {
    scroll-behavior: smooth;
}

iframe {
    width: 100% !important;
}

h1, p {
    transition: font-size 0.7s ease;
}

select {
    /*color: #a2a7ba !important;*/
}

h1.visible {
    opacity: 1; /* Fade in */
    transform: translateX(0);
}

.google-map iframe {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

a {
    text-decoration: none !important;
}

body {
    color: var(--colors--midnight);
    font-family: Space Grotesk, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.bx-wrapper {
    margin: auto;
}

.car-image-wrapper {
    position: relative;
    display: inline-block;
    width: 305px;
    height: 230px;
}

.sold-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(to bottom, #ff4d4d, #cc0000);
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    z-index: 5;
}

.phone-mobile img {
    max-width: 50px!important;
    height: auto;
}

@media screen and (min-width: 501px) {
    .phone-mobile {
        /*display: none;*/
    }
}