/* SchoolDay v211: the public logo always returns to the main weekly view. */
.public-header .public-logo-home-v211 {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0 !important;
  border: 0 !important;
  border-radius: .55rem !important;
  background: transparent !important;
  box-shadow: none !important;
}
.public-header .public-logo-home-v211:hover { background: rgba(255,255,255,.12) !important; }
.public-header .public-logo-home-v211:focus-visible { outline: 3px solid var(--yellow, #f5c542); outline-offset: 3px; }
