/* Final fixes loaded after the legacy redesign and utility CSS files. */
.nhrc-empty-state {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  place-items: center;
  color: var(--nhrc-muted);
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  border: 1px dashed var(--nhrc-border);
  border-radius: 10px;
}

.nhrc-department-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.nhrc-department-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid #dce7f5;
  border-radius: 14px;
  background: #fff;
  color: #102a4c;
  box-shadow: 0 8px 24px rgba(16, 42, 76, .07);
}

.nhrc-department-card > i {
  grid-row: span 2;
  color: #0b5bb5;
  font-size: 34px;
}

.nhrc-department-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.nhrc-department-card span {
  color: #0b5bb5;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 700px) {
  .nhrc-department-grid {
    grid-template-columns: 1fr;
  }
}

/* Home data-block corrections. */
.nhrc-events__empty {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  border: 1px dashed #cbd8e8;
  border-radius: 12px;
  color: #667085;
  text-align: center;
}

.nhrc-events__empty i {
  color: #0b5bb5;
  font-size: 30px;
}

.nhrc-info__icon {
  flex: 0 0 34%;
  min-height: 240px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #eaf3ff, #d5e8ff);
  color: #0b5bb5;
  font-size: 72px;
}

.nhrc-info--blue .nhrc-info__icon {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.nhrc-partner[data-partner-item][hidden] {
  display: none !important;
}

.nhrc-partner-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.nhrc-partner-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #c8d9ee;
  border-radius: 50%;
  background: #fff;
  color: #0b5bb5;
}

.nhrc-partner-controls button:hover:not(:disabled) {
  background: #0b5bb5;
  color: #fff;
}

.nhrc-partner-controls button:disabled {
  cursor: default;
  opacity: .35;
}

.nhrc-partner-controls span {
  min-width: 48px;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 700px) {
  .nhrc-info__icon {
    min-height: 120px;
    font-size: 48px;
  }
}

/* Main areas detail page */
.nhrc-area-page,
.nhrc-area-page * {
  box-sizing: border-box;
}

.nhrc-area-page {
  background: #f3f6fa;
  min-height: 560px;
  padding: 0 0 88px;
  color: #111827;
}

.nhrc-area-container {
  width: min(1248px, calc(100% - 40px));
  margin: 0 auto;
}

.nhrc-area-breadcrumb {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #dce3ec;
  color: #6b7788;
  font-size: 14px;
  font-weight: 600;
}

.nhrc-area-breadcrumb a {
  color: #6b7788;
  text-decoration: none;
}

.nhrc-area-breadcrumb a:hover {
  color: #155cb4;
}

.nhrc-area-breadcrumb span:last-child {
  color: #111827;
}

.nhrc-area-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-top: 42px;
}

.nhrc-area-sidebar,
.nhrc-area-card {
  background: #fff;
  border: 1px solid #e4eaf2;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.nhrc-area-sidebar {
  padding: 22px 20px;
}

.nhrc-area-sidebar h2 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f6;
  color: #9aa4b5;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nhrc-area-menu {
  display: grid;
  gap: 6px;
}

.nhrc-area-menu a {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 11px 12px;
  color: #2f3b4d;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.nhrc-area-menu a:hover,
.nhrc-area-menu a:focus {
  background: #edf5ff;
  color: #0b56b3;
}

.nhrc-area-menu a.active {
  background: #e4f0ff;
  color: #0f4597;
}

.nhrc-area-card {
  min-height: 455px;
  padding: 34px 32px 36px;
}

.nhrc-area-card h1 {
  margin: 0 0 24px;
  color: #111827;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.nhrc-area-subtitle {
  margin-bottom: 26px;
  color: #98a2b3;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nhrc-area-callout {
  margin: 0 0 26px;
  padding: 20px 22px;
  background: #e8f2ff;
  border: 1px solid #cfe1fb;
  border-radius: 10px;
  color: #0f4597;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

.nhrc-area-callout p {
  margin: 0 0 8px;
}

.nhrc-area-callout p:last-child {
  margin-bottom: 0;
}

.nhrc-area-content {
  color: #334155;
  font-size: 16px;
  line-height: 1.75;
}

.nhrc-area-content p {
  margin: 0 0 18px;
}

.nhrc-area-content p:last-child {
  margin-bottom: 0;
}

.nhrc-area-content h2,
.nhrc-area-content h3,
.nhrc-area-content h4 {
  margin: 26px 0 12px;
  color: #111827;
  line-height: 1.3;
  font-weight: 800;
}

.nhrc-area-content ul,
.nhrc-area-content ol {
  margin: 0 0 18px 22px;
  padding: 0;
}

.nhrc-area-content li {
  margin-bottom: 8px;
}

.nhrc-area-content img,
.nhrc-area-content table,
.nhrc-area-content iframe,
.nhrc-area-content video {
  max-width: 100%;
}

@media (max-width: 900px) {
  .nhrc-area-page {
    padding-bottom: 56px;
  }

  .nhrc-area-container {
    width: min(680px, calc(100% - 28px));
  }

  .nhrc-area-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 24px;
  }

  .nhrc-area-sidebar {
    padding: 18px 16px;
  }

  .nhrc-area-card {
    min-height: 0;
    padding: 24px 18px 26px;
  }

  .nhrc-area-card h1 {
    font-size: 22px;
  }
}

/* Final CI4 header/menu guard: keep main menu, submenu and page flyouts stable. */
.nhrc-site-header {
  position: relative;
  z-index: 30;
  background: #fff;
}

.nhrc-site-header .nhrc-nav,
.nhrc-site-header .nhrc-nav__inner,
.nhrc-site-header .nhrc-nav__links,
.nhrc-site-header .nhrc-nav__item {
  overflow: visible !important;
}

.nhrc-site-header .nhrc-nav__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
}

.nhrc-site-header .nhrc-nav__links {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  padding-right: 14px !important;
  white-space: nowrap !important;
}

.nhrc-site-header .nhrc-nav__item {
  position: relative !important;
  flex: 0 0 auto !important;
}

