.hpc-sponsors {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.hpc-sponsors-group__title {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #263A33;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E2D9;
}

.hpc-sponsors-group--event {
    margin-top:48px;
}

.hpc-sponsor-card__name {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.hpc-sponsors-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.hpc-sponsor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 180px;
    flex: 0 1 auto;
    background: #ffffff;
    border: 1px solid #E5E2D9;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(38, 58, 51, 0.04);
    padding: 22px 18px;
    width: 100%;
}

.hpc-sponsor-card__logo-link {
    display: block;
}

.hpc-sponsor-card__logo {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hpc-sponsors-group--event .hpc-sponsor-card {
    padding: 30px 24px;
}

.hpc-sponsors-group--major .hpc-sponsor-card {
    padding: 24px 20px;
    max-width: 80%;
}

.hpc-sponsors-group--track .hpc-sponsor-card {
    padding: 20px 16px;
    max-width: 80%;
}
