/* wp-content\themes\gtmotor\assets\css\brands.css */
/* Dynamic Brand Backgrounds */
.brand-ducati .bg-brand { background-color: var(--brand-ducati); }
.brand-honda .bg-brand { background-color: var(--brand-honda); }
.brand-kawasaki .bg-brand { background-color: var(--brand-kawasaki); }
.brand-yamaha .bg-brand { background-color: var(--brand-yamaha); }
.bg-brand { background-color: var(--brand-gt); } /* Fallback */

.gtm-list { padding-left: 1.2rem; margin-bottom: 0; }
.gtm-list li { margin-bottom: 0.5rem; }

.gtm-table th { font-weight: 900; text-transform: uppercase; color: var(--c-primary); border-bottom: 2px solid #ccc; padding-bottom: 1rem; }
.gtm-table td { padding: 1rem 0; border-bottom: 1px solid #e2e2e2; }

/* Brand Top Strip Component */
.gtm-brand-top-strip {
    background-color: var(--c-active-brand, #333); 
    text-align: center;
    padding: 15px 0;
    width: 100%;
    z-index: 20;
    position: relative;
    z-index: 5001; 
}

.gtm-brand-top-strip img {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100px;
    object-fit: contain;
}