/**
 * Datei: gallery-admin.css
 * Pfad: /wp-content/plugins/mietp-core/inc/modules/gallery/css/gallery-admin.css
 * Modul: Gallery – Admin
 * Autor: MARKS MEDIA
 *
 * Zweck:
 *   Grundlegendes Admin-Styling für die Galerie-Einstellungen.
 *   Ergänzt das WordPress-Standardlayout und sorgt für klare Eingabefelder,
 *   saubere Abstände und einheitliche Darstellung.
 *
 * Hinweis:
 *   Keine Frontend-Auswirkungen – wird nur im Admin geladen (mietp-admin).
 */

/* ================================
   1. Tabellen-Abstände & Layout
=================================== */
#mietp-admin .form-table th {
    width: 260px;
    vertical-align: top;
    padding-top: 14px;
}

#mietp-admin .form-table td {
    padding-top: 10px;
    padding-bottom: 14px;
}

/* ================================
   2. Eingabefelder
=================================== */
#mietp-admin .form-table input.small-text {
    width: 90px;
    text-align: right;
}

#mietp-admin .form-table input[type="number"] {
    border: 1px solid #ddd;
    padding: 3px 6px;
    background: #fff;
    border-radius: 4px;
}

/* ================================
   3. Checkboxen
=================================== */
#mietp-admin .form-table input[type="checkbox"] {
    transform: scale(1.1);
    margin-right: 6px;
}

/* ================================
   4. Beschreibungstexte
=================================== */
#mietp-admin .form-table .description {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}
