.sidebar {
    position: sticky;
    top: 6rem;
    align-self: flex-start;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    height: fit-content;
}

.widget-title {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: var(--theme-primary);
}

.widget {
    margin-bottom: 1.2rem;
}

.widget.widget-collapsed > *:not(.widget-title) {
    display: none;
}
