/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


/* Estilização geral do box Asaas */
.woocommerce .payment_box.payment_method_asaas-credit-card {
    background-color: #f8f8f8 !important;
    border: 2px solid #25262a !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin-top: 5px !important;
}

/* Títulos e labels */
.woocommerce .payment_box.payment_method_asaas-credit-card h3,
.woocommerce .payment_box.payment_method_asaas-credit-card label {
    color: #25262a !important;
    font-size: 15px !important;
    font-weight: bold !important;
    margin-bottom: 2px !important;
    display: block !important;
}



/* Campos do formulário */
.woocommerce .payment_box.payment_method_asaas-credit-card input,
.woocommerce .payment_box.payment_method_asaas-credit-card select,
.woocommerce .payment_box.payment_method_asaas-credit-card textarea {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    background-color: #fff2ec !important;
    color: #25262a !important;
    margin-bottom: 4px !important; /* Aqui você pode ajustar entre 0px e 4px */
}



