/* do not delete */

.dl-back > a {
  font-size: 0 !important;
  color: transparent !important;
}
.dl-back > a::before {
  content: 'ੴ';
  font-size: 18px;
  color: inherit;
}

/* Prevent horizontal overflow on all pages */
body { overflow-x: hidden !important; }

/* Keep mixed Russian/English copyright text visually consistent. */
#secondary_footer .footer_custom_text,
#secondary_footer .footer_custom_text p,
#secondary_footer .footer_custom_text a,
#secondary_footer .footer_custom_text span,
#secondary_footer .footer_custom_text strong,
#secondary_footer .footer_custom_text em {
  font-family: Mulish, Arial, sans-serif !important;
}

/* Normalize typography in the home "Latest articles" cards. */
.sph-v-card .sph-v-card-body,
.sph-v-card .sph-v-card-body * {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-variant: normal !important;
  word-spacing: normal !important;
}

.sph-v-card .sph-v-card-title,
.sph-v-card .sph-v-card-footer,
.sph-v-card .sph-v-person {
  letter-spacing: normal !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  /* Hide logo + Hazel brand text on mobile */
  .navbar-brand,
  .navbar-brand img,
  .navbar-brand span { display: none !important; }

  /* Hamburger visible in day/light theme */
  html[data-cin-theme="light"] .hamburguer-trigger-menu-icon,
  html[data-cin-theme="light"] .hamburguer-trigger-menu-icon span {
    background-color: #1a1209 !important;
  }
}
