﻿.header-bar {
    background-color: #002f6c;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    height: 38px !important;
}

    .header-bar i {
        margin-right: 0.25rem;
    }

.pricing-box {
    background-color: #f8f9fa;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

    .pricing-box li span:first-child {
        font-weight: 600;
    }

.carousel-img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.thumb-row {
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 0.5rem;
}

    .thumb-row img {
        height: 80px;
        margin-right: 0.5rem;
        cursor: pointer;
    }

.align-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.feature-tile {
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.feature-label {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.vehicle-disclaimer{
    line-height: 1.5;
    font-size: 12px !important;
    font-weight: 400;
    font-style: oblique;
    color: rgba(0,0,0,.6);
}