/* در فایل CSS اصلی پروژه */

.order-detail .card {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: none;
}

.order-detail .card-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.order-detail .border-bottom:last-child {
    border-bottom: none !important;
}
