@import '../variables.css';

.team-page {
    padding-top: calc(85px + 4rem); /* Account for navbar + banner */
    min-height: calc(100vh - 85px);
}

.team-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.team-content h1 {
    font-size: 3rem;
    color: var(--text-color);
    margin-bottom: 3rem;
    font-weight: 700;
}

.team-image {
    margin-bottom: 3rem;
}

.team-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.team-message {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-color);
}

.team-message p {
    margin-bottom: 1.5rem;
}

.signatures {
    font-style: italic;
    color: var(--primary-color);
    font-weight: 500;
}