body.rfo-enabled .jeg_header .jeg_main_menu > li > .sub-menu,
body.rfo-enabled .jeg_header .jeg_main_menu > li > ul,
body.rfo-enabled .jeg_mobile_menu li > .sub-menu,
body.rfo-enabled .jeg_header .sf-arrows .sf-with-ul:after,
body.rfo-enabled .jeg_mobile_menu .sf-with-ul:after {
  display: none !important;
}

html body.rfo-enabled,
html body.rfo-enabled.rfo-ar {
  overflow-x: hidden;
}

body.rfo-enabled .rfo-hidden,
body.rfo-enabled .rfo-hidden-section {
  display: none !important;
}

body.rfo-enabled .rfo-section {
  max-width: 1140px;
  margin: 42px auto;
  padding: 0 15px;
  clear: both;
}

body.rfo-enabled.rfo-en .rfo-section,
body.rfo-enabled.rfo-ar .rfo-section {
  margin-top: 34px;
}

body.rfo-enabled .rfo-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #d8d8d8;
  padding-top: 18px;
  margin-bottom: 22px;
}

body.rfo-enabled .rfo-section-title {
  margin: 0;
  font-family: Lora, Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  position: relative;
}

body.rfo-enabled .rfo-section-title:after {
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  margin-top: 8px;
  background: #e30000;
}

body.rfo-enabled .rfo-opinion .rfo-section-title:after {
  background: #0057b8;
}

body.rfo-enabled .rfo-see-all {
  color: #111;
  font-family: Lora, Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

body.rfo-enabled .rfo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
}

body.rfo-enabled .rfo-card {
  min-width: 0;
}

body.rfo-enabled .rfo-card img,
body.rfo-enabled .rfo-img-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f1f1f1;
}

body.rfo-enabled .rfo-card-title {
  display: block;
  margin-top: 9px;
  color: #111;
  font-family: Lora, Georgia, serif;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
}

body.rfo-enabled .rfo-card-date {
  margin-top: 7px;
  color: #8f95a0;
  font-family: Lora, Georgia, serif;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 400;
}

body.rfo-enabled .rfo-opinion-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 32px;
}

body.rfo-enabled .rfo-opinion-main img {
  aspect-ratio: 16 / 10;
}

body.rfo-enabled .rfo-opinion-main .rfo-card-title {
  font-size: 20px;
  line-height: 1.25;
}

body.rfo-enabled .rfo-opinion-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

body.rfo-enabled .rfo-opinion-list .rfo-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

body.rfo-enabled .rfo-opinion-list .rfo-card-title {
  margin-top: 0;
  font-size: 14px;
}

body.rfo-enabled .rfo-bottom-link {
  margin-top: 22px;
  text-align: right;
}

body.rfo-enabled.rfo-ar .rfo-bottom-link {
  text-align: left;
}

body.rfo-enabled .rfo-trend {
  background: #e30000;
  color: #fff;
  padding: 24px 26px 26px;
  margin-top: 36px;
}

body.rfo-enabled .rfo-trend .rfo-section-head {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 18px;
}

body.rfo-enabled .rfo-trend .rfo-section-title {
  color: #fff;
  font-size: 21px;
}

body.rfo-enabled .rfo-trend .rfo-section-title:after {
  display: none;
}

body.rfo-enabled .rfo-trend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

body.rfo-enabled .rfo-trend-card a {
  display: block;
  color: #fff;
  font-family: Lora, Georgia, serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
}

body.rfo-enabled .rfo-trend-card .rfo-card-date {
  color: rgba(255,255,255,.82);
}

@media (max-width: 767px) {
  body.rfo-enabled .rfo-section {
    margin: 34px auto;
    padding: 0 20px;
  }
  body.rfo-enabled .rfo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }
  body.rfo-enabled .rfo-opinion-layout {
    display: block;
  }
  body.rfo-enabled .rfo-opinion-list {
    margin-top: 22px;
  }
  body.rfo-enabled .rfo-trend-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Realist menu order: keep requested editorial order after JNews/WP updates. */
body.rfo-enabled .jeg_main_menu,
body.rfo-enabled .jeg_mobile_menu {
  display: flex;
}

body.rfo-enabled .jeg_main_menu > li.realist-child-menu-item,
body.rfo-enabled .jeg_mobile_menu > li.realist-child-menu-item {
  order: var(--realist-menu-order, initial);
}
