/* Version 4.6.4 — education/credential rebalance and visible site copyright. */

/* The copyright is intentionally part of the normal application shell only.
 * It is not repeated inside drawers/popups. */
.had-site-copyright {
  min-height: 32px;
  flex: 0 0 32px;
  font-size: 9.5px;
  letter-spacing: .045em;
  color: #8eabb8;
  border-top-color: rgba(34, 211, 238, .28);
  background: linear-gradient(90deg, rgba(2, 11, 20, .99), rgba(5, 25, 38, .98), rgba(2, 11, 20, .99));
}
.had-site-copyright .had-copyright-owner { color: #d4e4eb; }
.had-site-copyright .had-copyright-separator { color: var(--had-cyan, #22d3ee); }
html.had-drawer-open .had-site-copyright { visibility: hidden; }

/* Degree/programme content uses the same clean information cards as the
 * pedagogy/credential readers but remains English-only. */
.had-detail-drawer.is-career-education-record .had-pedagogy-course-profile,
.had-document-page .had-pedagogy-course-profile {
  width: 100%;
  max-width: none;
}
.had-detail-drawer.is-career-education-record .had-pedagogy-course-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .had-site-copyright {
    min-height: 38px;
    flex-basis: 38px;
    padding: 8px 12px;
  }
  .had-detail-drawer.is-career-education-record .had-pedagogy-course-facts {
    grid-template-columns: 1fr;
  }
}
