/* Tăng font toàn bộ checkout */
.wc-block-checkout {
    font-size: 16px !important;
    line-height: 1.45;
}

/* Field input đẹp hơn, dễ nhìn */
.wc-block-components-text-input input {
    font-size: 16px !important;
    padding: 12px 14px !important;
    border-radius: 8px !important;
    border: 1px solid #d5d5d5 !important;
}

/* Label to hơn + đậm */
.wc-block-components-text-input label {
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Card group spacing */
.wc-block-components-form .wc-block-components-form-group {
    margin-bottom: 20px !important;
}

/* Nút thanh toán to hơn + đẹp hơn */
.wc-block-checkout__place-order button {
    font-size: 17px !important;
    padding: 14px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}

/* Section heading */
.wc-block-checkout__billing-address,
.wc-block-checkout__shipping-address {
    margin-bottom: 25px;
}

.wc-block-components-title {
    font-size: 18px !important;
    font-weight: 700 !important;
}
