/**
 * Hotmart Products Frontend Styles
 */

.hotmart-products-grid {
    margin: 20px 0;
}

.hotmart-product-card {
    box-sizing: border-box;
}

.hotmart-product-button {
    text-decoration: none !important;
}

.hotmart-error {
    margin: 20px 0;
}


