/* V24 final user-friendly UI layer - 20260530 */
:root {
  --v24-red: #f22b2b;
  --v24-red-dark: #c90020;
  --v24-yellow: #ffe000;
  --v24-ink: #101828;
  --v24-text: #344054;
  --v24-line: #e6e9f0;
  --v24-bg: #f6f7fb;
}

body {
  background: #fff !important;
  color: var(--v24-text) !important;
  font-family: "Hind", "Noto Sans Devanagari", Arial, sans-serif !important;
}

.v24-inner-hero {
  margin: 0 0 24px !important;
  padding: 42px 0 38px !important;
  background: linear-gradient(115deg, var(--v24-red), var(--v24-red-dark)) !important;
}

.v24-inner-hero::before,
.v24-inner-hero::after {
  opacity: .12 !important;
}

.v24-inner-hero__grid {
  grid-template-columns: minmax(0, 1fr) 240px !important;
  gap: 24px !important;
}

.v24-inner-hero h1 {
  max-width: 760px !important;
  margin-bottom: 10px !important;
  color: #fff !important;
  font-size: 42px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.v24-inner-hero p {
  max-width: 780px !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.v24-inner-kicker {
  color: var(--v24-yellow) !important;
}

.v24-inner-kicker::before {
  background: var(--v24-yellow) !important;
}

.v24-inner-breadcrumb {
  margin-top: 16px !important;
  font-size: 14px !important;
}

.v24-inner-hero__panel {
  padding: 20px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .14) !important;
  box-shadow: none !important;
}

.v24-inner-hero__panel strong {
  font-size: 28px !important;
}

.v24-inner-section {
  padding: 0 0 34px !important;
  background: var(--v24-bg) !important;
}

.v24-inner-layout {
  row-gap: 20px !important;
}

.v24-inner-card,
.v24-page-dossier,
.v24-editor-card,
.v24-editor-side,
.v24-rss-panel,
.v24-team-command,
.v24-team-feature,
.v24-team-card,
.v24-team-note,
.v24-directory-grid a {
  border: 1px solid var(--v24-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .06) !important;
}

.v24-inner-card {
  padding: 30px 34px !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.v24-inner-card::before {
  width: 4px !important;
  background: var(--v24-red) !important;
}

.v24-inner-card p:first-of-type {
  padding: 16px 18px !important;
  border-left-color: var(--v24-red) !important;
  background: #fff7f7 !important;
  color: var(--v24-ink) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.v24-inner-card p,
.v24-inner-card li {
  color: var(--v24-text) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.v24-inner-card h2,
.v24-inner-card h3,
.v24-inner-card h4 {
  color: var(--v24-ink) !important;
  font-weight: 900 !important;
}

.v24-inner-card h2::after,
.v24-inner-card h3::after {
  background: linear-gradient(90deg, var(--v24-red), var(--v24-yellow)) !important;
}

.v24-inner-card li {
  box-shadow: none !important;
}

.v24-page-dossier {
  position: sticky !important;
  top: 18px !important;
  padding: 24px !important;
}

.v24-page-dossier h2 {
  color: var(--v24-ink) !important;
  font-size: 24px !important;
}

.v24-page-dossier p,
.v24-page-dossier li {
  color: var(--v24-text) !important;
}

.v24-page-dossier__links a {
  color: var(--v24-ink) !important;
  background: #f9fafb !important;
}

.v24-inner-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.v24-inner-trust > div {
  padding: 18px !important;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .05) !important;
}

.v24-team-command,
.v24-team-feature {
  padding: 26px !important;
}

.v24-team-command h2,
.v24-team-feature h2 {
  color: var(--v24-ink) !important;
  font-size: 32px !important;
}

.v24-team-options span {
  color: var(--v24-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.v24-team-options span:first-child {
  color: #fff !important;
  background: var(--v24-red) !important;
}

.v24-team-card::before,
.v24-team-photo,
.v24-team-feature__photo {
  background: linear-gradient(135deg, #ff2d2d 0%, #ff2d2d 58%, #e50024 100%) !important;
}

.v24-team-grid {
  gap: 16px !important;
}

.v24-team-card h2 {
  color: var(--v24-ink) !important;
}

#footer {
  margin-top: 0 !important;
  background: #080808 !important;
}

#footer .footer-inner {
  padding: 38px 0 34px !important;
  background: linear-gradient(180deg, #171717, #080808) !important;
}

#footer .widget-title {
  color: #fff !important;
  font-size: 23px !important;
}

#footer .footer-about,
#footer .footer-posts a,
#footer .v24-contact-chip,
#footer .v24-contact-chip a,
#footer .newsletter .description {
  color: rgba(255, 255, 255, .92) !important;
}

#footer .footer-posts ul {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

#footer .v24-contact-chip {
  border: 0 !important;
  background: transparent !important;
}

#footer .newsletter-button,
#footer .v24-footer-pill {
  color: var(--v24-ink) !important;
  background: var(--v24-yellow) !important;
}

.container-bn,
.container-bn-ds,
.container-bn-mb,
.bn-inner {
  max-height: 180px !important;
  overflow: hidden !important;
}

.container-bn img,
.bn-inner img {
  max-height: 180px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.v24-whatsapp-chat {
  background: #25d366 !important;
  color: #fff !important;
}

.navbar-right .nav-item.search-icon {
  position: relative !important;
}

.navbar-right .nav-item.search-icon > .search-form {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  z-index: 10050 !important;
  display: none !important;
  width: min(360px, calc(100vw - 28px)) !important;
  padding: 10px !important;
  border: 1px solid var(--v24-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .18) !important;
}

.navbar-right .nav-item.search-icon.v24-search-open > .search-form {
  display: block !important;
}

.navbar-right .search-form form {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  margin: 0 !important;
}

.navbar-right .search-form .form-input {
  height: 44px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  color: var(--v24-ink) !important;
  background: #f9fafb !important;
  border: 1px solid var(--v24-line) !important;
  border-radius: 6px !important;
}

.navbar-right .search-form .btn-custom {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  color: #fff !important;
  background: var(--v24-red) !important;
  border: 0 !important;
  border-radius: 6px !important;
}

@media (max-width: 991px) {
  .v24-inner-hero__grid,
  .v24-team-command,
  .v24-team-feature {
    grid-template-columns: 1fr !important;
  }

  .v24-page-dossier {
    position: static !important;
  }

  .v24-inner-trust,
  .v24-directory-grid {
    grid-template-columns: 1fr !important;
  }

  .v24-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .v24-inner-hero {
    padding: 30px 0 26px !important;
  }

  .v24-inner-hero h1 {
    font-size: 30px !important;
  }

  .v24-inner-card,
  .v24-page-dossier,
  .v24-team-command,
  .v24-team-feature {
    padding: 20px !important;
  }

  .v24-team-grid,
  #footer .footer-posts ul {
    grid-template-columns: 1fr !important;
  }

  .container-bn,
  .container-bn-ds,
  .container-bn-mb,
  .bn-inner {
    max-height: 110px !important;
  }

  .container-bn img,
  .bn-inner img {
    max-height: 110px !important;
  }
}
/* Reader filter: state/city and topic discovery */
.v24-news-filter-section {
  margin: 18px 0 22px !important;
}

.v24-news-filter {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 1.35fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(225, 0, 42, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #fff7f7 58%, #fffbe6 100%);
  box-shadow: 0 14px 38px rgba(14, 23, 40, 0.08);
}

.v24-news-filter__head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  color: #e0002a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v24-news-filter__head span::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: #ffd400;
}

.v24-news-filter__head h2 {
  margin: 0 0 8px !important;
  color: #111827;
  font-size: 28px !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
}

.v24-news-filter__head p {
  margin: 0 !important;
  max-width: 620px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
}

.v24-news-filter__form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}

