/* Standard Detail Page Styles */

.rich-editor-content {
    min-height: 400px;
    max-height: 500px;
    overflow-y: auto;
}

/* Smooth scrolling for overflow content */
.rich-editor-content::-webkit-scrollbar {
    width: 8px;
}

.rich-editor-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.rich-editor-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.rich-editor-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
