/*
Theme Name: TPR Motors Theme Child
Theme URI: https://thatsproperretro.com/
Description: Child theme for the TPR Motors WordPress theme, including the custom TPR Motors WooCommerce product page.
Author: That's Proper Retro
Author URI: https://thatsproperretro.com/
Template: tpr-motors-theme
Version: 1.0.0
Text Domain: tpr-motors-theme-child
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --tpr-cream: #f2e8d6;
    --tpr-black: #0d0d0d;
    --tpr-teal: #18a6a6;
    --tpr-red: #e02d2d;
    --tpr-grey: #6b6b6b;
}

/* Latest cars homepage cards */
.latest-cars-grid .car-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 35, 34, 0.14);
}
.latest-cars-grid .car-price {
    color: #0b5956;
    font-size: 1.05rem;
    font-weight: 800;
}
.latest-cars-grid .car-link {
    color: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.latest-cars-empty {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px solid rgba(15, 35, 34, 0.15);
    background: rgba(255, 255, 255, 0.4);
}
