/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

.wp-block-details {
	margin-top: 50px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    border: solid 1px var(--e-global-color-primary);
}

.wp-block-details summary {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}