/* 
Theme Name: Hello Elementor 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: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-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 */

.entry-title {
	color: var(--e-global-color-primary) !important;
}

/**
 * AIUC Legacy Content Styles v2
 * Fixed version - no conflicts with Elementor
 * Add to: Appearance → Customize → Additional CSS
 * Version: 2.0.0
 */

/* ============================================================
   SCOPED TO IMPORTED CONTENT ONLY
   Using .entry-content or .elementor-widget-container as parent
   ============================================================ */

/* Reset - Don't break Elementor columns */
.elementor-section .colonna_sinistra,
.elementor-section .colonna_destra {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
}


.wc-block-components-product-name {
	font-size: 18px !important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    background: #fe7f4c !important;
}
.um a.um-link, .um .current span.um-account-icon {
    color: #07847f !important;
}