/* Styles uniquement chargés sur /brand/volvo */

.brand-volvo .models a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.brand-volvo .models h1 {
    min-height: 76px;
    margin-bottom: 0;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    text-transform: none;
    font-size: 30px;
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: normal;
}

.brand-volvo .models h1 .volvo-model-code {
    display: block;
    text-transform: uppercase;
}

.brand-volvo .models h1 .volvo-model-version {
    display: block;
    font-size: 0.82em;
    font-weight: 200;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .brand-volvo .models h1 {
        min-height: 68px;
        font-size: 25px;
    }
}
