/* تحسينات مخصصة مع Bootstrap */
.booking-fields {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.booking-fields .card-title {
    font-size: 1.25rem;
    color: #343a40;
}

.form-control {
    border-radius: 6px;
}

.btn-primary.single_add_to_cart_button {
    width: 100%;
    max-width: 200px;
    padding: 10px;
    font-weight: bold;
}

/* إخفاء حقل السعر الإجمالي */
#booking_total_price,
.total-price,
.woocommerce-Price-amount,
.cart_totals .order-total,
.cart-subtotal,
.order-total {
    display: none !important;
}

/* تحسينات صفحات الإدارة */
.wrap .card {
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.table {
    margin-bottom: 0;
}

.table-dark {
    background-color: #343a40;
}

.btn-sm {
    padding: 5px 10px;
}

/* تحسين الرسم البياني */
#bookingsChart {
    max-width: 100%;
}