.order-expired {
  background-color: #e9ecef !important; /* мягкий серый */
  color: #6c757d !important;            /* приглушённый текст */
  font-style: italic;
  opacity: 0.65;                        /* чуть «затуманено» */
}

.order-expired a,
.order-expired button {
  opacity: 0.7;
}

.order-expired td {
  border-color: #d6d8db !important;
}
