.ppbs-widget {
    .wall {
        margin-bottom: 10px;
    }

    .wall-actions {
        display: flex;
        justify-content: space-between;
    }

    .wastage-options {
        margin-top: 20px;
        margin-bottom: 20px;

        .items {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .wastage-option {
            flex: 0 1 auto;
            border:1px solid rgba(0,0,0, 0.3);
            background-color: white;
            border-radius: 4px;
            padding: 5px 10px;
            display: inline-flex;
            align-items: center;

            label {
                margin:0 0 0 10px;
            }
        }
    }
}