* {
    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%;
}

.car-listing-sold {
    width: 20%;
    background-color: red;
    color: var(--white);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
}