/* BMW Custom Styling - Category & Brand Pages
 * Scoped to custom class names only - cannot affect existing theme styles
 * Uses Montserrat (loaded site-wide via Google Fonts) for consistency
 */

/* ===== Guide Section (main content below products) ===== */
.bmw-guide-section {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 2.5rem;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
}

.bmw-guide-section h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 2rem 0 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #4CAF50;
    font-family: 'Montserrat', sans-serif;
}

.bmw-guide-section h2:first-child {
    margin-top: 0;
}

.bmw-guide-section p {
    line-height: 1.7;
    color: #333;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.bmw-guide-section ul, .bmw-guide-section ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.bmw-guide-section li {
    line-height: 1.7;
    color: #333;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

.bmw-guide-section strong {
    color: #1a1a1a;
}

/* ===== FAQ Section ===== */
.bmw-faq-section {
    max-width: 1200px;
    margin: 2.5rem auto 3rem;
    padding: 2.5rem;
    background: #f0f7f0;
    border-radius: 12px;
    border: 1px solid #d4e8d4;
}

.bmw-faq-section h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d6a2d;
    margin: 0 0 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #4CAF50;
    font-family: 'Montserrat', sans-serif;
}

.bmw-faq-item {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #dde8dd;
}

.bmw-faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bmw-faq-item h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #2d6a2d;
    margin: 0 0 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

.bmw-faq-item p {
    line-height: 1.6;
    color: #444;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* ===== Brand Page Tag ===== */
.bmw-brand-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #4CAF50;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}
