.next-result-card {
  display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center;
  margin-bottom: 16px; padding: 14px 18px;
  background: linear-gradient(100deg, #0b3b91, #075fd1);
  border: 1px solid #4c91ec; border-radius: 12px;
}
.next-result-card span { font-size: 10px; font-weight: 800; text-transform: uppercase; color: #a9ccff; }
.next-result-card strong { font-size: 14px; }
.next-result-card small { margin-left: auto; color: #d5e6ff; }
.result-admin-row.is-next {
  margin: 0 -20px; padding-left: 25px; padding-right: 25px;
  background: #0a2d69; box-shadow: inset 4px 0 #44a0ff;
}
@media (max-width: 800px) { .next-result-card small { width: 100%; margin-left: 0; } }
