/**
 * Edit guest modal (egm-* classes) — built in unified-roster-modal.js.
 * Backdrop/modal base: .tsm-* rules in unified-roster.css / team-selection-modal.css
 */
.egm-backdrop .egm-modal .egm-field {
    margin-bottom: 12px;
}

.egm-backdrop .egm-modal .egm-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 13px;
}

.egm-backdrop .egm-modal .egm-team-logo-field {
    margin-top: 12px;
}

.egm-backdrop .egm-modal .egm-team-logo-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.egm-backdrop .egm-modal .egm-team-logo-field input[type="file"] {
    max-width: 100%;
}

.egm-backdrop .egm-modal .egm-hint {
    margin: 0 0 8px 0;
    font-size: 13px;
    color: #64748b;
}
