/**
 * WG Comments - Modern Light Cinema Editor Theme
 * Helles, kompaktes Film-Review Editor Design
 *
 * @package WG_Comments
 * @version 3.1.0
 */

/* ===========================
   Spoiler im Editor sichtbar machen - DARK THEME
   =========================== */

/* MAXIMALE PRIORITÄT - Überschreibt ALLES */
.ql-editor span.wgc-spoiler,
.ql-container span.wgc-spoiler,
span.wgc-spoiler,
body .ql-editor span.wgc-spoiler,
body .ql-container span.wgc-spoiler {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%) !important;
    color: #ffffff !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    border: 2px solid #7f1d1d !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3) !important;
    transition: all 0.2s ease !important;
}

/* Auch mit data-spoiler Attribut - BREITER */
.ql-editor span[data-spoiler="true"],
.ql-container span[data-spoiler="true"],
span[data-spoiler="true"],
body .ql-editor span[data-spoiler="true"],
body .ql-container span[data-spoiler="true"] {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%) !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    border: 2px solid #7f1d1d !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3) !important;
    transition: all 0.2s ease !important;
}

/* Hover-Effekt */
.ql-editor span.wgc-spoiler:hover,
span.wgc-spoiler:hover,
span[data-spoiler="true"]:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #7f1d1d 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4) !important;
}

/* Icon + Text davor - GRÖßER */
.ql-editor span.wgc-spoiler::before,
span.wgc-spoiler::before,
span[data-spoiler="true"]::before {
    content: '⚠️ Spoiler: ' !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    margin-right: 6px !important;
}

/* Revealed State (wenn angeklickt) */
.ql-editor span.wgc-spoiler.revealed,
span.wgc-spoiler.revealed,
span[data-spoiler="true"].revealed {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    border-color: #065f46 !important;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3) !important;
}

.ql-editor span.wgc-spoiler.revealed::before,
span.wgc-spoiler.revealed::before,
span[data-spoiler="true"].revealed::before {
    content: '👁️ ' !important;
}

/* ===========================
   SPOILER in ANGEZEIGTEN KOMMENTAREN (außerhalb Editor)
   =========================== */

