/* 
Theme Name: Coronation Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Anglara
Author URI: https://elementor.com/
Template: coronation
Version: 2.0.1
Text Domain: coronation-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.readmore_cnt.expanded {
    width: 100% !important;
    opacity: 1 !important;
}
.readmore_cnt.expanded+.readmore_button {
    opacity: 1;
}
div:has(>header) {
    position: sticky !important;
    top: 0 !important;
	z-index:9999 !important;
}
p a {
    text-decoration: underline !important;
    color: #cbd5e1;
}