.v24-news-filter__form label {
  margin: 0 !important;
}

.v24-news-filter__form label > span {
  display: block;
  margin-bottom: 7px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.v24-news-filter__form select {
  width: 100%;
  min-height: 48px;
  padding: 0 38px 0 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
}

.v24-news-filter__form select:focus {
  border-color: #e0002a;
  box-shadow: 0 0 0 3px rgba(224, 0, 42, 0.12);
}

.v24-news-filter__form button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: #e0002a;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(224, 0, 42, 0.24);
}

.v24-news-filter__quick {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.v24-news-filter__quick a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid rgba(224, 0, 42, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #111827 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.v24-news-filter__quick a:hover {
  background: #e0002a;
  color: #fff !important;
}

@media (max-width: 991px) {
  .v24-news-filter {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .v24-news-filter__form {
    grid-template-columns: 1fr;
  }

  .v24-news-filter__head h2 {
    font-size: 23px !important;
  }
}

@media (max-width: 575px) {
  .v24-news-filter-section {
    margin: 12px 0 16px !important;
  }

  .v24-news-filter {
    border-radius: 10px;
    padding: 14px;
  }

  .v24-news-filter__head p {
    font-size: 14px;
  }

  .v24-news-filter__quick {
    gap: 8px;
  }

  .v24-news-filter__quick a {
    width: 100%;
    justify-content: center;
  }
}
