/* 
Theme Name: Hello Child
Theme URI: https://aelabgroup.com/
Description: 
Author URI: https://aelabgroup.com/
Template: hello-elementor
Version: 1.0.2
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
*/

input, textarea, select {
  font-size: 16px; /* Set font size to 16px to disable autozoom on iOS devices */
}

/* Boarder-Download-Tab */
.product-download-buttons.has-files {
    padding: 15px;
    padding-bottom: 0px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.product-download-buttons .download-label {
    font-weight: bold;
    font-size: 16px;
    color: black; /* Default color: black */
}

.product-download-buttons.has-files .download-label {
    color: #333; /* Different color when inside .has-files */
}

.highlight-catalog {
    color: orange !important; /* Use !important to ensure high priority */
}
