
/* AWARDS PAINTBALL FRANCE 2026 - PREMIERE DIVISION */

body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #f7f7f7;
    color: #0A1D5A;
}

.awards-header {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    border-top: 6px solid #0A1D5A;
    border-bottom: 6px solid #D71920;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.awards-title {
    font-size: 48px;
    font-weight: 900;
    color: #0A1D5A;
    text-transform: uppercase;
}

.awards-title span {
    color: #D8A11A;
}

.awards-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: #D71920;
    text-transform: uppercase;
}

.question-title {
    background: #0A1D5A;
    color: white;
    padding: 15px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.nominee-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
}

.nominee-name {
    font-size: 28px;
    font-weight: 900;
    color: #0A1D5A;
    text-transform: uppercase;
}

.nominee-team {
    color: #D71920;
    font-size: 18px;
    font-weight: 700;
}

.nominee-badge {
    background: #D8A11A;
    color: #0A1D5A;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 800;
}

button,
input[type="submit"] {
    background: #D71920;
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
