/*
 Theme Name:   Astra Child
 Theme URI:    https://yoursite.com
 Description:  Child theme for Astra — add custom CSS and PHP overrides here.
 Author:       Your Name
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
*/

/*
 * Add your custom frontend CSS below.
 * The sw-download-manager plugin handles its own styles,
 * but you can override them here to match your Astra branding.
 */

/* Example: Override download button color to match your Astra accent color */
/*
.swdm-btn {
    background: #7b68ee;
    border-radius: 4px;
}
.swdm-btn:hover {
    background: #6a57dd;
}
*/
