﻿.pos-sidebar {
    background: white;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .pos-sidebar button {
        border: 0;
        background: #f1f5f9;
        padding: 14px;
        border-radius: 14px;
        cursor: pointer;
        font-weight: 700;
    }
