/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.woocommerce-order-received .woocommerce-bacs-bank-details-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin: 30px 0 !important;
    direction: rtl !important;
}

.woocommerce-order-received .bank-card {
    background: #ffffff !important;
    border: 1px solid #ddd !important;
    border-right: 6px solid #00a3e0 !important; /* رنگ آبی برند شما */
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    text-align: right !important;
}

.woocommerce-order-received .bank-card-title {
    font-size: 1.1rem !important;
    margin-bottom: 15px !important;
    color: #333 !important;
    border-bottom: 1px dashed #eee !important;
    padding-bottom: 10px !important;
}

.woocommerce-order-received .bank-card-details {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-order-received .bank-card-details li {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
    font-size: 0.9rem !important;
}

.woocommerce-order-received .bank-card-details li .label {
    color: #666 !important;
}

.woocommerce-order-received .bank-card-details li .value {
    color: #000 !important;
    letter-spacing: 1px !important;
}
