.temp-teacher-test-banner {
  position: sticky;
  top: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border-bottom: 1px solid #f59e0b;
  background: #fffbeb;
  color: #92400e;
  font-size: 14px;
  text-align: center;
}

.temp-teacher-test-banner strong {
  padding: 3px 7px;
  border-radius: 999px;
  background: #f59e0b;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .temp-teacher-test-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}
