/* Page-specific styles for team.html */

.team-box .content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.team-summary-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 20px 18px 10px;
    text-align: center;
}

.team-summary-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(225, 178, 97, 0.18);
    color: #8e6746;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.team-summary-card p {
    margin: 0;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.65;
}

.team-summary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    min-height: 46px;
    padding: 10px 22px;
    border: 2px solid #8e6746;
    border-radius: 999px;
    color: #8e6746;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.team-summary-button:hover {
    background: #8e6746;
    color: #ffffff;
}

.team-box .content > ul {
    margin-top: 4px;
}
