/* Orders Page Specific Header Styles */

.orders-page-header .orders-avatar {
    width: 100px;
    height: 100px;
}



.orders-title-container p {
    color: var(--color-shade-dark-600, #777);
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .orders-page-header .orders-avatar {
        width: 80px;
        height: 80px;
    }
}
