/**
 * Stili unificati per form partecipazioni
 * Usato in: dashboard.php, dettaglio.php, index.php
 * Generato: 2025-11-02
 */

/* Form help text */
.form-help {
    display: block;
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-bottom: 6px;
    margin-top: 2px;
    font-style: italic;
}

/* Checkbox group container */
.checkbox-group {
    margin-top: 6px;
    padding: 0 6px;
    background-color: #f8f9fa;
    border-radius: 3px;
    border-left: 2px solid #3498db;
}

/* Checkbox label */
.checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 0.8rem;
    color: #2c3e50;
    user-select: none;
    white-space: nowrap;
    line-height: 1;
}

.checkbox-label:hover {
    color: #3498db;
}

/* Checkbox input */
.checkbox-label input[type="checkbox"] {
    cursor: pointer;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    accent-color: #27ae60;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Checkbox text */
.checkbox-label span {
    line-height: 1;
    vertical-align: middle;
}
