/* Bloc d'aide dépliable */
details.setup-help {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fafafa;
    border-radius: 4px;
}
details.setup-help summary {
    font-weight: bold;
    cursor: pointer;
    font-size: 1.1em;
}
details.setup-help .help-content {
    margin-top: 10px;
}

/* Ligne de terminal */
.terminal-row {
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.terminal-row label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: normal;
    vertical-align: middle;
}
.terminal-row input,
.terminal-row select {
    vertical-align: middle;
    margin-left: 5px;
}
.ip-fields, .cloud-fields {
    margin-right: 10px;
}

/* Boutons d'ajout/suppression de terminaux */
.btn-add-terminal,
.btn-remove-terminal {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #666;
}
.btn-add-terminal:hover,
.btn-remove-terminal:hover {
    color: #000;
}
.btn-remove-terminal i {
    color: #cc0000;
}

/* Centrage des boutons Enregistrer – prioritaire */
.tabsAction {
    text-align: center !important;
}

/* Débogage (optionnel) */
.debug-info {
    margin-top: 20px;
    padding: 10px;
    background: #eee;
}