/* 
Theme Name: Hello Elementor Child by Biiird
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/


/* Add your custom styles here */

/* EDD Admin Customer Company Information Styles */
.edd-customer-company-info {
    padding: 0;
    margin: 0;
}

.edd-customer-company-info .dashicons {
    color: #0073aa;
    margin-right: 5px;
}

#edd-customer-company-details {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    border-left: 4px solid #0073aa;
}

#edd-customer-company-details h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #0073aa;
    font-size: 1.2em;
}

.edd-customer-company-info p {
    margin: 8px 0;
    font-size: 1em;
}

.edd-customer-company-info strong {
    color: #333;
    font-weight: 600;
    margin-right: 5px;
}

.edd-customer-company-info span {
    color: #555;
}

/* Ensure proper spacing in customer stats list */
.edd-customer-company-info li {
    margin: 10px 0;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 3px;
}

.edd-customer-company-info li .dashicons {
    vertical-align: top;
    margin-top: 2px;
}


.edd-blocks-cart__action-remove.edd_cart_remove_item_btn::after {
    content: '×';
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    transition: color 0.3s ease;
    margin-top: -14px;
}