/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Astra Child Theme — Certe checkout customisations
 Author:       Certe
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/* Remove underline from links in course cards and product descriptions */
.elementor-loop-container a,
.entry-content a,
.woocommerce-product-details__short-description a {
    text-decoration: none !important;
}