.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item > a {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  height: 52px !important;
  padding: 0 8px !important;
  color: #fff !important;
  font-size: 11px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item > a:hover,
.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item:focus-within > a {
  background: #0b4d9c !important;
  color: #fff !important;
}

.nhrc-site-header .nhrc-search {
  flex: 0 0 260px !important;
  width: 260px !important;
  margin-left: 12px !important;
}

.nhrc-site-header .nhrc-submenu {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: 100% !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  width: 360px !important;
  min-width: 360px !important;
  max-width: min(360px, calc(100vw - 32px)) !important;
  max-height: min(78vh, 680px) !important;
  gap: 5px !important;
  padding: 10px !important;
  overflow: visible !important;
  border: 1px solid #dbe7f6 !important;
  border-radius: 0 0 10px 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(8, 42, 90, .18) !important;
  z-index: 10020 !important;
}

.nhrc-site-header .nhrc-nav__item:hover > .nhrc-submenu,
.nhrc-site-header .nhrc-nav__item:focus-within > .nhrc-submenu,
.nhrc-site-header .nhrc-nav__item.is-open > .nhrc-submenu {
  display: grid !important;
}

.nhrc-site-header .nhrc-submenu__row {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

.nhrc-site-header .nhrc-submenu__row.has-children:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 100%;
}

.nhrc-site-header .nhrc-submenu__row > a,
.nhrc-site-header .nhrc-submenu__children a {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 38px !important;
  max-width: 100% !important;
  padding: 9px 12px !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #0a2f63 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  box-shadow: none !important;
}

.nhrc-site-header .nhrc-submenu__row.has-children > a:after {
  content: "\f105";
  flex: 0 0 auto;
  margin-left: 10px;
  font-family: FontAwesome;
  opacity: .78;
}

.nhrc-site-header .nhrc-submenu__row:hover > a,
.nhrc-site-header .nhrc-submenu a:focus,
.nhrc-site-header .nhrc-submenu__children a:hover,
.nhrc-site-header .nhrc-submenu__children a:focus {
  background: #0b5bb5 !important;
  color: #fff !important;
  border-color: #0b5bb5 !important;
  box-shadow: inset 3px 0 0 #ffc800 !important;
}

.nhrc-site-header .nhrc-submenu__children {
  position: absolute !important;
  left: calc(100% + 8px) !important;
  right: auto !important;
  top: 0 !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  width: 380px !important;
  min-width: 380px !important;
  max-width: min(380px, calc(100vw - 32px)) !important;
  max-height: min(72vh, 620px) !important;
  gap: 5px !important;
  padding: 10px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border: 1px solid #dbe7f6 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(8, 42, 90, .2) !important;
  z-index: 10030 !important;
  scrollbar-width: thin;
}

.nhrc-site-header .nhrc-submenu__row:hover > .nhrc-submenu__children,
.nhrc-site-header .nhrc-submenu__row:focus-within > .nhrc-submenu__children {
  display: grid !important;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu {
  left: auto !important;
  right: 0 !important;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu__row.has-children:after {
  right: auto;
  left: -12px;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu__children {
  left: auto !important;
  right: calc(100% + 8px) !important;
}

.nhrc-site-header .nhrc-lang {
  position: relative;
}

.nhrc-site-header .nhrc-lang:hover .nhrc-lang__menu,
.nhrc-site-header .nhrc-lang:focus-within .nhrc-lang__menu {
  display: block !important;
}

.nhrc-site-header .nhrc-lang__button {
  background: #fff !important;
  border: 1px solid #d5e4f7 !important;
  color: #0a2f63 !important;
  transition: background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.nhrc-site-header .nhrc-lang__button:hover,
.nhrc-site-header .nhrc-lang:focus-within .nhrc-lang__button {
  background: #0b5bb5 !important;
  color: #fff !important;
  border-color: #0b5bb5 !important;
  box-shadow: 0 8px 18px rgba(11, 91, 181, .2) !important;
}

.nhrc-site-header .nhrc-lang__button:hover i,
.nhrc-site-header .nhrc-lang:focus-within .nhrc-lang__button i {
  color: #fff !important;
}

.nhrc-site-header .nhrc-lang__menu {
  min-width: 150px !important;
  margin-top: 8px !important;
  padding: 8px !important;
  border: 1px solid #d5e4f7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(8, 42, 90, .16) !important;
}

.nhrc-site-header .nhrc-lang__menu a {
  display: block !important;
  padding: 9px 12px !important;
  border-radius: 7px !important;
  color: #0a2f63 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.nhrc-site-header .nhrc-lang__menu a:hover,
.nhrc-site-header .nhrc-lang__menu a:focus,
.nhrc-site-header .nhrc-lang__menu a.is-active {
  background: #0b5bb5 !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 #ffc800 !important;
}

@media (max-width: 1180px) {
  .nhrc-site-header .nhrc-nav__inner {
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }

  .nhrc-site-header .nhrc-nav__links {
    justify-content: flex-start !important;
  }
}

@media (max-width: 760px) {
  .nhrc-site-header .nhrc-nav__inner {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .nhrc-site-header .nhrc-nav__links {
    width: 100% !important;
    overflow-x: auto !important;
    padding-right: 0 !important;
  }

  .nhrc-site-header .nhrc-search {
    flex: 1 1 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .nhrc-site-header .nhrc-submenu {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: 150px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: calc(100vh - 170px) !important;
    overflow-y: auto !important;
  }

  .nhrc-site-header .nhrc-submenu__children {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 6px !important;
    box-shadow: none !important;
  }
}

/* Absolute final guards for corrected CI4 components. */
.nhrc-topic[data-topic-item][hidden],
.nhrc-partner[data-partner-item][hidden] { display: none !important; }
.nhrc-topic-slider { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.nhrc-partner-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.nhrc-info__image { min-height: 260px; overflow: hidden; }
.nhrc-info__image img { width: 100%; height: 100%; object-fit: cover; }
.nhrc-obligation { padding: 0 !important; overflow: hidden; }
.nhrc-obligation > img { width: 100%; height: 180px; object-fit: cover; }
.nhrc-obligation > h3, .nhrc-obligation > p, .nhrc-obligation > span { margin-left: 22px; margin-right: 22px; }
.nhrc-obligation > h3 { margin-top: 20px; }
.nhrc-obligation > span { margin-bottom: 22px; }

.nhrc-manage-page, .nhrc-polls-page, .nhrc-news-detail, .nhrc-virtual-page { max-width: 1320px !important; }
.nhrc-manage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.nhrc-manage-card { overflow: hidden; border: 1px solid #dce6f2; border-radius: 16px; background: #fff; color: #132d4f; box-shadow: 0 10px 30px rgba(15,55,100,.08); }
.nhrc-manage-photo { height: 330px; display: grid; place-items: center; overflow: hidden; background: #eaf2fb; color: #0b5bb5; font-size: 72px; }
.nhrc-manage-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.nhrc-manage-body { min-height: 145px; display: flex; flex-direction: column; gap: 10px; padding: 20px; }
.nhrc-manage-body strong { font-size: 17px; line-height: 1.45; }
.nhrc-manage-body small { color: #667085; line-height: 1.5; }
.nhrc-manage-body > span { margin-top: auto; color: #0b5bb5; font-weight: 800; }

.nhrc-polls-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.nhrc-poll-card { padding: 26px; border: 1px solid #dce6f2; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(15,55,100,.07); }
.nhrc-poll-card h2 { margin: 0 0 20px; font-size: 18px; line-height: 1.5; }
.nhrc-poll-card label { display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px solid #edf1f6; }
.nhrc-poll-actions { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.nhrc-poll-actions button { padding: 11px 20px; border: 0; border-radius: 8px; background: #0b5bb5; color: #fff; font-weight: 800; }

.nhrc-news-detail__grid, .nhrc-virtual-layout { grid-template-columns: minmax(0, 1fr) 290px !important; gap: 32px !important; }
.nhrc-news-detail__main, .nhrc-virtual-main { min-width: 0; width: 100% !important; }
.nhrc-news-image-slider { position: relative; width: 100%; overflow: hidden; }
.nhrc-news-image-track { width: 100%; }
.nhrc-news-image-track .nhrc-news-hero { display: none !important; width: 100%; }
.nhrc-news-image-track .nhrc-news-hero.active { display: block !important; }
.nhrc-news-image-track .nhrc-news-hero img { width: 100%; height: min(620px, 58vw); object-fit: contain; background: #eef3f8; }
.nhrc-gallery-arrow { position: absolute; top: 50%; z-index: 4; width: 44px; height: 44px; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(7,47,99,.82); color: #fff; }
.nhrc-gallery-arrow.prev { left: 14px; }
.nhrc-gallery-arrow.next { right: 14px; }
.nhrc-gallery-counter { position: absolute; right: 16px; bottom: 14px; z-index: 4; padding: 6px 10px; border-radius: 20px; background: rgba(7,47,99,.82); color: #fff; font-weight: 800; }

.nhrc-virtual-card { width: 100% !important; padding: 30px !important; }
.nhrc-virtual-panel { display: none !important; }
.nhrc-virtual-panel.active { display: block !important; }
.nhrc-virtual-tabs { display: flex !important; gap: 8px; flex-wrap: wrap; }
.nhrc-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.nhrc-form-grid input, .nhrc-form-grid textarea { width: 100% !important; }

@media (max-width: 900px) {
  .nhrc-manage-grid, .nhrc-polls-grid, .nhrc-news-detail__grid, .nhrc-virtual-layout { grid-template-columns: 1fr !important; }
  .nhrc-topic-slider, .nhrc-partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 600px) {
  .nhrc-manage-grid, .nhrc-polls-grid, .nhrc-topic-slider, .nhrc-form-grid { grid-template-columns: 1fr !important; }
  .nhrc-virtual-card { padding: 18px !important; }
}

/* Final page and homepage component corrections. */
.nhrc-topic[data-topic-item][hidden] {
  display: none !important;
}

.nhrc-topic-slider {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.nhrc-info__image {
  min-height: 260px;
  overflow: hidden;
}

.nhrc-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nhrc-obligation {
  padding: 0 !important;
  overflow: hidden;
}

.nhrc-obligation > img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.nhrc-obligation > h3,
.nhrc-obligation > p,
.nhrc-obligation > span {
  margin-left: 22px;
  margin-right: 22px;
}

.nhrc-obligation > h3 {
  margin-top: 20px;
}

.nhrc-obligation > span {
  margin-bottom: 22px;
}

.nhrc-partner-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.nhrc-manage-page,
.nhrc-polls-page,
.nhrc-news-detail,
.nhrc-virtual-page {
  max-width: 1320px !important;
}

.nhrc-manage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nhrc-manage-card {
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 16px;
  background: #fff;
  color: #132d4f;
  box-shadow: 0 10px 30px rgba(15, 55, 100, .08);
}

.nhrc-manage-photo {
  height: 330px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eaf2fb;
  color: #0b5bb5;
  font-size: 72px;
}

.nhrc-manage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.nhrc-manage-body {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.nhrc-manage-body strong { font-size: 17px; line-height: 1.45; }
.nhrc-manage-body small { color: #667085; line-height: 1.5; }
.nhrc-manage-body > span { margin-top: auto; color: #0b5bb5; font-weight: 800; }

.nhrc-polls-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.nhrc-poll-card {
  padding: 26px;
  border: 1px solid #dce6f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 55, 100, .07);
}

.nhrc-poll-card h2 { margin: 0 0 20px; font-size: 18px; line-height: 1.5; }
.nhrc-poll-card label { display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px solid #edf1f6; }
.nhrc-poll-actions { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.nhrc-poll-actions button { padding: 11px 20px; border: 0; border-radius: 8px; background: #0b5bb5; color: #fff; font-weight: 800; }
.nhrc-poll-actions a { color: #0b5bb5; font-weight: 800; }

.nhrc-news-detail__grid,
.nhrc-virtual-layout {
  grid-template-columns: minmax(0, 1fr) 290px !important;
  gap: 32px !important;
}

.nhrc-news-detail__main,
.nhrc-virtual-main {
  min-width: 0;
  width: 100% !important;
}

.nhrc-news-image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nhrc-news-image-track { width: 100%; }
.nhrc-news-image-track .nhrc-news-hero { display: none !important; width: 100%; }
.nhrc-news-image-track .nhrc-news-hero.active { display: block !important; }
.nhrc-news-image-track .nhrc-news-hero img { width: 100%; height: min(620px, 58vw); object-fit: contain; background: #eef3f8; }

.nhrc-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgba(7, 47, 99, .82);
  color: #fff;
}
.nhrc-gallery-arrow.prev { left: 14px; }
.nhrc-gallery-arrow.next { right: 14px; }
.nhrc-gallery-counter { position: absolute; right: 16px; bottom: 14px; z-index: 4; padding: 6px 10px; border-radius: 20px; background: rgba(7, 47, 99, .82); color: #fff; font-weight: 800; }

.nhrc-virtual-card { width: 100% !important; padding: 30px !important; }
.nhrc-virtual-panel { display: none !important; }
.nhrc-virtual-panel.active { display: block !important; }
.nhrc-virtual-tabs { display: flex !important; gap: 8px; flex-wrap: wrap; }
.nhrc-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.nhrc-form-grid label { min-width: 0; }
.nhrc-form-grid input,
.nhrc-form-grid textarea { width: 100% !important; }

@media (max-width: 900px) {
  .nhrc-manage-grid,
  .nhrc-polls-grid,
  .nhrc-news-detail__grid,
  .nhrc-virtual-layout {
    grid-template-columns: 1fr !important;
  }
  .nhrc-topic-slider { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .nhrc-partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 600px) {
  .nhrc-manage-grid,
  .nhrc-polls-grid,
  .nhrc-topic-slider,
  .nhrc-form-grid { grid-template-columns: 1fr !important; }
  .nhrc-virtual-card { padding: 18px !important; }
}

/* Final mobile navigation guard. */
@media (max-width: 991px) {
  .nhrc-site-header .nhrc-nav__inner {
    overflow: visible !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .nhrc-site-header .nhrc-nav-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
  }

  .nhrc-site-header .nhrc-nav__links {
    order: 3;
    flex: 0 0 100% !important;
    width: 100% !important;
    display: none !important;
    flex-direction: column !important;
    overflow: visible !important;
    white-space: normal !important;
    padding: 8px 0 0 !important;
  }

  .nhrc-site-header .nhrc-nav.is-open .nhrc-nav__links {
    display: flex !important;
  }

  .nhrc-site-header .nhrc-nav__item,
  .nhrc-site-header .nhrc-nav__item > a {
    width: 100% !important;
  }

  .nhrc-site-header .nhrc-nav__item > .nhrc-submenu,
  .nhrc-site-header .nhrc-nav__item:hover > .nhrc-submenu,
  .nhrc-site-header .nhrc-nav__item:focus-within > .nhrc-submenu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: none !important;
    padding: 6px 0 10px 14px !important;
    overflow: visible !important;
    box-shadow: none !important;
  }

  .nhrc-site-header .nhrc-nav__item.is-open > .nhrc-submenu {
    display: flex !important;
  }

  .nhrc-site-header .nhrc-submenu__row,
  .nhrc-site-header .nhrc-submenu a,
  .nhrc-site-header .nhrc-submenu__children {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .nhrc-site-header .nhrc-submenu__children {
    position: static !important;
    grid-template-columns: 1fr !important;
    margin-top: 4px !important;
    box-shadow: none !important;
  }

  .nhrc-site-header .nhrc-search {
    margin-left: auto !important;
    flex: 0 1 230px !important;
    width: min(230px, calc(100vw - 145px)) !important;
  }
}

/* Sitemap page */
.nhrc-sitemap-page .nhrc-breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
  color: #98a2b3 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.nhrc-sitemap-page .nhrc-breadcrumb a {
  color: #0b5bb5 !important;
  text-decoration: none !important;
}

.nhrc-sitemap-page .nhrc-section-heading {
  max-width: 760px !important;
  margin: 0 0 22px !important;
  text-align: left !important;
}

.nhrc-sitemap-page .nhrc-section-heading h1 {
  margin: 0 0 8px !important;
  color: #101827 !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.nhrc-sitemap-page .nhrc-section-heading p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.nhrc-sitemap-layout {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: start !important;
}

.nhrc-sitemap-card {
  min-width: 0 !important;
  padding: 24px !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(16, 24, 40, .06) !important;
}

.nhrc-sitemap-card--wide {
  grid-column: span 3 !important;
}

.nhrc-sitemap-card h2 {
  margin: 0 0 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #edf2f7 !important;
  color: #101827 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
}

.nhrc-sitemap-tree ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nhrc-sitemap-tree--scroll {
  max-height: 430px !important;
  overflow-y: auto !important;
  padding-right: 4px !important;
  scrollbar-width: thin !important;
}

.nhrc-sitemap-card--wide > .nhrc-sitemap-tree > ul {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.nhrc-sitemap-tree li {
  min-width: 0 !important;
}

.nhrc-sitemap-tree li li {
  padding-left: 12px !important;
  border-left: 2px solid #e6eef8 !important;
}

.nhrc-sitemap-tree a,
.nhrc-sitemap-news a {
  display: block !important;
  min-width: 0 !important;
  border-radius: 7px !important;
  color: #0a2f63 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
  transition: background .16s ease, color .16s ease, padding-left .16s ease;
}

.nhrc-sitemap-tree a {
  padding: 8px 10px !important;
  background: #f8fafc !important;
}

.nhrc-sitemap-tree > ul > li > a {
  background: #eaf3ff !important;
  color: #0b4ea2 !important;
  font-weight: 950 !important;
}

.nhrc-sitemap-tree a:hover,
.nhrc-sitemap-tree a:focus,
.nhrc-sitemap-news a:hover,
.nhrc-sitemap-news a:focus {
  background: #0b5bb5 !important;
  color: #fff !important;
  padding-left: 14px !important;
}

.nhrc-sitemap-news {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.nhrc-sitemap-news a {
  padding: 12px 14px !important;
  border: 1px solid #e6eef8 !important;
  background: #f8fafc !important;
}

.nhrc-sitemap-news span {
  display: block !important;
  margin-bottom: 5px !important;
  color: #0b5bb5 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.nhrc-sitemap-news a:hover span,
.nhrc-sitemap-news a:focus span {
  color: #fff !important;
}

@media (max-width: 1020px) {
  .nhrc-sitemap-layout,
  .nhrc-sitemap-card--wide > .nhrc-sitemap-tree > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nhrc-sitemap-card--wide {
    grid-column: span 2 !important;
  }
}

@media (max-width: 760px) {
  .nhrc-sitemap-layout,
  .nhrc-sitemap-card--wide > .nhrc-sitemap-tree > ul,
  .nhrc-sitemap-news {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .nhrc-sitemap-card--wide {
    grid-column: span 1 !important;
  }

  .nhrc-sitemap-card {
    padding: 18px !important;
  }
}

/* /virtual: current CI4 markup, with sidebar and visible captcha controls. */
.nhrc-virtual-layout {
  align-items: start !important;
}

.nhrc-virtual-main,
.nhrc-virtual-aside {
  min-width: 0 !important;
}

.nhrc-virtual-page .nhrc-breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
  color: #98a2b3 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.nhrc-virtual-page .nhrc-breadcrumb a {
  color: #0b5bb5 !important;
  text-decoration: none !important;
}

.nhrc-virtual-card {
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(16, 24, 40, .06) !important;
}

.nhrc-virtual-panel {
  display: none !important;
}

.nhrc-virtual-panel.active {
  display: block !important;
}

.nhrc-virtual-success,
.nhrc-virtual-error,
.nhrc-status-result {
  display: grid !important;
  gap: 5px !important;
  margin-bottom: 18px !important;
  padding: 14px 16px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.nhrc-virtual-success {
  border: 1px solid #b7e4c7 !important;
  background: #ecfdf3 !important;
  color: #067647 !important;
}

.nhrc-virtual-error {
  border: 1px solid #fecaca !important;
  background: #fff1f2 !important;
  color: #b42318 !important;
}

.nhrc-status-result {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  border: 1px solid #d5e4f7 !important;
  background: #eff6ff !important;
  color: #0a2f63 !important;
}

.nhrc-virtual-footer {
  display: grid !important;
  grid-template-columns: 170px minmax(190px, 1fr) 92px 44px 210px !important;
  gap: 12px !important;
  align-items: end !important;
  margin-top: 28px !important;
  padding-top: 18px !important;
  border-top: 1px solid #101827 !important;
}

.nhrc-file-btn,
.nhrc-captcha-field,
.nhrc-captcha-code,
.nhrc-captcha-refresh,
.nhrc-virtual-footer .nhrc-submit-btn {
  min-width: 0 !important;
}

.nhrc-file-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid #d8e2ee !important;
  background: #f8fafc !important;
  color: #344054 !important;
  cursor: pointer !important;
  overflow: hidden !important;
}

.nhrc-file-btn input {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.nhrc-captcha-field {
  display: grid !important;
  gap: 7px !important;
  color: #344054 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.nhrc-captcha-field input {
  width: 100% !important;
  height: 48px !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  padding: 0 14px !important;
  font-weight: 800 !important;
}

.nhrc-captcha-code {
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #475467 !important;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-decoration: line-through !important;
}

.nhrc-captcha-refresh {
  height: 48px !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  color: #0b5bb5 !important;
}

.nhrc-virtual-footer .nhrc-submit-btn,
.nhrc-status-form .nhrc-submit-btn {
  height: 48px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
  white-space: nowrap !important;
}

.nhrc-status-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 220px !important;
  align-items: end !important;
}

.nhrc-virtual-aside {
  max-height: none !important;
}

.nhrc-virtual-aside .nhrc-sidebar-news {
  grid-template-columns: 86px minmax(0, 1fr) !important;
}

@media (max-width: 1020px) {
  .nhrc-virtual-footer,
  .nhrc-status-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nhrc-virtual-footer .nhrc-submit-btn,
  .nhrc-status-form .nhrc-submit-btn {
    width: 100% !important;
  }
}

@media (max-width: 760px) {
  .nhrc-virtual-page .nhrc-breadcrumb {
    flex-wrap: wrap !important;
    padding: 0 2px !important;
  }

  .nhrc-virtual-card {
    border-radius: 8px !important;
  }

  .nhrc-virtual-tabs {
    flex-wrap: nowrap !important;
  }

  .nhrc-virtual-tabs button {
    flex: 0 0 auto !important;
    min-width: 180px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
  }

  .nhrc-virtual-footer,
  .nhrc-status-form {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .nhrc-captcha-code,
  .nhrc-captcha-refresh,
  .nhrc-file-btn,
  .nhrc-virtual-footer .nhrc-submit-btn {
    width: 100% !important;
  }
}

/* Home page restoration to match the compact 2026 reference layout. */
.ci4-main {
  padding-top: 0 !important;
}

.nhrc-home {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding-bottom: 64px !important;
}

.nhrc-home .nhrc-hero {
  padding-top: 24px !important;
}

.nhrc-home .nhrc-hero .nhrc-container,
.nhrc-home .nhrc-section {
  width: 100% !important;
  max-width: 1180px !important;
}

.nhrc-home .nhrc-hero__card {
  min-height: 485px !important;
  border-radius: 14px !important;
}

.nhrc-home .nhrc-hero .nhrc-badge {
  display: inline-flex !important;
}

.nhrc-home .nhrc-info .nhrc-eyebrow {
  display: inline-block !important;
}

.nhrc-home .nhrc-section {
  padding-top: 46px !important;
}

.nhrc-news-tab-pane,
.nhrc-partner-pane {
  display: none !important;
}

.nhrc-news-tab-pane.active {
  display: grid !important;
}

.nhrc-partner-pane.active {
  display: block !important;
}

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

.nhrc-home .nhrc-grid-news {
  grid-template-columns: minmax(0, 2fr) 355px !important;
  gap: 34px !important;
}

.nhrc-home .nhrc-card__image {
  height: 198px !important;
}

.nhrc-home .nhrc-topic-grid,
.nhrc-home .nhrc-service-grid,
.nhrc-home .nhrc-obligation-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.nhrc-home .nhrc-obligation-grid .nhrc-obligation:nth-child(n+4) {
  grid-column: span 1;
}

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

.nhrc-home .nhrc-partner-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.nhrc-footer--site .nhrc-footer-main {
  display: grid !important;
  grid-template-columns: 1.35fr 2.4fr !important;
  gap: 70px !important;
  align-items: start !important;
}

.nhrc-footer--site .nhrc-footer-menu {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 42px !important;
}

.nhrc-footer--site .nhrc-footer-menu ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nhrc-footer--site .nhrc-footer-menu li + li {
  margin-top: 18px !important;
}

.nhrc-footer--site .nhrc-footer-menu a {
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .nhrc-home .nhrc-grid-news,
  .nhrc-home .nhrc-info-grid,
  .nhrc-home .nhrc-media-grid {
    grid-template-columns: 1fr !important;
  }

  .nhrc-home .nhrc-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .nhrc-footer--site .nhrc-footer-main,
  .nhrc-footer--site .nhrc-footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .nhrc-home {
    width: min(100%, calc(100% - 24px)) !important;
  }

  .nhrc-home .nhrc-hero__card {
    min-height: 390px !important;
  }

  .nhrc-home .nhrc-card-grid,
  .nhrc-home .nhrc-info-grid,
  .nhrc-home .nhrc-topic-grid,
  .nhrc-home .nhrc-service-grid,
  .nhrc-home .nhrc-obligation-grid,
  .nhrc-home .nhrc-mini-grid,
  .nhrc-footer--site .nhrc-footer-main,
  .nhrc-footer--site .nhrc-footer-menu {
    grid-template-columns: 1fr !important;
  }

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

/* nhrc.uz-style final navigation behaviour: parent menu, one-column submenu, side page flyout. */
.nhrc-site-header .nhrc-nav {
  position: relative !important;
  z-index: 1000 !important;
}

.nhrc-site-header .nhrc-nav__inner {
  width: min(1280px, calc(100% - 32px)) !important;
  max-width: 1280px !important;
  height: 52px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
}

.nhrc-site-header .nhrc-nav__links {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0 !important;
  overflow: visible !important;
}

.nhrc-site-header .nhrc-nav__item {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
}

.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item > a {
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 0 11px !important;
  color: #fff !important;
  font-size: 11px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item:hover > a,
.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item:focus-within > a {
  background: #084889 !important;
}

.nhrc-site-header .nhrc-search {
  flex: 0 0 270px !important;
  width: 270px !important;
  margin-left: 0 !important;
}

.nhrc-site-header .nhrc-submenu {
  position: absolute !important;
  top: 52px !important;
  left: 0 !important;
  right: auto !important;
  display: none !important;
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  max-height: none !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
  padding: 10px !important;
  overflow: visible !important;
  background: #fff !important;
  border: 1px solid #d9e7f8 !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 16px 34px rgba(8, 42, 90, .18) !important;
  z-index: 10010 !important;
}

.nhrc-site-header .nhrc-nav__item:hover > .nhrc-submenu,
.nhrc-site-header .nhrc-nav__item:focus-within > .nhrc-submenu {
  display: grid !important;
}

.nhrc-site-header .nhrc-submenu__row {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.nhrc-site-header .nhrc-submenu__row.has-children:before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  height: 100%;
}

.nhrc-site-header .nhrc-submenu__row > a,
.nhrc-site-header .nhrc-submenu__children a {
  width: 100% !important;
  min-height: 38px !important;
  padding: 9px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #0a2f63 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.nhrc-site-header .nhrc-submenu__row.has-children > a:after {
  content: "\f105";
  margin-left: 10px;
  font-family: FontAwesome;
  opacity: .75;
}

.nhrc-site-header .nhrc-submenu__row:hover > a,
.nhrc-site-header .nhrc-submenu__row:focus-within > a,
.nhrc-site-header .nhrc-submenu__children a:hover,
.nhrc-site-header .nhrc-submenu__children a:focus {
  background: #0b5bb5 !important;
  color: #fff !important;
  border-color: #0b5bb5 !important;
  box-shadow: inset 3px 0 0 #ffc800 !important;
}

.nhrc-site-header .nhrc-submenu__children {
  position: absolute !important;
  top: 0 !important;
  left: calc(100% + 8px) !important;
  right: auto !important;
  display: none !important;
  width: 390px !important;
  min-width: 390px !important;
  max-width: 390px !important;
  max-height: min(76vh, 650px) !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
  padding: 10px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: #fff !important;
  border: 1px solid #d9e7f8 !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(8, 42, 90, .2) !important;
  z-index: 10020 !important;
}

.nhrc-site-header .nhrc-submenu__row:hover > .nhrc-submenu__children,
.nhrc-site-header .nhrc-submenu__row:focus-within > .nhrc-submenu__children {
  display: grid !important;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu {
  left: auto !important;
  right: 0 !important;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu__row.has-children:before {
  right: auto;
  left: -14px;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu__children {
  left: auto !important;
  right: calc(100% + 8px) !important;
}

@media (max-width: 1180px) {
  .nhrc-site-header .nhrc-nav__inner {
    height: auto !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }

  .nhrc-site-header .nhrc-nav__links {
    justify-content: flex-start !important;
  }
}

@media (max-width: 760px) {
  .nhrc-site-header .nhrc-nav__inner {
    flex-wrap: wrap !important;
  }

  .nhrc-site-header .nhrc-search {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  .nhrc-site-header .nhrc-submenu {
    position: fixed !important;
    top: 150px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: calc(100vh - 170px) !important;
    overflow-y: auto !important;
  }

  .nhrc-site-header .nhrc-submenu__children {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 5px !important;
    box-shadow: none !important;
  }
}

/* Reference screenshot proportion pass: header, logo, hero and cards. */
body {
  background: #f3f6fb !important;
}

.nhrc-container,
.nhrc-home,
.nhrc-home .nhrc-section,
.nhrc-home .nhrc-hero .nhrc-container {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
}

.nhrc-site-header .nhrc-topbar {
  min-height: 34px !important;
  background: #f8fafc !important;
}

.nhrc-site-header .nhrc-brandbar {
  padding: 21px 0 !important;
  background: #fff !important;
}

.nhrc-site-header .nhrc-brandbar__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
}

.nhrc-site-header .nhrc-logo {
  display: flex !important;
  align-items: center !important;
  gap: 17px !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.nhrc-site-header .nhrc-logo__seal {
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 62px !important;
  background: #0b4ea2 !important;
  border: 4px solid #f6c400 !important;
  box-shadow: 0 7px 18px rgba(11, 78, 162, .28) !important;
  color: #fff !important;
  font-size: 9px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-align: center !important;
}

.nhrc-site-header .nhrc-logo__seal span {
  display: block !important;
  color: #f6c400 !important;
}

.nhrc-site-header .nhrc-logo__image {
  width: 62px !important;
  height: 62px !important;
  flex: 0 0 62px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.nhrc-site-header .nhrc-logo__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.nhrc-site-header .nhrc-logo__title {
  display: block !important;
  max-width: 440px !important;
  color: #0b4ea2 !important;
  font-size: 17px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.nhrc-site-header .nhrc-contact-pills {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
}

.nhrc-site-header .nhrc-pill {
  min-height: 58px !important;
  padding: 10px 16px !important;
  border-radius: 12px !important;
}

.nhrc-site-header .nhrc-nav {
  background: #0b4ea2 !important;
}

.nhrc-site-header .nhrc-nav__inner {
  height: 52px !important;
}

.nhrc-home {
  padding-bottom: 70px !important;
}

.nhrc-home .nhrc-hero {
  padding-top: 24px !important;
}

.nhrc-home .nhrc-hero__card {
  min-height: 476px !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(16, 24, 40, .18) !important;
}

.nhrc-home .nhrc-hero__content {
  left: 58px !important;
  right: 58px !important;
  bottom: 42px !important;
  max-width: 720px !important;
}

.nhrc-home .nhrc-hero__content h2 {
  margin: 14px 0 10px !important;
  font-size: 38px !important;
  line-height: 1.15 !important;
}

.nhrc-home .nhrc-section {
  padding-top: 46px !important;
}

.nhrc-home .nhrc-titleline {
  margin-bottom: 22px !important;
}

.nhrc-home .nhrc-grid-news {
  grid-template-columns: minmax(0, 2fr) 355px !important;
}

.nhrc-home .nhrc-card-grid {
  gap: 24px !important;
}

.nhrc-home .nhrc-card__image {
  height: 198px !important;
}

.nhrc-home .nhrc-card__body {
  min-height: 185px !important;
  padding: 18px !important;
}

.nhrc-home .nhrc-card h3,
.nhrc-home .nhrc-mini-card h3 {
  font-size: 15px !important;
  line-height: 1.38 !important;
}

.nhrc-home .nhrc-card p {
  max-height: 61px !important;
  overflow: hidden !important;
}

.nhrc-home .nhrc-event {
  min-height: 92px !important;
}

.nhrc-home .nhrc-info {
  min-height: 240px !important;
}

.nhrc-home .nhrc-topic {
  min-height: 285px !important;
}

.nhrc-home .nhrc-topic img[src=""],
.nhrc-home .nhrc-topic:not(:has(img)) {
  background: linear-gradient(180deg, #d8dee8, #111827) !important;
}

.nhrc-home .nhrc-service {
  min-height: 190px !important;
}

.nhrc-home .nhrc-obligation {
  min-height: 230px !important;
  max-height: 230px !important;
  overflow: hidden !important;
}

.nhrc-home .nhrc-obligation h3 {
  max-height: 62px !important;
  overflow: hidden !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.nhrc-home .nhrc-obligation p {
  max-height: 64px !important;
  overflow: hidden !important;
}

.nhrc-home .nhrc-publication {
  width: 230px !important;
}

.nhrc-home .nhrc-publication__cover {
  height: 230px !important;
}

.nhrc-home .nhrc-partners {
  padding: 30px !important;
}

.nhrc-footer--site {
  padding-top: 64px !important;
}

.nhrc-footer--site .nhrc-footer-logo__image {
  background: rgba(255, 255, 255, .08) !important;
}

@media (max-width: 1180px) {
  .nhrc-site-header .nhrc-brandbar__inner {
    align-items: flex-start !important;
  }

  .nhrc-site-header .nhrc-contact-pills {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
  }
}

@media (max-width: 760px) {
  .nhrc-site-header .nhrc-brandbar {
    padding: 16px 0 !important;
  }

  .nhrc-site-header .nhrc-brandbar__inner,
  .nhrc-site-header .nhrc-contact-pills {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .nhrc-site-header .nhrc-logo__title {
    font-size: 15px !important;
  }

  .nhrc-home .nhrc-hero__card {
    min-height: 390px !important;
  }

  .nhrc-home .nhrc-hero__content {
    left: 22px !important;
    right: 22px !important;
    bottom: 28px !important;
  }

  .nhrc-home .nhrc-hero__content h2 {
    font-size: 26px !important;
  }
}

/* Inner pages final design pass: consistent card, sidebar, media and typography. */
.nhrc-news-detail,
.nhrc-static-page,
.nhrc-book-detail {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
  margin: 34px auto 78px !important;
  padding: 0 !important;
}

.nhrc-news-detail *,
.nhrc-static-page *,
.nhrc-book-detail * {
  box-sizing: border-box;
}

.nhrc-news-detail__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px !important;
  gap: 36px !important;
  align-items: start !important;
}

.nhrc-news-detail__main,
.nhrc-static-content,
.nhrc-book-card,
.nhrc-news-detail__aside,
.nhrc-static-nav {
  background: #fff !important;
  border: 1px solid #e3ebf5 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(16, 24, 40, .06) !important;
}

.nhrc-news-detail__main,
.nhrc-static-content {
  min-width: 0 !important;
  padding: 34px 36px 38px !important;
}

.nhrc-news-detail__top {
  margin-bottom: 24px !important;
}

.nhrc-back-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #0b5bb5 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.nhrc-back-link:hover,
.nhrc-back-link:focus {
  color: #083f86 !important;
  text-decoration: none !important;
}

.nhrc-news-meta {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
  color: #98a2b3 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.nhrc-news-meta span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 6px !important;
  background: #eaf3ff !important;
  color: #0b5bb5 !important;
}

.nhrc-news-detail__main h1,
.nhrc-static-content h1,
.nhrc-book-info h1 {
  margin: 0 0 24px !important;
  color: #101827 !important;
  font-size: 32px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.nhrc-news-image-slider {
  position: relative !important;
  margin: 0 0 28px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #e7edf5 !important;
}

.nhrc-news-image-track {
  position: relative !important;
}

.nhrc-news-hero {
  display: none !important;
  width: 100% !important;
  min-height: 420px !important;
  background: #e7edf5 !important;
}

.nhrc-news-hero.active,
.nhrc-news-image-slider .nhrc-news-hero:first-child {
  display: block !important;
}

.nhrc-news-hero img {
  display: block !important;
  width: 100% !important;
  height: 420px !important;
  object-fit: cover !important;
}

.nhrc-static-hero {
  display: block !important;
  width: 100% !important;
  max-height: 360px !important;
  margin: 0 0 26px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
}

.nhrc-news-body {
  color: #344054 !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

.nhrc-news-body .lead,
.nhrc-news-body > p:first-child {
  color: #101827 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;
}

.nhrc-news-body p,
.nhrc-news-body ul,
.nhrc-news-body ol,
.nhrc-news-body table,
.nhrc-news-body blockquote {
  margin: 0 0 18px !important;
}

.nhrc-news-body img,
.nhrc-news-body iframe,
.nhrc-news-body video,
.nhrc-news-body table {
  max-width: 100% !important;
}

.nhrc-news-body table {
  width: 100% !important;
  border-collapse: collapse !important;
  overflow-x: auto !important;
}

.nhrc-news-body a {
  color: #0b5bb5 !important;
  font-weight: 800 !important;
}

.nhrc-news-detail__aside {
  width: 100% !important;
  min-width: 0 !important;
  padding: 24px 22px !important;
}

.nhrc-news-detail__aside h2,
.nhrc-static-nav h2 {
  margin: 0 0 18px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #edf2f7 !important;
  color: #101827 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

.nhrc-sidebar-news {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  min-height: 88px !important;
  margin: 0 0 12px !important;
  padding: 10px !important;
  border: 1px solid #e6edf6 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #101827 !important;
  text-decoration: none !important;
  box-shadow: 0 3px 10px rgba(16, 24, 40, .04) !important;
}

.nhrc-sidebar-news:hover,
.nhrc-sidebar-news:focus {
  border-color: #b8d5f7 !important;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .08) !important;
}

.nhrc-sidebar-news img {
  display: block !important;
  width: 92px !important;
  height: 68px !important;
  border-radius: 7px !important;
  object-fit: cover !important;
  background: #e7edf5 !important;
}

.nhrc-sidebar-news span {
  min-width: 0 !important;
  color: #101827 !important;
  font-size: 13px !important;
  line-height: 1.32 !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}

.nhrc-static-grid {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 34px !important;
  align-items: start !important;
}

.nhrc-static-grid:not(:has(.nhrc-static-nav)) {
  grid-template-columns: 1fr !important;
}

.nhrc-static-nav {
  padding: 22px 20px !important;
}

.nhrc-static-nav a {
  display: block !important;
  width: 100% !important;
  margin: 0 0 6px !important;
  padding: 11px 12px !important;
  border-radius: 8px !important;
  color: #344054 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.nhrc-static-nav a:hover,
.nhrc-static-nav a:focus,
.nhrc-static-nav a.active {
  background: #eaf3ff !important;
  color: #0b5bb5 !important;
}

.nhrc-doc-list {
  display: grid !important;
  gap: 10px !important;
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-top: 1px solid #edf2f7 !important;
}

.nhrc-doc-list a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 46px !important;
  padding: 12px 14px !important;
  border-radius: 9px !important;
  background: #eaf3ff !important;
  color: #0b5bb5 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.nhrc-book-card {
  padding: 34px 38px !important;
}

.nhrc-book-layout {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 44px !important;
  align-items: start !important;
  margin-top: 28px !important;
}

.nhrc-book-cover {
  min-height: 420px !important;
  padding: 22px !important;
  border: 1px solid #e6edf6 !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  box-shadow: inset 0 0 0 10px #fff !important;
}

.nhrc-book-cover img {
  display: block !important;
  width: 100% !important;
  height: 370px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
}

.nhrc-book-year {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  margin-bottom: 12px !important;
  padding: 0 10px !important;
  border-radius: 6px !important;
  background: #fff7df !important;
  color: #b77900 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.nhrc-book-author {
  color: #344054 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.nhrc-book-text {
  max-width: 780px !important;
  color: #667085 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.nhrc-book-download {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-top: 70px !important;
  padding: 18px 20px !important;
  border: 1px solid #cfe1fb !important;
  border-radius: 12px !important;
  background: #e8f2ff !important;
}

.nhrc-book-download b,
.nhrc-book-download small {
  display: block !important;
  color: #0f4597 !important;
}

.nhrc-download-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border-radius: 9px !important;
  background: #0b5bb5 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.nhrc-media-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-bottom: 26px !important;
}

.nhrc-media-detail-grid a,
.nhrc-media-detail-grid img {
  display: block !important;
  width: 100% !important;
}

.nhrc-media-detail-grid img {
  height: 220px !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  background: #e7edf5 !important;
}

.nhrc-video-frame {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  margin-bottom: 28px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #0b1324 !important;
}

.nhrc-video-frame iframe,
.nhrc-video-frame video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

@media (max-width: 1020px) {
  .nhrc-news-detail__grid,
  .nhrc-static-grid,
  .nhrc-book-layout {
    grid-template-columns: 1fr !important;
  }

  .nhrc-news-detail__aside {
    order: 2;
  }

  .nhrc-book-download {
    margin-top: 34px !important;
  }
}

@media (max-width: 760px) {
  .nhrc-news-detail,
  .nhrc-static-page,
  .nhrc-book-detail {
    width: min(100%, calc(100% - 24px)) !important;
    margin-top: 22px !important;
    margin-bottom: 52px !important;
  }

  .nhrc-news-detail__main,
  .nhrc-static-content,
  .nhrc-book-card,
  .nhrc-news-detail__aside,
  .nhrc-static-nav {
    padding: 20px 16px !important;
    border-radius: 10px !important;
  }

  .nhrc-news-detail__main h1,
  .nhrc-static-content h1,
  .nhrc-book-info h1 {
    font-size: 24px !important;
  }

  .nhrc-news-hero,
  .nhrc-news-hero img {
    min-height: 250px !important;
    height: 250px !important;
  }

  .nhrc-sidebar-news {
    grid-template-columns: 82px minmax(0, 1fr) !important;
  }

  .nhrc-sidebar-news img {
    width: 82px !important;
    height: 62px !important;
  }

  .nhrc-book-cover {
    min-height: 0 !important;
  }

  .nhrc-book-cover img {
    height: auto !important;
  }

  .nhrc-book-download {
    display: grid !important;
  }

  .nhrc-download-btn {
    width: 100% !important;
  }

  .nhrc-media-detail-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Inner list pages: news, publications, FAQ, virtual reception, contacts, media. */
.ci4-main > .ci4-wrap:not(.nhrc-home):not(.nhrc-news-detail):not(.nhrc-static-page):not(.nhrc-book-detail) {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
  margin: 34px auto 78px !important;
  padding: 0 !important;
}

.nhrc-section-heading {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 0 0 26px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #dce5f0 !important;
}

.nhrc-section-heading h1 {
  margin: 0 !important;
  color: #101827 !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.nhrc-section-heading p {
  margin: 8px 0 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.nhrc-section-heading a {
  color: #0b5bb5 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.nhrc-news-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.nhrc-news-card,
.nhrc-book-list-card,
.nhrc-media-card,
.nhrc-faq-item,
.nhrc-virtual-card,
.nhrc-contact-card {
  background: #fff !important;
  border: 1px solid #e3ebf5 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .055) !important;
}

.nhrc-news-card {
  overflow: hidden !important;
}

.nhrc-news-card a,
.nhrc-media-card {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}

.nhrc-news-card img {
  display: block !important;
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  background: #e7edf5 !important;
}

.nhrc-news-card__body {
  padding: 18px !important;
}

.nhrc-news-card__body span,
.nhrc-book-list-body > span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  margin-bottom: 10px !important;
  padding: 0 8px !important;
  border-radius: 6px !important;
  background: #eaf3ff !important;
  color: #0b5bb5 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.nhrc-news-card__body h2,
.nhrc-book-list-body h2,
.nhrc-book-list-body h2 a {
  margin: 0 !important;
  color: #101827 !important;
  font-size: 16px !important;
  line-height: 1.38 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.nhrc-news-card__body p,
.nhrc-book-list-body p {
  margin: 12px 0 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.nhrc-books-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.nhrc-book-list-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  overflow: hidden !important;
}

.nhrc-book-list-cover {
  display: block !important;
  min-height: 275px !important;
  padding: 16px !important;
  background: #f8fafc !important;
  border-bottom: 1px solid #e6edf6 !important;
}

.nhrc-book-list-cover img {
  display: block !important;
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

.nhrc-book-list-body {
  display: flex !important;
  flex-direction: column !important;
  min-height: 190px !important;
  padding: 16px !important;
}

.nhrc-book-list-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: auto !important;
  padding-top: 18px !important;
}

.nhrc-book-list-actions a {
  color: #0b5bb5 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.nhrc-media-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.nhrc-media-card {
  position: relative !important;
  overflow: hidden !important;
}

.nhrc-media-card img {
  display: block !important;
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  background: #e7edf5 !important;
}

.nhrc-media-card strong {
  display: block !important;
  min-height: 72px !important;
  padding: 16px !important;
  color: #101827 !important;
  font-size: 15px !important;
  line-height: 1.38 !important;
  font-weight: 900 !important;
}

.nhrc-faq-page {
  max-width: 900px !important;
}

.nhrc-faq-list {
  display: grid !important;
  gap: 18px !important;
}

.nhrc-faq-item {
  padding: 0 !important;
  overflow: hidden !important;
}

.nhrc-faq-item summary {
  cursor: pointer !important;
  padding: 22px 24px !important;
  color: #101827 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
  list-style: none !important;
}

.nhrc-faq-item summary::-webkit-details-marker {
  display: none;
}

.nhrc-faq-item div {
  padding: 0 24px 22px !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  border-top: 1px solid #edf2f7 !important;
}

.nhrc-virtual-page {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.nhrc-virtual-card {
  padding: 34px 38px !important;
}

.nhrc-virtual-card h1 {
  margin: 0 0 26px !important;
  color: #101827 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
}

.nhrc-virtual-tabs {
  display: flex !important;
  gap: 0 !important;
  margin-bottom: 26px !important;
  border-bottom: 1px solid #d8e2ee !important;
}

.nhrc-virtual-tabs button {
  min-height: 54px !important;
  padding: 0 26px !important;
  border: 1px solid transparent !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  background: transparent !important;
  color: #667085 !important;
  font-weight: 900 !important;
}

.nhrc-virtual-tabs button.active {
  border-color: #0b5bb5 !important;
  background: #fff !important;
  color: #101827 !important;
}

.nhrc-form-grid,
.nhrc-status-form,
.nhrc-contact-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.nhrc-form-grid label,
.nhrc-status-form label,
.nhrc-contact-form label {
  display: grid !important;
  gap: 8px !important;
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.nhrc-form-grid input,
.nhrc-form-grid textarea,
.nhrc-status-form input,
.nhrc-contact-form input,
.nhrc-contact-form textarea {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  color: #101827 !important;
  padding: 0 16px !important;
  outline: 0 !important;
}

.nhrc-form-grid textarea,
.nhrc-contact-form textarea {
  min-height: 130px !important;
  padding-top: 14px !important;
}

.nhrc-checkline {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 28px 0 !important;
  color: #344054 !important;
  font-weight: 800 !important;
}

.nhrc-virtual-footer,
.nhrc-contact-form {
  display: grid !important;
  gap: 18px !important;
}

.nhrc-file-btn,
.nhrc-submit-btn,
.nhrc-contact-form button {
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
}

.nhrc-submit-btn,
.nhrc-contact-form button {
  background: #0b5bb5 !important;
  color: #fff !important;
}

.nhrc-contact-page .nhrc-static-content {
  padding: 30px !important;
}

.nhrc-contact-card {
  padding: 26px 24px !important;
}

.nhrc-contact-card h2 {
  margin: 0 0 18px !important;
  color: #101827 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

@media (max-width: 1020px) {
  .nhrc-news-grid,
  .nhrc-books-grid,
  .nhrc-media-grid,
  .nhrc-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .ci4-main > .ci4-wrap:not(.nhrc-home):not(.nhrc-news-detail):not(.nhrc-static-page):not(.nhrc-book-detail) {
    width: min(100%, calc(100% - 24px)) !important;
    margin-top: 22px !important;
    margin-bottom: 52px !important;
  }

  .nhrc-section-heading {
    display: grid !important;
    align-items: start !important;
  }

  .nhrc-section-heading h1 {
    font-size: 24px !important;
  }

  .nhrc-news-grid,
  .nhrc-books-grid,
  .nhrc-media-grid,
  .nhrc-form-grid,
  .nhrc-status-form,
  .nhrc-contact-grid {
    grid-template-columns: 1fr !important;
  }

  .nhrc-virtual-card {
    padding: 22px 16px !important;
  }

  .nhrc-virtual-tabs {
    overflow-x: auto !important;
  }
}

@media (max-width: 560px) {
  .nhrc-hero .nhrc-container,
  .nhrc-hero__card,
  .nhrc-slide,
  .nhrc-hero__content {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .nhrc-hero__content {
    left: 24px !important;
    right: 24px !important;
    top: auto !important;
    bottom: 34px !important;
    width: auto !important;
    max-width: calc(100% - 48px) !important;
  }

  .nhrc-hero__card,
  .nhrc-slide {
    min-height: 360px !important;
    height: 360px !important;
  }

  .nhrc-slide img {
    object-position: center center !important;
  }

  .nhrc-hero__content h2 {
    max-width: 100% !important;
    font-size: 27px !important;
    line-height: 1.13 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}

@media (max-width: 520px) {
  .nhrc-area-container {
    width: calc(100% - 24px);
  }

  .nhrc-area-breadcrumb {
    min-height: 46px;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 12px;
  }

  .nhrc-area-sidebar h2 {
    font-size: 12px;
  }

  .nhrc-area-menu a {
    padding: 10px 11px;
    font-size: 13px;
  }

  .nhrc-area-card h1 {
    font-size: 20px;
  }

  .nhrc-area-subtitle {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .nhrc-area-callout,
  .nhrc-area-content {
    font-size: 14px;
  }
}

.nhrc-topic-slider {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 24px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  padding: 4px 4px 16px !important;
  scrollbar-width: none;
}

.nhrc-topic-slider::-webkit-scrollbar,
.nhrc-partner-slider::-webkit-scrollbar {
  display: none;
}

.nhrc-topic-slider .nhrc-topic {
  flex: 0 0 calc((100% - 48px) / 3) !important;
  min-width: 0;
}

.nhrc-partner-slider {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 16px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  padding: 0 0 14px !important;
  scrollbar-width: none;
}

.nhrc-partner-slider .nhrc-partner {
  flex: 0 0 calc((100% - 80px) / 6) !important;
  min-width: 150px;
}

.nhrc-nav,
.nhrc-nav__inner,
.nhrc-nav__links,
.nhrc-nav__item {
  overflow: visible !important;
}

.nhrc-submenu {
  width: min(760px, calc(100vw - 48px)) !important;
  max-width: min(760px, calc(100vw - 48px)) !important;
  min-width: 560px !important;
  max-height: none !important;
  overflow: visible !important;
  display: none !important;
  grid-template-columns: repeat(2, minmax(250px, 1fr)) !important;
  align-items: start !important;
  gap: 4px !important;
  padding: 10px !important;
  background: #fff !important;
  border: 1px solid var(--nhrc-border) !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .18) !important;
}

.nhrc-nav__item:hover > .nhrc-submenu,
.nhrc-nav__item:focus-within > .nhrc-submenu,
.nhrc-nav__item.is-open > .nhrc-submenu {
  display: grid !important;
}

.nhrc-submenu__row {
  position: relative !important;
  min-width: 0 !important;
}

.nhrc-submenu a {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 9px 12px !important;
  border-radius: 7px !important;
  color: #101827 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

.nhrc-submenu a:hover,
.nhrc-submenu__row:hover > a {
  background: #ffc800 !important;
  color: #071f41 !important;
}

.nhrc-submenu__children {
  position: absolute !important;
  left: calc(100% + 10px) !important;
  right: auto !important;
  top: 0 !important;
  width: min(380px, calc(100vw - 48px)) !important;
  min-width: 300px !important;
  max-height: none !important;
  overflow: visible !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  padding: 8px !important;
  background: #0a3f85 !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 10px !important;
  box-shadow: 0 16px 34px rgba(16, 24, 40, .24) !important;
}

.nhrc-submenu__children a {
  color: #fff !important;
}

.nhrc-submenu__children a:hover {
  background: #ffc800 !important;
  color: #071f41 !important;
}

.nhrc-submenu__row:hover > .nhrc-submenu__children,
.nhrc-submenu__row:focus-within > .nhrc-submenu__children {
  display: grid !important;
}

.nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu {
  left: auto !important;
  right: 0 !important;
}

.nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu__children {
  left: auto !important;
  right: calc(100% + 10px) !important;
}

@media (min-width: 1300px) {
  .nhrc-submenu {
    grid-template-columns: repeat(3, minmax(230px, 1fr)) !important;
    min-width: 760px !important;
  }
}

@media (max-width: 900px) {
  .nhrc-topic-slider .nhrc-topic {
    flex-basis: 82% !important;
  }

  .nhrc-partner-slider .nhrc-partner {
    flex-basis: 44% !important;
  }

  .nhrc-submenu {
    min-width: 280px !important;
    width: min(420px, calc(100vw - 32px)) !important;
    grid-template-columns: 1fr !important;
  }

  .nhrc-submenu__children {
    position: static !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 4px 0 8px 12px !important;
    box-shadow: none !important;
  }
}

/* Remove leftover generated/template footer and speech helper remnants. */
.nhrc-footer + footer.w-full,
#gs_tooltip_title,
#gs_tooltip,
#sound_container,
#sound_audio {
  display: none !important;
}

/* Language dropdown */
.nhrc-lang {
  position: relative;
}

.nhrc-lang__button {
  min-width: 108px;
  height: 36px;
  border: 1px solid #d8e3f4 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #0b3878 !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(16, 24, 40, .05);
}

.nhrc-lang__menu {
  right: 0 !important;
  left: auto !important;
  min-width: 150px !important;
  padding: 8px !important;
  border: 1px solid var(--nhrc-border) !important;
  border-radius: 10px !important;
  box-shadow: 0 16px 34px rgba(16, 24, 40, .16) !important;
}

.nhrc-lang__menu a {
  display: block;
  padding: 9px 10px !important;
  border-radius: 7px;
  color: #101827 !important;
  font-weight: 700;
}

.nhrc-lang__menu a:hover {
  background: #eaf3ff !important;
  color: var(--nhrc-blue) !important;
}

/* Inner page shared */
.nhrc-inner-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.nhrc-inner-head h1 {
  margin: 0;
  color: #101827;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.nhrc-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #104da3 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

/* Book detail */
.nhrc-book-card {
  background: #fff;
  border: 1px solid var(--nhrc-border);
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(16, 24, 40, .06);
  padding: 34px;
}

.nhrc-book-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 46px;
  margin-top: 28px;
  align-items: start;
}

.nhrc-book-cover {
  background: #f8fafc;
  border: 1px solid var(--nhrc-border);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, .08);
}

.nhrc-book-cover img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.nhrc-book-year {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 7px;
  background: #fff0c2;
  color: #9a5c00;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nhrc-book-info h1 {
  margin: 10px 0 14px;
  max-width: 760px;
  color: #101827;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
}

.nhrc-book-author {
  margin: 0 0 18px;
  color: #101827;
  font-size: 15px;
}

.nhrc-book-text {
  color: #667085;
  font-size: 16px;
  line-height: 1.55;
}

.nhrc-book-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 72px;
  padding: 18px 20px;
  border: 1px solid #c9ddfb;
  border-radius: 12px;
  background: #eaf3ff;
  color: #0b4696;
}

.nhrc-book-download b,
.nhrc-book-download small {
  display: block;
}

.nhrc-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 9px;
  background: var(--nhrc-blue);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

/* News detail */
.nhrc-news-detail .container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
}

.nhrc-news-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 295px;
  gap: 34px;
  align-items: start;
}

.nhrc-news-detail__top,
.nhrc-news-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nhrc-news-actions button {
  height: 36px;
  padding: 0 14px;
  border: 1px solid #d8e3f4;
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font-weight: 800;
}

.nhrc-news-actions button:last-child {
  background: var(--nhrc-blue);
  color: #fff;
  border-color: var(--nhrc-blue);
}

.nhrc-news-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.nhrc-news-meta span {
  padding: 5px 9px;
  border-radius: 5px;
  background: #eaf3ff;
  color: var(--nhrc-blue);
}

.nhrc-news-detail h1 {
  margin: 16px 0 26px;
  color: #101827;
  font-size: 30px;
  line-height: 1.24;
  font-weight: 900;
}

.nhrc-news-hero {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #e9eef7;
}

.nhrc-news-hero img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}

.nhrc-news-body {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--nhrc-border);
  border-radius: 12px;
  background: #fff;
  color: #344054;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 3px 10px rgba(16, 24, 40, .05);
}

.nhrc-news-body .lead,
.nhrc-news-body > p:first-child {
  color: #101827;
  font-weight: 800;
}

.nhrc-news-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.nhrc-news-gallery img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.nhrc-news-docs {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.nhrc-news-docs a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 10px;
  background: #eaf3ff;
  color: #0b4696;
  font-weight: 800;
  text-decoration: none !important;
}

.nhrc-news-detail__aside h3 {
  margin: 0 0 18px;
  color: #98a2b3;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.nhrc-related-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--nhrc-border);
  border-radius: 9px;
  background: #fff;
  color: #101827 !important;
  text-decoration: none !important;
  box-shadow: 0 2px 7px rgba(16, 24, 40, .05);
}

.nhrc-related-card img {
  width: 74px;
  height: 62px;
  border-radius: 6px;
  object-fit: cover;
}

.nhrc-related-card b,
.nhrc-related-card small {
  display: block;
}

.nhrc-related-card b {
  font-size: 12px;
  line-height: 1.25;
}

.nhrc-related-card small {
  margin-top: 5px;
  color: #98a2b3;
  font-size: 11px;
}

/* Gallery */
.nhrc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nhrc-gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 230px;
  border-radius: 10px;
  background: #0b1b33;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(16, 24, 40, .08);
}

.nhrc-gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform .25s ease;
}

.nhrc-gallery-card:hover img {
  transform: scale(1.04);
}

.nhrc-gallery-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 42px 18px 18px;
  background: linear-gradient(180deg, transparent, rgba(8, 18, 36, .86));
  font-weight: 900;
  line-height: 1.3;
}

.nhrc-gallery-grid--photos .nhrc-gallery-card span {
  display: grid;
  place-items: center;
  inset: 0;
  padding: 0;
  opacity: 0;
  background: rgba(8, 18, 36, .38);
  font-size: 26px;
  transition: opacity .2s ease;
}

.nhrc-gallery-grid--photos .nhrc-gallery-card:hover span {
  opacity: 1;
}

@media (max-width: 760px) {
  .nhrc-book-layout,
  .nhrc-news-detail__grid {
    grid-template-columns: 1fr;
  }

  .nhrc-book-cover {
    max-width: 280px;
  }
}

@media (max-width: 1000px) {
  .nhrc-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nhrc-book-card,
  .nhrc-news-body {
    padding: 20px;
  }

  .nhrc-book-info h1,
  .nhrc-news-detail h1 {
    font-size: 24px;
  }

  .nhrc-book-download,
  .nhrc-news-detail__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .nhrc-gallery-grid,
  .nhrc-news-gallery {
    grid-template-columns: 1fr;
  }
}

/* Current interaction fixes */
.nhrc-nav__inner {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
}

.nhrc-nav-toggle {
  display: none;
}

@media (max-width: 991px) {
  .nhrc-nav__inner {
    position: relative;
    flex-wrap: wrap !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .nhrc-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 6px;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 700;
  }

  .nhrc-nav__links {
    order: 3;
    flex: 0 0 100% !important;
    display: none !important;
    flex-direction: column;
    white-space: normal !important;
    padding-top: 8px;
  }

  .nhrc-nav.is-open .nhrc-nav__links {
    display: flex !important;
  }

  .nhrc-nav__item,
  .nhrc-nav__links > .nhrc-nav__item > a {
    width: 100%;
  }

  .nhrc-nav__links > .nhrc-nav__item > a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nhrc-nav__item > .nhrc-submenu,
  .nhrc-nav__item:hover > .nhrc-submenu,
  .nhrc-nav__item:focus-within > .nhrc-submenu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    display: none !important;
    padding: 6px 0 10px 14px !important;
    box-shadow: none !important;
  }

  .nhrc-nav__item.is-open > .nhrc-submenu {
    display: flex !important;
  }

  .nhrc-submenu__row,
  .nhrc-submenu a {
    width: 100% !important;
    max-width: none !important;
  }

  .nhrc-submenu__children {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 4px;
    grid-template-columns: 1fr !important;
    box-shadow: none !important;
  }

  .nhrc-nav .nhrc-search,
  .nhrc-search {
    margin-left: auto;
    flex: 0 1 230px !important;
    width: min(230px, calc(100vw - 145px)) !important;
  }
}

.nhrc-nav__links {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.nhrc-nav__links > .nhrc-nav__item > a {
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 11px !important;
}

.nhrc-nav .nhrc-search,
.nhrc-search {
  flex: 0 0 230px !important;
  width: 230px !important;
  padding-bottom: 0 !important;
}

.nhrc-submenu {
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: min(1120px, calc(100vw - 48px)) !important;
  min-width: 720px !important;
  display: none !important;
  grid-template-columns: none !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 12px !important;
}

.nhrc-nav__item:hover > .nhrc-submenu,
.nhrc-nav__item:focus-within > .nhrc-submenu,
.nhrc-nav__item.is-open > .nhrc-submenu {
  display: flex !important;
}

.nhrc-submenu__row {
  flex: 0 1 auto !important;
}

.nhrc-submenu a {
  width: auto !important;
  max-width: 320px;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: #0b4f9f !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.12);
}

.nhrc-submenu a:hover,
.nhrc-submenu__row:hover > a {
  background: #ffc800 !important;
  color: #071f41 !important;
}

.nhrc-submenu__children {
  left: 0 !important;
  top: calc(100% + 8px) !important;
  right: auto !important;
  width: min(520px, calc(100vw - 48px)) !important;
  min-width: 320px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  z-index: 10020 !important;
}

.nhrc-submenu__children a {
  display: flex !important;
  width: auto !important;
  max-width: none;
}

.nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu__children {
  left: auto !important;
  right: 0 !important;
}

.nhrc-slider-shell {
  position: relative;
}

.nhrc-slider-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  border: 1px solid #d8e3f4;
  border-radius: 50%;
  background: #fff;
  color: var(--nhrc-blue);
  box-shadow: 0 8px 20px rgba(16, 24, 40, .12);
  display: grid;
  place-items: center;
}

.nhrc-slider-nav.prev {
  left: -19px;
}

.nhrc-slider-nav.next {
  right: -19px;
}

.nhrc-slider-nav:hover {
  background: var(--nhrc-blue);
  color: #fff;
}

.nhrc-mini-card__img {
  position: relative !important;
  overflow: hidden;
}

.nhrc-play {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 2 !important;
}

.nhrc-news-image-slider {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.nhrc-news-image-track {
  position: relative;
  min-height: 430px;
  background: #e9eef7;
}

.nhrc-news-image-track .nhrc-news-hero {
  display: none;
}

.nhrc-news-image-track .nhrc-news-hero.active {
  display: block;
}

.nhrc-news-image-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--nhrc-blue);
  box-shadow: 0 10px 22px rgba(16, 24, 40, .18);
  display: grid;
  place-items: center;
}

.nhrc-news-image-btn.prev {
  left: 14px;
}

.nhrc-news-image-btn.next {
  right: 14px;
}

.nhrc-news-image-btn:hover {
  background: var(--nhrc-blue);
  color: #fff;
}

.nhrc-lang__button:hover,
.nhrc-lang.open .nhrc-lang__button {
  background: #eaf3ff !important;
  border-color: #b8d5ff !important;
  color: var(--nhrc-blue) !important;
}

@media (max-width: 1100px) {
  html,
  body {
    overflow-x: hidden;
  }

  .nhrc-nav__links {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
  }

  .nhrc-nav__links::-webkit-scrollbar {
    display: none;
  }

  .nhrc-nav .nhrc-search,
  .nhrc-search {
    flex-basis: 170px !important;
    width: 170px !important;
  }
}

@media (max-width: 900px) {
  .nhrc-nav__inner {
    align-items: stretch !important;
  }

  .nhrc-nav .nhrc-search,
  .nhrc-search {
    flex-basis: 180px !important;
    width: 180px !important;
  }

  .nhrc-submenu {
    min-width: 280px !important;
    width: min(420px, calc(100vw - 32px)) !important;
    display: none !important;
  }

  .nhrc-nav__item:hover > .nhrc-submenu,
  .nhrc-nav__item:focus-within > .nhrc-submenu,
  .nhrc-nav__item.is-open > .nhrc-submenu {
    display: grid !important;
  }

  .nhrc-submenu a {
    width: 100% !important;
    max-width: none;
  }

  .nhrc-submenu__children {
    grid-template-columns: 1fr !important;
  }

  .nhrc-slider-nav.prev {
    left: 4px;
  }

  .nhrc-slider-nav.next {
    right: 4px;
  }
}

/* Final menu, slider, language and books fixes */
.nhrc-hero__card {
  position: relative !important;
}

.nhrc-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  background: rgba(9, 36, 74, .72);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  display: grid;
  place-items: center;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.nhrc-hero-nav.prev {
  left: 18px;
}

.nhrc-hero-nav.next {
  right: 18px;
}

.nhrc-hero-nav:hover {
  background: #ffc800;
  border-color: #ffc800;
  color: #082a5a;
  transform: translateY(-50%) scale(1.04);
}

.nhrc-nav,
.nhrc-nav__inner,
.nhrc-nav__links,
.nhrc-nav__item {
  overflow: visible !important;
}

.nhrc-nav__item {
  position: relative !important;
}

.nhrc-submenu {
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  padding: 10px !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
  flex-wrap: nowrap !important;
  border: 1px solid #dbe7f6 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(8, 42, 90, .18) !important;
}

.nhrc-nav__item:hover > .nhrc-submenu,
.nhrc-nav__item:focus-within > .nhrc-submenu,
.nhrc-nav__item.is-open > .nhrc-submenu {
  display: grid !important;
}

.nhrc-submenu__row {
  position: relative !important;
  width: 100% !important;
  flex: 0 0 100% !important;
}

.nhrc-submenu a {
  width: 100% !important;
  max-width: none !important;
  min-height: 38px !important;
  padding: 10px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #0b2750 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  box-shadow: none !important;
}

.nhrc-submenu a:hover,
.nhrc-submenu__row:hover > a {
  background: #0b5bb5 !important;
  color: #fff !important;
}

.nhrc-submenu__row.has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  flex: 0 0 auto;
  margin-left: 12px;
  opacity: .75;
}

.nhrc-submenu__children {
  top: 0 !important;
  left: calc(100% + 10px) !important;
  right: auto !important;
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  max-height: min(68vh, 620px) !important;
  overflow-y: auto !important;
  padding: 10px !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
  border: 1px solid #dbe7f6 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(8, 42, 90, .18) !important;
  z-index: 10030 !important;
}

.nhrc-submenu__row:hover > .nhrc-submenu__children,
.nhrc-submenu__row:focus-within > .nhrc-submenu__children {
  display: grid !important;
}

.nhrc-nav__item:nth-last-child(-n+2) .nhrc-submenu {
  left: auto !important;
  right: 0 !important;
}

.nhrc-nav__item:nth-last-child(-n+2) .nhrc-submenu__children {
  left: auto !important;
  right: calc(100% + 10px) !important;
}

.nhrc-lang {
  position: relative;
}

.nhrc-lang__button {
  transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nhrc-lang__button:hover,
.nhrc-lang.open .nhrc-lang__button {
  background: #0b5bb5 !important;
  border-color: #0b5bb5 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(11, 91, 181, .22) !important;
}

.nhrc-lang__menu {
  min-width: 150px !important;
  padding: 7px !important;
  border: 1px solid #dbe7f6 !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 32px rgba(8, 42, 90, .16) !important;
}

.nhrc-lang__menu a {
  border-radius: 6px !important;
  color: #0b2750 !important;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

.nhrc-lang__menu a:hover,
.nhrc-lang__menu a:focus {
  background: #eef6ff !important;
  color: #0b5bb5 !important;
  transform: translateX(2px);
}

.nhrc-play {
  display: none !important;
}

.nhrc-mini-card__img {
  position: relative !important;
  overflow: hidden !important;
}

.nhrc-mini-card__img > .nhrc-play,
.nhrc-mini-card .nhrc-play {
  position: absolute !important;
  inset: auto !important;
  left: 50% !important;
  top: 50% !important;
  width: 54px !important;
  height: 54px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

.nhrc-books-page .static-main__inner {
  padding: 34px 34px 28px;
}

.nhrc-books-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.nhrc-book-list-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e8f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .06);
  overflow: hidden;
}

.nhrc-book-list-cover {
  aspect-ratio: 3 / 4;
  margin: 14px 14px 0;
  display: block;
  border: 1px solid #e5ebf4;
  border-radius: 6px;
  background: #f7f9fc;
  overflow: hidden;
}

.nhrc-book-list-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nhrc-book-list-body {
  padding: 14px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 9px;
}

.nhrc-book-list-body > span {
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 5px;
  background: #fff3cf;
  color: #c56a00;
  font-size: 11px;
  font-weight: 800;
}

.nhrc-book-list-body h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  text-transform: uppercase;
}

.nhrc-book-list-body h2 a {
  color: #101828;
}

.nhrc-book-list-body h2 a:hover {
  color: #0b5bb5;
}

.nhrc-book-list-body p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.nhrc-book-list-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nhrc-book-list-actions a:first-child {
  color: #0b5bb5;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.nhrc-book-list-actions a:last-child {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #eaf3ff;
  color: #0b5bb5;
}

.nhrc-book-list-actions a:last-child:hover {
  background: #0b5bb5;
  color: #fff;
}

@media (max-width: 1180px) {
  .nhrc-books-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nhrc-submenu,
  .nhrc-submenu__children {
    width: min(360px, calc(100vw - 28px)) !important;
    min-width: min(360px, calc(100vw - 28px)) !important;
    max-width: min(360px, calc(100vw - 28px)) !important;
  }

  .nhrc-submenu__children {
    position: static !important;
    margin-top: 5px !important;
    box-shadow: inset 3px 0 0 #dbeafe !important;
  }

  .nhrc-books-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .nhrc-hero-nav {
    width: 36px;
    height: 36px;
  }

  .nhrc-hero-nav.prev {
    left: 8px;
  }

  .nhrc-hero-nav.next {
    right: 8px;
  }

  .nhrc-books-page .static-main__inner {
    padding: 22px 16px;
  }

  .nhrc-books-grid {
    grid-template-columns: 1fr;
  }
}

/* Last interaction cleanup */
.nhrc-topbar__right > a[href*="youtube"],
.nhrc-topbar__right > a[href*="youtu.be"] {
  display: none !important;
  pointer-events: none !important;
}

.nhrc-topic .nhrc-play,
.nhrc-topic .fa-play,
.nhrc-topic .fa-youtube,
.nhrc-topic .fa-youtube-play {
  display: none !important;
  pointer-events: none !important;
}

.nhrc-mini-card .nhrc-play {
  display: none !important;
}

.nhrc-media-grid .nhrc-mini-card[href*="youtube"] .nhrc-play,
.nhrc-media-grid .nhrc-mini-card[href*="youtu.be"] .nhrc-play,
.nhrc-media-grid .nhrc-mini-card[href*="mover.uz"] .nhrc-play,
.nhrc-media-grid .nhrc-mini-card[data-fancybox] .nhrc-play {
  position: absolute !important;
  inset: auto !important;
  left: 50% !important;
  top: 50% !important;
  width: 54px !important;
  height: 54px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

.nhrc-submenu {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
}

.nhrc-submenu__row {
  position: relative !important;
  display: block !important;
}

.nhrc-submenu__row.has-children:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  height: 100%;
}

.nhrc-nav__item:nth-last-child(-n+2) .nhrc-submenu__row.has-children:after {
  right: auto;
  left: -14px;
}

.nhrc-submenu__children {
  left: calc(100% + 6px) !important;
  right: auto !important;
  top: 0 !important;
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
}

.nhrc-nav__item:nth-last-child(-n+2) .nhrc-submenu__children {
  left: auto !important;
  right: calc(100% + 6px) !important;
}

.nhrc-submenu a {
  min-height: 36px !important;
  padding: 9px 12px !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #0a2f63 !important;
  font-weight: 800 !important;
}

.nhrc-submenu a:hover,
.nhrc-submenu__row:hover > a {
  background: #0b5bb5 !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 #ffc800 !important;
}

.nhrc-lang__button {
  background: #fff !important;
  border: 1px solid #d5e4f7 !important;
}

.nhrc-lang__button:hover,
.nhrc-lang.open .nhrc-lang__button {
  background: #f7fbff !important;
  color: #0b5bb5 !important;
  border-color: #8bbcff !important;
  box-shadow: 0 8px 18px rgba(11, 91, 181, .18), inset 0 0 0 1px rgba(11, 91, 181, .08) !important;
}

.nhrc-lang__menu a:hover,
.nhrc-lang__menu a:focus {
  background: #0b5bb5 !important;
  color: #fff !important;
  transform: translateX(2px);
}

.nhrc-site-header i.fa.fa-youtube-play,
.nhrc-footer i.fa.fa-youtube-play {
  position: static !important;
  zoom: 1 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  color: inherit !important;
}

/* Final spacing, dropdown and inner sidebar polish */
.nhrc-nav__inner {
  gap: 24px !important;
}

.nhrc-nav__links {
  flex: 1 1 auto !important;
  padding-right: 18px !important;
  justify-content: center !important;
}

.nhrc-nav .nhrc-search,
.nhrc-search {
  flex: 0 0 260px !important;
  width: 260px !important;
  margin-left: 18px !important;
}

.nhrc-nav__links > .nhrc-nav__item > a {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.nhrc-lang__menu {
  padding: 8px !important;
  background: #fff !important;
  border-radius: 8px !important;
}

.nhrc-lang__menu li {
  margin: 0 0 4px !important;
}

.nhrc-lang__menu li:last-child {
  margin-bottom: 0 !important;
}

.nhrc-lang__menu a {
  display: block !important;
  padding: 9px 12px !important;
  border-radius: 6px !important;
  color: #0a2f63 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.nhrc-lang__menu a:hover,
.nhrc-lang__menu a:focus {
  background: #0b5bb5 !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: none !important;
}

.nhrc-submenu,
.nhrc-submenu__children {
  width: 370px !important;
  min-width: 370px !important;
  max-width: 370px !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 10px !important;
  border-radius: 8px !important;
}

.nhrc-submenu {
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
}

.nhrc-submenu__children {
  left: calc(100% + 8px) !important;
  top: 0 !important;
  grid-template-columns: 1fr !important;
}

.nhrc-nav__item:nth-last-child(-n+2) .nhrc-submenu__children {
  left: auto !important;
  right: calc(100% + 8px) !important;
}

.nhrc-submenu a {
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  padding: 10px 12px !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.nhrc-submenu__children a {
  min-height: 38px !important;
  color: #0a2f63 !important;
}

.nhrc-submenu__children a:hover,
.nhrc-submenu__children .nhrc-submenu__row:hover > a {
  background: #0b5bb5 !important;
  color: #fff !important;
}

.sidebar-block {
  min-width: 0;
}

.nhrc-inner-sidebar {
  width: 100%;
  max-width: 340px;
  margin: 0 0 0 22px;
  padding: 18px;
  border: 1px solid #e2eaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
}

.nhrc-inner-sidebar__head {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e8eef7;
}

.nhrc-inner-sidebar__head h3 {
  margin: 0;
  color: #101828;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
}

.nhrc-inner-sidebar__list {
  display: grid;
  gap: 10px;
}

.nhrc-inner-sidebar__item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  min-height: 74px;
  padding: 8px;
  border: 1px solid #edf2f8;
  border-radius: 8px;
  background: #fff;
  color: #101828;
  text-decoration: none !important;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.nhrc-inner-sidebar__item:hover {
  background: #f5f9ff;
  border-color: #bcd8ff;
  transform: translateY(-1px);
}

.nhrc-inner-sidebar__item img {
  width: 76px;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.nhrc-inner-sidebar__item.no-image {
  grid-template-columns: 1fr;
}

.nhrc-inner-sidebar__item span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nhrc-inner-sidebar__item b {
  color: #101828;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 850;
}

.nhrc-inner-sidebar__item small {
  color: #7b8798;
  font-size: 11px;
  font-weight: 700;
}

.nhrc-inner-sidebar__empty {
  margin: 0;
  color: #667085;
  font-size: 14px;
}

.sidebar-main .sidebar-box,
.sidebar-main .image-banner,
.sidebar-main .flickr-photos,
.sidebar-main a[href*="blog-single-sidebar.html"],
.sidebar-main a[href*="Vestibulum"],
.sidebar-main a[href*="Sed in lacus"],
.sidebar-main a[href*="Nulla"] {
  display: none !important;
}

@media (max-width: 1180px) {
  .nhrc-nav__links {
    justify-content: flex-start !important;
  }

  .nhrc-nav .nhrc-search,
  .nhrc-search {
    flex-basis: 220px !important;
    width: 220px !important;
    margin-left: 12px !important;
  }
}

@media (max-width: 900px) {
  .nhrc-inner-sidebar {
    max-width: none;
    margin: 24px 0 0;
  }
}

/* Overflow-safe menu and clearer language hover */
.nhrc-nav__links {
  gap: 2px !important;
}

.nhrc-submenu,
.nhrc-submenu__children {
  box-sizing: border-box !important;
  width: clamp(320px, 24vw, 390px) !important;
  min-width: 320px !important;
  max-width: min(390px, calc(100vw - 32px)) !important;
}

.nhrc-submenu a,
.nhrc-submenu__children a {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
  line-height: 1.25 !important;
}

.nhrc-submenu a i,
.nhrc-submenu__row.has-children > a:after {
  flex: 0 0 auto !important;
}

.nhrc-submenu__row > a {
  border: 1px solid transparent !important;
}

.nhrc-submenu__row:hover > a,
.nhrc-submenu a:focus {
  border-color: rgba(255, 200, 0, .65) !important;
}

.nhrc-submenu__children {
  max-height: min(72vh, 680px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: thin;
}

.nhrc-submenu__children::-webkit-scrollbar {
  width: 8px;
}

.nhrc-submenu__children::-webkit-scrollbar-thumb {
  background: #c5d7ef;
  border-radius: 8px;
}

.nhrc-lang__button:hover,
.nhrc-lang.open .nhrc-lang__button {
  background: #0b5bb5 !important;
  color: #fff !important;
  border-color: #0b5bb5 !important;
}

.nhrc-lang__button:hover i,
.nhrc-lang.open .nhrc-lang__button i {
  color: #fff !important;
}

.nhrc-lang__menu a:hover,
.nhrc-lang__menu a:focus {
  background: #083f86 !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 #ffc800 !important;
}

.nhrc-info .nhrc-eyebrow,
.nhrc-hero .nhrc-badge {
  display: none !important;
}

/* News sidebar and language dropdown final alignment */
.nhrc-news-detail__grid {
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 42px !important;
  align-items: start !important;
}

.nhrc-news-detail__aside {
  min-width: 0 !important;
  width: 360px !important;
}

.nhrc-news-detail__aside .nhrc-inner-sidebar {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.nhrc-inner-sidebar {
  box-sizing: border-box !important;
}

.nhrc-inner-sidebar__item {
  grid-template-columns: 86px minmax(0, 1fr) !important;
  align-items: start !important;
}

.nhrc-inner-sidebar__item img {
  width: 86px !important;
  height: 64px !important;
}

.nhrc-inner-sidebar__item b {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.nhrc-topbar__right .nhrc-lang .dropdown-menu.nhrc-lang__menu {
  min-width: 168px !important;
  padding: 8px !important;
}

.nhrc-topbar__right .nhrc-lang .dropdown-menu.nhrc-lang__menu > li {
  display: block !important;
  width: 100% !important;
  margin: 0 0 4px !important;
}

.nhrc-topbar__right .nhrc-lang .dropdown-menu.nhrc-lang__menu > li:last-child {
  margin-bottom: 0 !important;
}

.nhrc-topbar__right .nhrc-lang .dropdown-menu.nhrc-lang__menu > li > a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #0a2f63 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.nhrc-topbar__right .nhrc-lang .dropdown-menu.nhrc-lang__menu > li > a:hover,
.nhrc-topbar__right .nhrc-lang .dropdown-menu.nhrc-lang__menu > li > a:focus {
  background: #0b5bb5 !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 #ffc800 !important;
}

@media (max-width: 1180px) {
  .nhrc-news-detail__grid {
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 28px !important;
  }

  .nhrc-news-detail__aside {
    width: 320px !important;
  }

  .nhrc-inner-sidebar__item {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }

  .nhrc-inner-sidebar__item img {
    width: 78px !important;
    height: 58px !important;
  }
}

@media (max-width: 900px) {
  .nhrc-news-detail__grid {
    grid-template-columns: 1fr !important;
  }

  .nhrc-news-detail__aside {
    width: 100% !important;
  }
}

/* Footer structure from live site menu */
.nhrc-footer--site {
  background: #0a4fa3 !important;
  border-top: 4px solid #ffc800 !important;
  color: #fff !important;
  padding: 56px 0 34px !important;
}

.nhrc-footer--site .nhrc-container {
  max-width: 1400px !important;
}

.nhrc-footer-main {
  display: grid !important;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 2.1fr) !important;
  gap: 72px !important;
  align-items: start !important;
}

.nhrc-footer-brand {
  min-width: 0 !important;
}

.nhrc-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 18px !important;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 470px !important;
}

.nhrc-footer-logo__image {
  width: 92px !important;
  height: 92px !important;
  flex: 0 0 92px !important;
  display: grid !important;
  place-items: center !important;
}

.nhrc-footer-logo__image img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

.nhrc-footer-logo__title {
  display: block !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.32 !important;
  text-transform: none !important;
}

.nhrc-footer--site .nhrc-social {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  margin-top: 30px !important;
}

.nhrc-footer--site .nhrc-social a {
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .68) !important;
  font-size: 22px !important;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease !important;
}

.nhrc-footer--site .nhrc-social a:hover {
  color: #fff !important;
  transform: translateY(-1px) !important;
}

.nhrc-footer-menu {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(170px, 1fr)) !important;
  gap: 24px 86px !important;
}

.nhrc-footer-menu ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nhrc-footer-menu li + li {
  margin-top: 22px !important;
}

.nhrc-footer-menu a {
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  transition: color .18s ease !important;
}

.nhrc-footer-menu a:hover {
  color: #ffc800 !important;
}

.nhrc-footer--site .nhrc-footer__bottom {
  display: grid !important;
  grid-template-columns: 1.1fr 1fr .9fr !important;
  gap: 44px !important;
  align-items: start !important;
  border-top: 1px solid rgba(255, 255, 255, .28) !important;
  margin-top: 64px !important;
  padding-top: 30px !important;
}

.nhrc-footer--site .nhrc-footer__bottom p {
  margin: 0 !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.nhrc-footer--site .nhrc-footer__bottom a {
  color: #00d197 !important;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .nhrc-footer-main,
  .nhrc-footer--site .nhrc-footer__bottom {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .nhrc-footer-menu {
    grid-template-columns: repeat(2, minmax(170px, 1fr)) !important;
    gap: 22px 42px !important;
  }
}

@media (max-width: 640px) {
  .nhrc-footer--site {
    padding: 42px 0 28px !important;
  }

  .nhrc-footer-logo {
    align-items: flex-start !important;
  }

  .nhrc-footer-logo__image {
    width: 70px !important;
    height: 70px !important;
    flex-basis: 70px !important;
  }

  .nhrc-footer-logo__title {
    font-size: 18px !important;
  }

  .nhrc-footer-menu {
    grid-template-columns: 1fr !important;
  }
}

/* Footer visual alignment with the NHRC redesign */
.nhrc-footer--site {
  position: relative !important;
  margin-top: 72px !important;
  padding: 54px 0 30px !important;
  background: #083d7e !important;
  border-top: 4px solid #ffc800 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

.nhrc-footer--site .nhrc-container {
  max-width: 1280px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.nhrc-footer-main {
  grid-template-columns: 390px minmax(0, 1fr) !important;
  gap: 84px !important;
}

.nhrc-footer-logo {
  gap: 18px !important;
  max-width: 390px !important;
}

.nhrc-footer-logo__image {
  width: 86px !important;
  height: 86px !important;
  flex: 0 0 86px !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .07) !important;
}

.nhrc-footer-logo__image img {
  width: 74px !important;
  height: 74px !important;
  filter: brightness(0) invert(1) opacity(.96) !important;
}

.nhrc-footer-logo__title {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
}

.nhrc-footer--site .nhrc-social {
  gap: 14px !important;
  margin-top: 30px !important;
  padding-left: 4px !important;
}

.nhrc-footer--site .nhrc-social a {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .1) !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 17px !important;
}

.nhrc-footer--site .nhrc-social a:hover {
  background: #ffc800 !important;
  color: #07366f !important;
  transform: translateY(-2px) !important;
}

.nhrc-footer-menu {
  grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
  gap: 18px 72px !important;
  padding-top: 10px !important;
}

.nhrc-footer-menu li + li {
  margin-top: 20px !important;
}

.nhrc-footer-menu a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  color: rgba(255, 255, 255, .94) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.nhrc-footer-menu a:hover,
.nhrc-footer-menu a:focus {
  color: #ffc800 !important;
  text-decoration: none !important;
}

.nhrc-footer--site .nhrc-footer__bottom {
  grid-template-columns: 1.2fr 1fr .9fr !important;
  gap: 38px !important;
  margin-top: 50px !important;
  padding-top: 26px !important;
  border-top-color: rgba(255, 255, 255, .22) !important;
}

.nhrc-footer--site .nhrc-footer__bottom p {
  color: rgba(255, 255, 255, .84) !important;
  font-size: 13px !important;
}

.nhrc-footer--site .nhrc-footer__bottom p:nth-child(2) {
  text-align: center !important;
}

.nhrc-footer--site .nhrc-footer__bottom p:nth-child(3) {
  text-align: right !important;
}

.nhrc-footer--site .nhrc-footer__bottom a {
  color: #24d6a2 !important;
  font-weight: 600 !important;
}

@media (max-width: 1180px) {
  .nhrc-footer-main {
    grid-template-columns: 340px minmax(0, 1fr) !important;
    gap: 48px !important;
  }

  .nhrc-footer-menu {
    gap: 18px 36px !important;
  }
}

@media (max-width: 920px) {
  .nhrc-footer-main,
  .nhrc-footer--site .nhrc-footer__bottom {
    grid-template-columns: 1fr !important;
  }

  .nhrc-footer-menu {
    grid-template-columns: repeat(2, minmax(160px, 1fr)) !important;
  }

  .nhrc-footer--site .nhrc-footer__bottom p,
  .nhrc-footer--site .nhrc-footer__bottom p:nth-child(2),
  .nhrc-footer--site .nhrc-footer__bottom p:nth-child(3) {
    text-align: left !important;
  }
}

@media (max-width: 560px) {
  .nhrc-footer--site {
    margin-top: 46px !important;
    padding-top: 38px !important;
  }

  .nhrc-footer-logo {
    gap: 14px !important;
  }

  .nhrc-footer-logo__image {
    width: 68px !important;
    height: 68px !important;
    flex-basis: 68px !important;
  }

  .nhrc-footer-logo__image img {
    width: 58px !important;
    height: 58px !important;
  }

  .nhrc-footer-logo__title {
    font-size: 16px !important;
  }

  .nhrc-footer-menu {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

/* Virtual appeal page */
.nhrc-virtual-page {
  padding: 34px 0 72px !important;
  background: #f3f7fc !important;
}

.nhrc-virtual-page .container {
  max-width: 1280px !important;
}

.nhrc-virtual-page .content-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px !important;
  gap: 34px !important;
  align-items: start !important;
}

.nhrc-virtual-page .static-main__body,
.nhrc-virtual-page .static-main__inner {
  min-width: 0 !important;
}

.nhrc-virtual-page .breadcrumb {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: #7a879a !important;
}

.nhrc-virtual-page .breadcrumb a {
  color: #0b5bb5 !important;
  font-weight: 700 !important;
}

.nhrc-virtual-page .static-main__inner {
  background: #fff !important;
  border: 1px solid #dde8f6 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .08) !important;
  overflow: hidden !important;
}

.nhrc-virtual-page .static-main__title {
  padding: 28px 32px 20px !important;
  border-bottom: 1px solid #e8eef7 !important;
  background: linear-gradient(180deg, #fff 0%, #f9fbff 100%) !important;
}

.nhrc-virtual-page .static-main__title h2 {
  margin: 0 !important;
  color: #101827 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.nhrc-virtual-page .form-virtual {
  padding: 0 !important;
}

.nhrc-virtual-page .tabs {
  padding: 0 32px 32px !important;
}

.nhrc-virtual-page .nav-tabs {
  display: inline-flex !important;
  gap: 6px !important;
  border: 0 !important;
  padding: 6px !important;
  margin: 22px 0 26px !important;
  background: #f1f5fb !important;
  border-radius: 10px !important;
}

.nhrc-virtual-page .nav-tabs .nav-item {
  margin: 0 !important;
}

.nhrc-virtual-page .nav-tabs .nav-link {
  border: 0 !important;
  border-radius: 8px !important;
  padding: 10px 16px !important;
  color: #59677d !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.nhrc-virtual-page .nav-tabs .nav-link.active,
.nhrc-virtual-page .nav-tabs .nav-link:hover,
.nhrc-virtual-page .nav-tabs .nav-link:focus {
  background: #fff !important;
  color: #084f9f !important;
  box-shadow: 0 4px 12px rgba(16, 24, 40, .08) !important;
}

.nhrc-virtual-page .sky-form {
  color: #101827 !important;
  font-family: inherit !important;
}

.nhrc-virtual-page .sky-form header {
  display: none !important;
}

.nhrc-virtual-page .sky-form fieldset {
  padding: 0 !important;
  background: transparent !important;
}

.nhrc-virtual-page .sky-form .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -10px 14px !important;
}

.nhrc-virtual-page .sky-form .col {
  padding: 0 10px !important;
}

.nhrc-virtual-page .sky-form section {
  margin-bottom: 18px !important;
}

.nhrc-virtual-page .sky-form .label,
.nhrc-virtual-page .check_status_block label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #17233a !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.nhrc-virtual-page .sky-form .input input,
.nhrc-virtual-page .sky-form .select select,
.nhrc-virtual-page .sky-form .textarea textarea,
.nhrc-virtual-page .check_status_block .form-control {
  width: 100% !important;
  min-height: 46px !important;
  padding: 12px 14px !important;
  border: 1px solid #d8e3f2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #101827 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease !important;
}

.nhrc-virtual-page .sky-form .textarea textarea {
  min-height: 138px !important;
  resize: vertical !important;
}

.nhrc-virtual-page .sky-form .input input:focus,
.nhrc-virtual-page .sky-form .select select:focus,
.nhrc-virtual-page .sky-form .textarea textarea:focus,
.nhrc-virtual-page .check_status_block .form-control:focus {
  border-color: #0b5bb5 !important;
  box-shadow: 0 0 0 4px rgba(11, 91, 181, .1) !important;
}

.nhrc-virtual-page .phone-input .codephone {
  top: 13px !important;
  left: 14px !important;
  color: #0b5bb5 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.nhrc-virtual-page .phone-input.is_focused input {
  padding-left: 60px !important;
}

.nhrc-virtual-page .agree {
  margin: 4px 0 18px !important;
  padding: 16px 18px !important;
  background: #eef6ff !important;
  border: 1px solid #d8e9fb !important;
  border-radius: 10px !important;
}

.nhrc-virtual-page .radio-style {
  margin: 0 8px 0 0 !important;
  transform: translateY(1px) !important;
}

.nhrc-virtual-page .label_meet_rules1 {
  color: #0b5bb5 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.nhrc-virtual-page .sky-form footer {
  display: grid !important;
  grid-template-columns: minmax(190px, .9fr) minmax(160px, .8fr) auto minmax(160px, .8fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 18px !important;
  margin: 6px 0 0 !important;
  background: #f8fbff !important;
  border: 1px solid #e3edf8 !important;
  border-radius: 10px !important;
}

.nhrc-virtual-page .form-upload,
.nhrc-virtual-page .captcha-input-2,
.nhrc-virtual-page .captcha-main {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nhrc-virtual-page .file-upload {
  position: relative !important;
  height: 46px !important;
  border: 1px dashed #9ebbe0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #0b5bb5 !important;
  font-weight: 800 !important;
  overflow: hidden !important;
}

.nhrc-virtual-page .file-upload .file-input {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.nhrc-virtual-page #captcha {
  height: 46px !important;
}

.nhrc-virtual-page .captcha-main {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.nhrc-virtual-page #captcha_contacts,
.nhrc-virtual-page #captcha_contacts_button {
  float: none !important;
}

.nhrc-virtual-page #captcha_contacts img {
  max-height: 46px !important;
  border-radius: 8px !important;
  border: 1px solid #d8e3f2 !important;
}

.nhrc-virtual-page .ref_button {
  width: 38px !important;
  height: 38px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: #eaf3ff !important;
  color: #0b5bb5 !important;
}

.nhrc-virtual-page .sky-form .button,
.nhrc-virtual-page .submit_check {
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  float: none !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #0b5bb5 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 18px rgba(11, 91, 181, .2) !important;
}

.nhrc-virtual-page .sky-form .button:hover,
.nhrc-virtual-page .submit_check:hover {
  background: #084b9a !important;
}

.nhrc-virtual-page .check_status_block {
  padding: 22px !important;
  background: #f8fbff !important;
  border: 1px solid #e3edf8 !important;
  border-radius: 10px !important;
}

.nhrc-virtual-page .check_status_block .row {
  margin: 0 -10px !important;
}

.nhrc-virtual-page .check_status_block [class*="col-md-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.nhrc-virtual-page .no_appeal_text {
  margin-top: 16px !important;
  padding: 14px 16px !important;
  border-radius: 8px !important;
  background: #fff4f4 !important;
  color: #b42318 !important;
  font-weight: 800 !important;
}

.nhrc-virtual-page .resp_message {
  padding: 22px !important;
  background: #effaf3 !important;
  border: 1px solid #bde8c9 !important;
  border-radius: 10px !important;
  color: #067647 !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

.nhrc-virtual-page .sidebar-block .nhrc-inner-sidebar {
  margin-top: 0 !important;
}

@media (max-width: 1100px) {
  .nhrc-virtual-page .content-row {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 860px) {
  .nhrc-virtual-page .tabs,
  .nhrc-virtual-page .static-main__title {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .nhrc-virtual-page .nav-tabs {
    display: flex !important;
    width: 100% !important;
  }

  .nhrc-virtual-page .nav-tabs .nav-item {
    flex: 1 1 0 !important;
  }

  .nhrc-virtual-page .nav-tabs .nav-link {
    text-align: center !important;
  }

  .nhrc-virtual-page .sky-form .col,
  .nhrc-virtual-page .sky-form .col-6 {
    float: none !important;
    width: 100% !important;
  }

  .nhrc-virtual-page .sky-form footer {
    grid-template-columns: 1fr !important;
  }
}

/* Virtual page correction after legacy float styles */
.nhrc-virtual-page .content-row {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 820px) minmax(300px, 360px) !important;
  gap: 42px !important;
  justify-content: center !important;
}

.nhrc-virtual-page .static-main__body {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.nhrc-virtual-page .sidebar-block {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.nhrc-virtual-page .static-main__inner {
  width: 100% !important;
}

.nhrc-virtual-page .sky-form .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 22px !important;
  margin: 0 0 18px !important;
}

.nhrc-virtual-page .sky-form .col,
.nhrc-virtual-page .sky-form .col-6 {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.nhrc-virtual-page .sky-form section {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.nhrc-virtual-page .sky-form .label:empty {
  display: none !important;
}

.nhrc-virtual-page .sky-form .label {
  min-height: 18px !important;
}

.nhrc-virtual-page .agree {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 58px !important;
  padding: 14px 16px !important;
}

.nhrc-virtual-page .label_meet_rules1 {
  margin: 0 !important;
}

.nhrc-virtual-page .sky-form footer {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 14px !important;
}

.nhrc-virtual-page .captcha-main {
  min-width: 0 !important;
}

.nhrc-virtual-page .captcha-main,
.nhrc-virtual-page .sky-form .button {
  width: 100% !important;
}

.nhrc-virtual-page .sky-form .button {
  white-space: normal !important;
  min-height: 46px !important;
}

.nhrc-virtual-page .file-upload,
.nhrc-virtual-page #captcha {
  width: 100% !important;
}

.nhrc-virtual-page .captcha-input-2 {
  min-width: 0 !important;
}

.nhrc-virtual-page .check_status_block .row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.nhrc-virtual-page .check_status_block .col-md-12,
.nhrc-virtual-page .check_status_block .col-md-4 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.nhrc-virtual-page .check_status_block .col-md-12 > .row {
  margin: 0 !important;
}

.nhrc-virtual-page .sidebar-block .nhrc-inner-sidebar {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.nhrc-virtual-page .sidebar-block .nhrc-inner-sidebar__item {
  grid-template-columns: 92px minmax(0, 1fr) !important;
}

.nhrc-virtual-page .sidebar-block .nhrc-inner-sidebar__item img {
  width: 92px !important;
  height: 66px !important;
}

@media (max-width: 1100px) {
  .nhrc-virtual-page .content-row {
    grid-template-columns: 1fr !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 720px) {
  .nhrc-virtual-page .sky-form .row,
  .nhrc-virtual-page .sky-form footer,
  .nhrc-virtual-page .check_status_block .row {
    grid-template-columns: 1fr !important;
  }
}

/* Virtual page exact card layout */
.nhrc-virtual-page {
  padding: 36px 0 78px !important;
  background: #f3f7fc !important;
}

.nhrc-virtual-page .container {
  max-width: 1080px !important;
}

.nhrc-virtual-page .content-row {
  display: block !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.nhrc-virtual-page .sidebar-block {
  display: none !important;
}

.nhrc-virtual-page .breadcrumb {
  display: none !important;
}

.nhrc-virtual-page .static-main__inner {
  border: 1px solid #101827 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  background: #fff !important;
  overflow: hidden !important;
}

.nhrc-virtual-page .static-main__title {
  padding: 36px 36px 12px !important;
  border-bottom: 0 !important;
  background: #fff !important;
}

.nhrc-virtual-page .static-main__title h2 {
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #08111f !important;
}

.nhrc-virtual-page .tabs {
  padding: 0 36px 36px !important;
}

.nhrc-virtual-page .nav-tabs {
  display: flex !important;
  width: 100% !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 16px 0 30px !important;
  background: transparent !important;
  border-bottom: 1px solid #d8dee8 !important;
  border-radius: 0 !important;
}

.nhrc-virtual-page .nav-tabs .nav-item {
  flex: 0 0 auto !important;
}

.nhrc-virtual-page .nav-tabs .nav-link {
  min-width: 188px !important;
  height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 24px !important;
  border: 1px solid transparent !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  background: transparent !important;
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.nhrc-virtual-page .nav-tabs .nav-link.active {
  background: #fff !important;
  border-color: #0b5bb5 #0b5bb5 #fff !important;
  color: #08111f !important;
  transform: translateY(1px) !important;
}

.nhrc-virtual-page .tab-content {
  padding: 0 !important;
}

.nhrc-virtual-page .sky-form .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px 24px !important;
  margin: 0 0 20px !important;
}

.nhrc-virtual-page .sky-form section {
  display: grid !important;
  grid-template-rows: auto 50px auto 50px !important;
  row-gap: 8px !important;
}

.nhrc-virtual-page .sky-form .label,
.nhrc-virtual-page .check_status_block label {
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  margin: 0 !important;
}

.nhrc-virtual-page .sky-form .input input,
.nhrc-virtual-page .sky-form .textarea textarea,
.nhrc-virtual-page .check_status_block .form-control {
  min-height: 50px !important;
  height: 50px !important;
  border: 1px solid #d8dee8 !important;
  border-radius: 10px !important;
  background: #f2f4f7 !important;
  padding: 0 18px !important;
  color: #101827 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.nhrc-virtual-page .sky-form .textarea textarea {
  height: 144px !important;
  min-height: 144px !important;
  padding-top: 16px !important;
}

.nhrc-virtual-page .sky-form .input input::placeholder,
.nhrc-virtual-page .sky-form .textarea textarea::placeholder,
.nhrc-virtual-page .check_status_block .form-control::placeholder {
  color: #98a2b3 !important;
  opacity: 1 !important;
}

.nhrc-virtual-page .phone-input .codephone {
  display: none !important;
}

.nhrc-virtual-page .phone-input.is_focused input {
  padding-left: 18px !important;
}

.nhrc-virtual-page .agree {
  min-height: auto !important;
  padding: 4px 0 22px !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.nhrc-virtual-page .radio-style {
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  border: 1px solid #c8d4e6 !important;
  border-radius: 50% !important;
  background: #fff !important;
  margin: 0 4px 0 0 !important;
}

.nhrc-virtual-page .radio-style:checked {
  border-color: #0b5bb5 !important;
  box-shadow: inset 0 0 0 5px #fff !important;
  background: #0b5bb5 !important;
}

.nhrc-virtual-page .label_meet_rules1 {
  color: #475467 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.nhrc-virtual-page .sky-form footer {
  display: grid !important;
  grid-template-columns: 180px 220px 92px minmax(210px, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 20px 0 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid #101827 !important;
  border-radius: 0 !important;
}

.nhrc-virtual-page .file-upload,
.nhrc-virtual-page #captcha,
.nhrc-virtual-page .captcha-main,
.nhrc-virtual-page .sky-form .button {
  height: 48px !important;
}

.nhrc-virtual-page .file-upload {
  border: 1px solid #d8dee8 !important;
  border-radius: 10px !important;
  background: #f2f4f7 !important;
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.nhrc-virtual-page #captcha {
  border-radius: 10px !important;
  background: #f2f4f7 !important;
}

.nhrc-virtual-page .captcha-main {
  display: grid !important;
  grid-template-columns: 1fr 40px !important;
  gap: 10px !important;
  align-items: center !important;
}

.nhrc-virtual-page #captcha_contacts img {
  width: 90px !important;
  height: 48px !important;
  object-fit: contain !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.nhrc-virtual-page .ref_button {
  width: 40px !important;
  height: 40px !important;
  background: #f2f4f7 !important;
  border: 1px solid #d8dee8 !important;
  color: #0b5bb5 !important;
}

.nhrc-virtual-page .sky-form .button {
  justify-self: end !important;
  width: 245px !important;
  border-radius: 10px !important;
  background: #0b5bb5 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow: 0 8px 18px rgba(11, 91, 181, .24) !important;
}

.nhrc-virtual-page .check_status_block {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.nhrc-virtual-page .check_status_block .row,
.nhrc-virtual-page .check_status_block .col-md-12 > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 300px !important;
  gap: 24px !important;
  align-items: end !important;
  margin: 0 !important;
}

.nhrc-virtual-page .submit_check {
  width: 100% !important;
  height: 50px !important;
  border-radius: 10px !important;
  background: #0b5bb5 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

@media (max-width: 860px) {
  .nhrc-virtual-page .static-main__title,
  .nhrc-virtual-page .tabs {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .nhrc-virtual-page .sky-form .row,
  .nhrc-virtual-page .sky-form footer,
  .nhrc-virtual-page .check_status_block .row,
  .nhrc-virtual-page .check_status_block .col-md-12 > .row {
    grid-template-columns: 1fr !important;
  }

  .nhrc-virtual-page .sky-form section {
    grid-template-rows: none !important;
  }

  .nhrc-virtual-page .sky-form .button {
    width: 100% !important;
  }
}

/* Keep virtual page sidebar and page header while preserving the form design */
.nhrc-virtual-page .container {
  max-width: 1280px !important;
}

.nhrc-virtual-page .content-row {
  display: grid !important;
  grid-template-columns: minmax(0, 860px) 340px !important;
  gap: 40px !important;
  align-items: start !important;
  justify-content: center !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}

.nhrc-virtual-page .sidebar-block {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.nhrc-virtual-page .breadcrumb {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: #98a2b3 !important;
}

.nhrc-virtual-page .breadcrumb-item,
.nhrc-virtual-page .breadcrumb-item.active {
  color: #98a2b3 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.nhrc-virtual-page .breadcrumb a {
  color: #0b5bb5 !important;
  font-weight: 900 !important;
}

.nhrc-virtual-page .static-main__inner {
  border-color: #dce6f2 !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 30px rgba(16, 24, 40, .08) !important;
}

.nhrc-virtual-page .sidebar-block .nhrc-inner-sidebar {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

@media (max-width: 1100px) {
  .nhrc-virtual-page .content-row {
    grid-template-columns: 1fr !important;
    max-width: 860px !important;
  }
}

/* Final virtual form sizing fix */
.nhrc-virtual-page .static-main__body,
.nhrc-virtual-page .static-main__inner,
.nhrc-virtual-page .form-virtual,
.nhrc-virtual-page .tabs,
.nhrc-virtual-page .tab-content,
.nhrc-virtual-page .tab-pane,
.nhrc-virtual-page .sky-form,
.nhrc-virtual-page .sky-form fieldset {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.nhrc-virtual-page .tabs {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.nhrc-virtual-page .static-main__title {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.nhrc-virtual-page .sky-form fieldset > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: 28px !important;
  row-gap: 22px !important;
  width: 100% !important;
}

.nhrc-virtual-page .sky-form fieldset > .row > section {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  display: block !important;
}

.nhrc-virtual-page .sky-form .input,
.nhrc-virtual-page .sky-form .textarea,
.nhrc-virtual-page .sky-form .select {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.nhrc-virtual-page .sky-form .input input,
.nhrc-virtual-page .sky-form .textarea textarea,
.nhrc-virtual-page .sky-form .select select {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.nhrc-virtual-page .sky-form .label {
  width: 100% !important;
  white-space: normal !important;
}

.nhrc-virtual-page .sky-form footer {
  grid-template-columns: 180px minmax(190px, 220px) 100px minmax(230px, 1fr) !important;
}

.nhrc-virtual-page .form-upload,
.nhrc-virtual-page .captcha-input-2,
.nhrc-virtual-page .captcha-main {
  min-width: 0 !important;
  max-width: none !important;
}

.nhrc-virtual-page .check_status_block > .row {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.nhrc-virtual-page .check_status_block .col-md-12 > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(240px, 300px) !important;
  gap: 24px !important;
  align-items: end !important;
  width: 100% !important;
}

.nhrc-virtual-page .check_status_block .col-md-4,
.nhrc-virtual-page .check_status_block .input {
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.nhrc-virtual-page .check_status_block .form-control {
  width: 100% !important;
}

@media (max-width: 900px) {
  .nhrc-virtual-page .tabs,
  .nhrc-virtual-page .static-main__title {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .nhrc-virtual-page .sky-form fieldset > .row,
  .nhrc-virtual-page .sky-form footer,
  .nhrc-virtual-page .check_status_block .col-md-12 > .row {
    grid-template-columns: 1fr !important;
  }
}

/* Virtual page visual QA pass */
.nhrc-virtual-page .static-main__inner {
  overflow: visible !important;
}

.nhrc-virtual-page .static-main__title {
  padding: 58px 36px 12px !important;
}

.nhrc-virtual-page .tabs {
  padding: 0 36px 42px !important;
}

.nhrc-virtual-page .static-main__title h2 {
  margin-bottom: 0 !important;
}

.nhrc-virtual-page .nav-tabs {
  margin-top: 22px !important;
  margin-bottom: 28px !important;
}

.nhrc-virtual-page .sky-form fieldset > .row {
  column-gap: 28px !important;
  row-gap: 26px !important;
}

.nhrc-virtual-page .sky-form .input input,
.nhrc-virtual-page .sky-form .textarea textarea {
  font-size: 16px !important;
}

.nhrc-virtual-page .agree {
  margin-top: 18px !important;
  margin-bottom: 44px !important;
  padding: 0 !important;
}

.nhrc-virtual-page .sky-form footer {
  grid-template-columns: 180px minmax(190px, 1fr) 86px 230px !important;
  gap: 12px !important;
  width: 100% !important;
  overflow: visible !important;
}

.nhrc-virtual-page .captcha-main {
  grid-template-columns: 1fr 40px !important;
}

.nhrc-virtual-page #captcha_contacts img {
  width: 86px !important;
}

.nhrc-virtual-page .nhrc-captcha-code {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 86px !important;
  height: 38px !important;
  border: 1px solid #dbe5f1 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #4b5563 !important;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-decoration: line-through !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
}

.nhrc-virtual-page .sky-form footer {
  grid-template-columns: 150px 180px 120px 185px !important;
  align-items: center !important;
  column-gap: 12px !important;
}

.nhrc-virtual-page .form-upload,
.nhrc-virtual-page .captcha-input-2,
.nhrc-virtual-page .captcha-main {
  width: auto !important;
  min-width: 0 !important;
}

.nhrc-virtual-page .file-upload,
.nhrc-virtual-page #captcha {
  width: 100% !important;
  min-width: 0 !important;
}

.nhrc-virtual-page .captcha-main {
  display: grid !important;
  grid-template-columns: 76px 38px !important;
  gap: 6px !important;
}

.nhrc-virtual-page #captcha_contacts,
.nhrc-virtual-page #captcha_contacts_button {
  width: auto !important;
  float: none !important;
}

.nhrc-virtual-page #captcha_contacts_button {
  display: block !important;
  height: 38px !important;
  background: transparent !important;
  filter: none !important;
}

.nhrc-virtual-page #captcha_contacts img,
.nhrc-virtual-page .nhrc-captcha-code {
  width: 76px !important;
}

.nhrc-virtual-page #refresh_captcha_contacts {
  width: 38px !important;
  height: 38px !important;
}

.nhrc-virtual-page .sky-form .button {
  width: 185px !important;
  min-width: 185px !important;
  justify-self: end !important;
  font-size: 12px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.nhrc-virtual-page .sky-form .button {
  width: 230px !important;
  min-width: 230px !important;
  justify-self: end !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.nhrc-virtual-page .check_status_block .col-md-12 > .row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px !important;
  gap: 22px !important;
}

@media (max-width: 1180px) {
  .nhrc-virtual-page .content-row {
    grid-template-columns: minmax(0, 820px) 320px !important;
    gap: 30px !important;
  }

  .nhrc-virtual-page .sky-form footer {
    grid-template-columns: 170px minmax(180px, 1fr) 82px 220px !important;
  }

  .nhrc-virtual-page .sky-form .button {
    width: 220px !important;
    min-width: 220px !important;
  }
}

@media (max-width: 980px) {
  .nhrc-virtual-page .content-row {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .nhrc-virtual-page .static-main__title,
  .nhrc-virtual-page .tabs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nhrc-virtual-page .sky-form footer {
    grid-template-columns: 1fr !important;
  }

  .nhrc-virtual-page .sky-form .button {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Virtual page final width tuning after screenshots */
.nhrc-virtual-page .container {
  max-width: 1380px !important;
}

.nhrc-virtual-page .content-row {
  grid-template-columns: minmax(0, 940px) 340px !important;
  gap: 36px !important;
  max-width: 1340px !important;
}

.nhrc-virtual-page .check_status_block .col-md-12 > .row {
  grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr) minmax(230px, 300px) !important;
}

@media (max-width: 1220px) {
  .nhrc-virtual-page .content-row {
    grid-template-columns: minmax(0, 860px) 320px !important;
    gap: 30px !important;
  }
}

@media (max-width: 980px) {
  .nhrc-virtual-page .content-row {
    grid-template-columns: 1fr !important;
    max-width: 900px !important;
  }
}

/* Virtual captcha row: keep the generated code visible beside the submit button. */
.nhrc-virtual-page .sky-form footer {
  grid-template-columns: 150px 180px 146px !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 12px !important;
}

.nhrc-virtual-page .captcha-main {
  display: grid !important;
  grid-template-columns: 100px 38px !important;
  gap: 8px !important;
}

.nhrc-virtual-page #captcha_contacts,
.nhrc-virtual-page #captcha_contacts_button {
  width: auto !important;
  float: none !important;
}

.nhrc-virtual-page #captcha_contacts img,
.nhrc-virtual-page .nhrc-captcha-code {
  width: 100px !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
}

.nhrc-virtual-page #refresh_captcha_contacts {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid #d8e3f2 !important;
  border-radius: 10px !important;
  background: #eef6ff !important;
  color: #0b5bb5 !important;
}

.nhrc-virtual-page #refresh_captcha_contacts .ref_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #0b5bb5 !important;
  font-size: 16px !important;
}

.nhrc-virtual-page .sky-form .button {
  width: 160px !important;
  min-width: 160px !important;
  grid-column: 1 / -1 !important;
  justify-self: end !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.nhrc-virtual-page .captcha-main {
  position: relative !important;
  width: 146px !important;
  min-width: 146px !important;
}

.nhrc-virtual-page #captcha_contacts_button {
  display: none !important;
}

/* Final responsive pass for /virtual */
.nhrc-virtual-page .sky-form footer {
  grid-template-columns: 180px minmax(210px, 1fr) 128px 190px !important;
  column-gap: 14px !important;
  row-gap: 12px !important;
  align-items: center !important;
}

.nhrc-virtual-page .captcha-main {
  width: 128px !important;
  min-width: 128px !important;
}

.nhrc-virtual-page #captcha_contacts img,
.nhrc-virtual-page .nhrc-captcha-code {
  width: 128px !important;
  height: 44px !important;
  font-size: 15px !important;
}

.nhrc-virtual-page .sky-form .button {
  grid-column: auto !important;
  width: 190px !important;
  min-width: 190px !important;
  height: 44px !important;
  justify-self: end !important;
  font-size: 11px !important;
}

@media (max-width: 760px) {
  .nhrc-topbar__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 8px 12px !important;
  }

  .nhrc-topbar__left,
  .nhrc-topbar__right {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .nhrc-brandbar__inner {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px 12px !important;
  }

  .nhrc-logo {
    justify-content: center !important;
    text-align: left !important;
  }

  .nhrc-logo__image img {
    width: 62px !important;
    height: 62px !important;
  }

  .nhrc-logo__title {
    font-size: 16px !important;
    line-height: 1.12 !important;
  }

  .nhrc-contact-pills {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .nhrc-pill {
    width: 100% !important;
    min-height: 54px !important;
  }

  .nhrc-nav {
    padding: 0 !important;
  }

  .nhrc-nav__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 10px 12px 12px !important;
    min-height: 0 !important;
  }

  .nhrc-nav__links {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    gap: 6px !important;
    width: 100% !important;
    padding-bottom: 4px !important;
  }

  .nhrc-nav__links > .nhrc-nav__item > a {
    height: 34px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,.08) !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 11px !important;
  }

  .nhrc-nav .nhrc-search,
  .nhrc-search {
    flex: none !important;
    width: 100% !important;
    height: 40px !important;
    display: grid !important;
    grid-template-columns: 1fr 42px !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nhrc-search input {
    height: 40px !important;
    width: 100% !important;
  }

  .nhrc-search button {
    position: static !important;
    width: 42px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .nhrc-virtual-page .container,
  .nhrc-virtual-page .content-row {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .nhrc-virtual-page .static-main {
    padding: 28px 18px !important;
    border-radius: 12px !important;
  }

  .nhrc-virtual-page .static-main__title {
    padding: 0 !important;
    margin-bottom: 24px !important;
    text-align: center !important;
    font-size: 22px !important;
  }

  .nhrc-virtual-page .tabs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .nhrc-virtual-page .tabs li a {
    width: 100% !important;
    min-height: 46px !important;
    justify-content: center !important;
  }

  .nhrc-virtual-page .sky-form fieldset .row {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .nhrc-virtual-page .sky-form input,
  .nhrc-virtual-page .sky-form textarea,
  .nhrc-virtual-page .sky-form .input input,
  .nhrc-virtual-page .sky-form .textarea textarea {
    width: 100% !important;
    min-width: 0 !important;
  }

  .nhrc-virtual-page .agree {
    margin-top: 22px !important;
    margin-bottom: 26px !important;
  }

  .nhrc-virtual-page .sky-form footer {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .nhrc-virtual-page .form-upload,
  .nhrc-virtual-page .captcha-input-2,
  .nhrc-virtual-page .captcha-main,
  .nhrc-virtual-page .sky-form .button {
    width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  .nhrc-virtual-page .captcha-main {
    display: block !important;
  }

  .nhrc-virtual-page #captcha_contacts img,
  .nhrc-virtual-page .nhrc-captcha-code {
    width: 100% !important;
  }

  .nhrc-virtual-page .sky-form .button {
    height: 46px !important;
    font-size: 12px !important;
  }
}

/* /virtual final containment after desktop/mobile review */
.nhrc-virtual-page .static-main,
.nhrc-virtual-page .sky-form,
.nhrc-virtual-page .sky-form *,
.nhrc-virtual-page .nhrc-sidebar,
.nhrc-virtual-page .nhrc-sidebar * {
  box-sizing: border-box !important;
}

.nhrc-virtual-page .sky-form footer {
  grid-template-columns: 180px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
}

.nhrc-virtual-page .form-upload {
  grid-column: 1 !important;
}

.nhrc-virtual-page .captcha-input-2 {
  grid-column: 2 !important;
}

.nhrc-virtual-page .captcha-main {
  grid-column: 1 !important;
}

.nhrc-virtual-page .sky-form .button {
  grid-column: 2 !important;
  width: 190px !important;
  min-width: 190px !important;
  justify-self: end !important;
}

@media (max-width: 760px) {
  .nhrc-topbar {
    overflow: hidden !important;
  }

  .nhrc-topbar__left a,
  .nhrc-topbar__left span {
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .nhrc-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .nhrc-virtual-page .content-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .nhrc-virtual-page .static-main,
  .nhrc-virtual-page .nhrc-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .nhrc-virtual-page .static-main {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .nhrc-virtual-page .sky-form fieldset,
  .nhrc-virtual-page .sky-form section,
  .nhrc-virtual-page .sky-form footer,
  .nhrc-virtual-page .sky-form .row,
  .nhrc-virtual-page .sky-form [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .nhrc-virtual-page .sky-form footer {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .nhrc-virtual-page .captcha-input-2,
  .nhrc-virtual-page .captcha-main,
  .nhrc-virtual-page .form-upload,
  .nhrc-virtual-page .sky-form .button {
    grid-column: 1 !important;
  }

  .nhrc-virtual-page .sky-form .button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .nhrc-virtual-page #captcha_contacts img,
  .nhrc-virtual-page .nhrc-captcha-code {
    max-width: 100% !important;
  }
}

/* Books page mobile containment */
@media (max-width: 760px) {
  .nhrc-books-page,
  .nhrc-books-page .static-main__inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .nhrc-books-page {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .nhrc-books-page .static-main__inner {
    padding: 28px 18px !important;
    overflow: hidden !important;
  }

  .nhrc-books-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .nhrc-book-list-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 14px !important;
    box-sizing: border-box !important;
  }

  .nhrc-book-list-cover {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 3 / 4 !important;
  }

  .nhrc-book-list-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .nhrc-book-list-body h2 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .nhrc-book-list-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .nhrc-book-list-actions a:first-child {
    min-width: 0 !important;
    white-space: normal !important;
  }

  .nhrc-book-list-actions a:last-child {
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    margin-left: auto !important;
    position: static !important;
    transform: none !important;
  }
}

/* News detail mobile containment */
@media (max-width: 760px) {
  .nhrc-news-detail .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .nhrc-news-detail__grid,
  .nhrc-news-detail__main,
  .nhrc-news-detail__aside,
  .nhrc-news-image-slider,
  .nhrc-news-image-track,
  .nhrc-news-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .nhrc-news-detail__main,
  .nhrc-news-image-slider,
  .nhrc-news-body {
    max-width: calc(100vw - 44px) !important;
  }

  .nhrc-news-detail__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  .nhrc-news-detail__top {
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .nhrc-news-actions {
    width: 100% !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  .nhrc-news-meta {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .nhrc-news-detail h1 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    white-space: normal !important;
  }

  .nhrc-news-image-track {
    min-height: 0 !important;
  }

  .nhrc-news-hero img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .nhrc-news-body {
    padding: 16px !important;
    overflow: hidden !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    text-align: left !important;
  }

  .nhrc-news-body,
  .nhrc-news-body * {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-align: left !important;
  }

  .nhrc-news-body img,
  .nhrc-news-body table,
  .nhrc-news-body iframe {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* Final area-page overrides after legacy static styles */
.nhrc-area-page .nhrc-area-layout,
.nhrc-area-page .nhrc-area-sidebar,
.nhrc-area-page .nhrc-area-card,
.nhrc-area-page .nhrc-area-content {
  min-width: 0 !important;
}

.nhrc-area-page .nhrc-area-content,
.nhrc-area-page .nhrc-area-content *,
.nhrc-area-page .nhrc-area-callout,
.nhrc-area-page .nhrc-area-callout * {
  text-align: left !important;
  word-spacing: normal !important;
  max-width: 100% !important;
}

.nhrc-area-page .nhrc-area-content {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

@media (max-width: 520px) {
  .nhrc-area-page {
    overflow-x: hidden !important;
  }

  .nhrc-area-page .nhrc-area-layout {
    gap: 14px !important;
  }

  .nhrc-area-page .nhrc-area-card {
    width: 100% !important;
    padding: 22px 18px 24px !important;
  }
}

/* Management page */
.nhrc-manage-page .static-main__inner.nhrc-manage-inner {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.nhrc-manage-page .static-main__body,
.nhrc-manage-page .static-main__inner,
.nhrc-manage-page .content,
.nhrc-manage-list,
.nhrc-manager-card,
.nhrc-manager-tab-content,
.nhrc-manager-info {
  max-width: 100% !important;
  min-width: 0 !important;
}

.nhrc-manage-list {
  display: grid;
  gap: 22px;
}

.nhrc-manager-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.nhrc-manager-tabs {
  display: flex;
  gap: 24px;
  margin: 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #0f172a !important;
  list-style: none !important;
}

.nhrc-manager-tabs .nav-item {
  margin: 0 !important;
}

.nhrc-manager-tabs .nav-link {
  display: block;
  padding: 16px 2px 10px !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #667085 !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.nhrc-manager-tabs .nav-link.active,
.nhrc-manager-tabs .nav-link:hover,
.nhrc-manager-tabs .nav-link:focus {
  color: #0b56b3 !important;
  border-bottom-color: #0b56b3 !important;
}

.nhrc-manager-tab-content {
  padding: 20px 20px 24px;
}

.nhrc-manager-basic {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.nhrc-manager-photo {
  display: block;
  overflow: hidden;
  min-height: 240px;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #f8fafc;
  color: #111827 !important;
  text-decoration: none !important;
}

.nhrc-manager-photo img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: cover;
  object-position: top center;
}

.nhrc-manager-photo span {
  display: block;
  padding: 10px 11px 12px;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.nhrc-manager-info {
  padding-top: 4px;
}

.nhrc-manager-info h3 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #111827;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
}

.nhrc-manager-info h3,
.nhrc-manager-info h4,
.nhrc-manager-contacts,
.nhrc-manager-contacts * {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.nhrc-manager-info h4 {
  margin: 0 0 22px;
  color: #1f2937;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.nhrc-manager-contacts {
  display: grid;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nhrc-manager-contacts li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 !important;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.nhrc-manager-contacts i {
  width: 15px;
  margin-top: 2px;
  color: #98a2b3;
  text-align: center;
}

.nhrc-manager-contacts a,
.nhrc-manager-contacts b {
  color: #005bbb !important;
  font-weight: 800;
  text-decoration: none !important;
}

.nhrc-manager-text {
  color: #344054;
  font-size: 15px;
  line-height: 1.7;
}

.nhrc-manager-text p {
  margin: 0 0 14px;
}

@media (max-width: 760px) {
  .nhrc-manage-page,
  .nhrc-manage-page .container,
  .nhrc-manage-page .row,
  .nhrc-manage-page .static-main__body,
  .nhrc-manage-page .static-main__inner,
  .nhrc-manage-page .content,
  .nhrc-manage-list,
  .nhrc-manager-card,
  .nhrc-manager-tab-content,
  .nhrc-manager-info {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .nhrc-manager-tabs {
    gap: 12px;
    overflow-x: auto;
  }

  .nhrc-manager-tabs .nav-link {
    white-space: nowrap;
    font-size: 11px;
  }

  .nhrc-manager-tab-content {
    padding: 16px;
  }

  .nhrc-manager-basic {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nhrc-manager-photo {
    width: min(190px, 100%);
  }

  .nhrc-manager-info h3 {
    font-size: 15px;
    line-height: 1.35;
    display: block !important;
    width: min(100%, 250px) !important;
    max-width: min(100%, 250px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .nhrc-manager-info h4 {
    font-size: 20px;
    display: block !important;
    width: min(100%, 250px) !important;
    max-width: min(100%, 250px) !important;
  }

  .nhrc-manager-info,
  .nhrc-manager-contacts,
  .nhrc-manager-contacts li,
  .nhrc-manager-contacts span {
    width: min(100%, 250px) !important;
    max-width: min(100%, 250px) !important;
  }
}

/* Absolute final CI4 header/menu guard: this block intentionally stays last. */
.nhrc-site-header {
  position: relative;
  z-index: 30;
  background: #fff;
}

.nhrc-site-header .nhrc-nav,
.nhrc-site-header .nhrc-nav__inner,
.nhrc-site-header .nhrc-nav__links,
.nhrc-site-header .nhrc-nav__item {
  overflow: visible !important;
}

.nhrc-site-header .nhrc-nav__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
}

.nhrc-site-header .nhrc-nav__links {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  padding-right: 14px !important;
  white-space: nowrap !important;
}

.nhrc-site-header .nhrc-nav__item {
  position: relative !important;
  flex: 0 0 auto !important;
}

.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item > a {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  height: 52px !important;
  padding: 0 8px !important;
  color: #fff !important;
  font-size: 11px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item > a:hover,
.nhrc-site-header .nhrc-nav__links > .nhrc-nav__item:focus-within > a {
  background: #0b4d9c !important;
  color: #fff !important;
}

.nhrc-site-header .nhrc-search {
  flex: 0 0 260px !important;
  width: 260px !important;
  margin-left: 12px !important;
}

.nhrc-site-header .nhrc-submenu {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: 100% !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  width: 360px !important;
  min-width: 360px !important;
  max-width: min(360px, calc(100vw - 32px)) !important;
  max-height: min(78vh, 680px) !important;
  gap: 5px !important;
  padding: 10px !important;
  overflow: visible !important;
  border: 1px solid #dbe7f6 !important;
  border-radius: 0 0 10px 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(8, 42, 90, .18) !important;
  z-index: 10020 !important;
}

.nhrc-site-header .nhrc-nav__item:hover > .nhrc-submenu,
.nhrc-site-header .nhrc-nav__item:focus-within > .nhrc-submenu,
.nhrc-site-header .nhrc-nav__item.is-open > .nhrc-submenu {
  display: grid !important;
}

.nhrc-site-header .nhrc-submenu__row {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

.nhrc-site-header .nhrc-submenu__row.has-children:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 100%;
}

.nhrc-site-header .nhrc-submenu__row > a,
.nhrc-site-header .nhrc-submenu__children a {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 38px !important;
  max-width: 100% !important;
  padding: 9px 12px !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #0a2f63 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  box-shadow: none !important;
}

.nhrc-site-header .nhrc-submenu__row.has-children > a:after {
  content: "\f105";
  flex: 0 0 auto;
  margin-left: 10px;
  font-family: FontAwesome;
  opacity: .78;
}

.nhrc-site-header .nhrc-submenu__row:hover > a,
.nhrc-site-header .nhrc-submenu a:focus,
.nhrc-site-header .nhrc-submenu__children a:hover,
.nhrc-site-header .nhrc-submenu__children a:focus {
  background: #0b5bb5 !important;
  color: #fff !important;
  border-color: #0b5bb5 !important;
  box-shadow: inset 3px 0 0 #ffc800 !important;
}

.nhrc-site-header .nhrc-submenu__children {
  position: absolute !important;
  left: calc(100% + 8px) !important;
  right: auto !important;
  top: 0 !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  width: 380px !important;
  min-width: 380px !important;
  max-width: min(380px, calc(100vw - 32px)) !important;
  max-height: min(72vh, 620px) !important;
  gap: 5px !important;
  padding: 10px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border: 1px solid #dbe7f6 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(8, 42, 90, .2) !important;
  z-index: 10030 !important;
  scrollbar-width: thin;
}

.nhrc-site-header .nhrc-submenu__row:hover > .nhrc-submenu__children,
.nhrc-site-header .nhrc-submenu__row:focus-within > .nhrc-submenu__children {
  display: grid !important;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu {
  left: auto !important;
  right: 0 !important;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu__row.has-children:after {
  right: auto;
  left: -12px;
}

.nhrc-site-header .nhrc-nav__item:nth-last-child(-n+3) .nhrc-submenu__children {
  left: auto !important;
  right: calc(100% + 8px) !important;
}

.nhrc-site-header .nhrc-lang {
  position: relative;
}

.nhrc-site-header .nhrc-lang:hover .nhrc-lang__menu,
.nhrc-site-header .nhrc-lang:focus-within .nhrc-lang__menu {
  display: block !important;
}

.nhrc-site-header .nhrc-lang__button {
  background: #fff !important;
  border: 1px solid #d5e4f7 !important;
  color: #0a2f63 !important;
  transition: background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.nhrc-site-header .nhrc-lang__button:hover,
.nhrc-site-header .nhrc-lang:focus-within .nhrc-lang__button {
  background: #0b5bb5 !important;
  color: #fff !important;
  border-color: #0b5bb5 !important;
  box-shadow: 0 8px 18px rgba(11, 91, 181, .2) !important;
}

.nhrc-site-header .nhrc-lang__button:hover i,
.nhrc-site-header .nhrc-lang:focus-within .nhrc-lang__button i {
  color: #fff !important;
}

.nhrc-site-header .nhrc-lang__menu {
  min-width: 150px !important;
  margin-top: 8px !important;
  padding: 8px !important;
  border: 1px solid #d5e4f7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(8, 42, 90, .16) !important;
}

.nhrc-site-header .nhrc-lang__menu a {
  display: block !important;
  padding: 9px 12px !important;
  border-radius: 7px !important;
  color: #0a2f63 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.nhrc-site-header .nhrc-lang__menu a:hover,
.nhrc-site-header .nhrc-lang__menu a:focus,
.nhrc-site-header .nhrc-lang__menu a.is-active {
  background: #0b5bb5 !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 #ffc800 !important;
}

@media (max-width: 1180px) {
  .nhrc-site-header .nhrc-nav__inner {
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }

  .nhrc-site-header .nhrc-nav__links {
    justify-content: flex-start !important;
  }
}

@media (max-width: 760px) {
  .nhrc-site-header .nhrc-nav__inner {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .nhrc-site-header .nhrc-nav__links {
    width: 100% !important;
    overflow-x: auto !important;
    padding-right: 0 !important;
  }

  .nhrc-site-header .nhrc-search {
    flex: 1 1 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .nhrc-site-header .nhrc-submenu {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: 150px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: calc(100vh - 170px) !important;
    overflow-y: auto !important;
  }

  .nhrc-site-header .nhrc-submenu__children {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 6px !important;
    box-shadow: none !important;
  }
}
