﻿.spotlight-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.spotlight-photo {
    width: 220px;
    height: auto;
    float: right;
    margin-left: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.spotlight-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.spotlight-years {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
}

.spotlight-story {
    line-height: 1.6;
    font-size: 1.05rem;
    white-space: pre-line;
}

.error-message {
    color: #b71c1c;
    font-weight: 600;
}

.spotlight-header {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: #2a2a2a;
    letter-spacing: 0.5px;
}