.custom-payment-form {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-payment-form .row {
    display: flex;
    flex-wrap: wrap;
}
.custom-payment-form .row > div {
    padding: 10px;
}
.custom-payment-form .row .col-md-12 {
    flex: 1 1 100%;
}
.custom-payment-form .row .col-md-6 {
    flex: 1 1 50%;
}
.custom-payment-form label,
.custom-payment-form .label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.custom-payment-form input[type="text"],
.custom-payment-form input[type="number"],
.custom-payment-form select,
.custom-payment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 0!important;
    line-height: 1;
}
.custom-payment-form .gdpr-checkbox {
    display: flex;
    align-items: center;
}
.custom-payment-form .gdpr-checkbox input {
    margin-top: 8px;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text,
.woocommerce-checkout .wc-block-components-address-form__country,
.woocommerce-checkout #billing-fields legend,
.woocommerce-checkout #billing-fields .wc-block-components-checkout-step__heading,
.woocommerce-checkout #billing-fields .wc-block-components-checkout-step__description,
.woocommerce-checkout .wc-block-checkout__guest-checkout-notice,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received table.shop_table thead,
.woocommerce-order-received .woocommerce-table > tfoot:nth-child(3),
.woocommerce-order-received .woocommerce-order-details__title {
    display: none!important;
}
.woocommerce-checkout #contact-fields {
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .custom-payment-form .row .col-md-6 {
        flex: 1 1 100%;
    }
}
