/* Full sponsors page */
.rwnyc-sponsors__heading { text-align: center; margin-bottom: 1.5rem; }
.rwnyc-sponsors {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem; max-width: 960px; margin: 0 auto 2rem;
}
.rwnyc-sponsors__card {
    background: #f7f9fa; border-radius: 10px; padding: 1.5rem;
    text-align: center; display: flex; flex-direction: column; align-items: center;
}
.rwnyc-sponsors__logo-wrap { margin-bottom: 1rem; }
.rwnyc-sponsors__logo { max-width: 180px; max-height: 100px; width: auto; height: auto; object-fit: contain; }
.rwnyc-sponsors__name { font-size: 1.15rem; font-weight: 700; margin: 0 0 0.5rem; }
.rwnyc-sponsors__name a { text-decoration: none; color: inherit; }
.rwnyc-sponsors__name a:hover { text-decoration: underline; }
.rwnyc-sponsors__bio { font-size: 0.9rem; line-height: 1.5; color: #444; }
.rwnyc-sponsors__bio p:last-child { margin-bottom: 0; }

/* Footer logo strip */
.rwnyc-sponsors-footer {
    text-align: center; padding: 1rem 0; border-radius: 6px;
}
.rwnyc-sponsors-footer__label {
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    opacity: 0.8;
    margin-bottom: 0.6rem;
}
.rwnyc-sponsors-footer__link {
    display: block;
    text-decoration: none !important;
}
.rwnyc-sponsors-footer__logos {
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.25rem;
}
.rwnyc-sponsors-footer__logo {
    max-height: 40px; width: auto; object-fit: contain;
    opacity: 0.85; transition: opacity 0.15s ease;
}
.rwnyc-sponsors-footer__link:hover .rwnyc-sponsors-footer__logo,
.rwnyc-sponsors-footer__logo:hover { opacity: 1; }

@media (max-width: 480px) {
    .rwnyc-sponsors { grid-template-columns: 1fr; }
    .rwnyc-sponsors-footer__logo { max-height: 32px; }
}