/* Spoiler in angezeigten Kommentaren - VERSTECKT */
.comment-content span.wgc-spoiler,
.comment-text span.wgc-spoiler,
.wgc-comment-content span.wgc-spoiler,
.comment-content span[data-spoiler="true"],
.comment-text span[data-spoiler="true"],
.wgc-comment-content span[data-spoiler="true"] {
    background: #1a1a1a !important;
    color: transparent !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    user-select: none !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

/* Spoiler-Text DAVOR im veröffentlichten Kommentar */
.comment-content span.wgc-spoiler::before,
.comment-text span.wgc-spoiler::before,
.wgc-comment-content span.wgc-spoiler::before,
.comment-content span[data-spoiler="true"]::before,
.comment-text span[data-spoiler="true"]::before,
.wgc-comment-content span[data-spoiler="true"]::before {
    content: '⚠️ Spoiler: ' !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
    margin-right: 4px !important;
}

/* Hover-Hinweis */
.comment-content span.wgc-spoiler:hover::after,
.comment-text span.wgc-spoiler:hover::after,
.wgc-comment-content span.wgc-spoiler:hover::after,
.comment-content span[data-spoiler="true"]:hover::after,
.comment-text span[data-spoiler="true"]:hover::after,
.wgc-comment-content span[data-spoiler="true"]:hover::after {
    content: 'Klicken zum Anzeigen' !important;
    position: absolute !important;
    bottom: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(0,0,0,0.9) !important;
    color: #fff !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    margin-bottom: 5px !important;
    pointer-events: none !important;
}

/* Revealed State in Kommentaren */
.comment-content span.wgc-spoiler.revealed,
.comment-text span.wgc-spoiler.revealed,
.wgc-comment-content span.wgc-spoiler.revealed,
.comment-content span[data-spoiler="true"].revealed,
.comment-text span[data-spoiler="true"].revealed,
.wgc-comment-content span[data-spoiler="true"].revealed {
    background: #f0f0f0 !important;
    color: inherit !important;
    user-select: text !important;
    cursor: default !important;
}

/* ===========================
   CONTAINER - Helles, kompaktes Theme
   =========================== */

/* MAXIMALE SPEZIFITÄT - Überschreibt GeneratePress */
body .wgc-comment-form-wrapper,
#respond .wgc-comment-form-wrapper,
.comment-respond .wgc-comment-form-wrapper,
.wgc-comment-form-wrapper {
    position: relative !important;
    margin: 20px 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 0 !important;
    border: 3px solid transparent !important;
    background-image:
        linear-gradient(white, white),
        linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #4facfe 75%, #00f2fe 100%) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    box-shadow:
        0 10px 40px rgba(102, 126, 234, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    overflow: visible !important;
    animation: borderGlow 8s ease infinite !important;
    box-sizing: border-box !important;
}

@keyframes borderGlow {
    0%, 100% {
        filter: brightness(1) saturate(1);
    }
    50% {
        filter: brightness(1.1) saturate(1.2);
    }
}

.wgc-comment-form-wrapper:focus-within {
    box-shadow:
        0 15px 50px rgba(139, 92, 246, 0.25),
        0 5px 15px rgba(102, 126, 234, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-2px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Premium Film Strip Accent - REMOVED per user request */
.wgc-comment-form-wrapper::before {
    display: none !important;
}

@keyframes filmStrip {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

/* ===========================
   FORM STRUCTURE - Kompakte Einheit
   =========================== */

/* ALLE Rahmen in der Form entfernen */
body .wgc-comment-form,
#respond .wgc-comment-form,
.comment-respond .wgc-comment-form,
.wgc-comment-form,
.wgc-comment-form * {
    position: relative !important;
    z-index: 2 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Nur kritische Paddings wiederherstellen */
.wgc-comment-form .ql-toolbar {
    padding: 10px 20px !important;
}

.wgc-comment-form .ql-editor {
    padding: 20px !important;
}

.wgc-comment-form .wgc-author-fields {
    padding: 12px 20px !important;
}

.wgc-comment-form .wgc-submit-wrapper {
    padding: 12px 20px !important;
}

/* ===========================
   TOOLBAR - Helles, kompaktes Design
   =========================== */

.ql-toolbar.ql-snow {
    background: linear-gradient(180deg, #f8f9fa 0%, #f1f3f5 100%) !important;
    border: none !important;
    border-bottom: none !important;
    border-radius: 17px 17px 0 0 !important;
    padding: 10px 20px !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    position: relative !important;
    z-index: 3 !important;
}

/* Button Groups */
.ql-toolbar.ql-snow .ql-formats {
    margin: 0 !important;
    padding: 0 4px !important;
    display: inline-flex !important;
    gap: 4px !important;
    position: relative !important;
}

.ql-toolbar.ql-snow .ql-formats:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    right: -5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 20px !important;
    background: rgba(0, 0, 0, 0.12) !important;
}

/* Character Counter in der Toolbar rechts */
.ql-toolbar.ql-snow .ql-formats:last-child {
    margin-left: auto !important;
    padding-right: 0 !important;
}

.ql-toolbar.ql-snow .ql-formats:last-child::after {
    display: none !important;
}

/* ===========================
   Toolbar Buttons - Helles, modernes Design
   =========================== */

.ql-toolbar.ql-snow button,
.ql-toolbar.ql-snow .ql-picker-label,
.wgc-spoiler-btn {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 7px !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    cursor: pointer !important;
}

.ql-toolbar.ql-snow button:hover,
.ql-toolbar.ql-snow .ql-picker-label:hover,
.wgc-spoiler-btn:hover {
    background: #f8f9fa !important;
    border-color: #8b5cf6 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.15) !important;
}

.ql-toolbar.ql-snow button.ql-active,
.ql-toolbar.ql-snow .ql-picker-label.ql-active,
.wgc-spoiler-btn.active {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%) !important;
    border-color: #8b5cf6 !important;
    box-shadow: 0 2px 12px rgba(139, 92, 246, 0.3) !important;
}

.ql-toolbar.ql-snow button:active,
.wgc-spoiler-btn:active {
    transform: translateY(0) !important;
}

/* Button Icons */
.ql-toolbar.ql-snow button svg,
.ql-toolbar.ql-snow button svg .ql-stroke,
.wgc-spoiler-btn svg,
.wgc-spoiler-btn svg .ql-stroke {
    stroke: #495057 !important;
    transition: stroke 0.2s ease !important;
}

.ql-toolbar.ql-snow button svg .ql-fill,
.wgc-spoiler-btn svg .ql-fill {
    fill: #495057 !important;
    transition: fill 0.2s ease !important;
}

.ql-toolbar.ql-snow button:hover svg .ql-stroke,
.wgc-spoiler-btn:hover svg .ql-stroke {
    stroke: #8b5cf6 !important;
}

.ql-toolbar.ql-snow button:hover svg .ql-fill,
.wgc-spoiler-btn:hover svg .ql-fill {
    fill: #8b5cf6 !important;
}

.ql-toolbar.ql-snow button.ql-active svg .ql-stroke,
.wgc-spoiler-btn.active svg .ql-stroke {
    stroke: #ffffff !important;
}

.ql-toolbar.ql-snow button.ql-active svg .ql-fill,
.wgc-spoiler-btn.active svg .ql-fill {
    fill: #ffffff !important;
}

/* Picker Labels */
.ql-toolbar.ql-snow .ql-picker-label {
    color: #495057 !important;
}

.ql-toolbar.ql-snow .ql-picker-label:hover {
    color: #8b5cf6 !important;
}

/* ===========================
   Character Counter - In der Toolbar rechts
   =========================== */

.wgc-editor-footer {
    display: none !important;
}

.wgc-char-counter {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12px !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
    padding: 4px 10px !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.wgc-char-counter #wgc-char-count,
.wgc-char-counter .wgc-char-count {
    color: #212529 !important;
    font-weight: 600 !important;
    min-width: 28px !important;
    text-align: right !important;
}

.wgc-char-counter #wgc-char-max,
.wgc-char-counter .wgc-char-max {
    color: #6c757d !important;
}

.wgc-char-counter.warning {
    background: #fff3cd !important;
    border-color: #ffc107 !important;
    color: #997404 !important;
}

.wgc-char-counter.warning #wgc-char-count,
.wgc-char-counter.warning .wgc-char-count {
    color: #997404 !important;
}

.wgc-char-counter.danger {
    background: #f8d7da !important;
    border-color: #dc3545 !important;
    color: #842029 !important;
    animation: pulseWarning 1.5s ease infinite !important;
}

.wgc-char-counter.danger #wgc-char-count,
.wgc-char-counter.danger .wgc-char-count {
    color: #842029 !important;
}

@keyframes pulseWarning {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

/* ===========================
   Editor Container - Kompakt und hell
   =========================== */

.wgc-comment-form-wrapper .wgc-editor-wrapper,
.wgc-comment-form-wrapper .ql-container.ql-snow,
.wgc-comment-form .ql-container.ql-snow,
#wgc-editor-wrapper,
#wgc-editor-wrapper .ql-container {
    background: #fafbfc !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    position: relative !important;
    box-shadow: none !important;
}

.wgc-comment-form-wrapper .ql-container.ql-snow {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.wgc-comment-form-wrapper .ql-editor,
.wgc-comment-form .ql-editor,
#wgc-editor .ql-editor,
.ql-container .ql-editor {
    min-height: 250px !important;
    max-height: 600px !important;
    padding: 25px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif !important;
    color: #ffffff !important;
    overflow-y: auto !important;
    background: #2d2d2d !important;
    border: none !important;
}

/* Text Selection - Readable on dark background */
.ql-editor::selection,
.ql-editor *::selection {
    background: #8b5cf6 !important;
    color: #ffffff !important;
}

.ql-editor::-moz-selection,
.ql-editor *::-moz-selection {
    background: #8b5cf6 !important;
    color: #ffffff !important;
}

/* Custom Scrollbar - Dark Theme */
.ql-editor::-webkit-scrollbar {
    width: 8px !important;
}

.ql-editor::-webkit-scrollbar-track {
    background: #1a1a1a !important;
}

.ql-editor::-webkit-scrollbar-thumb {
    background: #8b5cf6 !important;
    border-radius: 10px !important;
}

.ql-editor::-webkit-scrollbar-thumb:hover {
    background: #a78bfa !important;
}

.ql-editor.ql-blank::before {
    color: #6b7280 !important;
    font-style: italic !important;
    opacity: 0.8 !important;
}

/* Editor Content - Dark Theme */
.ql-editor p {
    margin-bottom: 12px !important;
    color: #e8eaed !important;
}

.ql-editor strong {
    font-weight: 700 !important;
    color: #ffffff !important;
}

.ql-editor em {
    font-style: italic !important;
    color: #d1d5db !important;
}

.ql-editor a {
    color: #a78bfa !important;
    text-decoration: underline !important;
}

.ql-editor ul,
.ql-editor ol {
    margin: 12px 0 !important;
    padding-left: 24px !important;
    color: #e8eaed !important;
}

.ql-editor li {
    margin-bottom: 6px !important;
    color: #e8eaed !important;
}

/* Force bullet lists to show bullets - NOT numbers! */
.ql-editor ul li,
.ql-editor li[data-list="bullet"] {
    list-style-type: disc !important;
}

/* Only ordered lists get numbers */
.ql-editor ol li,
.ql-editor li[data-list="ordered"] {
    list-style-type: decimal !important;
}

/* Override Quill's ::before counter for bullet lists */
.ql-editor ul li > .ql-ui::before,
.ql-editor li[data-list="bullet"] > .ql-ui::before {
    content: '' !important;
    display: none !important;
}

.ql-editor blockquote {
    border-left: 4px solid #8b5cf6 !important;
    background: rgba(139, 92, 246, 0.1) !important;
    padding: 12px 16px !important;
    margin: 16px 0 !important;
    font-style: italic !important;
    color: #d1d5db !important;
}

.ql-editor code {
    background: #3f3f46 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-family: 'Courier New', monospace !important;
    font-size: 14px !important;
    color: #fbbf24 !important;
}

.ql-editor pre {
    background: #18181b !important;
    color: #e2e8f0 !important;
    padding: 16px !important;
    border-radius: 8px !important;
    overflow-x: auto !important;
    margin: 16px 0 !important;
}

/* ===========================
   Author Fields - Kompakt hell
   =========================== */

.wgc-author-fields {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 12px !important;
    padding: 12px 20px !important;
    background: #f8f9fa !important;
    border-top: none !important;
}

.wgc-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.wgc-field label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #495057 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.wgc-field input {
    padding: 10px 14px !important;
    background: #ffffff !important;
    border: 1px solid #ced4da !important;
    border-radius: 8px !important;
    color: #212529 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

.wgc-field input:focus {
    outline: none !important;
    background: #ffffff !important;
    border-color: #8b5cf6 !important;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1) !important;
}

.wgc-field input::placeholder {
    color: #adb5bd !important;
}

/* ===========================
   Email Notification - Ohne Border
   =========================== */

.wgc-notification-wrapper {
    padding: 12px 20px !important;
    background: #f8f9fa !important;
    border-top: none !important;
    border-bottom: none !important;
    margin: 0 !important;
}

/* ===========================
   Submit Button - Kompakt und hell
   =========================== */

.wgc-submit-wrapper {
    padding: 12px 20px !important;
    text-align: center !important;
    background: #f8f9fa !important;
    border-top: none !important;
    border-radius: 0 0 17px 17px !important;
}

.wgc-submit-btn {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 48px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 16px rgba(139, 92, 246, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
}

.wgc-submit-btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
}

.wgc-submit-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4) !important;
}

.wgc-submit-btn:hover::before {
    left: 100% !important;
}

.wgc-submit-btn:active {
    transform: translateY(0) !important;
}

.wgc-submit-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.2) !important;
}

.wgc-submit-text,
.wgc-submit-loading {
    position: relative !important;
    z-index: 1 !important;
}

/* ===========================
   Messages - Kompakt und hell
   =========================== */

.wgc-message {
    margin: 8px 20px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    animation: slideInMessage 0.3s ease !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    border: 1px solid !important;
}

.wgc-message::before {
    font-size: 18px !important;
    flex-shrink: 0 !important;
}

@keyframes slideInMessage {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wgc-message-success {
    background: #d1fae5 !important;
    color: #065f46 !important;
    border-color: #10b981 !important;
}

.wgc-message-success::before {
    content: '✓' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: #10b981 !important;
    color: white !important;
    border-radius: 50% !important;
    font-weight: bold !important;
}

.wgc-message-error {
    background: #fee2e2 !important;
    color: #991b1b !important;
    border-color: #ef4444 !important;
}

.wgc-message-error::before {
    content: '!' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: #ef4444 !important;
    color: white !important;
    border-radius: 50% !important;
    font-weight: bold !important;
}

/* ===========================
   Hinweistext unter Formular - REMOVED per user request
   =========================== */

.wgc-comment-form-wrapper + p,
.wgc-comment-form + p,
.comment-form + p,
p.comment-notes,
p.logged-in-as,
.wgc-comment-form-wrapper::after,
.wgc-comment-form::after,
.comment-form::after,
#commentform::after {
    display: none !important;
    border: none !important;
    background: none !important;
}

/* Remove any border/outline after form elements */
.wgc-submit-wrapper + *,
#wgc-submit-btn + *,
.wgc-notification-wrapper + * {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ===========================
   Login Required - Hell
   =========================== */

.wgc-login-required {
    padding: 40px 24px !important;
    text-align: center !important;
    background: #f8f9fa !important;
}

.wgc-login-required p {
    color: #495057 !important;
    font-size: 15px !important;
    margin-bottom: 20px !important;
}

.wgc-login-button {
    display: inline-block !important;
    padding: 12px 36px !important;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3) !important;
}

.wgc-login-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.4) !important;
}

/* ===========================
   Responsive - Mobile First
   =========================== */

@media (max-width: 768px) {
    .wgc-comment-form-wrapper {
        margin: 16px 0 !important;
        border-radius: 12px !important;
        width: 100% !important;
    }

    .ql-toolbar.ql-snow {
        padding: 12px 16px !important;
        gap: 6px !important;
    }

    .ql-toolbar.ql-snow button,
    .ql-toolbar.ql-snow .ql-picker-label,
    .wgc-spoiler-btn {
        width: 34px !important;
        height: 34px !important;
    }

    .ql-toolbar.ql-snow .ql-formats {
        padding: 0 2px !important;
        gap: 3px !important;
    }

    .ql-editor {
        min-height: 150px !important;
        padding: 16px !important;
        font-size: 14px !important;
    }

    .wgc-editor-footer {
        padding: 10px 16px !important;
    }

    .wgc-author-fields {
        grid-template-columns: 1fr !important;
        padding: 16px !important;
        gap: 12px !important;
    }

    .wgc-submit-wrapper {
        padding: 20px 16px !important;
    }

    .wgc-submit-btn {
        width: 100% !important;
        padding: 14px 32px !important;
        font-size: 14px !important;
        letter-spacing: 0.5px !important;
    }

    .wgc-message {
        margin: 16px !important;
        padding: 12px 16px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .wgc-comment-form-wrapper {
        margin: 12px 0 !important;
        border-radius: 8px !important;
        width: 100% !important;
    }

    .ql-toolbar.ql-snow {
        padding: 10px 12px !important;
    }

    .ql-toolbar.ql-snow button,
    .wgc-spoiler-btn {
        width: 32px !important;
        height: 32px !important;
    }
}

/**
 * Dateiname: wgc-cinema-editor.css
 * Pfad: /wp-content/plugins/wg-comments/assets/css/wgc-cinema-editor.css
 * Version: 3.1.0
 *
 * MODERN LIGHT CINEMA EDITION:
 * ✅ Helles, kompaktes Film-Review Editor Design
 * ✅ Minimale Höhe durch optimierte Abstände
 * ✅ Character Counter integriert in Toolbar rechts
 * ✅ Moderne, helle Toolbar mit weißen Buttons
 * ✅ Hoher Kontrast für beste Lesbarkeit
 * ✅ Farbakzente mit Lila-Gradient
 * ✅ Filmstreifen-Akzent am oberen Rand
 * ✅ Perfekt responsive für alle Geräte
 * ✅ Saubere, kompakte Einheit ohne verschwendeten Platz
 */