/* Block: Partners Section */
.partners-section--compact {
    padding: 2rem 0;
}

.sponsor-logo {
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.7;
}

.sponsor-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.sponsor-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-logo img {
    max-height: 60px;
    width: auto;
}

.sponsor-placeholder {
    width: 100%;
    height: 60px;
    font-size: 0.85rem;
    background: var(--bg-light);
    border: 2px dashed var(--text-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--text-light);
}
