/*
Theme Name: Ushastik Custom
Theme URI: https://ushastik.justbusiness.lol
Author: OpenAI Codex
Description: Lightweight custom theme for the Ushastik staging WordPress migration.
Version: 1.0.0
Text Domain: ushastik-custom
*/

.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a {
  color: var(--cop);
  border-bottom-color: var(--cop);
}

.nav-links,
footer ul {
  list-style: none;
}

.nav-links .menu-item-has-children > a::after {
  content: "";
}

.entry-content {
  display: block;
}

.entry-content::after {
  content: "";
  display: block;
  clear: both;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}
