/* v26 brand mark: reusable JLPT/Japanese icon, not a level badge */
.brand-mark {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #086cff 0%, #4f46e5 58%, #06b6d4 100%) !important;
  color: #fff !important;
  font-size: 0 !important;
}
.brand-mark::after {
  content: none !important;
  display: none !important;
}
.brand-mark::before {
  content: "日";
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.08em;
  text-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.brand-mark .brand-icon-text { display: none; }
.brand-mark::selection { background: transparent; }
@media (max-width: 760px) {
  .brand-mark::before { font-size: 22px; }
}
