/* --- Sidebar Styles --- */
aside {
    flex: 1;
    background: transparent;
    padding: 0;
    border-radius: 0;
    max-width: 300px;
    order: 2;
    box-shadow: none;
    border: none;
    align-self: flex-start;
    padding-top: 1.5rem;
}

.sidebar-link-group {
    margin-bottom: 2rem;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--site-accent-green);
    transition: color 0.2s ease;
}

.sidebar-link:hover {
    color: var(--site-accent-green);
}

.sidebar-link svg {
    flex-shrink: 0;
}

.sidebar-description {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--site-muted-text);
    margin-top: 0.5rem;
    margin-bottom: 0;
    padding-left: 2.2rem;
}
