.fc-editor-shell {
    border: 1px solid rgba(15, 39, 71, 0.12);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(15, 39, 71, 0.08);
}

.fc-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(15, 39, 71, 0.08);
    background: linear-gradient(180deg, #f8fbff, #eef5ff);
}

.fc-editor-btn {
    min-width: 38px;
    height: 36px;
    border: 1px solid rgba(15, 39, 71, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #0f2747;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.fc-editor-btn:hover,
.fc-editor-btn:focus {
    border-color: rgba(13, 110, 253, 0.35);
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.12);
    transform: translateY(-1px);
}

.fc-editor-surface {
    min-height: 360px;
}

.fc-editor-prose {
    min-height: 360px;
    padding: 1.3rem;
    outline: none;
    color: #0f172a;
    line-height: 1.75;
}

.fc-editor-prose p {
    margin: 0 0 1rem;
}

.fc-editor-prose h2,
.fc-editor-prose h3,
.fc-blog-content h2,
.fc-blog-content h3 {
    margin: 1.4rem 0 0.8rem;
    color: #0f2747;
    font-weight: 850;
}

.fc-editor-prose blockquote,
.fc-blog-content blockquote {
    margin: 1.2rem 0;
    padding: 1rem 1.2rem;
    border-left: 4px solid #d9b45f;
    border-radius: 12px;
    background: #f8fafc;
    color: #334155;
}

.fc-editor-prose img,
.fc-blog-content img,
.fc-blog-inline-image {
    display: block;
    width: min(100%, 860px);
    height: auto;
    margin: 1.3rem auto;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(15, 39, 71, 0.14);
}

.fc-editor-textarea {
    display: none !important;
}

.fc-blog-content a {
    color: #0d6efd;
    font-weight: 700;
}

.fc-blog-content ul,
.fc-blog-content ol {
    padding-left: 1.4rem;
    margin-bottom: 1rem;
}
