.media-unavailable { padding: 2rem 1.25rem; min-height: 150px; background: #f2f5f8; color: #263747; line-height: 1.6; }
.media-unavailable a { text-decoration: underline; }
.page-search-match { outline: 3px solid #ef9b28; outline-offset: 4px; }
#page-search-status { margin: .5rem 0 0; font-size: 1rem; }

/* Keep all four header shortcuts aligned, including the longer course label. */
.main-header .last_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 6px;
}
.main-header .last_list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 46px;
  margin: 0;
  padding: 6px;
  line-height: 1;
}
.main-header .last_list figure > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-decoration: none;
}
.main-header .last_list figure img {
  max-height: 34px;
  width: auto;
  object-fit: contain;
}
.main-header .last_list .ai-course {
  width: 172px;
  background: #fff;
  border: 1px solid #e1e5f0;
  box-shadow: 0 2px 6px rgb(12 22 72 / 10%);
}
.main-header .ai-course > a {
  gap: 7px;
  color: #11194f;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.ai-course-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  background: #11194f;
  color: #fff;
  font-size: 18px;
}
.main-header .last_list a:focus-visible {
  outline: 3px solid #11194f;
  outline-offset: 5px;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .main-header .last_list {
    flex-basis: 100%;
    flex-shrink: 1;
    margin-left: 0;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}
