.ck-editor .ck-content {
    background-color: #f8fafc !important;
    color: #1f2937 !important;
    min-height: 200px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.ck-editor .ck-content p {
    color: #1f2937 !important;
    margin-bottom: 8px;
}

.ck-editor .ck-content h1,
.ck-editor .ck-content h2,
.ck-editor .ck-content h3,
.ck-editor .ck-content h4,
.ck-editor .ck-content h5,
.ck-editor .ck-content h6 {
    color: #111827 !important;
    font-weight: 600;
}

.ck-editor .ck-content blockquote {
    background-color: #f3f4f6 !important;
    border-left: 4px solid #3b82f6 !important;
    color: #4b5563 !important;
    padding: 12px 16px;
    margin: 16px 0;
    font-style: italic;
}

.ck-editor .ck-content table {
    border-collapse: collapse;
    background-color: #ffffff !important;
}

.ck-editor .ck-content table th,
.ck-editor .ck-content table td {
    border: 1px solid #d1d5db !important;
    padding: 8px 12px;
    color: #1f2937 !important;
}

.ck-editor .ck-content table th {
    background-color: #f9fafb !important;
    font-weight: 600;
}

.ck-editor .ck-content ul,
.ck-editor .ck-content ol {
    padding-left: 24px;
    margin: 12px 0;
}

.ck-editor .ck-content li {
    color: #1f2937 !important;
    margin-bottom: 4px;
}

.ck-editor .ck-content a {
    color: #3b82f6 !important;
    text-decoration: underline;
}

.ck-editor .ck-content a:hover {
    color: #1d4ed8 !important;
}

.ck-editor .ck-content code {
    background-color: #f3f4f6 !important;
    color: #dc2626 !important;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 12px;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable):focus {
    outline: 2px solid #3b82f6 !important;
    outline-offset: -2px;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.ck.ck-toolbar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.ck.ck-button:not(.ck-disabled):hover {
    background-color: #f3f4f6 !important;
}

.ck.ck-button.ck-on {
    background-color: #dbeafe !important;
    color: #1d4ed8 !important;
}

.ck-editor-default-text {
    color: #1f2937 !important;
    background-color: transparent !important;
}

.ck-editor .ck-content.ck-focused {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.ck-editor .ck-placeholder {
    color: #9ca3af !important;
    font-style: italic;
} 