.awards-text {
    font-size: 18px;
    margin: 30px 0;
    color: #444;
    text-align: center;
}

.award-box {
    background: #ffffff;
    padding: 25px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    max-width: 800px;
}

.award-box h3 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.award-box ul {
    padding-left: 20px;
}

.award-box li {
    font-size: 16px;
    margin: 8px 0;
}

.awards-note {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
    color: #555;
}

/* Sponsors */
/* Sponsors */
/* Sponsors */
.sponsor-title {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}

/* Horizontal alignment */
.sponsor-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;   /* IMPORTANT */
    gap: 40px;
    flex-wrap: nowrap;
}

/* Each sponsor block */
.sponsor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 140px;         /* KEY FIX: equal height */
}

/* Logo sizing */
.sponsor-grid img {
    max-width: 170px;
    max-height: 100px;
    object-fit: contain;
    border-radius: 12px;
}

/* Caption */
.sponsor-caption {
    font-size: 0.9rem;
    margin-top: 8px;
    color: #444;
    height: 20px;              /* KEY FIX: reserved caption space */
    line-height: 20px;
    text-align: center;
}
