/* Carol-B exhibit styles */

.carol-subtitle {
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 1.3rem;
    text-align: center;
    color: #50505a;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.carol-epigraph {
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 1.1rem;
    text-align: center;
    color: #50505a;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.carol-epigraph-src {
    font-size: 0.9rem;
    color: #999;
    font-style: normal;
}

/* Image break between acts */
.carol-image-break {
    text-align: center;
    margin: 2rem 0;
    padding: 1rem 0;
}

.carol-hero-img {
    max-width: 400px;
    width: 80%;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.carol-caption {
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    margin-top: 0.5rem;
}

/* Hole-in-one data table */
.carol-data-table {
    max-width: 450px;
    margin: 1.5rem auto;
}

.carol-data-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 1rem;
}

.carol-data-table th {
    font-size: 0.85rem;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 6px 12px;
    border-bottom: 2px solid #ddd;
}

.carol-data-table td {
    padding: 6px 12px;
    border-bottom: 1px solid #eee;
}

.carol-hole {
    font-weight: bold;
    color: #6aaa64;
    font-size: 1.2rem;
}

/* Roadmap quote */
.carol-roadmap {
    font-family: 'Courier New', monospace;
    font-size: 1rem;
    color: #50505a;
    border-left: 3px solid #e2451f;
    padding: 0.8rem 1.2rem;
    margin: 1.5rem auto;
    max-width: 500px;
    background: #f7f8fa;
    font-style: italic;
}

/* Bottom links */
.carol-links {
    text-align: center;
    margin: 2rem 0 1rem;
    line-height: 2;
}

.carol-links a {
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 1.05rem;
    color: #3860d6;
    text-decoration: none;
}

.carol-links a:hover {
    text-decoration: underline;
}

/* Navigation */
.carol-nav {
    text-align: center;
    margin-top: 1rem;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 1rem;
}

.carol-nav a {
    color: #3860d6;
    text-decoration: none;
}

.carol-nav a:hover {
    text-decoration: underline;
}
