.elementor-element.elementor-element-b4c8167.e-con-full.e-flex.e-con.e-child {
  margin-bottom: 16px;
}
element.style {
    border: none !important;
    padding: 12px;
}
/* === Кнопка "В корзину" LearnDash + WooCommerce === */
p.product.woocommerce.add_to_cart_inline a.ld-sp-btn.ld-sp-add-to-cart.button,
p.add_to_cart_inline a[data-product_id],
p.add_to_cart_inline .ajax_add_to_cart {
    /* Цвета */
    background: #C7EC5B !important;
    color: #000000 !important;
    
    /* Рамка */
    border: none !important;
    border-width: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    
    /* Углы */
    border-radius: 8px !important;
    
    /* Размер */
    padding: 6px 14px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    min-height: auto !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    
    /* Текст */
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
    text-decoration: none !important;
    
    /* Иконка SVG внутри */
    & svg,
    & .icon-ld-cart {
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
        fill: #000000 !important;
        color: #000000 !important;
    }
    
    /* Текст кнопки */
    & span:not(.woocommerce-Price-currencySymbol) {
        color: #000000 !important;
    }
    
    /* Ховер */
    &:hover {
        background: #b8e04a !important;
        color: #000000 !important;
        transform: translateY(-1px) !important;
        transition: all 0.2s ease !important;
    }
    
    /* Актив/загрузка */
    &.loading,
    &.added {
        opacity: 0.9 !important;
        cursor: wait !important;
    }
}