/* Education Section Styles */
.education-list {
    margin-top: var(--spacing-lg);
}

.education-item {
    margin-bottom: var(--spacing-md);
    padding-bottom: var(--spacing-md);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.education-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.education__title {
    font-size: 1.125rem;
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    margin-bottom: var(--spacing-xs);
}

.education__institution {
    color: var(--color-accent);
    font-weight: var(--font-weight-bold);
}

.education__period {
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    font-style: italic;
    margin-top: var(--spacing-xs);
}

.education__emphasis {
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    margin-top: var(--spacing-xs);
}

