body {
    background: #f7f7f7;
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #333;
}

.section-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.player-headshot {
    max-width: 250px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.section-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.table {
    margin-top: 15px;
    font-size: 0.8rem;
}

.table th, .table td {
    vertical-align: middle;
    padding: 6px;
}

.table-responsive {
    padding: 10px 0;
}
