.bevz-custom-store-status-wrapper {
    border-radius: 18.5px;
    padding: 5px;
    width: max-content;
}

.bevz-custom-store-status-wrapper > div.status {
    border-radius: 13.5px;
    padding: 3px 15px;
    width: max-content;
    color: white;
}

.bevz-custom-store-status-wrapper.enabled {
    background: rgba(0, 204, 102, 0.30);
}

.bevz-custom-store-status-wrapper.enabled > div.status {
    background: #0C6;
}

.bevz-custom-store-status-wrapper.disabled {
    background: rgba(229, 57, 53, 0.30);
}

.bevz-custom-store-status-wrapper.disabled > div.status {
    background: #E53935;
}