/* Editor - GrapesJS Dark Theme Overrides */
.gjs-one-bg { background-color: #16161a; }
.gjs-two-color { color: #fff; }
.gjs-three-bg { background-color: #2a2a3e; }
.gjs-four-color, .gjs-four-color-h:hover { color: #00f3ff; }

.gjs-block {
    background: #2a2a3e;
    border: 1px solid #444;
    border-radius: 4px;
    margin: 5px;
    padding: 10px;
}
.gjs-block:hover {
    border-color: #00f3ff;
}

.gjs-block__media { color: #888; }
.gjs-block-label { color: #fff; font-size: 12px; }

.gjs-sm-sector-title {
    background: #0a0a0f;
    color: #fff;
    border-bottom: 1px solid #333;
}

.gjs-field {
    background: #2a2a3e;
    border-color: #444;
    color: #fff;
}

/* Font-Vorschau im Dropdown - jede Option in ihrer eigenen Schriftart */
.gjs-field select option[value*="Orbitron"] { font-family: 'Orbitron', sans-serif; }
.gjs-field select option[value*="Rajdhani"] { font-family: 'Rajdhani', sans-serif; }
.gjs-field select option[value*="Teko"] { font-family: 'Teko', sans-serif; }
.gjs-field select option[value*="Racing Sans One"] { font-family: 'Racing Sans One', cursive; }
.gjs-field select option[value*="Audiowide"] { font-family: 'Audiowide', cursive; }
.gjs-field select option[value*="Russo One"] { font-family: 'Russo One', sans-serif; }
.gjs-field select option[value*="Chakra Petch"] { font-family: 'Chakra Petch', sans-serif; }
.gjs-field select option[value*="Exo 2"] { font-family: 'Exo 2', sans-serif; }
.gjs-field select option[value*="Michroma"] { font-family: 'Michroma', sans-serif; }
.gjs-field select option[value*="Play"] { font-family: 'Play', sans-serif; }
.gjs-field select option[value*="Arial"] { font-family: Arial, sans-serif; }
.gjs-field select option[value*="Helvetica"] { font-family: Helvetica, sans-serif; }
.gjs-field select option[value*="Open Sans"] { font-family: 'Open Sans', sans-serif; }
.gjs-field select option[value*="Roboto"][value*="Mono"] { font-family: 'Roboto Mono', monospace; }
.gjs-field select option[value*="Roboto"]:not([value*="Mono"]) { font-family: 'Roboto', sans-serif; }
.gjs-field select option[value*="Montserrat"] { font-family: 'Montserrat', sans-serif; }
.gjs-field select option[value*="Lato"] { font-family: 'Lato', sans-serif; }
.gjs-field select option[value*="Oswald"] { font-family: 'Oswald', sans-serif; }
.gjs-field select option[value*="Bebas Neue"] { font-family: 'Bebas Neue', cursive; }
.gjs-field select option[value*="Playfair"] { font-family: 'Playfair Display', serif; }
.gjs-field select option[value*="Georgia"] { font-family: Georgia, serif; }
.gjs-field select option[value*="Times New Roman"] { font-family: 'Times New Roman', serif; }
.gjs-field select option[value*="Source Code Pro"] { font-family: 'Source Code Pro', monospace; }
.gjs-field select option[value*="Courier New"] { font-family: 'Courier New', monospace; }

/* Gr\u00f6\u00dfere Option-Texte f\u00fcr bessere Lesbarkeit */
.gjs-field select option {
    padding: 8px;
    font-size: 14px;
}

.gjs-cv-canvas {
    background: #1a1a2e;
}

/* GrapesJS AssetManager Dark Theme */
.gjs-mdl-dialog { background: #1a1a2e; border: 1px solid #333; }
.gjs-mdl-header { background: #0a0a0f; border-bottom: 1px solid #333; }
.gjs-mdl-title { color: #fff; }
.gjs-am-assets-cont { background: #16161a; }
.gjs-am-asset-image { border-color: #444; border-radius: 4px; }
.gjs-am-asset-image:hover { border-color: #00f3ff; }
.gjs-am-meta { color: #888; }
.gjs-am-close { color: #fff; }
.gjs-mdl-btn-close { color: #fff; }
.gjs-am-file-uploader { background: #1a1a2e; border: 2px dashed #444; }
.gjs-am-file-uploader:hover { border-color: #00f3ff; }