/* Shared An's Physics Lectures header mark. */
header .lecture-brand{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 16px;
  border:1px solid rgba(159,179,214,.32);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-family:'Times New Roman',Times,serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:-.005em;
  line-height:1.2;
  text-transform:none;
  text-decoration:none;
}
header .lecture-brand .lecture-brand-icon{
  width:17px;
  height:17px;
  flex:0 0 auto;
  color:#7FA8E0;
}
header .lecture-brand:hover{
  color:#fff;
  border-color:rgba(159,179,214,.32);
  text-decoration:none;
}
header .lecture-brand .lecture-brand-link{
  color:#fff;
  text-decoration:none;
}
header .lecture-brand .lecture-brand-link:hover{
  text-decoration:underline;
}
header .lecture-brand .lecture-brand-link:focus-visible{
  outline:2px solid rgba(159,179,214,.8);
  outline-offset:3px;
  border-radius:2px;
}
