.politician-header {
    background-color: #f8f9fa;
    padding: 3rem 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem;
}
.politician-image {
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-width: 250px;
    margin-bottom: 1.5rem;
}
.content-section {
    margin-bottom: 2.5rem;
}
.content-section h2 {
    color: #0d6efd;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}
.highlight-quote {
    border-left: 4px solid #0d6efd;
    background-color: #f8f9fa;
    padding: 1.5rem;
    font-style: italic;
    margin: 2rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
}
.politician-bio p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a4a4a;
    text-align: justify;
}
