/*to show see more button in ckeditor*/
/* CKEditor See More toolbar button */
.cke_button_insertSeeMore {
    width: auto !important;
    padding: 0 8px !important;
}

.cke_button_insertSeeMore .cke_icon {
    display: none !important;
}

.cke_button_insertSeeMore .cke_label {
    display: inline-block !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    font-weight: bold !important;
}


/* View Page - See More / See Less */
.see-more-link,
.see-less-link {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #0000EE !important;
    text-decoration: none;
}


/* Optional: spacing for expandable content */
.egp-see-more-content {
    margin: 0;
    padding: 0;
}
/*to show see more button in ckeditor*/