/* ==========================================================================
   TempMailX - Dedicated Help Center & User Guide Stylesheet (help.css - Wide)
   ========================================================================== */

.ql-editor {
    padding: 24px 10px !important;
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

/* H1 SADE TEMİZ BAŞLIK (Mavi/Mor Geçiş Yok!) */
.ql-editor h1 {
    font-size: 2.1rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    color: #111827 !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
    margin-top: 10px !important;
    margin-bottom: 16px !important;
}

html.dark .ql-editor h1,
.dark .ql-editor h1 {
    color: #ffffff !important;
}

/* H2 Bölüm Başlıkları */
.ql-editor h2 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    color: #111827 !important;
    margin-top: 40px !important;
    margin-bottom: 24px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid rgba(59, 130, 246, 0.2) !important;
}

html.dark .ql-editor h2,
.dark .ql-editor h2 {
    color: #ffffff !important;
    border-bottom-color: rgba(96, 165, 250, 0.25) !important;
}

.ql-editor p {
    color: #4b5563 !important;
    font-size: 0.975rem !important;
    line-height: 1.6 !important;
}

html.dark .ql-editor p,
.dark .ql-editor p {
    color: #9ca3af !important;
}

/* YAYVAN 2 KOLONLU KART DÜZENİ */
.ql-editor ul {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 24px !important;
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 32px 0 !important;
}

@media (min-width: 640px) {
    .ql-editor ul {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.ql-editor ul li {
    list-style: none !important;
    list-style-type: none !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    padding: 28px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
    margin: 0 !important;
}

html.dark .ql-editor ul li,
.dark .ql-editor ul li {
    background: #1f2937 !important;
    border-color: #374151 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
}

.ql-editor ul li::before,
.ql-editor .ql-ui {
    display: none !important;
    content: none !important;
}

.ql-editor ul li:hover {
    transform: translateY(-5px) !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 14px 30px rgba(59, 130, 246, 0.18) !important;
}

.ql-editor ul li strong {
    font-size: 1.15rem !important;
    display: block !important;
    margin: 6px 0 !important;
    color: #111827 !important;
}

html.dark .ql-editor ul li strong,
.dark .ql-editor ul li strong {
    color: #f3f4f6 !important;
}

.ql-editor ul li span {
    font-size: 14px !important;
    color: #6b7280 !important;
    display: block !important;
    line-height: 1.6 !important;
}

html.dark .ql-editor ul li span,
.dark .ql-editor ul li span {
    color: #9ca3af !important;
}

/* OL ADIM ADIM ANLATIM LİSTESİ */
.ql-editor ol {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    padding: 24px 28px 24px 44px !important;
    margin: 28px 0 !important;
    list-style-type: decimal !important;
}

html.dark .ql-editor ol,
.dark .ql-editor ol {
    background: #1f2937 !important;
    border-color: #374151 !important;
}

.ql-editor ol li {
    margin-bottom: 14px !important;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
    color: #374151 !important;
}

html.dark .ql-editor ol li,
.dark .ql-editor ol li {
    color: #d1d5db !important;
}

html.dark .ql-editor ol li strong,
.dark .ql-editor ol li strong {
    color: #60a5fa !important;
}

/* BUTONLAR */
.tmx-primary-btn {
    display: inline-flex !important;
    align-items: center !important;
    padding: 14px 36px !important;
    border-radius: 100px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 2px solid #2563eb !important;
    color: #ffffff !important;
    background: #2563eb !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin: 6px !important;
}

.tmx-primary-btn:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #ffffff !important;
}

html.dark .tmx-primary-btn,
.dark .tmx-primary-btn {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
}

html.dark .tmx-primary-btn:hover,
.dark .tmx-primary-btn:hover {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: #ffffff !important;
}