/*!
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
*/
/* Контейнер кожного рядка */
.product-file-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #0a58b0;
    text-decoration: none;
}

.product-file-download:hover {
    text-decoration: underline;
}

/* Іконка хмарки (мінімальна) */
.download-icon {
    width: 20px;
    height: 20px;
    background-image: url('wp-content/uploads/2025/12/download.svg'); 
    background-repeat: no-repeat;
    background-size: contain;
}

