.mw-cellar-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mw-cellar-status__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Default dot colors (overridden by Elementor controls) */
.mw-cellar-status--open        .mw-cellar-status__dot { background-color: #22c55e; }
.mw-cellar-status--appointment .mw-cellar-status__dot { background-color: #9ca3af; }
.mw-cellar-status--closed      .mw-cellar-status__dot { background-color: #ef4444; }

/* Default text colors (overridden by Elementor controls) */
.mw-cellar-status--open        .mw-cellar-status__label { color: #333333; }
.mw-cellar-status--appointment .mw-cellar-status__label { color: #9ca3af; }
.mw-cellar-status--closed      .mw-cellar-status__label { color: #9ca3af; }
