/*
 Theme Name:   Hello Child
 Theme URI:    https://example.com/hello-child
 Description:  Child Theme for Elementor Hello — includes WooCommerce-ready structure.
 Author:       You
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-child
*/

/* Place your custom styles below */

.acf-download-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.acf-download-item {
    margin: 0 0 18px;
}

.acf-download-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.acf-download-icon img {
    width: 32px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.acf-download-headline {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
	color: #333;
}

.acf-download-bottom {
    padding-left: 44px;
}

.acf-download-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}