/* ACS Fellows Page Styles */
.acs-fellows-year-group {
    position: relative;
}

/* Desktop layout */
@media (min-width: 768px) {
    .acs-fellows-year-group {
        display: flex;
    }
    
    .acs-fellows-year-header {
        min-width: 200px;
        margin-right: 2rem;
        border-right: 2px solid var(--acs-yellow);
    }
    
    .acs-fellows-recipients {
        flex: 1;
    }
}

/* Mobile layout */
@media (max-width: 767px) {
    .acs-fellows-year-header {
        border-bottom: 2px solid var(--acs-yellow);
        border-right: none;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
}

.acs-fellows-recipient {
}

.acs-fellows-recipient:last-child {

}

.recipient-name {
    color: #333;
    font-weight: 500;
}