/*
    Theme Name: eTrade child
    Theme URI: https://dev.axilthemes.com/themes/etradenew
    Template: etrade
    Description: eTrade is a simple, highly customizable, easy-to-use eCommerce Template for WooCommerce. It has been designed to create highly functional online shopping stores like fashion, cosmetics, business, electronics, food, furniture, jewelry, medical, and retail.
    Author: Axilthemes
    Author URI: http://axilthemes.com
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: etrade-child
    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
    This theme, like WordPress, is licensed under the GPL.

*/


/* Căn chỉnh lại checkbox và chữ liên quan cùng hàng */
.woocommerce-form__label.checkbox,
.woocommerce-terms-and-conditions-wrapper .form-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    flex-wrap: wrap;
}

/* Hiển thị checkbox rõ ràng */
.woocommerce-form__input-checkbox {
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    position: relative !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 0 !important;
}

/* Không đè lên phần tử khác */
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-terms-and-conditions-wrapper label,
.woocommerce-form__label {
    position: relative !important;
    z-index: 1 !important;
}

/* Căn lề hợp lý cho vùng điều khoản */
.woocommerce-terms-and-conditions-checkbox-text {
    line-height: 1.6;
    user-select: text;
}
