.voices-header {
    padding: 120px 20px 60px;
    text-align: center;
    background-color: var(--bg-light);
}

.voices-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.voice-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    position: relative;
    border-left: 5px solid var(--accent-color);
}

.voice-meta {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 15px;
}

.quote-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    font-style: italic;
}

.analysis-mode .quote-text {
    color: #ff0000;
    font-family: 'Share Tech Mono', monospace;
    font-style: normal;
}

.toggle-container {
    text-align: center;
    margin-bottom: 40px;
}
