.sidebar {
    width: 30%;
    height: fit-content;
    min-width: 18.75rem;
    padding: 1.25rem;
    border-radius: var(--border-radius);
    background-color: var(--color-surface);
}