@import url("/css/fonts.css");
:root {
  --bg-main: #f5f6f8;
  --bg-surface: #fff;
  --bg-surface-solid: #fff;
  --primary-accent: #17395d;
  --secondary-accent: #b32834;
  --tertiary-accent: #b32834;
  --text-primary: #162c43;
  --text-secondary: #667586;
  --border-color: #dbe1e8;
  --glass-shadow: 0 8px 24px #172f4610;
  --border-radius: 8px;
  --radius-md: 6px;
  --radius-sm: 4px;
  --pg-navy: #102a45;
  --pg-red: #be3441;
}
body.pg-editorial {
  font-family: "Golos Text", "Trebuchet MS", sans-serif;
  background: #f5f6f8;
  color: #162c43;
  overflow-x: clip;
}
.pg-editorial:before,
.pg-editorial:after {
  display: none;
}
.pg-editorial .container {
  max-width: 1360px;
  padding: 0 40px;
}
.pg-editorial a:focus-visible,
.pg-editorial button:focus-visible,
.pg-editorial input:focus-visible {
  outline: 3px solid #be3441;
  outline-offset: 4px;
}
.pg-skip {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 10000;
  background: #fff;
  padding: 12px 18px;
  color: #102a45;
}
.pg-skip:focus {
  top: 12px;
}
.pg-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.pg-topline {
  background: #102a45;
  color: #b7c7d8;
  font-size: 9px;
  letter-spacing: 1.1px;
}
.pg-topline .container {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pg-editorial .header-new {
  background: #fff;
  backdrop-filter: none;
  border-bottom: 1px solid #dbe1e8;
  position: relative;
}
.pg-editorial .header-wrapper {
  padding: 25px 0;
  gap: 30px;
}
.pg-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  color: #142f4b;
}
.pg-brand strong {
  display: block;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.1;
}
.pg-brand strong > span {
  font-weight: 400;
}
.pg-brand small {
  display: block;
  color: #738295;
  font-size: 9px;
  letter-spacing: 0.4px;
  margin-top: 7px;
}
.pg-monogram {
  width: 37px;
  height: 36px;
  display: flex;
  gap: 4px;
  align-items: flex-end;
  border-bottom: 4px solid #be3441;
  padding-bottom: 5px;
}
.pg-monogram i {
  width: 9px;
  background: #193b5f;
  height: 18px;
  transform: skewY(-20deg);
}
.pg-monogram i:nth-child(2) {
  height: 25px;
}
.pg-monogram i:nth-child(3) {
  height: 31px;
}
.pg-editorial .site-nav__list {
  gap: 7px;
}
.pg-editorial .site-nav__link {
  font-size: 12px;
  padding: 10px 8px;
  color: #31475e;
}
.pg-editorial .site-nav__link:hover,
.pg-editorial .site-nav__item--active .site-nav__link {
  color: #b32834;
  background: #f5f6f8;
}
.pg-editorial .site-nav__dropdown {
  background: #fff;
  box-shadow: 0 16px 30px #122e4720;
  border: 1px solid #dbe1e8;
  border-top: 3px solid #be3441;
  border-radius: 3px;
}
.pg-editorial .site-nav__dropdown-link {
  color: #31475e;
  font-size: 13px;
}
.pg-editorial .site-nav__dropdown-link:hover {
  background: #f0f3f7;
  color: #b32834;
}
.pg-editorial .site-nav__toggle {
  color: #31475e;
}
.pg-editorial .site-nav__toggle span:before,
.pg-editorial .site-nav__toggle span:after {
  background: #31475e;
}
.pg-editorial .mobile-toggle {
  background: #edf1f6;
  border: 1px solid #d6dee8;
  border-radius: 4px;
  width: 42px;
  height: 42px;
}
.pg-editorial .mobile-toggle span {
  background: #183956;
}
.pg-eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 600;
  margin: 0 0 23px;
  color: #a52e39;
}
.pg-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  background: #be3441;
  color: white !important;
  padding: 17px 23px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #be3441;
  text-decoration: none !important;
  transition:
    background 0.2s,
    transform 0.2s;
}
.pg-button:hover {
  background: #a02430;
  transform: translateY(-2px);
}
.pg-button-light {
  background: white;
  border-color: #fff;
  color: #122f4a !important;
}
.pg-button-light:hover {
  background: #edf1f7;
}
.pg-button-navy {
  background: #17395d;
  border-color: #17395d;
}
.pg-inline-link {
  font-size: 12px;
  color: #243e5b;
  border-bottom: 1px solid #bac6d3;
  padding-bottom: 6px;
  white-space: nowrap;
}
.pg-link-light {
  font-size: 12px;
  color: #d6e3ee !important;
  border-bottom: 1px solid #7a90a6;
  padding: 7px 0;
}
.pg-hero {
  background: #102a45;
  color: #fff;
  padding: 46px 0 55px;
}
.pg-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.pg-hero-copy {
  padding: 25px 0;
}
.pg-hero .pg-eyebrow {
  color: #b7c8da;
  font-size: 9px;
}
.pg-hero h1 {
  font-size: clamp(38px, 3.8vw, 57px);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.12;
  margin: 0 0 26px;
  color: #fff;
}
.pg-hero h1 em {
  font-style: normal;
  color: #aabfd3;
  font-weight: 400;
}
.pg-hero-lead {
  font-size: 15px;
  color: #c1cfde;
  line-height: 1.9;
  max-width: 510px;
  margin-bottom: 32px;
}
.pg-hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.pg-hero-bottom {
  display: flex;
  gap: 25px;
  font-size: 8px;
  letter-spacing: 0.8px;
  color: #97abc1;
  padding-top: 30px;
  margin-top: 33px;
  border-top: 1px solid #415a74;
}
.pg-hero-visual {
  position: relative;
  margin: 0;
  min-height: 500px;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
}
.pg-hero-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}
.pg-hero-visual:after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(0deg, #061c32d9, transparent);
}
.pg-hero-visual figcaption {
  position: absolute;
  bottom: 32px;
  left: 30px;
  z-index: 1;
  border-left: 3px solid #be3441;
  padding-left: 22px;
}
.pg-hero-visual figcaption > span {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #d3dfeb;
}
.pg-hero-visual strong {
  display: block;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  margin: 15px 0;
  color: #fff;
}
.pg-hero-visual small {
  font-size: 8px;
  color: #adbdca;
}
.pg-search-strip {
  background: white;
  border-bottom: 1px solid #dbe1e8;
}
.pg-search-strip > .container {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
}
.pg-search-strip > .container > span {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.pg-search-strip form {
  display: flex;
  flex: 1;
  background: #f2f4f7;
  border: 1px solid #dce2ea;
  border-radius: 3px;
  overflow: hidden;
}
.pg-search-strip input {
  flex: 1;
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  padding: 15px 19px;
  font:
    13px "Golos Text",
    sans-serif;
  color: #18354e;
  outline-offset: -3px !important;
}
.pg-search-strip button {
  border: 0;
  background: #17395d;
  color: #fff;
  padding: 0 24px;
  font:
    12px "Golos Text",
    sans-serif;
  cursor: pointer;
}
.pg-search-strip button span {
  margin-left: 15px;
}
.pg-section {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.pg-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}
.pg-section-heading .pg-eyebrow {
  margin-bottom: 16px;
}
.pg-section-heading h2 {
  font-size: clamp(28px, 2.8vw, 39px);
  font-weight: 500;
  letter-spacing: -1.1px;
  line-height: 1.2;
  margin: 0;
  max-width: 860px;
}
.pg-directions {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
}
.pg-direction {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #dce2e8;
  border-radius: 4px;
  padding: 26px;
  color: #142f4b;
  min-height: 325px;
  overflow: hidden;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.pg-direction:hover {
  transform: translateY(-4px);
  border-color: #98aabe;
  color: #17395d;
}
.pg-direction .pg-eyebrow {
  font-size: 8px;
  letter-spacing: 1px;
  color: #8b3a45;
}
.pg-direction h3 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin: 17px 0;
}
.pg-direction p {
  font-size: 12px;
  line-height: 1.8;
  color: #6d7a88;
  max-width: 290px;
}
.pg-direction-arrow {
  display: block;
  font-size: 24px;
  margin-top: 25px;
  color: #b32834;
}
.pg-line-icon {
  display: block;
  font-size: 43px;
  line-height: 1;
  color: #577a9b;
  margin-top: 30px;
}
.pg-direction-wide {
  color: white;
  background: #112c46;
  padding: 0;
}
.pg-direction-wide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-direction-wide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #091e34ef, #091e34b3 60%, #091e3420);
  z-index: 1;
}
.pg-direction-wide > div {
  position: relative;
  z-index: 2;
  padding: 30px;
  max-width: 370px;
}
.pg-direction-wide .pg-eyebrow {
  color: #ccd9e4;
}
.pg-direction-wide h3 {
  font-size: 29px;
  color: #fff;
}
.pg-direction-wide p {
  color: #c2cfdb;
}
.pg-direction-wide .pg-direction-arrow {
  color: white;
}
.pg-topic-links {
  display: flex;
  gap: 20px;
  padding-top: 22px;
  justify-content: space-between;
}
.pg-topic-links a {
  font-size: 12px;
  color: #3e526a;
}
.pg-news-section {
  background: #edf0f4;
}
.pg-stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
}
.pg-story {
  background: #fff;
  border: 1px solid #dce2e9;
  border-radius: 4px;
  overflow: hidden;
  min-width: 0;
}
.pg-story-image {
  display: block;
  position: relative;
  aspect-ratio: 1.65;
  overflow: hidden;
}
.pg-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.pg-story:hover img {
  transform: scale(1.035);
}
.pg-story-image > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: #fff;
  color: #17395d;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}
