/* Remove the browser/theme frame created by a pointer click only. */
body.mpd-module-free-scores .mpd-system-local-nav a:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* The Spanish canonical page remains the production editorial source. Show
   its N1-N5 classification without altering the inherited article layout. */
body[data-mpd-level-range].mpd-module-free-scores .mpd-level-canonical-fallback {
  align-items: center;
  background: #f5f1e9;
  border: 1px solid rgba(31, 43, 55, .18);
  border-radius: 999px;
  color: #1f2b37;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 8px 0 20px;
  min-height: 32px;
  padding: 6px 12px;
}

@media (max-width: 430px) {
  body[data-mpd-level-range].mpd-module-free-scores .mpd-level-canonical-fallback {
    font-size: 13px;
  }
}
