/**
 * GQM Widget Styles
 */

.gqm-widget-content {
    padding: 10px 0;
}

.gqm-widget-queue {
    margin-bottom: 15px;
}

.gqm-widget-queue h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.gqm-widget-stats {
    margin: 10px 0;
}

.gqm-stat {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gqm-stat-label {
    font-weight: 500;
    color: #666;
}

.gqm-stat-value {
    font-weight: bold;
    color: #2271b1;
    font-size: 18px;
}

.gqm-widget-current {
    margin-top: 10px;
    padding: 10px;
    background: #f0f0f1;
    border-radius: 4px;
    text-align: center;
}

.gqm-widget-current strong {
    display: block;
    margin-bottom: 5px;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
}

.gqm-ticket-number {
    font-size: 24px;
    font-weight: bold;
    color: #2271b1;
    display: inline-block;
}

.gqm-counter-name {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

/* Widget admin form styles */
.widget .widget-content .gqm-widget-form {
    padding: 10px 0;
}

.widget .widget-content .gqm-widget-form p {
    margin-bottom: 15px;
}

.widget .widget-content .gqm-widget-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.widget .widget-content .gqm-widget-form .checkbox {
    margin-right: 5px;
}