/*
Theme Name: Listeo Child
Theme URI: https://sipandpaint.events
Description: Child theme for Listeo
Author: Development Team
Template: listeo
Version: 1.0.0
Text Domain: listeo-child
*/

/* Custom styles for service fee display */
.booking-price {
    line-height: 1.4;
}

/* Ensure proper alignment in booking cards */
.booking-detail-item .booking-price {
    margin: 0;
}

/* Style for the price breakdown in WooCommerce checkout */
.order-price-breakdown {
    line-height: 1.6;
}

.order-price-breakdown > div {
    margin-bottom: 5px;
}

/* Price breakdown styles for booking cards */
.booking-price .price-main {
    font-size: 15px;
    color: #111827;
}

.booking-price .price-breakdown {
    font-size: 12px;
    color: #666; /* Dark grey */
    margin-left: 4px;
    font-weight: normal;
}

/* Enhanced wallet earnings display */
.commissions-list li ul {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.commissions-list li ul li {
    padding: 3px 0;
    font-size: 13px;
}

.commissions-list li ul li.paid {
    color: #4CAF50;
}

.commissions-list li ul li.unpaid {
    color: #f44336;
}

.commissions-list li ul li:last-child {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 8px;
}

#listeo-registration-custom-_vat {
	display: none; /* hide VAT Number field by default */
}