/**
 * Gravity Brand Assessment – Result Page Styles
 *
 * Minimal fallback styles for the single-brand_issue template.
 * When using a Divi Theme Builder template, these styles serve
 * as a safety net only.
 */

.gba-result-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.gba-result-hero {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.gba-result-title {
    font-size: 2.2em;
    margin-bottom: 12px;
}

.gba-result-summary {
    font-size: 1.2em;
    color: #555;
    font-style: italic;
}

.gba-section {
    margin-bottom: 35px;
}

.gba-section h2 {
    font-size: 1.4em;
    margin-bottom: 12px;
    color: #333;
}

.gba-section ul,
.gba-section ol {
    padding-left: 24px;
}

.gba-section li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.gba-cta {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #eee;
}

.gba-cta-button {
    display: inline-block;
    padding: 16px 32px;
    background-color: #2d2d2d;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.gba-cta-button:hover {
    background-color: #444;
    color: #fff;
}
