﻿.product-card-modern .price-final {
    background: linear-gradient(135deg, #ffd9cc 0%, #ffbfa8 100%);
    color: #7a2416;
    box-shadow: 0 3px 10px rgba(255, 191, 168, 0.5);
    border: 1px solid #ffc7b2;
}

.cart-invoice .cart-price-final {
    color: #b64535;
}

.user-actions-nav .nav-link .bi {
    font-size: 20px;
    line-height: 1;
}

.user-actions-nav .nav-link {
    min-width: 42px;
    min-height: 42px;
}