.pg-story-copy {
  padding: 24px;
}
.pg-story-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 8px;
  color: #7b8898;
  margin-bottom: 16px;
}
.pg-story-meta > span {
  color: #a6323c;
  max-width: 65%;
}
.pg-story h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin: 0 0 16px;
}
.pg-story h3 a {
  color: #19354f;
}
.pg-story h3 a:hover {
  color: #b32834;
}
.pg-story-copy > p {
  font-size: 12px;
  line-height: 1.8;
  color: #75808d;
}
.pg-editorial-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid #dbe1e8;
  border-radius: 4px;
  overflow: hidden;
}
.pg-feature-copy {
  padding: 50px;
}
.pg-feature-copy h2 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0 0 24px;
}
.pg-feature-copy p:not(.pg-eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  color: #6d7c8d;
  margin-bottom: 28px;
}
.pg-editorial-feature > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}
.pg-popular-section {
  padding-top: 0 !important;
}
.pg-popular-list {
  border-top: 1px solid #ccd6e0;
}
.pg-popular-list > a {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 35px;
  gap: 25px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #ccd6e0;
  color: #18364f;
}
.pg-popular-number {
  font-size: 35px;
  font-weight: 400;
  color: #a0afbd;
}
.pg-popular-list .pg-eyebrow {
  margin-bottom: 9px;
  font-size: 8px;
}
.pg-popular-list h3 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}
.pg-popular-list > a:hover h3 {
  color: #b32834;
}
.pg-directory-section {
  background: #fff;
  border-top: 1px solid #e0e6ec;
}
.pg-category-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pg-category-index > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #dce2e9;
  padding: 25px;
  color: #18354e;
  min-height: 150px;
}
.pg-category-index h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 20px;
}
.pg-category-index span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #7a8797;
}
.pg-category-index b {
  color: #be3441;
  font-size: 19px;
}
.pg-category-index > a:hover {
  background: #f6f8fb;
  border-color: #8fa6bd;
}
/* Каталог, категории и чтение материалов. */
.pg-editorial .main-wrapper {
  padding: 28px 0 70px;
}
.pg-editorial .breadcrumbs-new {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 25px;
  font-size: 11px;
  gap: 10px;
  color: #7a8998;
}
.pg-editorial .breadcrumb-link {
  color: #63778d;
}
.pg-editorial .breadcrumb-current {
  color: #354b62;
}
.pg-editorial .content-grid {
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 30px;
}
.pg-editorial .main-content-new {
  min-width: 0;
}
.pg-editorial .page-hero {
  background: #102a45;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  backdrop-filter: none;
  padding: 40px;
  margin-bottom: 26px;
}
.pg-editorial .hero-background-articles {
  background: url("/images/editorial-2026/privacy.webp") center/cover;
  inset: 0 0 0 50%;
  width: auto;
  height: auto;
  filter: none;
  opacity: 0.17;
  border-radius: 0;
}
.pg-editorial .hero-badge-articles {
  color: #bdcfe1;
  border: 0;
  background: none;
  padding: 0;
  font-size: 10px;
  letter-spacing: 1.5px;
  border-radius: 0;
}
.pg-editorial .page-title {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.4px;
}
.pg-editorial .page-description {
  color: #c3d1df;
  font-size: 14px;
  line-height: 1.8;
}
.pg-editorial .page-stats {
  border-color: #496178;
  gap: 30px;
}
.pg-editorial .page-stats .stat-number {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.pg-editorial .page-stats .stat-label {
  color: #aabed1;
  font-size: 10px;
}
.pg-editorial .filters-panel {
  background: #fff;
  border: 1px solid #dbe1e8;
  box-shadow: none;
  border-radius: 4px;
  padding: 25px;
  backdrop-filter: none;
}
.pg-editorial .panel-header h3 {
  font-size: 17px;
  font-weight: 500;
  color: #233c57;
}
.pg-editorial .panel-header p {
  font-size: 12px;
  color: #778595;
}
.pg-editorial .search-input-new {
  background: #f4f6f8;
  color: #183b5d;
  border: 1px solid #d4dfe7;
  border-radius: 3px;
  font-family: inherit;
  font-size: 13px;
}
.pg-editorial .search-input-new::placeholder {
  color: #8593a2;
}
.pg-editorial .search-input-new:focus {
  background: white;
  box-shadow: 0 0 0 3px #e0e7f0;
  border-color: #627f9e;
}
.pg-editorial .search-button-new {
  background: #17395d;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
}
.pg-editorial .category-filter-chip {
  background: #f2f4f7;
  border: 1px solid #d6dfe7;
  color: #425b73;
  border-radius: 3px;
  font-size: 11px;
}
.pg-editorial .category-filter-chip.active,
.pg-editorial .category-filter-chip:hover {
  background: #17395d;
  color: #fff;
  border-color: #17395d;
}
.pg-editorial .view-button {
  color: #17395d;
  border-color: #d7e0e8;
  background: #fff;
}
.pg-editorial .view-button.active {
  background: #17395d;
  color: #fff;
}
.pg-editorial .articles-container.grid-view {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
}
.pg-editorial .article-card-new {
  background: #fff;
  border: 1px solid #dbe1e8;
  border-radius: 4px;
  box-shadow: none;
  backdrop-filter: none;
}
.pg-editorial .article-card-new:hover {
  border-color: #8ba3bb;
  box-shadow: 0 10px 25px #17395d0d;
  transform: translateY(-3px);
}
.pg-editorial .article-image-new {
  aspect-ratio: 1.75;
}
.pg-editorial .article-content-new {
  padding: 23px;
}
.pg-editorial .article-title-new {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.4px;
}
.pg-editorial .article-title-new a {
  color: #193a58;
}
.pg-editorial .article-title-new a:hover {
  color: #b32834;
}
.pg-editorial .category-link {
  color: #ac3540;
  font-size: 10px;
  font-weight: 500;
}
.pg-editorial .article-excerpt-new {
  color: #728091;
  font-size: 12px;
  line-height: 1.85;
}
.pg-editorial .article-meta-new {
  font-size: 10px;
  color: #7b8898;
  border-color: #e2e7ed;
}
.pg-editorial .featured-badge-new {
  background: #fff;
  color: #a4313b;
  border: 1px solid #e5d4d7;
  box-shadow: none;
  font-size: 9px;
  border-radius: 2px;
  padding: 6px 10px;
}
.pg-editorial .article-footer-new {
  border-color: #e0e6ec;
}
.pg-editorial .read-more-new {
  color: #244a6e;
  font-size: 12px;
}
.pg-editorial .sidebar-new {
  gap: 24px;
}
.pg-editorial .sidebar-block,
.pg-editorial .sidebar-widget {
  background: #fff;
  border: 1px solid #dbe1e8;
  border-radius: 4px;
  padding: 25px;
  box-shadow: none;
  backdrop-filter: none;
}
.pg-editorial .sidebar-block h3,
.pg-editorial .sidebar-widget h3 {
  font-size: 18px;
  color: #1d3c58;
  font-weight: 500;
  letter-spacing: -0.3px;
  border-color: #dbe1e8;
}
.pg-editorial .sidebar-block p {
  color: #758394;
  font-size: 12px;
}
.pg-editorial .popular-article h4,
.pg-editorial .popular-article h4 a,
.pg-editorial .popular-title,
.pg-editorial .popular-title a {
  color: #1c3b56 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.pg-editorial .popular-item,
.pg-editorial .category-item {
  border-color: #e0e6ec;
}
.pg-editorial .category-item:hover {
  background: #edf2f7;
}
.pg-editorial .category-name {
  color: #294963;
}
.pg-editorial .category-count {
  background: #edf1f6;
  color: #708298;
  font-size: 10px;
}
.pg-editorial .banner-image {
  background: url("/images/editorial-2026/documents.webp") center/cover !important;
  min-height: 160px;
}
.pg-editorial .image-placeholder {
  visibility: hidden;
}
.pg-editorial .pagination-new a,
.pg-editorial .pagination-new span,
.pg-editorial .pagination-btn,
.pg-editorial .pagination-number {
  border-color: #d4dee7;
  background: #fff;
  color: #254865;
  border-radius: 3px;
}
.pg-editorial .pagination-new .active,
.pg-editorial .pagination-number.active,
.pg-editorial .pagination-btn.active {
  background: #17395d;
  color: #fff;
}
.pg-editorial .results-info,
.pg-editorial .showcase-header p {
  font-size: 12px;
  color: #7c8998;
}
.pg-editorial .showcase-header h3 {
  font-size: 23px;
  font-weight: 500;
  color: #1b3a57;
}
.pg-editorial .sort-select {
  background: #fff;
  color: #29475e;
  border-color: #d4dee7;
}
.pg-editorial .article-layout {
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 35px;
}
.pg-editorial .article-hero {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dbe1e8;
  border-radius: 4px;
  margin-bottom: 25px;
}
.pg-editorial .article-hero-content {
  position: static;
  order: 0;
  padding: 38px;
}
.pg-editorial .article-hero-image {
  order: 1;
  aspect-ratio: 2.2;
}
.pg-editorial .hero-overlay {
  display: none;
}
.pg-editorial .article-hero-title {
  font-size: 40px;
  line-height: 1.22;
  letter-spacing: -1.3px;
  font-weight: 500;
  color: #143550;
}
.pg-editorial .article-category-badge,
.pg-editorial .article-category-badge a {
  background: none;
  border: 0;
  padding: 0;
  color: #167d80;
  font-size: 10px;
  letter-spacing: 0.8px;
}
.pg-editorial .meta-group {
  font-size: 10px;
  color: #8191a2;
  border-top: 1px solid #e0e6ec;
  padding-top: 20px;
  gap: 18px;
}
.pg-editorial .meta-icon,
.pg-editorial .category-icon,
.pg-editorial .featured-star,
.pg-editorial .excerpt-icon {
  display: none;
}
.pg-editorial .article-content-wrapper {
  padding: 38px 42px;
  background: #fff;
  border: 1px solid #dbe1e8;
  border-radius: 4px;
  box-shadow: none;
  backdrop-filter: none;
}
.pg-editorial .article-excerpt-block {
  background: #edf2f7;
  border: 0;
  border-left: 3px solid #167d80;
  border-radius: 0;
  padding: 23px;
  display: block;
}
.pg-editorial .excerpt-content h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 13px;
  color: #167d80;
}
.pg-editorial .excerpt-content p {
  font-size: 15px;
  line-height: 1.85;
  color: #445d76;
}
.pg-editorial .article-content-main {
  overflow-wrap: anywhere;
  line-height: 1.9;
  color: #3e5268;
  overflow: visible;
  min-width: 0;
}
.pg-editorial .article-content-main h2 {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 1.3;
  color: #193e5e;
  margin: 40px 0 20px;
  scroll-margin-top: 25px;
}
.pg-editorial .article-content-main h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
  color: #244761;
  margin: 27px 0 16px;
}
.pg-editorial .article-content-main p {
  font-size: 16px;
  color: #40576d;
  line-height: 1.95;
  margin-bottom: 22px;
}
.pg-editorial .article-content-main li {
  color: #40576d;
  line-height: 1.9;
  margin-bottom: 12px;
}
.pg-editorial .article-content-main strong {
  color: #1d405e;
}
.pg-editorial .article-content-main a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #285b82;
}
.pg-editorial .article-content-main th {
  background: #17395d;
  color: #fff;
  padding: 15px;
}
.pg-editorial .article-content-main td {
  border-color: #d8e1e9;
  padding: 15px;
  min-width: 120px;
}
.pg-editorial .article-content-main tr:nth-child(even) {
  background: #f2f5f8;
}
.pg-editorial .article-content-main table {
  font-size: 13px;
}
.pg-editorial .table-wrapper {
  border: 1px solid #d8e1e9;
  border-radius: 3px;
  max-width: 100%;
  overflow: auto;
}
.pg-editorial .article-content-main blockquote {
  background: #f1f4f8;
  border-color: #bc3641;
  color: #526b81;
  border-radius: 0;
}
.pg-article-toc {
  background: #f8f9fb;
  border: 1px solid #dce3eb;
  padding: 22px 25px;
  border-radius: 3px;
  margin-bottom: 32px;
}
.pg-article-toc summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #244d6e;
}
.pg-article-toc ol {
  margin-top: 18px;
  padding-left: 19px;
  columns: 2;
  column-gap: 30px;
}
.pg-article-toc li {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
  break-inside: avoid;
  color: #72889a;
}
.pg-article-toc a {
  color: #516c84;
}
.pg-reading-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  transform-origin: left;
  transform: scaleX(0);
  background: #be3441;
  z-index: 9999;
  pointer-events: none;
}
.pg-editorial .toc-link {
  font-size: 12px;
  line-height: 1.7;
  color: #647b8e;
}
.pg-editorial .toc-link.active {
  color: #b32834;
  background: #f6ecee;
}
.pg-editorial .toc-container {
  max-height: 480px;
  overflow: auto;
}
.pg-editorial .related-card-new,
.pg-editorial .nav-article-link {
  background: #fff;
  border-color: #dbe1e8;
  border-radius: 4px;
  box-shadow: none;
}
.pg-editorial .related-content-new h4 a,
.pg-editorial .nav-title {
  color: #244a66;
  font-weight: 500;
}
.pg-editorial .related-content-new p {
  color: #748698;
}
.pg-editorial .tag-link,
.pg-editorial .share-btn {
  background: #edf2f7;
  border-color: #d9e3ec;
  color: #426381;
  border-radius: 3px;
}
.pg-editorial .related-header h3,
.pg-editorial .article-navigation-new h3 {
  font-size: 23px;
  font-weight: 500;
  color: #244760;
}
.pg-editorial .related-grid-new {
  gap: 15px;
}
.pg-editorial .yandex-rtb-block:empty {
  display: none;
}
/* Контакты и общий подвал. */
.pg-editorial .contact-form-card,
.pg-editorial .contact-info-card,
.pg-editorial .about-card {
  background: #fff !important;
  color: #233d58;
  border: 1px solid #dbe1e8;
  box-shadow: none;
  border-radius: 5px;
}
.pg-editorial .form-input,
.pg-editorial .form-textarea {
  background: #f4f6f8 !important;
  color: #244561 !important;
  border-color: #d0dce6 !important;
  border-radius: 3px;
}
.pg-editorial .form-label {
  color: #35566e;
}
.pg-editorial .submit-button,
.pg-editorial .btn-primary {
  background: #17395d;
  color: #fff;
  box-shadow: none;
  border-radius: 3px;
}
.pg-editorial .footer-new {
  background: #102a45;
  padding: 0;
  border: 0;
  color: #bccdde;
}
.pg-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
  border-bottom: 1px solid #3a526c;
}
.pg-footer-top .pg-eyebrow {
  color: #a8bdd2;
  margin-bottom: 20px;
}
.pg-footer-top h2 {
  font-size: 31px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #fff;
}
.pg-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.1fr 0.9fr;
  gap: 45px;
  padding: 45px 0;
}
.pg-footer-brand {
  font-size: 22px;
  color: #fff !important;
  letter-spacing: -0.6px;
  font-weight: 600;
}
.pg-footer-brand span {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 8px;
  color: #a6bcd0;
}
.pg-footer-grid p {
  font-size: 11px;
  line-height: 1.9;
  color: #94acc3;
  margin-top: 22px;
  max-width: 250px;
}
.pg-footer-grid h3 {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 23px;
}
.pg-footer-grid > div > a:not(.pg-footer-brand) {
  display: block;
  font-size: 11px;
  color: #acbed0;
  margin-bottom: 13px;
  line-height: 1.6;
}
.pg-footer-grid > div > a:hover {
  color: #fff;
  text-decoration: underline;
}
.pg-footer-bottom {
  padding: 23px 0;
  border-top: 1px solid #3a526c;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: #8fa9c2;
}
@media (max-width: 1150px) and (min-width: 901px) {
  .pg-editorial .header-wrapper {
    flex-wrap: wrap;
  }
  .pg-editorial .site-nav {
    width: 100%;
    justify-content: flex-start;
  }
  .pg-hero-grid {
    gap: 30px;
  }
  .pg-hero h1 {
    font-size: 42px;
  }
  .pg-directions {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .pg-direction {
    padding: 22px;
  }
  .pg-direction-wide {
    padding: 0;
  }
  .pg-direction-wide > div {
    padding: 25px;
  }
  .pg-feature-copy {
    padding: 35px;
  }
  .pg-editorial .content-grid,
  .pg-editorial .article-layout {
    grid-template-columns: minmax(0, 1fr) 235px;
    gap: 24px;
  }
  .pg-editorial .article-hero-title {
    font-size: 34px;
  }
  .pg-footer-grid {
    gap: 25px;
  }
}
@media (max-width: 900px) {
  .pg-editorial .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .pg-topline .container {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pg-topline .container > span:last-child {
    display: none;
  }
  .pg-topline {
    font-size: 8px;
    letter-spacing: 0.9px;
  }
  .pg-editorial .header-wrapper {
    padding: 20px 0;
    gap: 15px;
  }
  .pg-brand strong {
    font-size: 22px;
  }
  .pg-brand small {
    font-size: 8px;
  }
  .pg-brand {
    gap: 10px;
  }
  .pg-monogram {
    width: 30px;
    height: 32px;
    gap: 3px;
  }
  .pg-monogram i {
    width: 8px;
  }
  .pg-editorial .mobile-toggle {
    flex-shrink: 0;
    display: flex;
  }
  .pg-editorial .site-nav {
    display: none;
  }
  .pg-editorial .site-nav.active {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #dbe1e8;
    max-height: 75vh;
    overflow: auto;
  }
  .pg-editorial .site-nav__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }
  .pg-editorial .site-nav__link-box {
    justify-content: space-between;
    width: 100%;
  }
  .pg-editorial .site-nav__link {
    font-size: 15px;
    padding: 12px;
  }
  .pg-editorial .site-nav__dropdown {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    border: 0;
    box-shadow: none;
    background: #f1f4f8;
    width: 100%;
    margin: 0;
  }
  .pg-editorial .site-nav__item.is-open .site-nav__dropdown {
    display: block;
  }
  .pg-editorial .site-nav__toggle {
    display: flex;
    width: 42px;
    height: 42px;
  }
  .pg-hero {
    padding: 25px 0 30px;
  }
  .pg-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pg-hero-copy {
    padding: 10px 0 0;
  }
  .pg-hero h1 {
    font-size: 43px;
    letter-spacing: -1.4px;
  }
  .pg-hero-lead {
    font-size: 14px;
    line-height: 1.8;
    max-width: 620px;
  }
  .pg-hero-bottom {
    font-size: 8px;
    margin-top: 25px;
    padding-top: 24px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .pg-hero-visual {
    min-height: 350px;
    height: 350px;
  }
  .pg-hero-visual figcaption {
    left: 24px;
    bottom: 24px;
  }
  .pg-hero-visual strong {
    font-size: 29px;
  }
  .pg-search-strip > .container {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pg-search-strip > .container > span {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .pg-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pg-section-heading {
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 26px;
  }
  .pg-section-heading h2 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }
  .pg-section-heading .pg-eyebrow {
    font-size: 9px;
  }
  .pg-inline-link {
    font-size: 10px;
  }
  .pg-directions {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .pg-direction-wide {
    grid-column: 1/-1;
    min-height: 300px;
  }
  .pg-direction {
    min-height: 270px;
    padding: 22px;
  }
  .pg-direction-wide {
    padding: 0;
  }
  .pg-direction h3 {
    font-size: 22px;
  }
  .pg-direction-wide h3 {
    font-size: 30px;
  }
  .pg-topic-links {
    flex-direction: column;
    gap: 15px;
  }
  .pg-stories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .pg-story-copy {
    padding: 20px;
  }
  .pg-story h3 {
    font-size: 18px;
  }
  .pg-editorial-feature {
    grid-template-columns: 1fr;
  }
  .pg-feature-copy {
    padding: 32px;
  }
  .pg-feature-copy h2 {
    font-size: 31px;
  }
  .pg-editorial-feature > img {
    max-height: 300px;
    min-height: 260px;
  }
  .pg-popular-section {
    padding-top: 0 !important;
  }
  .pg-popular-list > a {
    grid-template-columns: 35px minmax(0, 1fr) 20px;
    gap: 15px;
    padding: 23px 0;
  }
  .pg-popular-number {
    font-size: 27px;
  }
  .pg-popular-list h3 {
    font-size: 18px;
  }
  .pg-category-index {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .pg-category-index > a {
    padding: 22px;
  }
  .pg-editorial .content-grid,
  .pg-editorial .article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .pg-editorial .sidebar-new,
  .pg-editorial .article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .pg-editorial .page-hero {
    padding: 30px;
  }
  .pg-editorial .page-title {
    font-size: 34px;
  }
  .pg-editorial .article-hero-content {
    padding: 30px;
  }
  .pg-editorial .article-hero-title {
    font-size: 35px;
  }
  .pg-editorial .article-content-wrapper {
    padding: 30px;
  }
  .pg-editorial .article-content-main h2 {
    font-size: 28px;
  }
  .pg-footer-top {
    padding: 40px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .pg-footer-top h2 {
    font-size: 27px;
  }
  .pg-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 35px 0;
  }
  .pg-footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .pg-editorial .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .pg-brand strong {
    font-size: 20px;
  }
  .pg-brand small {
    font-size: 7px;
  }
  .pg-editorial .header-wrapper {
    gap: 10px;
  }
  .pg-hero h1 {
    font-size: 37px;
    letter-spacing: -1.3px;
  }
  .pg-hero .pg-eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .pg-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
  }
  .pg-hero-actions .pg-button {
    width: 100%;
    padding: 16px 19px;
  }
  .pg-link-light {
    align-self: flex-start;
  }
  .pg-hero-visual {
    height: 300px;
    min-height: 300px;
  }
  .pg-search-strip input {
    font-size: 11px;
    padding: 14px 12px;
  }
  .pg-search-strip button {
    padding: 0 16px;
    font-size: 11px;
  }
  .pg-search-strip button span {
    display: none;
  }
  .pg-section-heading {
    flex-direction: column;
    gap: 16px;
  }
  .pg-section-heading h2 {
    font-size: 29px;
  }
  .pg-directions {
    grid-template-columns: 1fr;
  }
  .pg-direction-wide {
    grid-column: auto;
  }
  .pg-direction:not(.pg-direction-wide) {
    min-height: 220px;
  }
  .pg-line-icon {
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 35px;
    margin: 0;
  }
  .pg-direction:not(.pg-direction-wide) h3 {
    margin-top: 35px;
  }
  .pg-direction p {
    max-width: 280px;
  }
  .pg-direction-arrow {
    margin-top: 17px;
  }
  .pg-stories {
    grid-template-columns: 1fr;
  }
  .pg-story-image {
    aspect-ratio: 1.8;
  }
  .pg-story h3 {
    font-size: 20px;
  }
  .pg-story-meta {
    font-size: 9px;
  }
  .pg-story-copy > p {
    font-size: 13px;
  }
  .pg-feature-copy {
    padding: 28px 24px;
  }
  .pg-feature-copy h2 {
    font-size: 29px;
  }
  .pg-category-index h3 {
    font-size: 16px;
  }
  .pg-category-index > a {
    padding: 20px 15px;
    min-height: 155px;
  }
  .pg-editorial .main-wrapper {
    padding: 20px 0 45px;
  }
  .pg-editorial .breadcrumbs-new {
    font-size: 10px;
    line-height: 1.7;
    flex-wrap: wrap;
  }
  .pg-editorial .page-hero {
    padding: 27px 23px;
  }
  .pg-editorial .page-title {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
  .pg-editorial .page-description {
    font-size: 13px;
  }
  .pg-editorial .page-stats {
    gap: 22px;
  }
  .pg-editorial .page-stats .stat-number {
    font-size: 22px;
  }
  .pg-editorial .articles-container.grid-view {
    grid-template-columns: minmax(0, 1fr);
  }
  .pg-editorial .filters-panel {
    padding: 22px;
  }
  .pg-editorial .search-section .search-input-wrapper {
    flex-wrap: wrap;
  }
  .pg-editorial .article-title-new {
    font-size: 21px;
  }
  .pg-editorial .article-excerpt-new {
    font-size: 13px;
  }
  .pg-editorial .sidebar-new,
  .pg-editorial .article-sidebar {
    grid-template-columns: 1fr;
  }
  .pg-editorial .article-hero-content {
    padding: 25px 23px;
  }
  .pg-editorial .article-hero-title {
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -0.8px;
  }
  .pg-editorial .article-hero-image {
    aspect-ratio: 1.7;
  }
  .pg-editorial .meta-group {
    gap: 12px;
    font-size: 9px;
  }
  .pg-editorial .article-content-wrapper {
    padding: 25px 20px;
  }
  .pg-editorial .article-excerpt-block {
    padding: 20px;
  }
  .pg-editorial .excerpt-content p {
    font-size: 14px;
  }
  .pg-editorial .article-content-main h2 {
    font-size: 25px;
    margin-top: 32px;
  }
  .pg-editorial .article-content-main h3 {
    font-size: 20px;
  }
  .pg-editorial .article-content-main p,
  .pg-editorial .article-content-main li {
    font-size: 15px;
    line-height: 1.9;
  }
  .pg-article-toc {
    padding: 20px;
  }
  .pg-article-toc ol {
    columns: 1;
  }
  .pg-editorial .related-grid-new {
    grid-template-columns: 1fr;
  }
  .pg-editorial .articles-container.list-view .article-card-new {
    flex-direction: column;
  }
  .pg-editorial .articles-container.list-view .article-image-new {
    width: 100%;
    max-width: none;
  }
  .pg-editorial .articles-container.list-view .article-content-new {
    width: 100%;
  }
  .pg-footer-grid {
    gap: 30px 20px;
  }
  .pg-footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .pg-footer-grid p {
    max-width: 340px;
  }
  .pg-footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .pg-footer-top h2 {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .pg-editorial * {
    transition: none !important;
    animation: none !important;
  }
}
/* Ограничения вложенных блоков и единая форма обратной связи. */
.pg-editorial .sidebar-widget,
.pg-editorial .sidebar-new,
.pg-editorial .article-sidebar {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.pg-editorial .hero-new {
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
}
.pg-editorial .hero-background {
  display: none;
}
.pg-editorial .hero-badge {
  background: #edf2f7;
  border-color: #dce5ed;
  color: #17395d;
}
.pg-editorial .info-block {
  background: #eaf0f5;
}
.pg-editorial .step-number,
.pg-editorial .contact-form button[type="submit"] {
  background: #17395d;
}
.pg-editorial .contact-form input:not([type="checkbox"]),
.pg-editorial .contact-form select,
.pg-editorial .contact-form textarea {
  background: #f4f6f8;
  color: #213b56;
  border: 1px solid #ccd8e2;
  border-radius: 3px;
  width: 100%;
  padding: 14px;
  font: inherit;
}
.pg-editorial .contact-form .form-group {
  margin-bottom: 18px;
}
.pg-editorial .contact-form label {
  display: block;
  margin-bottom: 7px;
}
.pg-editorial .contact-form-wrapper {
  box-shadow: none;
  border: 1px solid #dce3ea;
}
.pg-editorial .stat-icon:empty,
.pg-editorial .category-icon:empty {
  display: none;
}
@media (max-width: 560px) {
  .pg-editorial .sidebar-new,
  .pg-editorial .article-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }
  .pg-editorial .article-sidebar > *,
  .pg-editorial .sidebar-new > * {
    min-width: 0;
    max-width: 100%;
  }
}
.pg-editorial .page-stats .stat-item {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  min-width: 0;
  flex: 0 1 auto;
  backdrop-filter: none;
}
.pg-editorial .page-stats .stat-number {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 24px;
  line-height: 1.3;
}
.pg-editorial .page-stats .stat-label {
  color: #b9ccdd;
  font-size: 10px;
}
@media (max-width: 560px) {
  .pg-editorial .page-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 22px;
  }
  .pg-editorial .page-stats .stat-number {
    font-size: 19px;
  }
}
/* Текстовые обложки вместо повторяющихся фотографий. */
.pg-text-cover[hidden],
.pg-editorial img[hidden] {
  display: none !important;
}
.pg-text-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 140px;
  height: 100%;
  padding: 25px 28px;
  background: #edf2f6;
  border-top: 3px solid #167d80;
  text-align: left;
  color: #173953;
}
.pg-text-cover > span {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #6d8294;
}
.pg-text-cover strong {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 85%;
}
.pg-text-cover i {
  position: absolute;
  right: 25px;
  bottom: 22px;
  font-style: normal;
  font-size: 25px;
  color: #167d80;
}
.pg-editorial .article-image-new:has(.pg-text-cover:not([hidden])),
.pg-editorial .related-image-new:has(.pg-text-cover:not([hidden])),
.pg-story-image:has(.pg-text-cover:not([hidden])) {
  height: auto;
  aspect-ratio: auto;
  min-height: 140px;
  overflow: hidden;
}
.pg-story-image:has(.pg-text-cover:not([hidden])) > span {
  display: none;
}
.pg-editorial .article-card-new:nth-child(3n + 2) .pg-text-cover,
.pg-story:nth-child(3n + 2) .pg-text-cover {
  background: #e5edf2;
  border-color: #507285;
}
.pg-editorial .article-card-new:nth-child(3n) .pg-text-cover,
.pg-story:nth-child(3n) .pg-text-cover {
  background: #f3f1ee;
  border-color: #918576;
}
.pg-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 28px 0;
}
.pg-pagination a {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #cad7e1;
  border-radius: 3px;
  background: #fff;
  color: #173953;
  font-weight: 600;
}
.pg-pagination a[aria-current],
.pg-pagination a:hover {
  background: #173953;
  color: #fff;
  border-color: #173953;
}
.pg-pagination > span {
  font-size: 12px;
  color: #647c8e;
  margin-left: 8px;
}
.pg-editorial .filter-tag {
  border-radius: 4px;
  box-shadow: none;
  background: #f7f9fb;
  border-color: #d7e1e9;
  padding: 10px 13px;
}
.pg-editorial .filter-tag.active,
.pg-editorial .filter-tag:hover {
  background: #173953;
  color: white;
  border-color: #173953;
  box-shadow: none;
  transform: none;
}
.pg-editorial .filter-tag .tag-count {
  background: #e4ebf1;
  color: #435c70;
}
.pg-editorial .filter-tag.active .tag-count {
  background: #35546c;
  color: #fff;
}
.pg-consultation {
  padding: 26px;
  background: #102d47;
  color: #fff;
  border-top: 4px solid #167d80;
  border-radius: 4px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.pg-consultation-label {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #a6bdcc;
  margin-bottom: 24px;
}
.pg-consultation-brand {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #3a5368;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pg-consultation h3 {
  font-size: 25px !important;
  line-height: 1.25 !important;
  color: #fff !important;
  margin: 24px 0 16px !important;
  font-weight: 600 !important;
}
.pg-consultation p {
  color: #b9cbd8 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 0 0 24px !important;
}
.pg-consultation-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  color: #13364f !important;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
}
.pg-consultation-cta:hover {
  background: #e7eef3;
}
.pg-consultation-contacts {
  display: grid;
  gap: 18px;
  padding: 25px 0;
}
.pg-consultation-contacts a {
  color: white !important;
  font-size: 16px;
  font-weight: 600;
}
.pg-consultation-contacts small {
  display: block;
  color: #9fb8ca;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 6px;
}
.pg-consultation-domain {
  font-size: 11px;
  color: #a9c2d3 !important;
  border-top: 1px solid #3a5368;
  padding-top: 18px;
  display: block;
}
/* RKN-Help: editorial adaptation, shared components and page templates. */
.rk-editorial {
  --brand: #146d76;
  --brand-dark: #10545c;
  --brand-soft: #e7f1f1;
  --brand-softer: #f3f7f7;
  --accent: #146d76;
  --ink: #173449;
  --text: #435969;
  --bg: #f3f6f7;
  --radius: 5px;
  --radius-sm: 3px;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: none;
}
.rk-editorial h1,
.rk-editorial h2,
.rk-editorial h3,
.rk-editorial h4,
.rk-editorial button,
.rk-editorial input,
.rk-editorial select,
.rk-editorial textarea {
  font-family: "Golos Text", sans-serif;
}
.rk-editorial a:hover {
  text-decoration: none;
}
.rk-editorial .site-nav__list {
  margin: 0;
}
.rk-editorial .site-nav__item {
  margin: 0;
}
.rk-editorial .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.rk-editorial .header-new {
  position: relative;
  z-index: 50;
}
.rk-brand-icon {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  align-items: center;
  border: 2px solid #167d80;
  border-radius: 3px;
  padding: 10px 7px;
  gap: 5px;
  font-weight: 700;
  color: #173953;
}
.rk-brand-icon span {
  color: #167d80;
  font-size: 23px;
}
.rk-editorial .pg-brand strong {
  font-size: 26px;
}
.rk-editorial .pg-brand {
  flex-shrink: 0;
}
.rk-editorial .pg-brand small {
  font-size: 9px;
}
.rk-editorial .mobile-toggle {
  display: none;
}
.rk-editorial .site-nav {
  position: static;
  transform: none;
  box-shadow: none;
}
.rk-editorial .pg-button {
  background: #167d80;
  border: 0;
}
.rk-editorial .pg-button-navy {
  background: #173953;
}
.rk-editorial .pg-button-light {
  background: white;
  color: #173953;
}
.rk-editorial .pg-topline p,
.rk-editorial .pg-footer-grid p {
  color: #b1c6d5;
}
.rk-editorial .pg-footer-top h2 {
  color: white;
}
.rk-editorial .pg-footer-brand,
.rk-editorial .pg-footer-grid h3 {
  color: white;
}
.rk-editorial .pg-text-cover strong {
  color: #173953;
}
.rk-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #167d80;
  margin-bottom: 16px;
}
.rk-hero {
  background: #102a3d;
  padding: 65px 0 60px;
}
.rk-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 55px;
  align-items: center;
}
.rk-hero h1 {
  font-size: 49px;
  line-height: 1.12;
  color: white;
  letter-spacing: -1.8px;
  margin: 24px 0 26px;
  font-weight: 600;
}
.rk-hero h1 em {
  font-style: normal;
  color: #9ebfc3;
  font-weight: 400;
}
.rk-hero .rk-eyebrow {
  color: #a3c4cc;
  font-size: 9px;
}
.rk-hero-lead {
  font-size: 16px;
  line-height: 1.9;
  color: #bbd0d8;
  margin-bottom: 32px;
  max-width: 520px;
}
.rk-hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.rk-hero-actions > a:last-child {
  font-size: 12px;
  color: #d5e3e9;
  border-bottom: 1px solid #7598a7;
  padding-bottom: 8px;
}
.rk-hero-note {
  border-top: 1px solid #3a5668;
  margin-top: 35px;
  padding-top: 24px;
  font-size: 8px;
  letter-spacing: 1.1px;
  color: #a7c1cc;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.rk-hero figure {
  position: relative;
  margin: 0;
  min-width: 0;
}
.rk-hero figure img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: 65% center;
  border-radius: 3px;
}
.rk-hero figcaption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #d8e9ea;
  font-size: 8px;
  letter-spacing: 1.3px;
}
.rk-search {
  background: white;
  border-bottom: 1px solid #d8e2e7;
  padding: 24px 0;
}
.rk-search > .container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.rk-search strong {
  font-size: 14px;
  white-space: nowrap;
}
.rk-search .hero-search__form {
  display: flex;
  flex: 1;
  margin: 0;
  max-width: none;
  border-radius: 3px;
  box-shadow: none;
  padding: 0;
  background: #f2f5f7;
}
.rk-search input {
  background: transparent;
  font-size: 14px;
  min-height: 50px;
}
.rk-search .hero-search__btn {
  background: #173953;
  border-radius: 0 3px 3px 0;
}
.rk-search .suggest-wrap {
  min-width: 0;
}
.rk-section {
  padding-top: 75px;
  padding-bottom: 65px;
}
.rk-editorial .section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 28px;
}
.rk-editorial .section-head h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0;
}
.rk-editorial .section-head > a {
  font-size: 12px;
  white-space: nowrap;
}
.rk-directions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.rk-directions > a {
  background: white;
  border: 1px solid #d7e2e7;
  padding: 27px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  border-radius: 3px;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.rk-directions > a:hover {
  border-color: #167d80;
  transform: translateY(-3px);
}
.rk-direction-number {
  font-size: 12px;
  color: #167d80;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.rk-directions h3 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 18px;
}
.rk-directions p {
  font-size: 13px;
  line-height: 1.7;
  color: #6b7e8b;
}
.rk-directions small {
  margin-top: auto;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #7c919c;
}
.rk-directions b {
  color: #167d80;
  font-size: 20px;
}
.rk-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 60px;
}
.rk-feature > div {
  padding: 45px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.rk-feature h2 {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.rk-feature p:not(.rk-eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: #728391;
}
.rk-feature img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  border-radius: 0 3px 3px 0;
}
.rk-editorial .quiz-card {
  background: #e7eff1;
  border: 1px solid #cbdbe0;
  border-radius: 4px;
  box-shadow: none;
  gap: 50px;
}
.rk-editorial .quiz-badge {
  background: transparent;
  color: #167d80;
  padding: 0;
  letter-spacing: 1px;
  font-size: 11px;
}
.rk-editorial .quiz-intro h2 {
  font-size: 30px;
  font-weight: 500;
}
.rk-editorial .quiz-option {
  border-radius: 3px;
  background: white;
  box-shadow: none;
}
.rk-editorial .quiz-progress-bar {
  background: #167d80;
}
.rk-editorial .quiz-progress {
  background: #d2e0e4;
}
.rk-quiz-wrap {
  padding-bottom: 60px;
}
.rk-news {
  background: #eaf0f3;
  padding: 65px 0;
}
.rk-news .home-section {
  margin: 0;
}
.rk-editorial .tabs-header {
  border-color: #c6d6de;
}
.rk-editorial .tab-button,
.rk-editorial .tab-btn {
  border-radius: 3px;
  font-size: 13px;
}
.rk-editorial .article-card {
  border: 1px solid #d9e2e8;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  background: white;
  min-width: 0;
}
.rk-editorial .article-card:hover {
  transform: translateY(-3px);
  box-shadow: none;
  border-color: #95b8c1;
}
.rk-editorial .article-card .article-content {
  padding: 26px;
}
.rk-editorial .article-title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.3;
  margin: 14px 0;
}
.rk-editorial .article-title a {
  color: #1a4057;
}
.rk-editorial .article-card .article-excerpt {
  font-size: 13px;
  line-height: 1.8;
  color: #6f8391;
}
.rk-editorial .article-category a {
  font-size: 9px;
  color: #167d80;
  background: none;
  padding: 0;
  letter-spacing: 0.6px;
}
.rk-editorial .article-meta {
  font-size: 10px;
  color: #82939f;
  border-color: #e0e8ec;
}
.rk-editorial .article-image,
.rk-editorial .related-image {
  height: 200px;
  overflow: hidden;
}
.rk-editorial .article-image img,
.rk-editorial .related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rk-editorial .article-image:has(.pg-text-cover:not([hidden])),
.rk-editorial .related-image:has(.pg-text-cover:not([hidden])) {
  height: auto;
}
.rk-editorial .article-card:nth-child(3n + 2) .pg-text-cover {
  background: #e6efef;
}
.rk-editorial .article-card:nth-child(3n) .pg-text-cover {
  background: #f1f2ee;
}
.rk-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 55px;
  padding-top: 75px;
  padding-bottom: 80px;
  align-items: start;
}
.rk-editorial .faq-item {
  border-radius: 3px;
  border: 1px solid #d6e1e7;
  box-shadow: none;
}
.rk-editorial .faq-item summary {
  font-size: 17px;
  font-weight: 500;
  padding: 24px;
}
.rk-editorial .faq-answer {
  font-size: 14px;
  padding: 0 24px 24px;
}
.rk-editorial .main-content {
  padding-top: 28px;
  padding-bottom: 70px;
}
.rk-editorial .content-wrapper {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 35px;
  align-items: start;
}
.rk-editorial .content-area,
.rk-editorial .sidebar,
.rk-editorial .sidebar > * {
  min-width: 0;
  max-width: 100%;
}
.rk-editorial .breadcrumbs {
  font-size: 11px;
  color: #7c919f;
  margin-bottom: 25px;
}
.rk-editorial .page-header,
.rk-editorial .category-header {
  background: #102d42;
  color: white;
  border: 0;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 25px;
}
.rk-editorial .page-header h1,
.rk-editorial .category-header h1 {
  color: white;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1px;
}
.rk-editorial .page-description,
.rk-editorial .category-description {
  color: #b8ced8;
  font-size: 14px;
  line-height: 1.8;
}
.rk-editorial .category-stats,
.rk-editorial .page-stats {
  border-top: 1px solid #3c586a;
  display: flex;
  gap: 30px;
  padding-top: 22px;
  margin-top: 22px;
}
.rk-editorial .category-stats .stat-number {
  color: white;
  font-size: 23px;
}
.rk-editorial .category-stats .stat-label {
  color: #a4bccb;
  font-size: 10px;
}
.rk-editorial .stat-item {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.rk-editorial .filters-section {
  padding: 25px;
  background: white;
  border: 1px solid #dbe3e8;
  border-radius: 4px;
  box-shadow: none;
}
.rk-editorial .search-input,
.rk-editorial .live-filter__input {
  border-radius: 3px;
  background: #f4f7f8;
  border-color: #d1dee5;
  box-shadow: none;
}
.rk-editorial .search-button,
.rk-editorial .button {
  border-radius: 3px;
  box-shadow: none;
}
.rk-editorial .categories-filter {
  gap: 8px;
}
.rk-editorial .category-filter {
  border-radius: 3px;
  background: #f6f8f9;
  border: 1px solid #dbe3e9;
  padding: 9px 12px;
  font-size: 11px;
}
.rk-editorial .category-filter.active {
  background: #173953;
  color: white;
  border-color: #173953;
}
.rk-editorial .list-toolbar {
  gap: 16px;
  flex-wrap: wrap;
}
.rk-editorial .sort-tab {
  border-radius: 3px;
  font-size: 11px;
}
.rk-editorial .pagination a,
.rk-editorial .pagination span {
  border-radius: 3px;
}
.rk-editorial .popular-articles,
.rk-editorial .table-of-contents,
.rk-editorial .sidebar-section {
  background: white;
  border: 1px solid #dbe3e9;
  border-radius: 4px;
  box-shadow: none;
  padding: 24px;
}
.rk-editorial .article-item {
  border-radius: 0;
  padding: 17px 0;
  border-bottom: 1px solid #dce5e9;
  background: none;
}
.rk-editorial .article-item h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.rk-editorial .article-item-meta {
  font-size: 10px;
}
.rk-editorial .article-full {
  padding: 38px;
  background: white;
  border: 1px solid #dce5e9;
  border-radius: 4px;
  box-shadow: none;
  min-width: 0;
}
.rk-editorial .article-full h1 {
  font-size: 40px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -1px;
}
.rk-editorial .article-full .article-header {
  border-bottom: 1px solid #dce5e9;
  padding-bottom: 25px;
}
.rk-editorial .article-full .article-featured-image {
  border-radius: 3px;
  overflow: hidden;
  margin: 25px 0;
}
.rk-editorial .article-full .article-featured-image img {
  display: block;
  width: 100%;
  max-height: 470px;
  object-fit: cover;
}
.rk-editorial .article-full > .article-excerpt {
  border-left: 3px solid #167d80;
  background: #edf4f5;
  color: #456374;
  padding: 23px;
  font-size: 16px;
  line-height: 1.85;
}
.rk-editorial #articleContent {
  font-size: 17px;
  line-height: 1.9;
  overflow-wrap: anywhere;
  min-width: 0;
}
.rk-editorial #articleContent p,
.rk-editorial #articleContent li {
  font-size: 16px;
  line-height: 1.9;
  color: #435b6c;
}
.rk-editorial #articleContent h2 {
  font-size: 29px;
  line-height: 1.25;
  font-weight: 500;
  margin: 40px 0 20px;
  letter-spacing: -0.7px;
  scroll-margin-top: 25px;
}
.rk-editorial #articleContent h3 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500;
  margin: 30px 0 17px;
}
.rk-editorial #articleContent blockquote {
  background: #eef4f5;
  border-color: #167d80;
  border-radius: 0;
}
.rk-editorial .table-scroll {
  max-width: 100%;
  overflow-x: auto;
  margin: 25px 0;
}
.rk-editorial #articleContent table {
  display: table;
  width: 100%;
  font-size: 13px;
  margin: 0;
  border-collapse: collapse;
}
.rk-editorial #articleContent th {
  background: #193e54;
  color: white;
}
.rk-editorial #articleContent td {
  border: 1px solid #d2dfe5;
  padding: 12px;
}
.rk-inline-toc {
  background: #f3f7f8;
  border: 1px solid #d4e2e7;
  padding: 25px;
  margin: 25px 0;
}
.rk-inline-toc summary {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #173953;
}
.rk-inline-toc ol {
  margin: 20px 0 0 20px;
}
.rk-inline-toc li {
  font-size: 13px;
  line-height: 1.65;
}
.rk-editorial .expert-note {
  background: none;
  border: 0;
  padding: 0;
  font-size: 11px;
  color: #8195a2;
}
.rk-editorial .related-card {
  border: 1px solid #dae4e9;
  border-radius: 3px;
  box-shadow: none;
  min-width: 0;
  overflow: hidden;
  background: white;
}
.rk-editorial .related-content {
  padding: 22px;
}
.rk-editorial .related-content h3 {
  font-size: 18px;
  font-weight: 500;
}
.rk-editorial .vote-widget,
.rk-editorial .article-navigation {
  border-radius: 3px;
  background: #f2f6f7;
  border-color: #d2e0e5;
}
.rk-editorial .about-hero,
.rk-editorial .about-info,
.rk-editorial .about-card,
.rk-editorial .contact-form-wrapper {
  border-radius: 4px;
  border: 1px solid #d5e2e8;
  box-shadow: none;
  background: white;
}
.rk-editorial .about-hero {
  padding: 45px;
}
.rk-editorial .about-hero h1 {
  font-size: 42px;
  font-weight: 500;
}
.rk-editorial .about-hero__features span {
  color: #167d80;
}
.rk-editorial .about-hero__card {
  background: #edf4f5;
  border-radius: 3px;
  box-shadow: none;
}
.rk-editorial .contact-form input,
.rk-editorial .contact-form select,
.rk-editorial .contact-form textarea {
  border-radius: 3px;
}
@media (max-width: 1150px) and (min-width: 901px) {
  .rk-editorial .header-wrapper {
    flex-wrap: wrap;
  }
  .rk-editorial .site-nav {
    display: block !important;
    width: 100%;
  }
  .rk-hero-grid {
    gap: 30px;
  }
  .rk-hero h1 {
    font-size: 40px;
  }
  .rk-hero figure img {
    height: 430px;
  }
  .rk-editorial .content-wrapper {
    grid-template-columns: minmax(0, 1fr) 255px;
    gap: 24px;
  }
  .rk-editorial .article-full {
    padding: 28px;
  }
}
@media (max-width: 900px) {
  .rk-editorial .mobile-toggle {
    display: flex;
  }
  .rk-editorial .site-nav {
    display: none;
  }
  .rk-editorial .site-nav.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }
  .rk-editorial .site-nav__list {
    flex-direction: column;
    align-items: stretch;
  }
  .rk-editorial .content-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
  .rk-editorial .sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .rk-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .rk-hero h1 {
    font-size: 47px;
    max-width: 600px;
  }
  .rk-hero figure img {
    height: 330px;
    object-position: center;
  }
  .rk-directions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rk-feature > div {
    padding: 28px;
  }
  .rk-feature h2 {
    font-size: 28px;
  }
  .rk-final-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
  }
  .rk-editorial .quiz-card {
    gap: 25px;
  }
  .rk-editorial .about-hero {
    padding: 30px;
  }
  .rk-editorial .about-hero h1 {
    font-size: 34px;
  }
}
@media (max-width: 560px) {
  .rk-editorial .header-wrapper {
    padding: 20px 0;
  }
  .rk-editorial .pg-brand strong {
    font-size: 22px;
  }
  .rk-brand-icon {
    font-size: 12px;
    padding: 9px 5px;
  }
  .rk-editorial .pg-brand small {
    font-size: 7px;
  }
  .rk-hero {
    padding: 40px 0;
  }
  .rk-hero h1 {
    font-size: 37px;
    letter-spacing: -1px;
  }
  .rk-hero-lead {
    font-size: 15px;
  }
  .rk-hero .rk-eyebrow {
    font-size: 8px;
  }
  .rk-hero-actions {
    gap: 22px;
  }
  .rk-hero-actions .pg-button {
    width: 100%;
    justify-content: space-between;
  }
  .rk-hero figure img {
    height: 290px;
    object-position: 65% center;
  }
  .rk-hero-note {
    font-size: 7px;
  }
  .rk-search > .container {
    display: block;
  }
  .rk-search strong {
    display: block;
    margin-bottom: 13px;
  }
  .rk-search input {
    font-size: 12px;
  }
  .rk-section {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .rk-editorial .section-head {
    display: block;
  }
  .rk-editorial .section-head h2 {
    font-size: 29px;
    margin-bottom: 15px;
  }
  .rk-directions {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .rk-directions > a {
    min-height: 0;
    padding: 24px;
  }
  .rk-direction-number {
    margin-bottom: 18px;
  }
  .rk-directions h3 {
    font-size: 23px;
  }
  .rk-directions small {
    padding-top: 12px;
  }
  .rk-feature {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 40px;
  }
  .rk-feature > div {
    padding: 28px;
  }
  .rk-feature img {
    min-height: 0;
    height: 230px;
  }
  .rk-editorial .quiz-card {
    padding: 26px;
  }
  .rk-editorial .quiz-intro h2 {
    font-size: 26px;
  }
  .rk-quiz-wrap {
    padding-bottom: 35px;
  }
  .rk-news {
    padding: 40px 0;
  }
  .rk-final-grid {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .rk-editorial .articles-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .rk-editorial .sidebar {
    grid-template-columns: minmax(0, 1fr);
  }
  .rk-editorial .category-header,
  .rk-editorial .page-header {
    padding: 28px 24px;
  }
  .rk-editorial .category-header h1,
  .rk-editorial .page-header h1 {
    font-size: 32px;
  }
  .rk-editorial .category-stats {
    gap: 22px;
    flex-wrap: wrap;
  }
  .rk-editorial .category-stats .stat-number {
    font-size: 20px;
  }
  .rk-editorial .filters-section {
    padding: 22px;
  }
  .rk-editorial .article-full {
    padding: 24px 20px;
  }
  .rk-editorial .article-full h1 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .rk-editorial #articleContent h2 {
    font-size: 25px;
  }
  .rk-editorial #articleContent h3 {
    font-size: 21px;
  }
  .rk-editorial #articleContent p,
  .rk-editorial #articleContent li {
    font-size: 15px;
  }
  .rk-inline-toc {
    padding: 20px;
  }
  .rk-editorial .article-full > .article-excerpt {
    font-size: 15px;
    padding: 20px;
  }
  .rk-editorial .related-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .rk-editorial .about-hero h1 {
    font-size: 30px;
  }
  .rk-editorial .about-hero {
    padding: 25px;
  }
  .rk-editorial .about-hero__features {
    flex-wrap: wrap;
  }
}
.rk-editorial .rk-section {
  padding-top: 75px;
  padding-bottom: 65px;
}
.rk-editorial .rk-feature {
  padding-top: 20px;
  padding-bottom: 65px;
}
.rk-editorial .rk-quiz-wrap {
  padding-bottom: 65px;
}
.rk-editorial .rk-final-grid {
  padding-top: 75px;
  padding-bottom: 80px;
}
.rk-editorial .rk-directions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rk-editorial .quiz-intro {
  background: #143a4c;
}
.rk-editorial .quiz-intro .quiz-badge {
  color: #aac8ce;
  border: 0;
}
.rk-editorial .rk-search .hero-search__btn {
  color: #fff !important;
}
.rk-editorial .site-nav__item--active .site-nav__link {
  color: #146d76;
  background: #edf5f5;
  border-radius: 3px;
}
.rk-editorial .article-image:has(.pg-text-cover:not([hidden])),
.rk-editorial .related-image:has(.pg-text-cover:not([hidden])) {
  height: 150px;
  aspect-ratio: auto;
  flex: none;
}
.rk-editorial .article-card .article-title {
  border: 0;
  padding: 0;
}
.rk-editorial .article-card .article-excerpt {
  border: 0;
  background: none;
  padding: 0;
  border-radius: 0;
}
.rk-editorial .article-card .article-content {
  gap: 10px;
}
.rk-editorial .article-full .article-header h1 {
  font-size: 40px;
  line-height: 1.2;
}
.rk-editorial .article-full .meta-item {
  font-size: 11px;
}
.rk-editorial .article-full .article-excerpt p {
  font-size: 16px;
  line-height: 1.85;
}
@media (max-width: 560px) {
  .rk-editorial .rk-section {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .rk-editorial .rk-feature {
    padding-bottom: 40px;
  }
  .rk-editorial .rk-quiz-wrap {
    padding-bottom: 40px;
  }
  .rk-editorial .rk-final-grid {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .rk-editorial .rk-directions {
    grid-template-columns: minmax(0, 1fr);
  }
  .rk-editorial .article-full .article-header h1 {
    font-size: 30px;
  }
  .rk-editorial .article-full .article-excerpt p {
    font-size: 15px;
  }
  .rk-editorial .rk-search .hero-search__btn {
    width: auto;
    padding: 14px 20px;
  }
  .rk-editorial .rk-search .hero-search__form {
    flex-direction: row;
  }
}
