.container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;

    padding: 1.5rem 2rem;
    border-radius: 0.85rem;

    background-color: var(--surface);
    border: 1px solid var(--border-strong, var(--border));
    box-shadow: var(--shadow-sm);
}
