/* Custom side-by-side wrapper for Sponsor page */
.sponsor-container {
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.profile-card {
    flex: 1;
    min-width: 280px;
    max-width: 340px;
    /* Force displays both cards since bio.css hides them by default */
    display: flex !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding: 32px 24px !important;
}

/* Adjustments when headers are removed */
.nickname {
    margin-top: 8px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.footer-nav {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 340px;
}