.rich-text-editable-section {
    margin-bottom: 1.5rem;
}

.section-label-fixed {
    margin-bottom: 4px;
}

.editor-active-wrapper {
    margin-top: -30px;
    margin-bottom: 12px;
}

.rich-text-preview-box {
    padding: 8px 12px;
    padding-right: 120px;
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.rich-text-preview-box:hover {
    border-color: #0078d4;
    box-shadow: 0 0 0 1px #0078d4;
}

.edit-hint {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #66b3ff;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    pointer-events: none;
}

.rich-text-editable-section .ql-toolbar.ql-snow {
    border: 1px solid #e2e8f0 !important;
    border-bottom: none !important;
    background: #fff;
    border-radius: 4px 4px 0 0;
}

.rich-text-editable-section .ql-container.ql-snow {
    border: 1px solid #e2e8f0 !important;
    background: #fff;
    border-radius: 0 0 4px 4px;
    min-height: 60px;
    height: auto !important;
    overflow-y: auto !important;
}

.rich-text-editable-section .ql-editor {
    min-height: 60px;
    padding: 12px !important;
    line-height: 1.5;
}

.rich-text-editable-section .ql-editor p {
    margin: 0 0 8px 0 !important;
}

.rich-text-editable-section .ql-editor p:last-child {
    margin-bottom: 0 !important;
}
