/**
 * UAE Dirham Symbol Styles
 * Version: 1.1.0
 */

/* Image-based Dirham Symbol */
.aed-dirham-icon {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    vertical-align: -0.125em !important;
    margin-right: 0.25em !important;
    object-fit: contain !important;
}

/* Product Listing Prices */
.woocommerce ul.products li.product .price .aed-dirham-icon {
    width: 0.9em !important;
    height: 0.9em !important;
}

/* Single Product Page - Main Price */
.woocommerce div.product p.price .aed-dirham-icon,
.woocommerce div.product span.price .aed-dirham-icon {
    width: 1em !important;
    height: 1em !important;
}

/* Large price on product page */
.woocommerce div.product .summary .price ins .aed-dirham-icon {
    width: 1.1em !important;
    height: 1.1em !important;
}

/* Cart Page */
.woocommerce-cart .aed-dirham-icon,
.woocommerce table.shop_table .aed-dirham-icon {
    width: 0.85em !important;
    height: 0.85em !important;
}

/* Cart Totals */
.woocommerce-cart .cart_totals .aed-dirham-icon,
.woocommerce-checkout .woocommerce-checkout-review-order .aed-dirham-icon {
    width: 0.9em !important;
    height: 0.9em !important;
}

/* Checkout Page */
.woocommerce-checkout .aed-dirham-icon {
    width: 0.85em !important;
    height: 0.85em !important;
}

/* Order Total */
.woocommerce .order-total .aed-dirham-icon,
.woocommerce-checkout-review-order-table .order-total .aed-dirham-icon {
    width: 1em !important;
    height: 1em !important;
}

/* Sale/Strikethrough Prices */
del .aed-dirham-icon,
.woocommerce del .aed-dirham-icon {
    opacity: 0.6 !important;
    width: 0.8em !important;
    height: 0.8em !important;
}

/* Widget Prices */
.widget_price_filter .aed-dirham-icon,
.woocommerce.widget_shopping_cart .aed-dirham-icon,
.woocommerce-mini-cart .aed-dirham-icon {
    width: 0.8em !important;
    height: 0.8em !important;
}

/* Admin Order Pages */
.woocommerce_order_items .aed-dirham-icon,
#woocommerce-order-items .aed-dirham-icon {
    width: 0.9em !important;
    height: 0.9em !important;
}

/* RTL Support */
.rtl .aed-dirham-icon {
    margin-right: 0 !important;
    margin-left: 0.25em !important;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .woocommerce ul.products li.product .price .aed-dirham-icon {
        width: 0.85em !important;
        height: 0.85em !important;
    }
}

/* Print support */
@media print {
    .aed-dirham-icon {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}
