/* Plugin Partage de secret - styles modale ticket */

.secret-modal-header {
   background: linear-gradient(135deg, #4a6cf7, #6a4cf7);
   color: #fff;
}
.secret-modal-header .modal-title {
   color: #fff;
}

.secret-field-error {
   color: #d63939;
   font-size: 0.85rem;
   margin-top: 4px;
   min-height: 1em;
}

#secret-modal .form-label {
   margin-bottom: 4px;
}

#secret-result-link {
   font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
   font-size: 0.85rem;
}

/* Item de menu (sous Répondre) */
#secret-ticket-btn i {
   margin-right: 6px;
}
