/*! * Studiou WC Mail Queue — admin styles * * Copyright (C) 2026 QUADARAX. All rights reserved. * Author: Dalibor Votruba * License: GPL-2.0-or-later */ .studiou-wcmq-status { font-size: 14px; margin: 12px 0 6px; } .studiou-wcmq-badge { display: inline-block; padding: 2px 8px; border-radius: 3px; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: #fff; } .studiou-wcmq-badge-on { background: #1e8e3e; } .studiou-wcmq-badge-draining { background: #b26b00; } .studiou-wcmq-badge-off { background: #757575; } .studiou-wcmq-counts { display: flex; gap: 24px; margin: 0 0 16px; padding: 0; list-style: none; } .studiou-wcmq-counts li { margin: 0; color: #50575e; } .studiou-wcmq-counts strong { font-size: 18px; color: #1d2327; } .studiou-wcmq-counts .studiou-wcmq-has-failed strong { color: #d63638; } .studiou-wcmq-contexts { margin-bottom: 16px; } .studiou-wcmq-contexts label { display: block; margin: 4px 0; } .studiou-wcmq-contexts code { color: #646970; font-size: 11px; } .studiou-wcmq-state, .studiou-wcmq-level { display: inline-block; padding: 1px 6px; border-radius: 3px; font-size: 11px; text-transform: uppercase; background: #f0f0f1; color: #3c434a; } .studiou-wcmq-state-sent { background: #edfaef; color: #1e8e3e; } .studiou-wcmq-state-failed, .studiou-wcmq-level-error { background: #fcf0f1; color: #d63638; } .studiou-wcmq-state-sending, .studiou-wcmq-level-warning { background: #fcf9e8; color: #b26b00; } .studiou-wcmq-error { color: #d63638; font-size: 12px; word-break: break-word; } .studiou-wcmq-toggle-form .description { margin-left: 8px; }