/***
 Theme Name: Stories
 Theme URI: http://demos.alithemes.com/html/stories
 Description: Personal Blog HTML Template
 Author: alithemes.com
 Author URI: http://alithemes.com
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/

/* Import third party CSS library */
@import url(vendor/bootstrap.min.css);
@import url(vendor/owl.carousel.min.css);
@import url(vendor/ticker-style.css);
@import url(vendor/elegant-icons.css);
@import url(vendor/slick.css);
@import url(vendor/slicknav.css);
@import url(vendor/animate.min.css);
@import url(vendor/nice-select.css);
@import url(vendor/perfect-scrollbar.css);

@font-face {
  font-family: "Museo Sans";
  src: url("https://static2.frontiersin.org/static-resources/MuseoSans300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("https://static2.frontiersin.org/static-resources/MuseoSans500.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("https://static2.frontiersin.org/static-resources/MuseoSans500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("https://static2.frontiersin.org/static-resources/MuseoSans700.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("https://static2.frontiersin.org/static-resources/MuseoSans700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --color-mode: "light";

  /* ECORFAN */
  --color-primary: #002b49;     /* Azul institucional */
  --color-secondary: #c39e16;   /* Dorado institucional */
  --color-accent: #fff7fa;      /* Acento claro institucional */
  --color-success: #002b49;
  --color-warning: #c39e16;
  --color-info: #fff7fa;

  --color-light: #f8f9f9;
  --color-grey: #f7f8f9;
  --color-dark: #002b49;
  --color-muted: #4f5a67;
  --color-white: #ffffff;

  --primary-border-color: #9b9b9b;
  --secondary-border-color: #f0f8ff;
  --mutted-border-color: #eaecee;
  --box-shadow-normal: 0 10px 10px rgba(0, 0, 0, 0.08);
  --box-shadow-hover: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
  --button-shadow-color-normal: hsla(0, 0%, 42.4%, 0.2);
  --button-shadow-color-hover: hsla(0, 0%, 42.4%, 0.3);
}

.text-uppercase {
  text-transform: none !important;
}

/*Bootstrap color customize*/
.text-primary {
  color: var(--color-primary) !important;
}
.text-secondary {
  color: var(--color-secondary) !important;
}
.text-success {
  color: var(--color-success) !important;
}
.text-danger {
  color: var(--color-danger) !important;
}
.text-warning {
  color: var(--color-warning) !important;
}
.text-info {
  color: var(--color-info) !important;
}
.text-light {
  color: var(--color-light) !important;
}
.text-dark {
  color: var(--color-dark) !important;
}
.text-muted,
.text-muted a {
  color: var(--color-muted) !important;
}
.text-white {
  color: var(--color-white) !important;
}
.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-secondary {
  background-color: var(--color-secondary) !important;
}
.bg-success {
  background-color: var(--color-success) !important;
}
.bg-danger {
  background-color: var(--color-danger) !important;
}
.bg-warning {
  background-color: var(--color-warning) !important;
}
.bg-info {
  background-color: var(--color-info) !important;
}
.bg-light {
  background-color: var(--color-light) !important;
}
.bg-grey {
  background-color: var(--color-grey) !important;
}
.bg-dark {
  background-color: var(--color-dark) !important;
}
.bg-white {
  background-color: var(--color-white) !important;
}
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-primary:focus,
.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(13, 40, 89, 0.25);
}
.btn-outline-primary {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(13, 40, 89, 0.25);
}

/* Annual conference accents */
.annual-conference-page .annual-info-card {
  border-left: 6px solid rgba(13, 40, 89, 0.85);
  background-color: #fff;
}
.annual-conference-page .annual-action-card {
  position: relative;
  overflow: hidden;
  border-left: 6px solid rgba(13, 40, 89, 0.9);
  background-color: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  min-height: 156px;
  width: 100%;
}
.annual-conference-page .annual-action-card__icon {
  color: var(--color-primary);
}
.annual-conference-page .annual-action-card__icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-color: rgba(172, 132, 44, 0.28);
  border: 1px solid rgba(172, 132, 44, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
}
.annual-conference-page .annual-action-card__icon {
  font-size: 20px;
  line-height: 1;
}
.annual-conference-page .annual-action-card__heading {
  color: var(--color-primary);
}
.annual-conference-page .annual-action-card__subtitle {
  margin-top: 6px;
}
.annual-conference-page .annual-action-card__subtitle {
  display: block;
  line-height: 1.3;
  height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.annual-conference-page .annual-action-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(13, 40, 89, 0.10);
  border-color: rgba(13, 40, 89, 0.22);
}
.annual-conference-page .annual-action-card:hover .annual-action-card__icon {
  color: var(--color-primary);
}
.annual-conference-page .annual-legacy-btn {
  border-width: 2px;
}
.annual-conference-page .annual-venue-card h4 {
  position: relative;
  padding-left: 14px;
}
.annual-conference-page .annual-venue-card h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: var(--color-secondary);
}

.annual-conference-page .annual-media-card h4 {
  position: relative;
  padding-left: 14px;
}
.annual-conference-page .annual-media-card h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: var(--color-secondary);
}

.annual-conference-page section[id] {
  scroll-margin-top: 96px;
}

.annual-media-toggle {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.annual-media-toggle:focus {
  outline: none;
}
.annual-media-toggle__chevron {
  margin-left: 12px;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1;
}

.annual-media-collapsible {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 260ms ease, opacity 180ms ease;
}
.annual-media-collapsible--open {
  max-height: 5000px;
  opacity: 1;
}
.annual-media-collapsible__inner {
  padding-top: 14px;
}

.annual-action-card--toggle {
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: inherit;
  font: inherit;
}
.annual-action-card--toggle:focus {
  outline: none;
}
.annual-action-card__chevron {
  margin-left: 12px;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1;
}

.annual-conference-page .annual-action-card__title {
  align-items: flex-start !important;
  min-height: 72px;
}
.annual-conference-page .annual-action-card__icon-wrap {
  margin-top: 2px;
}

.conference-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 991px) {
  .conference-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .conference-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.conference-gallery__thumb {
  border: 1px solid var(--mutted-border-color);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-align: inherit;
}
.conference-gallery__thumb:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(13, 40, 89, 0.1);
}
.conference-gallery__thumb-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.conference-gallery__overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 16, 26, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20000;
  padding: 18px;
}
.conference-gallery__modal {
  width: min(1240px, 98vw);
  max-height: 96vh;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.conference-gallery__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
  padding: 10px;
  flex: 1 1 auto;
  min-height: 0;
}
.conference-gallery__modal-header {
  padding: 14px 16px;
  border-bottom: 1px solid var(--mutted-border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.conference-gallery__modal-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.conference-gallery__close {
  padding: 8px 14px;
}
.conference-gallery__stage {
  position: relative;
  padding: 0;
  background: #fff;
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 12px;
  border: 1px solid var(--mutted-border-color);
  overflow: hidden;
}
.conference-gallery__slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.conference-gallery__slide-img {
  width: 100%;
  height: min(90vh, 980px);
  object-fit: contain;
  border-radius: 0;
  display: block;
  background-color: #f3f4f6;
}

.conference-gallery__overlaybar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 14px 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  background: linear-gradient(to top, rgba(11, 15, 25, 0.85), rgba(11, 15, 25, 0));
  z-index: 3;
  pointer-events: none;
}
.conference-gallery__overlaybar-left {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}
.conference-gallery__overlaybar-title {
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 55vw;
}
.conference-gallery__overlaybar-count {
  font-size: 12px;
  opacity: 0.9;
}
.conference-gallery__overlaybar-close {
  pointer-events: auto;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(13, 40, 89, 0.92);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.conference-gallery__overlaybar-close:hover {
  background: rgba(13, 40, 89, 1);
}

.conference-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(13, 40, 89, 0.22);
  background: rgba(13, 40, 89, 0.92);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.16s ease, transform 0.16s ease, opacity 0.16s ease;
  z-index: 2;
}
.conference-gallery__nav i {
  font-size: 20px;
  line-height: 1;
}
.conference-gallery__nav:hover {
  background: rgba(13, 40, 89, 1);
  transform: translateY(-50%) scale(1.03);
}
.conference-gallery__nav--prev {
  left: 18px;
}
.conference-gallery__nav--next {
  right: 18px;
}

.conference-gallery__thumbstrip {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding-right: 2px;
  border-radius: 12px;
  border: 1px solid var(--mutted-border-color);
  padding: 10px;
  background: #fff;
}
.conference-gallery__thumbstrip-item {
  border: 1px solid var(--mutted-border-color);
  border-radius: 10px;
  padding: 0;
  background: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  overflow: hidden;
  opacity: 0.85;
  transition: opacity 0.16s ease, transform 0.16s ease, border-color 0.16s ease;
}
.conference-gallery__thumbstrip-item:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.conference-gallery__thumbstrip-item--active {
  opacity: 1;
  border-color: rgba(13, 40, 89, 0.55);
  box-shadow: 0 10px 22px rgba(13, 40, 89, 0.12);
}
.conference-gallery__thumbstrip-img {
  width: 100%;
  height: 64px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .conference-gallery__body {
    grid-template-columns: 1fr;
  }
  .conference-gallery__thumbstrip {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .conference-gallery__thumbstrip-img {
    width: 86px;
    height: 56px;
  }
}

@media (max-width: 575px) {
  .conference-gallery__overlay {
    padding: 10px;
  }
  .conference-gallery__modal {
    max-height: 94vh;
  }
  .conference-gallery__slide-img {
    height: min(66vh, 620px);
  }
  .conference-gallery__nav {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
  .conference-gallery__nav--prev {
    left: 12px;
  }
  .conference-gallery__nav--next {
    right: 12px;
  }
  .conference-gallery__body {
    padding: 10px;
    gap: 10px;
  }
  .conference-gallery__overlaybar {
    padding: 14px 12px 10px;
  }
  .conference-gallery__overlaybar-title {
    max-width: 62vw;
  }
}

.annual-video-card__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--mutted-border-color);
  background-color: #000;
}
.annual-video-card__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.annual-video-card__title {
  color: var(--color-primary);
}

.conference-videos {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .conference-videos {
    grid-template-columns: 1fr;
  }
}

.conference-videos__main {
  background: #fff;
  border: 1px solid var(--mutted-border-color);
  border-radius: 14px;
  overflow: hidden;
}
.conference-videos__player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.conference-videos__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.conference-videos__meta {
  padding: 14px 16px 16px;
}
.conference-videos__title {
  color: var(--color-primary);
}

.conference-videos__list {
  display: grid;
  gap: 10px;
  align-content: start;
}
.conference-videos__item {
  width: 100%;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid var(--mutted-border-color);
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.conference-videos__item:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(13, 40, 89, 0.1);
  border-color: rgba(13, 40, 89, 0.22);
}
.conference-videos__item--active {
  border-color: rgba(13, 40, 89, 0.55);
  box-shadow: 0 10px 22px rgba(13, 40, 89, 0.12);
}
.conference-videos__thumb {
  width: 92px;
  height: 62px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f3f4f6;
  display: block;
}
.conference-videos__item-title {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.conference-videos__item-subtitle {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #6b7280;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.program-coloquio-page__actions,
.program-coloquio-page__footer-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.program-coloquio-page__button {
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.program-coloquio-page__viewer-card {
  padding: 18px;
}
.program-coloquio-page__viewer-wrap {
  position: relative;
  width: 100%;
  min-height: 78vh;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--mutted-border-color);
  background: #f8fafc;
}
.program-coloquio-page__viewer {
  display: block;
  width: 100%;
  height: min(82vh, 980px);
  border: 0;
}
.annual-venue-media {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--mutted-border-color);
  background: #fff;
}
.annual-venue-media__img {
  display: block;
  width: 100%;
  height: auto;
}
.annual-venue-copy {
  min-height: 100%;
}
.annual-venue-map {
  height: 100%;
}
.annual-venue-map--inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.annual-venue-map__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.annual-venue-map__button {
  flex: 0 0 auto;
  white-space: nowrap;
}
.annual-venue-map__frame {
  position: relative;
  width: 100%;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--mutted-border-color);
  background: #fff;
}
.annual-venue-map__frame--inline {
  flex: 1 1 auto;
  min-height: 420px;
}
.annual-venue-map__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.annual-booklets-shell {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.annual-booklets-list {
  display: grid;
  gap: 10px;
}
.annual-booklets-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--mutted-border-color);
  border-radius: 12px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.annual-booklets-item:hover {
  border-color: rgba(13, 40, 89, 0.22);
  box-shadow: 0 10px 22px rgba(13, 40, 89, 0.08);
  transform: translateY(-1px);
}
.annual-booklets-item--active {
  border-color: rgba(13, 40, 89, 0.46);
  background: rgba(13, 40, 89, 0.03);
  box-shadow: 0 10px 22px rgba(13, 40, 89, 0.12);
}
.annual-booklets-item__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  color: var(--color-primary);
  background: rgba(13, 40, 89, 0.08);
  border: 1px solid rgba(13, 40, 89, 0.18);
}
.annual-booklets-item__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.annual-booklets-item__body .annual-booklets-item__badge {
  margin-bottom: 2px;
}
.annual-booklets-item__title {
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.annual-booklets-item__subtitle {
  color: #6b7280;
  line-height: 1.4;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.annual-booklets-preview {
  display: grid;
  gap: 14px;
}
.annual-booklets-preview__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.annual-pdf-preview {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  background: #fff;
}
.annual-pdf-preview__canvas {
  display: block;
  width: 100%;
  height: auto;
}
.annual-pdf-preview__loading,
.annual-pdf-preview__error {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  color: #6b7280;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,250,252,0.95));
}
.annual-pdf-preview__error {
  color: #b91c1c;
}
.annual-booklets-preview__viewer-wrap {
  min-height: 76vh;
}
.annual-booklets-preview__viewer {
  height: 76vh;
}
@media (max-width: 991px) {
  .program-coloquio-page__actions,
  .program-coloquio-page__footer-actions {
    justify-content: flex-start;
  }
  .program-coloquio-page__viewer-wrap {
    min-height: 72vh;
  }
  .program-coloquio-page__viewer {
    height: 72vh;
  }
  .annual-venue-map__iframe {
    height: 360px;
  }
  .annual-venue-map__head {
    align-items: stretch;
    flex-direction: column;
  }
  .annual-venue-map__button {
    align-self: flex-start;
  }
  .annual-pdf-preview {
    min-height: 360px;
  }
  .annual-booklets-shell {
    grid-template-columns: 1fr;
  }
  .annual-booklets-preview__head {
    flex-direction: column;
  }
  .annual-booklets-preview__head .btn {
    align-self: flex-start;
  }
  .annual-booklets-preview__viewer-wrap {
    min-height: 68vh;
  }
  .annual-booklets-preview__viewer {
    height: 68vh;
  }
}
@media (max-width: 575px) {
  .program-coloquio-page__button {
    width: 100%;
  }
  .program-coloquio-page__viewer-wrap {
    min-height: 68vh;
  }
  .program-coloquio-page__viewer {
    height: 68vh;
  }
  .annual-venue-map__frame {
    min-height: 260px;
  }
  .annual-venue-map__iframe {
    height: 300px;
  }
  .annual-booklets-card__top {
    flex-direction: column;
  }
  .annual-booklets-card__actions {
    align-self: flex-start;
  }
  .annual-pdf-preview {
    min-height: 280px;
  }
  .annual-booklets-preview__head .btn {
    width: 100%;
  }
  .annual-booklets-item__subtitle {
    font-size: 12px;
  }
  .annual-booklets-preview__viewer-wrap {
    min-height: 62vh;
  }
  .annual-booklets-preview__viewer {
    height: 62vh;
  }
}

.btn-secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn-success {
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.btn-danger {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}
.btn-warning {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.btn-info {
  background-color: var(--color-info);
  border-color: var(--color-info);
}
.form-control:focus {
  outline: none;
  border-color: var(--mutted-border-color);
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: var(--color-danger) !important;
}
.border-radius-3 {
  border-radius: 3px;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-radius-10 {
  border-radius: 10px;
}

/* GENERAL */
body {
  font-family: "Museo Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.btn,
.post-title {
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-family: "Museo Sans", Arial, Helvetica, sans-serif;
}
p {
  margin-bottom: 1.2em;
  font-weight: 400;
}
.img {
  max-width: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.img-circle {
  border-radius: 50%;
}
.overflow-hidden {
  overflow: hidden;
}
.clear {
  clear: both;
}
a,
.button {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
*:focus {
  text-decoration: none;
  outline: none;
}
a {
  color: var(--color-muted);
}
a:hover {
  color: var(--color-primary);
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
.transition-02s,
.transition-02s:hover {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
img,
image,
video {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
figure {
  position: relative;
}
::placeholder {
  color: #838383;
}
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.font-x-small {
  font-size: 10px;
}
.font-small {
  font-size: 12px;
}
.font-medium {
  font-size: 14px;
}
.font-large {
  font-size: 20px;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-ultra {
  font-weight: 900;
}
.has-top-border,
.separator {
  border-top: 1px solid rgb(225, 225, 255);
}
.btn {
  font-weight: 700;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
#scrollUp {
  right: 31px;
  bottom: 18px;
  font-size: 22px;
}
.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.font-weight-900 {
  font-weight: 900;
}
.has-border {
  border: 1px solid var(--mutted-border-color);
}

/*Color*/
.primary-color,
a.active,
sup {
  color: #000c2d;
}
.excerpt {
  color: rgb(105, 105, 105);
}

/*Background*/
.primary-bg,
.boxed-btn:hover {
  background: #024dff;
}

/*sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  z-index: 1008;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.sticky-bar .divider-2 {
  display: none;
}
.preloader {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.circle {
  margin: 40px auto;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--color-secondary);
  box-shadow: -20px 0px 0px var(--color-secondary);
  border-radius: 50%;
  -webkit-animation: circle_classic 1s ease-in-out infinite alternate;
  -moz-animation: circle_classic 1s ease-in-out infinite alternate;
  animation: circle_classic 1s ease-in-out infinite alternate;
}
@-webkit-keyframes circle_classic {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1.2);
  }
}
@-moz-keyframes circle_classic {
  0% {
    opacity: 0.1;
    -moz-transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(360deg) scale(1.2);
  }
}
@keyframes circle_classic {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
.hide {
  opacity: 0;
  transition-delay: 0.5s;
  pointer-events: none;
}
.text-limit-2-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}
.text-limit-3-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}
.scroll-progress {
  height: 3px;
  width: 0px;
  z-index: 9999999;
  position: fixed;
  top: 0;
}
.dropdown-menu-language {
  min-width: 100px !important;
  box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.dropdown-menu-language li {
  padding: 3px 0;
}

/*cursor*/
#off-canvas-toggle,
.user-account,
.subscribe,
.search-close,
button.slick-arrow,
.off-canvas-close,
.search-button,
button.search-icon,
.single-more-articles-close,
.search-btn {
  cursor: pointer;
}

/*Header*/
h1.logo {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin: 0;
}
.divider-2 {
  width: 100%;
  border-bottom: 3px double #000;
}
.line-dots {
  width: 100%;
  border-bottom: dotted 1px #222;
  height: 1px;
  display: block;
  position: relative;
}
.line-dots::before {
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: dotted 1px #222;
  position: absolute;
  top: -2px;
  left: 0;
}
.line-dots::after {
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: dotted 1px #222;
  position: absolute;
  top: 2px;
  left: 0;
}
button.search-icon {
  border: none;
  background: none;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}
.header-social-network {
  line-height: 1;
}
.header-social-network .list-inline-item a {
  background: var(--color-primary);
  width: 24px;
  display: block;
  height: 24px;
  border-radius: 30px;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
  color: #fff !important;
}
.header-social-network .list-inline-item:not(:last-child) {
  margin-right: 7px;
}

/*Offcanvas Sidebar*/
#off-canvas-toggle span,
#off-canvas-toggle span::before,
#off-canvas-toggle span::after {
  background: var(--color-muted);
  display: inherit;
  height: 2px;
  position: relative;
  width: 15px;
}
#off-canvas-toggle span::before,
#off-canvas-toggle span::after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
#off-canvas-toggle span::before {
  top: -10px;
  width: 20px;
}
#off-canvas-toggle span::after {
  top: -5px;
  width: 20px;
}
#off-canvas-toggle p {
  display: inline;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.off-canvas-close {
  background: none;
  border: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.off-canvas-close i {
  font-size: 24px;
}
.off-canvas-toggle-cover {
  text-align: right;
}
#sidebar-wrapper {
  background: #fff;
  height: 100%;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  width: 0;
  z-index: 1009;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 0;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}
#sidebar-wrapper.position-right {
  right: 0;
  left: unset;
}
.canvas-opened #sidebar-wrapper {
  width: 350px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.canvas-opened #off-canvas-toggle span {
  background: none;
}
.canvas-opened #off-canvas-toggle span::after {
  top: -4px;
  width: 20px;
  transform: rotate(-45deg);
}
.canvas-opened #off-canvas-toggle span::before {
  top: -4px;
  width: 20px;
  transform: rotate(45deg);
}
.sidebar-inner {
  padding: 30px;
  display: table;
  height: 100%;
}
.dark-mark {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease; /* transition: visibility 0s linear .3s,opacity .3s ease,-webkit-transform .3s ease; */ /* transition: visibility 0s linear .3s,transform .3s ease,opacity .3s ease; */
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.canvas-opened .dark-mark {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

/*Search form*/
body.open-search-form {
  overflow: hidden;
}
header .search-icon .ti-close,
.open-search-form header .search-icon .ti-search {
  display: none;
}
.open-search-form header .search-icon .ti-close {
  display: inline;
}
.main-search-form {
  transform: scaleY(0);
  height: 0px;
  width: 100%;
}
.open-search-form .main-search-form {
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  height: 100vh;
  transform: scaleY(1);
  transform-origin: top;
  position: absolute;
  background: #fff;
  z-index: 20;
}
.search-text-bg {
  font-size: 80px;
  text-transform: none;
  opacity: 0.1;
}
.main-search-form-cover {
  max-width: 800px;
}
.search-header {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: var(--color-muted);
  font-style: italic;
}
.search-header .form-control {
  border-width: 0;
}
.search-header input[type="text"] {
  font-size: 18px;
}
.search-header .custom-select {
  border: 0;
  border-radius: 0;
  height: 48px;
  background-color: #f5f5f5;
}
.search-header .nice-select {
  -ms-flex-preferred-size: 110px !important;
  flex-basis: 110px !important;
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
  margin-left: 0 !important;
}
.search-header button {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.input-group-append {
  margin-left: -1px;
}

/*Main header*/
.main-header .main-nav ul li a,
.nav-topbar li a {
  position: relative;
  padding: 15px 0;
  display: block;
}
.main-header .main-nav ul li > a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  top: -1px;
  opacity: 0.5;
  transform: translateX(-50%);
}
.main-header .main-nav ul li.mega-menu-item a::after,
.main-header .main-nav ul li ul a::after {
  content: none;
}
.main-header .main-nav ul li.current-menu-item > a::after,
.main-header .main-nav ul li:hover a::after {
  width: 50px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-header .main-nav ul li.menu-item-has-children > a,
.nav-topbar li.menu-item-has-children > a {
  padding-right: 15px;
}
.main-header .main-nav ul li.menu-item-has-children > a::before,
.nav-topbar li.menu-item-has-children > a::before {
  content: "\33";
  font-family: "ElegantIcons";
  display: inline-block;
  padding-left: 5px;
  position: absolute;
  right: 0;
  font-size: 14px;
}
.nav-topbar li.menu-item-has-children > ul > li.menu-item-has-children > a::before {
  content: "\35";
  font-family: "ElegantIcons";
  display: inline-block;
  padding-right: 8px;
  position: absolute;
  right: 0;
  font-size: 14px;
}
.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
  text-align: left;
  position: absolute;
  min-width: 140px;
  background: #fff;
  left: 0;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  z-index: 9999;
  border: 1px solid #fafafa;
  border-radius: 3px;
}
.nav-topbar > li:hover > ul.sub-menu,
.main-header ul > li:hover > ul.sub-menu,
.main-header ul > li:hover > ul.mega-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
  display: block;
  padding-left: 15px;
}
.nav-topbar ul.sub-menu > li > a,
.main-header .main-nav ul ul.sub-menu > li > a {
  font-weight: 500;
  line-height: 2;
  padding: 5px 0;
}
.main-header .main-nav ul ul.sub-menu > li > a:hover {
  background: none;
}
.main-header .main-nav ul li h6 a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

/*submenu - level 3*/
.nav-topbar ul.sub-menu li {
  position: relative;
}
.nav-topbar ul.sub-menu li ul.sub-menu {
  left: 100%;
  visibility: hidden;
  opacity: 0;
  top: 130%;
  margin-left: 5px;
}
.nav-topbar ul.sub-menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.logo-mobile {
  max-width: 45px;
  z-index: 500;
  position: relative;
}
.nav-topbar > li {
  position: relative;
  padding: 0 5px;
}
.nav-topbar li a {
  position: relative;
  font-size: 12px;
}

/* Mega menu */
.main-menu {
  list-style-type: none;
  margin: 0;
  height: 100%;
  align-items: center;
}
.main-menu.main-menu--spread {
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.main-menu.main-menu--product-details {
  justify-content: center;
  gap: clamp(34px, 6vw, 92px);
}
.main-menu.main-menu--product-details > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.main-menu > li {
  height: 100%;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.main-menu.main-menu--spread > li {
  display: flex;
  padding: 0;
}
.main-menu.main-menu--spread > li > a {
  padding: 15px 12px;
  text-align: center;
  white-space: nowrap;
}
.main-menu > li.current-item a {
  padding-left: 15px !important;
}
.main-menu > li.current-item a::before {
  content: "";
  background-color: var(--color-primary);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  animation: shadow-pulse 1s infinite;
}
.main-menu > li:first-child {
  padding-left: 0;
}
.main-menu li.has-mega-menu {
  position: static !important;
}
.main-menu .mega-menu {
  position: absolute;
  left: 0;
  top: 140%;
  background-color: #fff;
  width: 100%;
  padding: 15px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 3px 3px;
  z-index: 999;
  border: 1px solid #fafafa;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
}
.main-menu .mega-menu--sections{
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.main-menu .mega-menu--conferences{
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  align-content: flex-start;
}
.main-menu .mega-menu--conferences > li{
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
  padding-right: 0;
}
.main-menu .mega-menu--conferences > li ul{
  margin: 0;
  padding: 0;
}
.main-menu .mega-menu--conferences > li ul li:last-child a{
  padding-bottom: 0;
}
.main-menu .mega-menu--about-journal,
.main-menu .mega-menu--journal-statistics{
  max-height: min(70vh, 620px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  align-content: flex-start;
}
.main-menu .mega-menu--about-journal > li,
.main-menu .mega-menu--journal-statistics > li{
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
  padding-right: 0;
}
.main-menu .mega-menu--about-journal > li ul,
.main-menu .mega-menu--journal-statistics > li ul{
  margin: 0;
  padding: 0;
}
.main-menu .mega-menu--about-journal a,
.main-menu .mega-menu--journal-statistics a{
  line-height: 1.35;
  white-space: normal;
}
.main-menu > li.current-item.has-mega-menu .mega-menu .sub-mega-menu {
  padding-right: 25px;
}
.main-menu > li.current-item.has-mega-menu .mega-menu a {
  padding: 10px 0;
  font-weight: 400;
}
.main-menu > li.current-item.has-mega-menu .mega-menu a::before {
  content: none;
}
.main-menu > li.current-item.has-mega-menu .mega-menu a.menu-title {
  font-weight: bold;
  font-size: 14px;
}

/* sticky-bar */
.header-sticky.sticky-bar.sticky .header-flex {
  justify-content: space-between;
}
.header-sticky.sticky-bar.sticky .header-btn .get-btn {
  padding: 20px 20px;
}
.header-area .slicknav_btn {
  top: -51px;
  right: 17px;
}
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
}
.slicknav_menu {
  background: transparent;
}
.mobile_menu {
  position: fixed;
  right: 0px;
  width: 100%;
  z-index: 99;
}
.header-top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--mutted-border-color);
}
.header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-tools {
  padding: 15px 0;
}
.vertical-divider {
  width: 1px;
  height: 20px;
  background-color: var(--primary-border-color);
}
.header-style-1 .divider-2 {
  margin-top: -2px;
}
.main-header.header-style-1 h1.logo {
  font-weight: 900;
  font-size: 40px;
  line-height: 65px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*Footer layouts*/
.footer-area {
  color: #666;
}
.footer-area ul li + li {
  margin-top: 10px;
}
.footer-bottom-area .footer-border {
  border-top: 1px solid rgb(225, 225, 225);
}
.footer-bottom-area .list-inline-item:not(:last-child) {
  margin-right: 0.8rem;
}
.footer-copy-right {
  overflow: hidden;
}
.footer-bottom-area .footer-copy-right p {
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.footer-bottom-area .footer-copy-right p a:hover {
  color: #fff;
}
.footer-menu ul li {
  display: inline-block;
  margin-left: 36px;
}
.footer-menu ul li:first-child {
  margin-left: 0px;
}
.footer-copy-right {
  border-top: 1px solid var(--mutted-border-color);
}

/*Pagination*/
.pagination-area .page-item {
  margin: 0;
}
.pagination-area .page-item:first-child {
  margin: 0;
}
.pagination-area .page-link,
#scrollUp {
  border: 0;
  font-size: 13px;
  box-shadow: none;
  outline: 0;
  color: #889097;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  margin-right: 10px;
  box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.pagination-area .page-link:hover,
#scrollUp:hover {
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}
.pagination-area .page-item.active .page-link {
  color: #fff !important;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 50% !important;
  background: none;
}
#scrollUp {
  background-color: var(--color-primary);
  color: #fff;
}
#scrollUp:hover {
  transform: scale(1.08);
  filter: brightness(1.08);
}
h1.page-404 {
  font-size: 5.2rem;
}

/*Breadcrumb*/
.breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #6e6e6e;
  font-size: 0.875rem;
  background: none;
  margin: 0;
  border-radius: 0;
}
.breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.breadcrumb span::before {
  content: "\35";
  font-family: "ElegantIcons";
  display: inline-block;
}
.breadcrumb span.no-arrow::before {
  content: none;
}

/*LOOP*/
.border-top-1 {
  border-top: 1px solid rgb(225, 225, 225);
}
.border-bottom-1,
.horizontal-divider {
  border-bottom: 1px solid rgb(225, 225, 225);
}
.border-top-2 {
  border-top: 4px double rgb(225, 225, 225);
}
.vertical-divider {
  overflow: hidden;
  position: relative;
}
.vertical-divider > [class*="col-"]:nth-child(n + 2)::after {
  content: "";
  background-color: rgb(225, 225, 225);
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 47.9375em) {
  .vertical-divider > [class*="col-"]:nth-child(n + 2)::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px;
  }
}
@media (min-width: 48em) {
  .vertical-divider > [class*="col-"]:nth-child(n + 2)::after {
    width: 1px;
    height: auto;
    left: -1px;
  }
}
.divider-wave,
.divider-wave-2 {
  position: relative;
}

/*CATEGORY PAGES*/
.archive-header h2 {
  font-size: 45px;
}
.archive .loop-list-1 .first-post .img-hover-slide {
  min-height: 400px;
}
.img-hover-scale img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.img-hover-scale:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.post-format-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #ecf0f3;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  color: #91a2ae;
}
.loop-list .post-format-icon {
  margin-left: 15px;
}
/*SINGLE POST*/
.entry-meta .author-avatar {
  float: left;
  margin: -3px 15px 0 0;
}
.entry-meta .author-avatar img {
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
}
.entry-meta span {
  position: relative;
}
.entry-header .entry-title {
  font-size: 3.2em;
}
.entry-wraper .excerpt p,
.single-excerpt p {
  font-size: 1.5em;
}
.dropcap p:first-child::first-letter {
  font-size: 4em;
  float: left;
  margin-top: 0.15em;
  margin-right: 0.15em;
  line-height: 1;
}
.dropcap blockquote p:first-child::first-letter {
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  float: none;
}
.entry-main-content h1,
.entry-main-content h2,
.entry-main-content h3,
.entry-main-content h4,
.entry-main-content h5,
.entry-main-content h6 {
  font-weight: 700;
}
.entry-wraper {
  position: relative;
}
.entry-left-col {
  position: absolute;
  left: -20%;
  height: 200vh;
  z-index: 2;
  top: 3rem;
  bottom: 0;
}
.social-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.social-sticky a {
  display: block;
  color: rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.34);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.single-tools {
  display: table;
  float: right;
  background: #f5f5f5;
  padding: 7px 15px;
  border-radius: 2px;
}
.overflow-hidden {
  overflow: hidden;
}
.single-social-share a {
  width: 35px;
  display: block;
  height: 35px;
  text-align: center;
  line-height: 37px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #eee;
}
.single-thumnail .arrow-cover i {
  color: #fff;
}
.single-excerpt p {
  line-height: 1.5;
}
.entry-main-content {
  color: #2f343b;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-word;
}
.entry-main-content.text-justify,
.entry-main-content .article-html {
  text-align: justify !important;
  text-justify: inter-word;
}
.entry-main-content p {
  font-weight: 300;
  line-height: 1.65;
}
.entry-main-content li,
.entry-main-content dd,
.entry-main-content table td,
.entry-main-content table th {
  font-weight: 300;
}
.entry-main-content h2 {
  color: #5f6266;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 30px;
  margin-bottom: 28px;
  font-size: 2rem;
}
.entry-main-content-preserve-headings.entry-main-content h1,
.entry-main-content-preserve-headings.entry-main-content h2,
.entry-main-content-preserve-headings.entry-main-content h3,
.entry-main-content-preserve-headings.entry-main-content h4,
.entry-main-content-preserve-headings.entry-main-content h5,
.entry-main-content-preserve-headings.entry-main-content h6 {
  font-weight: 700;
}
.entry-main-content p {
  font-size: 1em;
}
.entry-main-content.dropcap p:first-child::first-letter {
  color: #20252b;
  font-weight: 300;
}
.entry-main-content figure {
  margin-bottom: 30px;
  margin-top: 30px;
}
.entry-bottom .tags a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: capitalize;
  font-style: italic;
  border-bottom: 1px solid rgb(225, 225, 225);
}
.related-posts .img-hover-slide {
  min-height: 200px;
}
.related-posts .loop-list .list-style-2 .image img {
  max-width: 140px;
  height: auto;
}
blockquote {
  position: relative;
  border-left: 0;
  padding: 0px 30px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-style: italic;
}
blockquote::before {
  content: "";
  top: 0px;
  height: 100%;
  left: 0;
  width: 4px;
  position: absolute;
  background: #000;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
.btn-play-video {
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 40px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
.entry-header-style-2 {
  position: relative;
  background-color: #f6f8fa;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.entry-header-style-2::before {
  display: block !important;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 45, 57, 0.3);
  content: "";
  pointer-events: none;
  transition: all 0.3s ease;
}
.entry-header-style-2 .entry-meta .author-avatar {
  float: none;
}
.entry-header-content {
  position: relative;
  z-index: 3;
}

/*Author box*/
.bt-1 {
  border-top: 1px solid;
}
.border-color-1 {
  border-color: rgb(225, 225, 225);
}
.author-bio {
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 40px;
}
.author-bio .author-image img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.author-bio .author-image {
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 40px;
}
.author-bio .author-info {
  flex-grow: 1;
}
.author-bio h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.author-bio h5 {
  font-size: 12px;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--color-black);
}
.author-bio .author-description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.author-bio .author-bio-link {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  margin-right: 20px;
  text-transform: capitalize;
  font-style: italic;
  border-bottom: 1px solid rgb(225, 225, 225);
  color: #666;
}
.author-bio .author-social {
  display: inline-block;
}
.author-bio .author-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.author-bio .author-social-icons li {
  display: inline-block;
}
.author-bio .author-social-icons li:first-child a {
  margin-left: 0;
}
.author-bio .author-social-icons li a {
  text-align: center;
  font-size: 16px;
  margin-left: -1px;
  padding-top: 0;
  display: block;
  margin-left: 20px;
}
.author-bio .author-social-icons li a i {
  font-size: 14px;
}
.author .author-bio {
  margin: 0;
  padding: 50px;
  border: 0;
  background: #f4f5f9;
  border-radius: 5px;
}

/*comment*/
.comments-area {
  background: transparent;
  margin-top: 50px;
}
.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area a {
  color: #2a2a2a;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  font-size: 14px;
  display: block;
  font-weight: 400;
  border-bottom: 1px solid rgb(225, 225, 225);
  font-style: italic;
}
.comment-form {
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2a;
}
.comment-form .name {
  padding-left: 0px;
}
.form-control {
  border: 1px solid rgb(225, 225, 225);
  border-radius: 30px;
  height: 48px;
  padding-left: 18px;
  font-size: 14px;
  background: transparent;
  background: #fff;
}
textarea.form-control {
  border-radius: 10px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-control::placeholder {
  color: #777777;
}
.custom_select {
  position: relative;
  width: 100%;
}
.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}
.nice-select .list {
  width: 100%;
}
.comment-form textarea {
  padding-top: 18px;
  border-radius: 10px;
  height: 100% !important;
  background: #fff;
}
.comment-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}
.comment-form::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}
.comment-form:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}
.comment-form:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}
.button-contactForm {
  background: #ef3f48;
  color: #fff;
  border-color: #ef3f48;
  padding: 12px 25px;
}
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid var(--color-primary);
  text-transform: none;
  background: var(--color-primary);
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.button:hover {
  background: var(--color-danger);
  border: 1px solid var(--color-danger);
}
.single-comment.depth-2 {
  margin-left: 50px;
}

/*BONUS: WORDPRESS STYPE*/
.wp-block-separator {
  border-top: 1px solid #f4f5f9;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
  margin-bottom: 30px;
}
.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-separator.is-style-dots {
  border: none;
  width: auto;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-separator.is-style-dots {
  text-align: center;
  line-height: 1;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 30px;
  background: #f4f5f9;
  border-radius: 5px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 30px;
  line-height: 1.3;
  font-style: normal;
}
.wp-block-image {
  margin-bottom: 30px;
  float: left;
}
.entry-main-content figure.alignleft {
  margin-right: 30px;
  margin-top: 20px;
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  width: 100%;
  margin: 10px 0;
  caption-side: bottom;
}
.wp-block-image figcaption {
  color: #6a6a6a;
  z-index: 1;
  bottom: 0;
  right: 0;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}
.tooltip-inner {
  font-size: 0.7em;
}
table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #212529;
  border-collapse: collapse;
}
table p {
  margin-bottom: 0;
}
.entry-main-content table td,
.entry-main-content table th,
.comment-content table td,
.comment-content table th {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.entry-main-content dd,
.single-comment dd {
  margin: 0 0 1.65em;
}
.entry-main-content ul {
  list-style: disc;
}
.entry-main-content ul li,
.comment-content ul li {
  list-style: disc inside;
  line-height: 2;
}
.entry-main-content ul li.blocks-gallery-item {
  list-style: none;
}
.entry-main-content li > ul,
.entry-main-content li > ol,
.comment-content li > ul,
.comment-content li > ol {
  padding-left: 2rem;
}
.entry-main-content ol {
  padding-left: 0;
}
ol li {
  list-style: decimal inside;
  width: 100%;
  line-height: 2;
}
pre {
  border: 1px solid #eee;
  font-size: 1em;
  line-height: 1.8;
  margin: 15px 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff;
  border-radius: 15px;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(88, 108, 218, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(88, 108, 218, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.header-top {
  background-color: #002b49;
  color: white;
}

.header-top .logo img {
  display: block;
  width: auto;
  max-width: 70px;
  max-height: 82px;
  object-fit: contain;
}

.header-top-right .logo img {
  max-width: 180px;
  max-height: 62px;
}

.header-top .logo.d-flex img {
  max-width: 54px;
  max-height: 78px;
}
/* Solo los links principales blancos */
.header-top .nav-topbar > li > a {
  color: white;
}

/* Links del dropdown en gris oscuro */
.header-top .sub-menu li a {
  color: #333 !important;  /* gris oscuro elegante */
}

/* Hover del dropdown */
.header-top .sub-menu li a:hover {
  color: #c39e16 !important; /* dorado ECORFAN */
}
.header-top .search-icon span {
  color: white !important;
}



.footer-ecorfan {
  background-color: #c39e16; /* dorado ECORFAN */
  color: white;
  padding: 40px 0;
  font-size: 14px;
}

.footer-ecorfan p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.footer-ecorfan strong {
  color: white;
}


.ecorfan-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 620px;
  background: #002b49;
  color: #fff;
}

.ecorfan-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #c39e16 0 34%, rgba(195, 158, 22, 0.34) 34% 100%);
}

.ecorfan-hero-image,
.ecorfan-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ecorfan-hero-image {
  object-fit: cover;
  object-position: center bottom;
  transform: scale(1.01);
}

.ecorfan-hero-shade {
  background: rgba(0, 31, 53, 0.56);
}

.ecorfan-hero-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 620px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.ecorfan-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  width: min(100%, 1040px);
}

.ecorfan-hero-content {
  width: min(100%, 650px);
  padding: 10px 48px 10px 28px;
  border-left: 4px solid #c39e16;
  background: transparent;
}

.ecorfan-hero-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
}

.ecorfan-hero-logo {
  width: auto;
  max-width: 180px;
  max-height: 425px;
  object-fit: contain;
  image-rendering: auto;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
  opacity: 0.98;
}

.ecorfan-title {
  margin: 0 0 9px;
  color: #c39e16;
  font-size: clamp(48px, 5vw, 66px);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-shadow: 0 3px 30px rgba(0, 0, 0, 0.24);
}

.ecorfan-subtitle {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.ecorfan-text {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .ecorfan-hero {
    min-height: 560px;
  }

  .ecorfan-hero-image {
    object-position: 62% bottom;
  }

  .ecorfan-hero-shade {
    background: rgba(0, 31, 53, 0.6);
  }

  .ecorfan-hero-container {
    min-height: 560px;
  }

  .ecorfan-hero-panel {
    grid-template-columns: minmax(0, 1fr) 205px;
  }

  .ecorfan-hero-content {
    padding-right: 34px;
  }

  .ecorfan-hero-brand {
    min-height: 270px;
  }

  .ecorfan-hero-logo {
    max-width: 145px;
    max-height: 342px;
  }

}

@media (max-width: 575px) {
  .ecorfan-hero,
  .ecorfan-hero-container {
    min-height: 540px;
  }

  .ecorfan-hero-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ecorfan-hero-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .ecorfan-hero-content {
    padding: 18px 0 4px 18px;
    border-left-width: 3px;
  }

  .ecorfan-hero-brand {
    min-height: 0;
    margin-top: 22px;
  }

  .ecorfan-title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .ecorfan-text {
    font-size: 16px;
  }

  .ecorfan-hero-logo {
    max-width: 115px;
    max-height: 272px;
  }
}

/* Homepage discovery */
.ecorfan-home {
  background: #f4f6f8;
}

.ecorfan-home > .bg-grey {
  background: #f4f6f8 !important;
}

.home-manifesto {
  padding: 82px 0;
  border-bottom: 1px solid #d7e0e6;
  background: #fff;
}

.home-manifesto-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

.home-manifesto-heading h2 {
  max-width: 390px;
  margin: 8px 0 22px;
  color: #002b49;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.home-manifesto-line {
  display: block;
  width: 64px;
  height: 4px;
  background: #c39e16;
}

.home-manifesto-story {
  padding: 2px 0 2px clamp(28px, 4vw, 52px);
  border-left: 1px solid #c8d3da;
}

.home-manifesto-lead {
  margin: 0 0 22px;
  color: #002b49;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.6vw, 34px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.38;
}

.home-manifesto-story > p:not(.home-manifesto-lead) {
  max-width: 820px;
  margin: 0;
  color: #536671;
  font-size: 16px;
  line-height: 1.8;
}

.home-manifesto-footer {
  display: flex;
  align-items: center;
  gap: 12px 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.home-manifesto-footer > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 11px;
  border: 1px solid #d0dae1;
  border-radius: 20px;
  background: #f4f6f8;
  color: #334d5e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-manifesto-footer > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  color: #002b49;
  font-size: 13px;
  font-weight: 800;
}

.home-manifesto-footer > a:hover {
  color: #9a7a0c;
}

.home-manifesto-footer > a:focus-visible {
  outline: 3px solid rgba(195, 158, 22, 0.35);
  outline-offset: 3px;
}

.home-discovery {
  padding: 72px 0 76px;
  border-bottom: 1px solid #d7e0e6;
  background: #f4f6f8;
}

.home-discovery .home-section-heading,
.home-research-focus .home-section-heading,
.home-catalog-explorer .home-section-heading,
.home-latest-research-section .home-section-heading,
.home-latest-section .home-section-heading {
  margin: 0 0 28px;
}

.home-section-kicker {
  color: #9a7a0c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-section-heading {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin: 50px 0 24px;
}

.home-section-heading h2 {
  margin: 5px 0 0;
  color: #002b49;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.home-section-rule {
  flex: 0 0 64px;
  height: 4px;
  margin-bottom: 10px;
  background: #c39e16;
}

.home-section-intro {
  max-width: 680px;
  margin: 12px 0 0;
  color: #5f6f7b;
  font-size: 16px;
  line-height: 1.65;
}

.home-discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-discovery-card {
  position: relative;
  display: flex;
  min-height: 292px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid #d5dfe6;
  border-top: 4px solid #c39e16;
  border-radius: 14px;
  background: #fff;
  color: #002b49;
  transition:
    border-color 0.3s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-discovery-card:nth-child(2) {
  border-top-color: #002b49;
}

.home-discovery-card:nth-child(3) {
  border-color: #002b49;
  border-top-color: #c39e16;
  background: #002b49;
  color: #fff;
}

.home-discovery-card:hover {
  border-color: #c39e16;
  color: #002b49;
  transform: translateY(-6px);
}

.home-discovery-card:nth-child(3):hover {
  color: #fff;
}

.home-discovery-card:focus-visible {
  outline: 3px solid rgba(195, 158, 22, 0.42);
  outline-offset: 4px;
}

.home-discovery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 43, 73, 0.16);
  border-radius: 50%;
  background: #f4f6f8;
  color: #002b49;
  font-size: 25px;
}

.home-discovery-card:nth-child(3) .home-discovery-icon {
  border-color: rgba(255, 255, 255, 0.24);
  background: #c39e16;
  color: #fff;
}

.home-discovery-card-copy {
  display: flex;
  flex-direction: column;
}

.home-discovery-card-copy small {
  margin-bottom: 8px;
  color: #9a7a0c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-discovery-card:nth-child(3) .home-discovery-card-copy small {
  color: #dfc359;
}

.home-discovery-card-copy strong {
  margin-bottom: 12px;
  color: inherit;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.home-discovery-card-copy > span {
  color: #5f6f7b;
  font-size: 15px;
  line-height: 1.65;
}

.home-discovery-card:nth-child(3) .home-discovery-card-copy > span {
  color: rgba(255, 255, 255, 0.78);
}

.home-discovery-action {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-discovery-action i {
  transition: transform 0.3s ease;
}

.home-discovery-card:hover .home-discovery-action i {
  transform: translateX(5px);
}

.home-country-explorer {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  margin-top: 28px;
  border: 1px solid #002b49;
  border-top: 4px solid #c39e16;
  border-radius: 14px;
  background: #002b49;
  scroll-margin-top: 120px;
}

.home-country-copy {
  display: flex;
  gap: 24px;
  padding: 38px 40px;
  color: #fff;
}

.home-country-number {
  flex: 0 0 auto;
  color: #c39e16;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-country-copy .home-section-kicker {
  color: #dfc359;
}

.home-country-copy h3 {
  margin: 6px 0 12px;
  color: #fff;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.home-country-copy p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.65;
}

.home-country-form {
  display: flex;
  justify-content: center;
  padding: 34px 36px;
  flex-direction: column;
  background: #fff;
}

.home-country-form label {
  margin-bottom: 8px;
  color: #002b49;
  font-size: 13px;
  font-weight: 800;
}

.home-country-controls {
  display: flex;
  gap: 10px;
}

.home-country-controls select {
  min-width: 0;
  min-height: 52px;
  flex: 1;
  padding: 0 42px 0 15px;
  border: 1px solid #bdcbd5;
  border-radius: 8px;
  background-color: #fff;
  color: #243744;
  font-size: 15px;
}

.home-country-controls button {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid #c39e16;
  border-radius: 8px;
  background: #c39e16;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.home-country-controls button:hover:not(:disabled) {
  background: #002b49;
  color: #fff;
}

.home-country-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.home-country-controls select:focus-visible,
.home-country-controls button:focus-visible {
  outline: 3px solid rgba(195, 158, 22, 0.35);
  outline-offset: 2px;
}

.home-country-form > small {
  margin-top: 10px;
  color: #6b7881;
  font-size: 12px;
}

.home-research-areas {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
  gap: 30px;
  margin-top: 28px;
  padding: 28px 30px;
  border: 1px solid #d5dfe6;
  border-radius: 14px;
  background: #fff;
  scroll-margin-top: 120px;
}

.home-research-areas-title {
  display: flex;
  flex-direction: column;
}

.home-research-areas-title span {
  color: #002b49;
  font-size: 20px;
  font-weight: 800;
}

.home-research-areas-title small {
  margin-top: 7px;
  color: #697781;
  line-height: 1.5;
}

.home-research-area-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home-research-area-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #ccd7df;
  border-radius: 30px;
  background: #f4f6f8;
  color: #16384f;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.home-research-area-links a:hover {
  border-color: #002b49;
  background: #002b49;
  color: #fff;
}

.home-research-area-links a:focus-visible {
  outline: 3px solid rgba(195, 158, 22, 0.35);
  outline-offset: 2px;
}

.home-research-areas-empty {
  color: #6b7881;
  font-size: 14px;
}

#latest-research {
  scroll-margin-top: 120px;
}

.home-catalog-explorer {
  padding: 72px 0 76px;
  border-bottom: 1px solid #d7e0e6;
  background: #f4f6f8;
}

.home-research-focus {
  padding: 56px 0 60px;
  border-bottom: 1px solid #d7e0e6;
  background: #fff;
}

.home-research-focus .home-section-heading {
  margin-top: 0;
  margin-bottom: 22px;
}

.home-focus-story {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  width: min(100%, 1040px);
  min-height: 400px;
  margin: 0 auto;
  border: 1px solid #ccd8df;
  border-radius: 16px;
  background: #fff;
}

.home-focus-image {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 400px;
  background: #24445a;
  isolation: isolate;
}

.home-focus-image > div {
  position: absolute;
}

.home-focus-image img {
  width: 100%;
  height: 100%;
}

.home-focus-image-backdrop {
  inset: -28px;
  z-index: 0;
}

.home-focus-image-backdrop img {
  object-fit: cover;
  filter: blur(20px) saturate(0.78) brightness(0.72);
  transform: scale(1.12);
}

.home-focus-image-foreground {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(calc(100% - 44px), 250px);
  aspect-ratio: 250 / 177;
  transform: translate(-50%, -50%);
}

.home-focus-image-foreground img {
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 20px rgba(0, 24, 40, 0.22));
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-focus-image:hover .home-focus-image-foreground img {
  transform: scale(1.035);
}

.home-focus-image > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #c39e16;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}

.home-focus-content {
  display: flex;
  justify-content: center;
  padding: clamp(30px, 4vw, 46px);
  flex-direction: column;
  border-left: 4px solid #c39e16;
}

.home-focus-meta {
  display: flex;
  gap: 8px 18px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  color: #6d7b84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-focus-meta span + span::before,
.home-focus-meta span + time::before,
.home-focus-meta time::before {
  content: "•";
  margin-right: 18px;
  color: #c39e16;
}

.home-focus-content h3 {
  margin: 0 0 13px;
  color: #002b49;
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.home-focus-authors {
  margin: 0 0 24px;
  color: #52636f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.home-focus-abstract {
  padding: 20px 0 20px 22px;
  border-left: 2px solid #c39e16;
}

.home-focus-abstract > span {
  display: block;
  margin-bottom: 7px;
  color: #9a7a0c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-focus-abstract p {
  margin: 0;
  color: #465b69;
  font-size: 15px;
  line-height: 1.65;
}

.home-focus-actions {
  display: flex;
  align-items: center;
  gap: 16px 24px;
  margin-top: 27px;
  flex-wrap: wrap;
}

.home-focus-primary,
.home-focus-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  font-size: 13px;
  font-weight: 800;
}

.home-focus-primary {
  padding: 0 20px;
  border: 1px solid #002b49;
  border-radius: 7px;
  background: #002b49;
  color: #fff;
}

.home-focus-primary:hover {
  border-color: #c39e16;
  background: #c39e16;
  color: #fff;
}

.home-focus-secondary {
  color: #002b49;
}

.home-focus-secondary:hover {
  color: #9a7a0c;
}

.home-focus-primary:focus-visible,
.home-focus-secondary:focus-visible,
.home-focus-image:focus-visible {
  outline: 3px solid rgba(195, 158, 22, 0.38);
  outline-offset: 3px;
}

.home-focus-loading {
  min-height: 180px;
  padding: 34px;
  border: 1px solid #d5dfe6;
  border-radius: 14px;
  background: #f4f6f8;
  color: #687781;
}

.home-publication-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.home-publication-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 320px;
  padding: 0;
  flex-direction: column;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #002b49;
  isolation: isolate;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-publication-card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-publication-card img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 122px;
  min-height: 122px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-publication-card-shade {
  display: none;
}

.home-publication-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 122px;
  bottom: auto;
  left: 0;
  width: auto;
  height: 3px;
  background: #c39e16;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.home-publication-card:hover img {
  transform: scale(1.035);
}

.home-publication-card:hover::after {
  transform: scaleX(1);
}

.home-publication-card:hover {
  color: #002b49;
  transform: translateY(-4px);
}

.home-publication-card:focus-visible {
  outline: 3px solid rgba(195, 158, 22, 0.38);
  outline-offset: 3px;
}

.home-publication-card-content {
  display: flex;
  position: relative;
  z-index: 1;
  flex: 1;
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
  min-height: 0;
  padding: 20px 18px 26px;
  flex-direction: column;
  gap: 9px;
  border: 0;
  background: #fff;
}

.home-publication-card-content strong {
  color: #002b49;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.28;
}

.home-publication-card-content small {
  max-width: none;
  color: #65727d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.home-publication-card > i {
  display: none;
}

.home-publication-card:hover .home-publication-card-content strong {
  color: #9a7a0c;
}

.home-publication-index {
  display: none;
}

.home-featured-section {
  padding-top: 68px;
  padding-bottom: 60px;
}

.home-featured-section > .home-section-heading {
  margin-top: 0;
}

.home-latest-research-section {
  border-bottom: 1px solid #d7e0e6;
  background: #fff;
}

.home-latest-research-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  grid-auto-rows: minmax(150px, auto);
  gap: 18px;
}

.home-research-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: 168px minmax(0, 1fr);
  min-height: 158px;
  border: 1px solid #d5dfe6;
  border-radius: 12px;
  background: #fff;
  transition:
    border-color 0.3s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-research-card:hover {
  border-color: #c39e16;
  transform: translateY(-3px);
}

.home-research-card--lead {
  grid-row: span 3;
  grid-template-columns: 1fr;
  min-height: 516px;
}

.home-research-card-image {
  display: block;
  overflow: hidden;
  min-height: 100%;
  background: #dfe6ea;
}

.home-research-card-image > div,
.home-research-card-image img {
  width: 100%;
  height: 100%;
}

.home-research-card-image img {
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-research-card:hover .home-research-card-image img {
  transform: scale(1.035);
}

.home-research-card--lead .home-research-card-image {
  min-height: 310px;
}

.home-research-card-content {
  display: flex;
  min-width: 0;
  padding: 20px 22px;
  flex-direction: column;
}

.home-research-card--lead .home-research-card-content {
  padding: 26px 28px;
}

.home-research-card-category {
  overflow: hidden;
  margin-bottom: 8px;
  color: #9a7a0c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-research-card-content h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 14px;
  color: #002b49;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-research-card--lead .home-research-card-content h3 {
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.22;
}

.home-research-card-content h3 a {
  color: inherit;
}

.home-research-card-content h3 a:hover {
  color: #9a7a0c;
}

.home-research-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  color: #71808a;
  font-size: 12px;
}

.home-research-card-footer > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #002b49;
  font-weight: 800;
}

.home-research-card-footer > a:hover {
  color: #9a7a0c;
}

.home-content-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid #d5dfe6;
  border-radius: 12px;
  background: #fff;
  color: #65727d;
}

.home-community {
  padding: 72px 0 78px;
  border-top: 4px solid #c39e16;
  background: #002b49;
}

.home-community-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.home-community-heading .home-section-kicker {
  color: #dfc359;
}

.home-community-heading h2 {
  margin: 7px 0 12px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.home-community-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.home-community-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-community-card {
  display: flex;
  min-height: 310px;
  padding: 28px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 12px;
  background: #fff;
  color: #002b49;
  transition:
    border-color 0.3s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-community-card:hover {
  border-color: #c39e16;
  color: #002b49;
  transform: translateY(-5px);
}

.home-community-card:focus-visible {
  outline: 3px solid #c39e16;
  outline-offset: 4px;
}

.home-community-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #002b49;
  color: #fff;
  font-size: 23px;
}

.home-community-card small {
  margin-bottom: 7px;
  color: #9a7a0c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-community-card h3 {
  margin: 0 0 12px;
  color: #002b49;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.home-community-card p {
  margin: 0 0 24px;
  color: #60717c;
  font-size: 14px;
  line-height: 1.65;
}

.home-community-card strong {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #002b49;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-community-card strong i {
  transition: transform 0.3s ease;
}

.home-community-card:hover strong i {
  transform: translateX(5px);
}

.home-latest-section {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
  border-top: 1px solid #d7e0e6;
  background: #f4f6f8;
}

.home-latest-section .post-card-1 {
  overflow: hidden;
  border: 1px solid #d5dfe6;
  border-radius: 12px;
  box-shadow: none;
}

.home-latest-section .post-card-1:hover {
  border-color: #c39e16;
}

.home-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.75s ease var(--reveal-delay, 0ms),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-publication-card.home-reveal.is-visible:hover {
  transform: translateY(-4px);
  transition:
    opacity 0.3s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 1199px) {
  .home-discovery-card {
    padding: 26px;
  }

  .home-country-explorer {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  }

  .home-country-copy {
    padding: 34px 30px;
  }

  .home-country-form {
    padding: 30px;
  }

  .home-country-controls {
    flex-direction: column;
  }

  .home-publication-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-publication-card img {
    height: 145px;
    min-height: 145px;
  }

  .home-publication-card::after {
    top: 145px;
  }
}

@media (max-width: 991px) {
  .home-manifesto-layout {
    grid-template-columns: minmax(220px, 0.4fr) minmax(0, 0.6fr);
    gap: 38px;
  }

  .home-manifesto-footer > a {
    width: 100%;
    margin-top: 4px;
    margin-left: 0;
  }

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

  .home-discovery-card:nth-child(3) {
    min-height: 240px;
    grid-column: 1 / -1;
  }

  .home-country-explorer {
    grid-template-columns: 1fr;
  }

  .home-country-controls {
    flex-direction: row;
  }

  .home-research-areas {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-latest-research-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-research-card,
  .home-research-card--lead {
    grid-row: auto;
    grid-template-columns: 1fr;
    min-height: 390px;
  }

  .home-research-card-image,
  .home-research-card--lead .home-research-card-image {
    min-height: 220px;
  }

  .home-focus-story {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  }

  .home-focus-content {
    padding: 34px;
  }

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

  .home-community-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .home-manifesto {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .home-manifesto-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-manifesto-heading h2 {
    max-width: 560px;
  }

  .home-manifesto-story {
    padding: 28px 0 0;
    border-top: 1px solid #c8d3da;
    border-left: 0;
  }

  .home-discovery,
  .home-catalog-explorer {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .home-featured-section {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .home-latest-section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .home-publication-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .home-section-heading {
    align-items: flex-start;
    margin-top: 38px;
    flex-direction: column;
    gap: 12px;
  }

  .home-section-rule {
    width: 54px;
    flex-basis: 3px;
    margin-bottom: 0;
  }

  .home-discovery-grid {
    grid-template-columns: 1fr;
  }

  .home-discovery-card,
  .home-discovery-card:nth-child(3) {
    min-height: 250px;
    grid-column: auto;
  }

  .home-country-copy {
    gap: 16px;
    padding: 30px 24px;
  }

  .home-country-form {
    padding: 28px 24px;
  }

  .home-country-controls {
    flex-direction: column;
  }

  .home-country-controls button {
    width: 100%;
  }

  .home-research-areas {
    padding: 24px;
  }

  .home-latest-research-grid {
    grid-template-columns: 1fr;
  }

  .home-research-card,
  .home-research-card--lead {
    min-height: 0;
  }

  .home-research-card-content,
  .home-research-card--lead .home-research-card-content {
    padding: 24px;
  }

  .home-research-focus,
  .home-community {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .home-focus-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-focus-image {
    min-height: 280px;
  }

  .home-focus-image-foreground {
    width: min(calc(100% - 32px), 250px);
  }

  .home-focus-content {
    padding: 30px 26px;
    border-top: 4px solid #c39e16;
    border-left: 0;
  }

  .home-focus-meta span + span::before,
  .home-focus-meta span + time::before,
  .home-focus-meta time::before {
    display: none;
  }

  .home-community-grid {
    grid-template-columns: 1fr;
  }

  .home-community-card,
  .home-community-card:last-child {
    min-height: 270px;
    grid-column: auto;
  }
}

@media (max-width: 460px) {
  .home-discovery-card {
    padding: 24px;
  }

  .home-discovery-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
  }

  .home-country-number {
    display: none;
  }

  .home-focus-image {
    min-height: 250px;
  }

  .home-focus-content {
    padding: 27px 22px;
  }

  .home-focus-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-focus-primary,
  .home-focus-secondary {
    width: 100%;
  }

  .home-community-card {
    padding: 24px;
  }

  .home-publication-grid {
    grid-template-columns: 1fr;
  }

  .home-publication-card {
    min-height: 290px;
  }

  .home-publication-card img {
    height: 160px;
    min-height: 160px;
  }

  .home-publication-card::after {
    top: 160px;
    bottom: auto;
    height: 3px;
  }

  .home-publication-card-content {
    padding: 22px 20px 26px;
  }
}

@keyframes ecorfanHeroDrift {
  from { transform: scale(1.01); }
  to { transform: scale(1.045); }
}

@keyframes ecorfanHeroContentIn {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: translateX(0); }
}

.ecorfan-hero-image {
  animation: ecorfanHeroDrift 18s ease-in-out infinite alternate;
}

.ecorfan-hero-content {
  animation: ecorfanHeroContentIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .ecorfan-hero-image,
  .ecorfan-hero-content {
    animation: none;
  }

  .home-reveal,
  .home-discovery-card,
  .home-discovery-action i,
  .home-focus-image img,
  .home-community-card,
  .home-community-card strong i,
  .home-research-card,
  .home-research-card-image img,
  .home-publication-card,
  .home-publication-card img,
  .home-publication-card > i {
    transition: none;
  }
}
/* BOTÓN DORADO */
.btn-ecorfan-gold {
  background-color: #c39e16;
  color: white;
  border: none;
  padding: 10px 25px;
}

.btn-ecorfan-gold:hover {
  background-color: #c39e16;
  color: #002b49;
}

/* BOTÓN BORDE */
.btn-ecorfan-outline {
  background: transparent;
  border: 2px solid #c39e16;
  color: #c39e16;
  padding: 10px 25px;
}

.btn-ecorfan-outline:hover {
  background-color: #c39e16;
  color: #002b49;
}

/* ===============================
   CONTACTO
=================================*/

.contact-card {
  border: 1px solid rgba(13, 40, 89, 0.1);
  box-shadow: 0 10px 25px rgba(13, 40, 89, 0.06);
}

.contact-title {
  color: var(--color-primary);
  font-weight: 900;
  margin: 0;
}

.contact-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  margin-top: 10px;
  background: linear-gradient(
    90deg,
    rgba(13, 40, 89, 0.2),
    rgba(172, 132, 44, 0.55),
    rgba(13, 40, 89, 0.2)
  );
}

.contact-field-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.contact-label {
  font-weight: 700;
  color: #111;
  margin: 0;
}

.contact-hint {
  font-size: 12px;
  color: #8b95a7;
  font-style: italic;
  text-align: right;
}

.contact-page .form-control {
  border: 1px solid rgba(13, 40, 89, 0.15);
  border-radius: 8px;
  padding: 10px 12px;
}

.contact-page .form-control:focus {
  border-color: rgba(172, 132, 44, 0.7);
  box-shadow: 0 0 0 0.2rem rgba(172, 132, 44, 0.15);
}

.contact-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.btn-contact-send {
  min-width: 170px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 20px rgba(13, 40, 89, 0.18);
}

.btn-contact-send:hover,
.btn-contact-send:focus,
.btn-contact-send:active,
.btn-contact-send:focus-visible {
  background-color: var(--color-secondary);
  border-color: rgba(172, 132, 44, 0.75);
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 40, 89, 0.22);
}

.contact-captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(13, 40, 89, 0.12);
  background: rgba(13, 40, 89, 0.03);
  min-width: 310px;
}

.contact-captcha-left {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #111;
  font-weight: 600;
}

.contact-captcha-left input {
  width: 18px;
  height: 18px;
}

.contact-captcha-brand {
  text-align: right;
  font-size: 11px;
  color: #6b7280;
  line-height: 1.2;
}

.contact-captcha-brand strong {
  color: var(--color-primary);
}

.contact-alert {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(13, 40, 89, 0.06);
  color: var(--color-primary);
  font-weight: 700;
}

.contact-alert--error {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
}

.contact-divider {
  height: 1px;
  background: rgba(13, 40, 89, 0.1);
  margin: 26px 0 18px;
}

.contact-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(172, 132, 44, 0.1);
  color: var(--color-primary);
  border: 1px solid rgba(172, 132, 44, 0.25);
}

.contact-method-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #6b7280;
  font-weight: 800;
}

.contact-method-value {
  color: #111;
  font-weight: 600;
  word-break: break-word;
}

a.contact-method-value:hover {
  color: var(--color-primary);
  text-decoration: underline;
}


/* ===============================
   INDICE ARTICULO
=================================*/

.indice-container {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.indice-title {
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.indice-icon {
  font-size: 16px;
  color: var(--color-primary);
}

.indice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.indice-item {
  cursor: pointer;
  padding: 8px 10px;
  margin-bottom: 6px;
  border-left: 3px solid transparent;
  color: #666;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.indice-item:hover {
  background: #f5f5f5;
}

.indice-item.active {
  border-left: 3px solid #2563eb;
  background: #f3f4f6;
  color: #111;
  font-weight: 600;
}
.indice-container {
  max-height: 280px;
  overflow-y: auto;
}

.book-indice {
  max-height: 420px;
}

.book-indice-list .book-indice-chapter {
  margin-bottom: 6px;
}

.book-indice-chapter-title {
  font-weight: 700;
}

.book-indice-sublist {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  border-left: 2px solid #e5e7eb;
  margin-left: 10px;
}

.book-indice-topic {
  padding-left: 16px;
  font-size: 0.92em;
}

.book-content .book-chapter {
  margin-top: 40px;
}

.book-content .book-chapter:first-child {
  margin-top: 0;
}

.book-content .book-chapter-title {
  font-weight: 700;
}

.book-content .book-topic {
  margin-top: 25px;
}

.book-content .book-topic-title {
  font-weight: 700;
  font-size: 1.4rem;
}


/* ===============================
   TOOLBAR ARTICLE
=================================*/

.toolbar-container{
  position: sticky;
  top: 100px;
  width: 90px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 10px;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:22px;
  margin-left: 40px;
}

.toolbar-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  color: #666;
  transition: all .2s ease;
}
.toolbar-item span{
  max-width: 72px;
  font-family: "Museo Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .01em;
  text-align: center;
}

.toolbar-item:hover{
  color: var(--color-primary);
  transform: scale(1.04);
}

.toolbar-item--button{
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
}

.share-overlay{
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.share-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  border: 0;
}

.share-modal{
  position: absolute;
  right: 40px;
  top: 120px;
  width: 420px;
  max-width: calc(100vw - 80px);
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
  z-index: 2;
}

.share-close{
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.share-close::before{
  content: "X";
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.share-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 18px;
}

.share-actions{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 16px;
}

.share-actions a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #222;
  font-size: 13px;
}

.share-actions i{
  font-size: 22px;
  color: var(--color-primary);
}

.share-modal--cite{
  width: 640px;
  max-width: calc(100vw - 80px);
  top: 90px;
  max-height: calc(100vh - 160px);
  overflow: hidden;
}

.share-actions--cite{
  display: block;
  gap: 0;
}

.cite-scroll{
  overflow: auto;
  max-height: calc(100vh - 260px);
  padding-right: 6px;
}

.cite-section{
  margin-bottom: 18px;
}

.cite-label{
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #6b7280;
  margin-bottom: 6px;
  font-weight: 700;
}

.cite-link{
  color: #111;
  text-decoration: none;
  word-break: break-all;
}

.cite-link:hover{
  text-decoration: underline;
}

.cite-box{
  background: #f5f6f7;
  border-radius: 12px;
  padding: 14px;
  color: #111;
  font-size: 13px;
  line-height: 1.55;
}

.cite-box--pre{
  white-space: pre-wrap;
  overflow: auto;
  max-height: 220px;
  margin: 0;
}

.cite-actions{
  margin-top: 12px;
}

.cite-muted{
  color: #6b7280;
  font-size: 13px;
}

.cite-error{
  color: #dc2626;
  font-size: 13px;
}

.cite-status{
  margin-top: -6px;
  margin-bottom: 12px;
}

.cite-source{
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 12px;
  margin-top: 8px;
}

.share-icon-x{
  width: 22px;
  height: 22px;
  color: var(--color-primary);
  fill: currentColor;
}

.article-issue-meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.article-issue-badge{
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(245,246,247,0.9);
  border: 1px solid rgba(0,0,0,0.08);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
}

.article-issue-badge:hover{
  text-decoration: none;
}

.article-issue-details{
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

.issue-meta-line{
  margin-bottom: 20px;
}

.image-fallback{
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 16px;
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  background: #f5f6f7;
  border: 1px dashed #d4d7dd;
  border-radius: 12px;
}

.image-fallback-visible .image-fallback{
  display: flex;
}

.toolbar-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  margin-bottom:5px;
  transition: all .2s ease;
}

.toolbar-icon .elegant-icon{
  color: var(--color-primary);
}

.toolbar-icon-img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.toolbar-icon-img--crossmark{
  width: 28px;
  height: 28px;
}

.metrics-tooltip{
  position: absolute;
  left: -200px;
  top: -4px;
  width: 180px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  border-radius: 6px;
  padding: 10px 12px 12px;
  color: #222;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: all .2s ease;
  z-index: 5;
}

.metrics-tooltip::after{
  content:"";
  position:absolute;
  right:-8px;
  top: 18px;
  border-width:8px 0 8px 8px;
  border-style:solid;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(-1px 0 0 #dcdcdc);
}

.toolbar-item--metrics .toolbar-icon{
  position: relative;
}

.toolbar-item--metrics .toolbar-icon:hover .metrics-tooltip{
  opacity: 1;
  transform: translateY(0);
}

.metrics-tooltip-title{
  font-weight: 700;
  color: #7a1fa2;
  border-bottom: 2px solid #7a1fa2;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.metrics-tooltip-link{
  display: inline-block;
  margin-top: 6px;
  color: #1d4ed8;
}
.toolbar-item:hover .toolbar-icon{
  background: rgba(13, 40, 89, 0.12);
  color: var(--color-primary);
  transform: scale(1.08);
}

.figures-outline{
  background:white;
  border-radius:12px;
  padding:15px;
  border:1px solid #eee;
  max-height: 280px;
  overflow-y: auto;
}

.figures-outline ul{
  list-style:none;
  padding:0;
  margin:0;
}

.figures-outline li{
  cursor:pointer;
  padding:6px 8px;
  font-size:13px;
  color:#666;
  border-left:3px solid transparent;
  transition:.2s;
}

.figures-outline li:hover{
  background:#f5f5f5;
}

.figures-outline li.active{
  border-left:3px solid #2563eb;
  font-weight:600;
  color:#111;
}

.outline-title{
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.figures-icon{
  font-size: 15px;
  color: var(--color-primary);
}

.sidebar-left{
  position: sticky;
  top:100px;

  display:flex;
  flex-direction:column;
  gap:24px;

  height:auto;
  overflow: visible;
  margin-right: 40px;
  margin-left: -60px;
}

/* CONTENEDOR */
.authors-container{
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* LISTA AUTORES */
.authors-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding:0;
  margin:0;
  list-style:none;
}

/* ITEM */
.author-item{
  display:flex;
  align-items:center;
  gap:8px;
}

/* AVATAR */
.author-avatar{
  width:32px;
  height:32px;
  border-radius:50%;
  object-fit:cover;
}

/* AVATAR CON INICIALES */
.author-avatar-text{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e5e7eb;
  color:#333;
  font-size:12px;
  font-weight:600;
}

/* NOMBRE */
.author-name{
  font-size:14px;
  color:#111;
}

.author-name sup{
  font-size:10px;
  color:#666;
  margin-left:2px;
}

/* AFILIACIONES */
.affiliations-list{
  margin-top:8px;
  padding-left:0;
  list-style:none;
  font-size:13px;
  color:#555;
}

.affiliations-list li{
  margin-bottom:4px;
}

/* BY LABEL */
.by-label{
  font-weight:600;
  margin-right:8px;
}

/* ===============================
   ECORFAN Custom Overrides
   (merged from src/styles/template-bridge.css)
=================================*/
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  background: #fff;
}

#root {
  min-height: 100vh;
}

.template-app button {
  font-family: inherit;
}

.btn-ecorfan-white {
  background: #fff;
  border: 1px solid #fff;
  color: #002b49;
}

.btn-ecorfan-white:hover {
  background: #c39e16;
  border-color: #c39e16;
  color: #002b49;
}

.mobilemenu {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #eceff8;
  border-radius: 10px;
  background: #fff;
}

.mobilemenu.hide {
  display: none;
}

.mobilemenu ul ul {
  margin-top: 0.5rem;
  padding-left: 1rem;
}

/* Mobile header */
.ecorfan-mobile-navigation {
  position: relative;
  width: 100%;
}

.ecorfan-mobile-header {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
}

.ecorfan-mobile-brand {
  display: inline-flex;
  align-items: center;
  color: #002b49;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.ecorfan-mobile-brand:hover {
  color: #002b49;
}

.ecorfan-mobile-brand img {
  width: auto;
  height: 46px;
  margin-right: 9px;
  object-fit: contain;
}

.ecorfan-mobile-brand sup {
  top: -0.45em;
  font-size: 45%;
}

.ecorfan-mobile-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 11px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
  border: 1px solid rgba(0, 43, 73, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #002b49;
}

.ecorfan-mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ecorfan-mobile-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.ecorfan-mobile-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.ecorfan-mobile-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.ecorfan-mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  max-height: calc(100vh - 68px);
  overflow-y: auto;
  border-top: 3px solid #c39e16;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 43, 73, 0.16);
}

.ecorfan-mobile-menu.is-open {
  display: block;
}

.ecorfan-mobile-menu > ul {
  margin: 0;
  padding: 8px 20px 18px;
  list-style: none;
}

.ecorfan-mobile-menu li {
  border-bottom: 1px solid #edf0f2;
}

.ecorfan-mobile-menu li:last-child {
  border-bottom: 0;
}

.ecorfan-mobile-menu a,
.ecorfan-mobile-menu li > span {
  display: block;
  padding: 12px 0;
  color: #213547;
  font-size: 14px;
  font-weight: 600;
}

.ecorfan-mobile-menu ul ul {
  padding: 0 0 8px 16px;
  list-style: none;
}

.ecorfan-mobile-menu ul ul li {
  border-bottom: 0;
}

.ecorfan-mobile-menu ul ul a {
  padding: 7px 0;
  color: #66717b;
  font-weight: 400;
}

@media (max-width: 575px) {
  .ecorfan-mobile-header {
    min-height: 62px;
  }

  .ecorfan-mobile-brand {
    font-size: 22px;
  }

  .ecorfan-mobile-brand img {
    height: 40px;
  }

  .ecorfan-mobile-menu {
    max-height: calc(100vh - 62px);
  }
}

.site-bottom .slick-slide > div,
.carausel-post-1 .slick-slide > div {
  height: 100%;
}
.selector-panel {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border: 1px solid #eaecee;
  border-radius: 16px;
}

.selector-panel-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.about-journal-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.06em;
  padding: 10px 18px;
  border-radius: 999px;
  background: #002b49;
}

.about-journal-btn .elegant-icon {
  font-size: 16px;
  line-height: 1;
}

.about-journal-btn:hover {
  background: #003a63;
  color: #fff;
}

.about-journal-page {
  background: #fff;
  color: #24344d;
}

.about-journal-hero {
  padding: 58px 0 36px;
  background: linear-gradient(135deg, #001d31 0%, #003a63 58%, #f6f8fb 58%);
}

.about-journal-breadcrumb {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 32px;
}

.about-journal-breadcrumb a {
  color: #fff;
}

.about-journal-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 32px;
  align-items: end;
}

.about-journal-kicker {
  display: inline-block;
  color: #9fc6ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.about-journal-hero h1 {
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  margin-bottom: 18px;
}

.about-journal-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
  max-width: 760px;
}

.about-journal-editor-card {
  background: #fff;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(7, 29, 67, 0.12);
  padding: 28px;
}

.about-journal-editor-card span,
.about-journal-editor-card small {
  display: block;
  color: #63728a;
}

.about-journal-editor-card strong {
  display: block;
  color: #002b49;
  font-size: 20px;
  margin: 8px 0;
}

.about-journal-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.about-journal-stats div {
  background: #fff;
  border: 1px solid #e5ebf3;
  border-radius: 8px;
  padding: 20px;
}

.about-journal-stats strong,
.about-journal-stats span {
  display: block;
}

.about-journal-stats strong {
  color: #002b49;
  font-size: 28px;
  line-height: 1;
}

.about-journal-stats span {
  color: #52627a;
  font-size: 13px;
  margin-top: 8px;
}

.about-journal-body {
  max-width: none;
  margin: 0;
  padding-left: 32px;
  padding-right: 42px;
  padding-top: 0;
  padding-bottom: 64px;
  width: 100%;
}

.about-journal-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 300px minmax(0, 1fr);
}

.about-journal-layout--no-subnav {
  grid-template-columns: minmax(0, 1fr);
}

.about-journal-layout--no-subnav .about-journal-document {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 100%;
}

.about-journal-nav {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 34px;
  max-height: calc(100vh - 120px);
  -ms-overflow-style: none;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding: 16px;
  position: sticky;
  scroll-behavior: smooth;
  scrollbar-width: none;
  top: 92px;
}

.about-journal-nav::-webkit-scrollbar {
  display: none;
}

.about-journal-nav span {
  color: #4f5a67;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.about-journal-nav a {
  border-left: 3px solid transparent;
  border-radius: 0;
  color: #31445f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 9px 10px 9px 12px;
}

.about-journal-nav a:hover {
  background: rgba(13, 40, 89, 0.07);
  border-left-color: #002b49;
  color: #002b49;
}

.about-journal-nav a.active {
  background: #eef0f4;
  border-left-color: #002b49;
  color: #002b49;
  font-weight: 800;
}

.about-journal-document {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 34px;
  padding: clamp(20px, 3vw, 42px);
}

.about-journal-document--section {
  min-height: 520px;
}

.about-journal-subnav {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 34px;
  max-height: calc(100vh - 120px);
  -ms-overflow-style: none;
  overflow-y: auto;
  padding: 16px;
  position: sticky;
  scrollbar-width: none;
  top: 92px;
}

.about-journal-subnav::-webkit-scrollbar {
  display: none;
}
.about-journal-subnav span {
  color: #002b49;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}

.about-journal-subnav span::after {
  background: var(--color-secondary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 48px;
}

.about-journal-subnav a {
  border-left: 3px solid transparent;
  color: #647083;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 9px 10px 9px 12px;
}

.about-journal-subnav a:hover {
  background: rgba(13, 40, 89, 0.07);
  border-left-color: var(--color-secondary);
  color: #002b49;
}

.about-journal-subnav a.active {
  background: rgba(13, 40, 89, 0.08);
  border-left-color: var(--color-secondary);
  color: #002b49;
  font-weight: 900;
}

.about-journal-subnav__group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.about-journal-subnav__group + .about-journal-subnav__group {
  border-top: 1px solid #dce5f0;
  margin-top: 14px;
  padding-top: 14px;
}

.about-journal-subnav a.about-journal-subnav__group-link {
  color: #002b49;
  font-size: 14px;
  font-weight: 900;
  padding-bottom: 11px;
}

.about-journal-subnav__group-link ~ a {
  padding-left: 20px;
}

.about-journal-page .about-journal-nav,
.about-journal-page .about-journal-document,
.about-journal-page .about-journal-subnav {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}


.about-journal-page .about-journal-nav,
.about-journal-page .about-journal-subnav {
  border-right: 2px solid var(--color-secondary) !important;
}


.about-journal-document p {
  color: #2e3c50;
  font-size: 15px;
  line-height: 1.88;
  margin-bottom: 16px;
  text-align: justify;
}

.about-journal-document-title {
  color: #002b49;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 22px;
}

.about-journal-document .about-journal-subsection-title {
  color: #002b49;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
  margin: 24px 0 12px;
}

.about-journal-section-title {
  border-bottom: 2px solid #002b49;
  line-height: 1.18;
  margin: 42px 0 20px;
  padding-bottom: 10px;
  scroll-margin-top: 110px;
}

.about-journal-section-title a {
  color: #002b49;
  display: inline-block;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.18;
  text-decoration: none !important;
}

.about-journal-section-title[data-about-section-link] {
  cursor: pointer;
}

.about-journal-section-title-text {
  color: #002b49;
  display: inline-block;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.18;
}

.about-journal-section-title-text a {
  color: #002b49;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
}

.about-journal-section-title a:hover {
  color: #002b49;
}

.about-journal-section-title:first-child a {
  font-size: clamp(28px, 4vw, 44px);
}

.about-journal-subtitle {
  color: #002b49;
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.3;
  margin: 30px 0 12px;
}

.about-journal-document strong {
  color: inherit;
}

.about-journal-document ul,
.about-journal-document ol {
  margin: 0 0 12px 0;
  padding-left: 1.15rem;
}

.about-journal-document ul {
  list-style: square outside;
}

.about-journal-document ul > li {
  list-style: square outside;
}

.about-journal-document ol {
  list-style: decimal outside;
}

.about-journal-document ol > li {
  list-style: decimal outside;
}

.about-journal-document ul.about-journal-bullets {
  list-style: square outside;
  margin: 0 0 12px 0;
  padding-left: 1.15rem;
}

.about-journal-document ul.about-journal-bullets li {
  display: list-item;
  list-style: square outside;
}

.about-journal-document ul.about-journal-bullets li::marker {
  color: #002b49;
}

.about-journal-document li {
  color: #2e3c50;
  display: list-item;
  line-height: 1.55;
  margin-bottom: 6px;
  padding-left: 0.2rem;
  text-align: justify;
}

.about-journal-table-scroll {
  border: 1px solid #cfdae7;
  border-radius: 10px;
  margin: 24px 0 34px;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  width: 100%;
}

.about-journal-table-scroll:focus-visible {
  outline: 3px solid rgba(25, 167, 184, 0.3);
  outline-offset: 3px;
}

.about-journal-document table.about-journal-table {
  background: #fff;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  margin: 0;
  min-width: 720px;
  table-layout: auto;
  width: 100%;
}

.about-journal-document table.about-journal-table--single-column {
  min-width: 100%;
}

.about-journal-document table.about-journal-table--two-column {
  min-width: 640px;
}

.about-journal-document table.about-journal-table--matrix {
  min-width: 900px;
}

.about-journal-document table.about-journal-table--wide {
  min-width: 1120px;
}

.about-journal-document {
  min-width: 0;
  overflow-x: visible;
}

.about-journal-document .about-journal-table td,
.about-journal-document .about-journal-table th {
  border-bottom: 1px solid #dce5f0;
  border-right: 1px solid #dce5f0;
  color: #2e3c50;
  font-size: 14px;
  line-height: 1.55;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  word-break: normal;
}

.about-journal-document .about-journal-table th {
  background: #eaf1f6;
  color: #002b49;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: left;
  text-wrap: balance;
  vertical-align: middle;
}

.about-journal-document .about-journal-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.about-journal-document .about-journal-table tbody tr:hover td {
  background: #f1f6f9;
}

.about-journal-document .about-journal-table th p {
  display: inline;
  margin: 0;
  text-align: left;
}

.about-journal-document .about-journal-table th p + p::before {
  content: " ";
}

.about-journal-document .about-journal-table tr:last-child td,
.about-journal-document .about-journal-table tr:last-child th {
  border-bottom: 0;
}

.about-journal-document .about-journal-table td:last-child,
.about-journal-document .about-journal-table th:last-child {
  border-right: 0;
}

.about-journal-document .about-journal-table td p {
  line-height: 1.55;
  margin-bottom: 10px;
  text-align: left;
}

.about-journal-document .about-journal-table td p:last-child {
  margin-bottom: 0;
}

.about-journal-document .about-journal-table td ul,
.about-journal-document .about-journal-table td ol {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.about-journal-document .about-journal-table td li {
  line-height: 1.55;
  margin-bottom: 7px;
  padding-left: 0.15rem;
  text-align: left;
}

.about-journal-document .about-journal-table td li:last-child {
  margin-bottom: 0;
}

.about-journal-document .about-journal-table--two-column th:first-child,
.about-journal-document .about-journal-table--two-column td:first-child {
  width: 32%;
}

.about-journal-editor-chief-name {
  margin-bottom: 4px !important;
  text-align: left !important;
}

.about-journal-editor-chief-affiliation {
  align-items: center;
  display: flex;
  gap: 5px;
  line-height: 1.25 !important;
  margin-bottom: 18px !important;
  text-align: left !important;
}

.about-journal-document img.about-journal-ror-icon {
  border-radius: 0;
  flex: 0 0 auto;
  height: 18px;
  margin: 0;
  object-fit: contain;
  width: 22px;
}

.about-journal-major-comments {
  align-items: flex-start;
  border: 1px solid #d6e3f2;
  border-radius: 8px;
  color: #384456;
  display: flex;
  flex-direction: column;
  margin: 18px 0 28px;
  min-height: 150px;
  overflow: hidden;
  padding: 18px 16px;
  width: 100%;
}

.about-journal-major-comments .about-journal-table-scroll,
.about-journal-minor-comments .about-journal-table-scroll {
  margin: 0;
}

.about-journal-minor-comments {
  align-items: flex-start;
  border: 1px solid #d6e3f2;
  border-radius: 8px;
  color: #384456;
  display: flex;
  flex-direction: column;
  margin: 18px 0 28px;
  min-height: 300px;
  overflow: hidden;
  padding: 10px 8px 18px;
  width: 100%;
}

.about-journal-minor-comments .about-journal-table-scroll + .about-journal-table-scroll {
  margin-top: 22px;
}

.about-journal-minor-metrics td {
  height: 42px;
}

.about-journal-minor-authors td {
  height: 40px;
}

.about-journal-minor-authors th:nth-child(2),
.about-journal-minor-authors th:nth-child(3),
.about-journal-minor-authors td:nth-child(2),
.about-journal-minor-authors td:nth-child(3) {
  width: 90px;
}

.about-journal-minor-references {
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.about-journal-minor-date {
  align-items: flex-end;
  align-self: stretch;
  color: #384456;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.35;
  margin-top: auto;
  text-align: right;
}

.about-journal-document a {
  color: #002b49;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.about-journal-document img {
  border-radius: 6px;
  height: auto;
  max-width: 100%;
}

.about-journal-document img.about-journal-cover-image {
  display: block;
  margin: 8px auto 28px;
}

.about-journal-document p.about-journal-wide-figure {
  margin: 12px 0 30px;
  padding-left: 0;
  text-align: left;
}

.about-journal-document img.about-journal-wide-figure-image {
  border-radius: 0;
  display: block;
  height: auto;
  margin: 0;
  max-width: min(100%, 780px);
  width: 100%;
}

.about-journal-document p.about-journal-graphical-abstract {
  margin: 12px 0 28px;
  padding-left: 0;
  text-align: center;
}

.about-journal-document img.about-journal-graphical-abstract-image {
  border-radius: 0;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: min(100%, 520px);
  width: 100%;
}

.about-journal-figure-guideline-example {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 12px 0 30px;
  max-width: 370px;
  width: 100%;
}

.about-journal-figure-guideline-box {
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  padding: 2px 8px;
}

.about-journal-document img.about-journal-figure-guideline-image {
  border: 1px solid #222;
  border-radius: 0;
  display: block;
  filter: grayscale(1);
  height: auto;
  margin: 16px auto 16px;
  max-width: min(100%, 240px);
  width: 65%;
}

.about-journal-figure-guideline-caption {
  font-weight: 700;
  line-height: 1.2;
  padding-left: 6px;
}

.about-journal-figure-guideline-meta {
  border-top: 1px solid #000;
  line-height: 1.2;
  padding: 2px 6px 0;
}

.about-journal-figure-guideline-meta span {
  display: block;
}

.about-journal-figure-guideline-meta span:last-child {
  font-style: normal;
  text-align: right;
}

.about-journal-graph-guideline-example {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 12px 0 30px;
  max-width: 370px;
  width: 100%;
}

.about-journal-graph-guideline-box {
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  padding: 2px 8px;
}

.about-journal-document img.about-journal-graph-guideline-image {
  border-radius: 0;
  display: block;
  height: auto;
  margin: 22px auto 18px;
  max-width: min(100%, 315px);
  width: 85%;
}

.about-journal-graph-guideline-caption {
  font-weight: 700;
  line-height: 1.2;
  padding-left: 6px;
}

.about-journal-graph-guideline-meta {
  border-top: 1px solid #000;
  line-height: 1.2;
  padding: 2px 6px 0;
}

.about-journal-graph-guideline-meta span {
  display: block;
}

.about-journal-graph-guideline-meta span:last-child {
  font-style: normal;
  text-align: right;
}

.about-journal-document img.about-journal-inline-icon {
  border-radius: 0;
  display: inline-block;
  height: 13px;
  margin: 0 4px 0 0;
  max-width: 32px;
  vertical-align: -2px;
  width: auto;
}

.about-journal-document img.about-journal-orcid-icon {
  height: 14px;
  max-width: 14px;
  vertical-align: -2px;
}

.about-journal-document p.about-journal-member-links {
  margin-top: -8px;
  padding-left: 24px;
}

.about-journal-document p:has(img.about-journal-inline-icon) {
  margin-top: -8px;
  padding-left: 24px;
}

.about-journal-members-carousel {
  margin: 18px 0 34px;
  position: relative;
}

.about-journal-members-track {
  display: grid;
  gap: 18px;
  grid-auto-columns: minmax(238px, 276px);
  grid-auto-flow: column;
  -ms-overflow-style: none;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 8px 52px 18px;
  scroll-behavior: smooth;
  scroll-padding-inline: 52px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.about-journal-members-track::-webkit-scrollbar {
  display: none;
}

.about-journal-carousel-button {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e3ef;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(13, 40, 89, 0.16);
  color: #002b49;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-top: -21px;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 42px;
  z-index: 2;
}

.about-journal-carousel-button:hover {
  background: #002b49;
  color: #fff;
  transform: translateY(-1px);
}

.about-journal-carousel-button i {
  pointer-events: none;
}

.about-journal-carousel-button-prev {
  left: 10px;
}

.about-journal-carousel-button-next {
  right: 10px;
}

.about-journal-member-card {
  background: #fff;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 338px;
  padding: 18px 22px 17px;
  scroll-snap-align: start;
  text-align: center;
}

.about-journal-member-avatar {
  align-items: center;
  background: linear-gradient(145deg, #eef3f8, #dce6ef);
  border: 0;
  border-radius: 999px;
  color: #002b49;
  display: inline-flex;
  flex: 0 0 110px;
  font-size: 28px;
  font-weight: 800;
  height: 110px;
  justify-content: center;
  margin: 0 auto 18px;
  overflow: hidden;
  padding: 0;
  width: 110px;
}

.about-journal-member-avatar-image {
  border-radius: inherit;
  display: block;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.about-journal-member-name {
  color: #050505;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
}

.about-journal-member-meta {
  align-items: center;
  color: #494949;
  display: flex;
  flex: 1;
  font-size: 16px;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.15;
  margin-top: 16px;
  width: 100%;
}

.about-journal-member-affiliation {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  max-width: 215px;
  text-align: center;
}

.about-journal-member-affiliation a {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  justify-content: center;
  line-height: inherit;
  text-align: center;
}

.about-journal-member-credentials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
  min-height: 24px;
}

.about-journal-member-credential {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 23px;
  min-width: 23px;
}

.about-journal-member-credential img,
.about-journal-member-credentials > img {
  height: 22px;
  margin: 0;
  max-width: 42px;
  object-fit: contain;
  vertical-align: middle;
  width: auto;
}

.about-journal-member-credential-text {
  align-items: center;
  background: #60758a;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.about-journal-member-credential {
  align-items: center;
  color: #31445f;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.about-journal-member-credential:hover {
  color: #002b49;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.about-journal-member-meta img.about-journal-inline-icon {
  height: 22px;
  margin: 0;
  max-width: 24px;
  vertical-align: middle;
}

.about-journal-member-meta img.about-journal-orcid-icon {
  height: 22px;
  max-width: 22px;
}


.selector-panel-home {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.selector-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #4f5a67;
}

.selector-title {
  margin: 0.4rem 0 0;
  font-size: 1.7rem;
}

.selector-summary,
.selector-lead {
  color: #4f5a67;
  margin: 0;
}

.selector-card {
  box-shadow: 0 14px 35px rgba(13, 40, 89, 0.08);
}

.selector-card-affiliate .post-content,
.selector-card-product .post-content {
  display: flex;
  flex-direction: column;
  height: auto;
}

.selector-affiliate-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0;
}

.selector-affiliate-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f7f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}

.selector-affiliate-stat {
  font-size: 12px;
  font-weight: 700;
  color: #002b49;
}

.selector-card-text {
  min-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.selector-cta {
  margin-top: auto;
  width: fit-content;
}

.selector-card-cover {
  min-height: 220px;
  height: 220px;
}

.selector-card-product {
  overflow: hidden;
}

.selector-card-product .post-content {
  min-height: 220px;
}

.selector-card-product .selector-card-text {
  min-height: 64px;
  margin-bottom: 1rem;
}

.selector-card-product .entry-meta.meta-1 {
  margin-top: auto;
}

.selector-card-product .post-title {
  min-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.selector-issue-card {
  overflow: hidden;
}

.selector-issue-card .post-content {
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.selector-issue-card .post-title {
  min-height: 88px;
  line-height: 1.35;
  max-height: none;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
  hyphens: auto;
}

.selector-issue-card .entry-meta.meta-1 {
  margin-top: auto;
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.issue-grid-item {
  margin-bottom: 0;
}

.issue-grid-empty {
  grid-column: 1 / -1;
}

.issue-cover {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 320px;
}

.selector-issue-card .post-content {
  min-height: 260px;
}

.issue-cover-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-cover {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  width: 100%;
}

.product-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-cover {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
  overflow: hidden;
}

.hero-cover-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-cover::before {
  display: none !important;
}

.carausel-post-1 .slick-prev,
.carausel-post-1 .slick-next {
  display: none !important;
}

.carausel-post-1 .slick-dots {
  bottom: 18px;
}

.carausel-post-1 .slick-dots li button:before {
  font-size: 10px;
  color: #002b49;
  opacity: 0.4;
}

.carausel-post-1 .slick-dots li.slick-active button:before {
  color: #c39e16;
  opacity: 1;
}

.issue-cover::before {
  display: none !important;
}

.selector-card-cover::before {
  display: none !important;
}

.selector-side-links {
  display: grid;
  gap: 0.75rem;
}

.selector-side-link {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: #f7f8f9;
  color: #002b49;
  font-weight: 700;
}

.selector-article-row {
  margin-left: 0;
  margin-right: 0;
}

.loop-list-style-1 > article {
  margin-bottom: 40px;
}

.selector-article-index {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #002b49;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.article-html img.article-inline-figure,
.article-html img.article-inline-table {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
}

/* Enlaces extraidos del Word: las URLs largas (DOI, repositorios) no deben
   desbordar la columna de texto justificado. */
.article-html a,
.reference-item a,
.reference-heading a {
  overflow-wrap: anywhere;
  word-break: break-word;
  text-decoration: underline;
  /* Un tono mas oscuro que el gris de enlace por defecto (--color-muted), para
     que el hipervinculo destaque sobre el cuerpo del texto sin cambiar de color. */
  color: #3a4450;
}

.article-figure {
  margin: 1.5rem 0;
  text-align: center;
}

.article-figure img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.article-figure figcaption {
  font-size: 12px;
  color: #666;
  margin-top: 0.5rem;
}

.figures-outline .figures-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.figures-outline .figures-item {
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 10px;
  display: grid;
  gap: 8px;
  transition: all 0.2s ease;
}

.figures-outline .figures-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  background: #f7f8f9;
}

.figures-outline .figures-item.active {
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

.figures-outline .figures-label {
  font-size: 12px;
  font-weight: 700;
  color: #111;
}

.figures-outline .figures-link {
  font-size: 11px;
  color: #2563eb;
}

.figures-outline .figures-empty {
  font-size: 12px;
  color: #666;
}


.selector-article-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.selector-article-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.selector-abstract-btn {
  background: transparent;
  color: #002b49;
  border: 1px solid #002b49;
  padding: 7px 16px;
}

.selector-abstract-btn:hover {
  background: #002b49;
  color: #fff;
}

.selector-abstract {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid #e1e7ef;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.55;
  clear: both;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  text-align: justify;
  text-justify: inter-word;
}

.selector-abstract-title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #002b49;
  margin-bottom: 6px;
}

.selector-article-row {
  border: 1px solid #eef1f6;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.button.button-sm {
  padding: 8px 22px;
  font-size: 12px;
  border-radius: 24px;
}

.selector-download {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #002b49;
  border: 1px solid #eaecee;
  transition: all 0.2s ease;
}

.selector-download .elegant-icon {
  font-size: 18px;
  line-height: 1;
}

.selector-download:hover {
  background: #002b49;
  color: #fff;
}

.issue-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  color: #002b49;
  vertical-align: middle;
}

.issue-download-link .elegant-icon {
  font-size: 18px;
  line-height: 1;
}

.issue-download-link:hover {
  color: #003a63;
}

.single-content .article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 72px;
  gap: 20px;
}

.single-content .article-layout > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.single-content .article-layout > .col-lg-7 {
  padding-left: 32px;
  padding-right: 32px;
}

.sidebar-left {
  height: calc(100vh - 140px);
}

.indice-container,
.figures-outline {
  flex: 1 1 0;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
}

.single-content .article-layout > [class*="col-"] {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 61.9375em) {
  .single-content .article-layout {
    display: block;
  }

  .single-content .article-layout > [class*="col-"] {
    width: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.scroll-progress {
  background: #002b49;
}

#scrollUp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
}

.references-block {
  font-size: 13px;
  line-height: 1.7;
  color: #4f5a67;
}

.references-block {
  counter-reset: refitem;
  display: grid;
  gap: 1rem;
}

.references-block .reference-item {
  position: relative;
  padding-left: 2.2rem;
  counter-increment: refitem;
}

.references-block .reference-item::before {
  content: counter(refitem);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  color: #002b49;
  font-weight: 700;
}

.references-block .reference-heading {
  font-weight: 700;
  color: #002b49;
  text-transform: none;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}

.references-block a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.references-block a:hover {
  text-decoration: underline;
}

.indice-container {
  font-size: 14px !important;
  line-height: 1.4;
}

.indice-title {
  font-size: 16px !important;
  line-height: 1.4;
}

.indice-item {
  font-size: 14px !important;
  line-height: 1.4;
}

.figures-outline {
  font-size: 14px !important;
  line-height: 1.4;
}

.figures-outline .outline-title {
  font-size: 16px !important;
  line-height: 1.4;
}

.login-page-auth {
  min-height: calc(100vh - 280px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
}

.login-page-auth__content {
  width: 100%;
  max-width: 560px;
  display: flex;
  justify-content: center;
}

.login-page-auth__card {
  width: min(100%, 430px);
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #e6ebf2;
  box-shadow: 0 14px 34px rgba(13, 40, 89, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.login-page-auth__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.login-page-auth__logo {
  width: 51px;
  height: 75px;
}

.login-page-auth__title {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.login-page-auth__subtitle {
  text-align: center;
}

.login-page-auth__form {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.login-page-auth__input {
  height: 46px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 10px 14px;
}

.login-page-auth__input:focus {
  border-color: #002b49;
  box-shadow: 0 0 0 0.2rem rgba(13, 40, 89, 0.14);
}

.login-page-auth__btn {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  background: #002b49;
  border-color: #002b49;
  color: #fff;
  font-weight: 700;
}

.login-page-auth__btn:hover,
.login-page-auth__btn:focus {
  background: #12356f;
  border-color: #12356f;
  color: #fff;
}

@media (max-width: 767px) {
  .login-page-auth {
    min-height: calc(100vh - 220px);
    padding: 32px 12px;
  }

  .login-page-auth__card {
    width: min(100%, 380px);
    padding: 22px;
  }
}

.figures-outline li {
  font-size: 14px !important;
  line-height: 1.4;
}

.section-anchor {
  display: block;
  height: 1px;
  margin-top: 1rem;
}

@media (max-width: 61.9375em) {
  .selector-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .selector-panel-home {
    margin-top: 2rem;
  }

  .about-journal-hero {
    background: #001d31;
    padding-top: 42px;
  }

  .about-journal-hero-grid,
  .about-journal-stats {
    grid-template-columns: 1fr;
  }

  .about-journal-layout {
    grid-template-columns: 1fr;
  }

  .about-journal-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-journal-document {
    padding: 18px;
  }

  .about-journal-table-scroll {
    margin-bottom: 26px;
    margin-top: 18px;
  }

  .about-journal-document .about-journal-table td,
  .about-journal-document .about-journal-table th {
    padding: 12px 14px;
  }

  .about-journal-nav,
  .about-journal-subnav {
    max-height: none;
    position: static;
  }

  
.about-journal-editor-card {
    padding: 22px;
  }
}

/* About Us (ECORFAN) - minimal + balanced */
.aboutus-page .aboutus-section {
  overflow: hidden;
}

.aboutus-page details > summary::-webkit-details-marker {
  display: none;
}

.aboutus-page .aboutus-summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 2vw, 1.25rem);
}

.aboutus-page .aboutus-summary h4 {
  margin: 0;
  color: var(--color-primary);
  font-weight: 700;
  font-size: clamp(1rem, 2.6vw, 1.25rem);
  line-height: 1.2;
}

.aboutus-page .aboutus-summary::after {
  content: "\25BE";
  width: clamp(2rem, 6vw, 2.5rem);
  height: clamp(2rem, 6vw, 2.5rem);
  flex: 0 0 clamp(2rem, 6vw, 2.5rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999rem;
  font-weight: 800;
  font-size: clamp(1.1rem, 2.8vw, 1.35rem);
  line-height: 1;
  color: var(--color-primary);
  background: rgba(172, 132, 44, 0.14);
  border: 0.0625rem solid rgba(172, 132, 44, 0.35);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.aboutus-page details[open] .aboutus-summary::after {
  content: "\25B4";
}

.aboutus-page details[open].aboutus-section {
  border-left: clamp(0.2rem, 0.7vw, 0.3rem) solid var(--color-secondary);
  padding-left: clamp(1rem, 2.8vw, 1.5rem);
}

/* RETUsers (Social Responsibility) */
.retusers-page {
  padding-block: clamp(1.5rem, 5vw, 3rem);
}

.retusers-container {
  width: 100%;
  max-width: 78rem;
  padding-inline: clamp(1rem, 4vw, 2.25rem);
  margin-inline: auto;
}

.retusers-hero {
  padding-block: clamp(1.25rem, 4.5vw, 2.25rem);
}

.retusers-title {
  font-size: clamp(2rem, 6.5vw, 3.2rem);
  line-height: 1.05;
  color: #111;
  margin-bottom: clamp(0.25rem, 1.2vw, 0.5rem);
  letter-spacing: 0.06em;
  text-transform: none;
}

.retusers-breadcrumb {
  font-size: clamp(0.8rem, 2.2vw, 0.95rem);
  color: #6e6e6e;
}

.retusers-subtitle {
  margin-top: clamp(0.6rem, 2vw, 0.85rem);
  color: var(--color-muted);
  font-size: clamp(0.9rem, 2.3vw, 1rem);
  font-weight: 600;
}

.retusers-toolbar {
  padding: clamp(1rem, 3.5vw, 1.5rem);
  box-shadow: 0 0.75rem 1.75rem rgba(15, 23, 42, 0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(0.9rem, 2.8vw, 1.5rem);
}

.retusers-panel {
  padding: clamp(1rem, 3.5vw, 1.75rem);
  margin-top: clamp(1rem, 3vw, 1.5rem);
  box-shadow: 0 0.75rem 1.75rem rgba(15, 23, 42, 0.06);
  position: relative;
}

.retusers-panel-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(0.9rem, 2.8vw, 1.5rem);
  padding-bottom: clamp(0.75rem, 2.5vw, 1.1rem);
  border-bottom: 0.0625rem solid rgba(13, 40, 89, 0.08);
}

.retusers-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(10rem, 22vw, 14rem), 1fr));
  gap: clamp(0.6rem, 2vw, 1rem);
  flex: 1 1 clamp(16rem, 45vw, 30rem);
  min-width: 0;
}

.retusers-kpi {
  padding: clamp(0.75rem, 2.4vw, 1rem);
  border-radius: 1rem;
  background: rgba(248, 249, 249, 0.9);
  border: 0.0625rem solid rgba(13, 40, 89, 0.08);
}

.retusers-kpi-label {
  font-size: clamp(0.75rem, 2vw, 0.85rem);
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--color-muted);
  font-weight: 700;
}

.retusers-kpi-value {
  margin-top: clamp(0.25rem, 1vw, 0.4rem);
  font-size: clamp(1.15rem, 3.2vw, 1.55rem);
  color: var(--color-primary);
  font-weight: 900;
}

.retusers-search {
  flex: 1 1 clamp(16rem, 45vw, 30rem);
  min-width: 0;
}

.retusers-search-label {
  display: block;
  font-size: clamp(0.8rem, 2.2vw, 0.95rem);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: clamp(0.35rem, 1vw, 0.5rem);
}

.retusers-search-input {
  font-size: clamp(0.95rem, 2.4vw, 1.05rem);
  padding: clamp(0.6rem, 2vw, 0.85rem) clamp(0.8rem, 2.4vw, 1rem);
  border-radius: 0.85rem;
}

.retusers-grid {
  margin-top: clamp(1rem, 3vw, 1.5rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(16rem, 38vw, 22rem), 1fr));
  gap: clamp(0.9rem, 2.6vw, 1.35rem);
}

.retusers-card {
  background: #fff;
  border: 0.0625rem solid rgba(13, 40, 89, 0.08);
  border-radius: 1rem;
  padding: clamp(0.9rem, 2.8vw, 1.25rem);
  box-shadow: 0 0.6rem 1.35rem rgba(15, 23, 42, 0.05);
  display: grid;
  gap: clamp(0.65rem, 2vw, 0.9rem);
}

.retusers-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: clamp(0.5rem, 1.6vw, 0.85rem);
}

.retusers-card-title {
  margin: 0;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  line-height: 1.25;
  color: var(--color-primary);
  font-weight: 800;
  flex: 1 1 14rem;
  min-width: 0;
}


.retusers-audio {
  width: 100%;
  max-width: 100%;
}

.retusers-empty {
  grid-column: 1 / -1;
  padding: clamp(1rem, 3.5vw, 1.5rem);
  border-radius: 1rem;
  border: 0.0625rem dashed rgba(13, 40, 89, 0.18);
  background: rgba(248, 249, 249, 0.9);
  text-align: center;
}

.retusers-empty-title {
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  font-weight: 900;
  color: var(--color-primary);
}

.retusers-empty-sub {
  margin-top: clamp(0.25rem, 1vw, 0.4rem);
  color: #4f5a67;
  font-size: clamp(0.9rem, 2.4vw, 1rem);
}

.aboutus-page .aboutus-summary:hover::after {
  background: rgba(13, 40, 89, 0.1);
  border-color: rgba(13, 40, 89, 0.25);
}

.aboutus-page .aboutus-body {
  padding-top: clamp(0.5rem, 1.5vw, 0.75rem);
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.aboutus-page .text-muted {
  color: #3f4a59 !important;
}

.aboutus-page .aboutus-list {
  margin: 0;
  padding-left: 0;
}

.aboutus-page .aboutus-list li {
  list-style: none;
  position: relative;
  padding-left: clamp(1.1rem, 3vw, 1.35rem);
}

.aboutus-page .aboutus-list li + li {
  margin-top: clamp(0.35rem, 1vw, 0.6rem);
}

.aboutus-page .aboutus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: clamp(0.45rem, 1.2vw, 0.55rem);
  height: clamp(0.45rem, 1.2vw, 0.55rem);
  border-radius: 999rem;
  background: rgba(172, 132, 44, 0.7);
  box-shadow: 0 0 0 0.1875rem rgba(172, 132, 44, 0.16);
}

/* Product Form Page Styles */
.product-form-page {
  background-color: #f4f5f9;
}

.product-form__header {
  border-bottom: 1px solid #e6ebf2;
  padding-bottom: 20px;
}

.product-form__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #002b49;
}

.product-form {
  margin-top: 20px;
}

/* Form Label Styles */
.form-label {
  display: block;
  font-weight: 700;
  color: #002b49;
  font-size: 0.95rem;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4b5563;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #002b49;
  box-shadow: 0 0 0 0.2rem rgba(13, 40, 89, 0.14);
  outline: none;
}

.form-control::placeholder {
  color: #9ca3af;
}

/* File Upload Styles */
.file-upload-box {
  position: relative;
  margin-top: 10px;
}

.file-upload-input {
  display: none;
}

.file-upload-label {
  display: block;
  border: 2px dashed #e6ebf2;
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-upload-label:hover {
  border-color: #002b49;
  background-color: #f9fafb;
}

.file-upload-placeholder {
  text-align: center;
}

.file-upload-placeholder i {
  font-size: 2rem;
  color: #6b7280;
  margin-bottom: 10px;
  display: block;
}

.file-upload-placeholder p {
  font-weight: 600;
  color: #002b49;
  margin: 8px 0;
  font-size: 0.95rem;
}

.file-upload-hint {
  display: block;
  font-size: 0.85rem;
  color: #9ca3af;
  margin-top: 6px;
}

.file-upload-preview {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
  border-radius: 8px;
}

.file-upload-success {
  text-align: center;
  padding: 10px;
}

.file-upload-success i {
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 8px;
  display: block;
}

.file-name {
  font-weight: 600;
  color: #002b49;
  word-break: break-word;
  margin: 8px 0;
  font-size: 0.95rem;
}

/* Button Sizes */
.btn-lg {
  padding: 14px 32px;
  font-size: 1rem;
  width: 100%;
}

/* Spacing utilities */
.mt-30 {
  margin-top: 30px;
}

.bg-grey {
  background-color: #f4f5f9;
}

.border-radius-10 {
  border-radius: 10px;
}

.p-40 {
  padding: 40px;
}

.p-30 {
  padding: 30px;
}

.has-border {
  border: 1px solid #e6ebf2;
}

.post-card-1 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .p-40 {
    padding: 28px;
  }

  .file-upload-label {
    min-height: 160px;
    padding: 24px 16px;
  }

  .btn-lg {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}



.journal-chart {
  margin: 24px 0 34px;
  max-width: 760px;
  width: 100%;
}

.journal-chart__header {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.journal-chart__header h4 {
  color: #002b49;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}

.journal-chart__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: flex-end;
}

.journal-chart__legend span {
  align-items: center;
  color: #4f5a67;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 6px;
}

.journal-chart__legend i {
  border-radius: 2px;
  display: inline-block;
  height: 9px;
  width: 9px;
}

.journal-chart__grid {
  display: grid;
  gap: 3px 8px;
  grid-template-columns: 40px repeat(3, minmax(120px, 1fr));
}

.journal-chart__series-head {
  color: #2e3c50;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  padding-bottom: 2px;
}

.journal-chart__year {
  align-items: center;
  color: #2e3c50;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  justify-content: flex-end;
  line-height: 1;
}

.journal-chart__bar-track {
  background: #f0f1f3;
  height: 15px;
  overflow: visible;
  position: relative;
}

.journal-chart__bar {
  align-items: center;
  display: flex;
  height: 100%;
  min-width: 3px;
  position: relative;
}

.journal-chart__bar span {
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  padding-left: 5px;
  white-space: nowrap;
}

.journal-chart__bar--small span {
  color: #002b49;
  left: calc(100% + 4px);
  padding-left: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .journal-chart {
    overflow-x: auto;
  }

  .journal-chart__header {
    display: block;
  }

  .journal-chart__legend {
    justify-content: flex-start;
    margin-top: 8px;
  }

  .journal-chart__grid {
    min-width: 620px;
  }
}
/* ===============================
   JOURNAL STATISTICS
================================= */

.journal-statistics-page {
  background: #fff;
}

.journal-statistics-body {
  margin: 0;
  max-width: none;
  padding: 0 42px 72px 32px;
  width: 100%;
}

.journal-statistics-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 300px minmax(0, 1fr);
}

.journal-statistics-subnav {
  background: transparent;
  border-right: 2px solid var(--color-secondary);
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 34px;
  max-height: calc(100vh - 120px);
  -ms-overflow-style: none;
  overflow-y: auto;
  padding: 16px;
  position: sticky;
  scrollbar-width: none;
  top: 92px;
}

.journal-statistics-subnav::-webkit-scrollbar {
  display: none;
}

.journal-statistics-subnav span {
  color: #002b49;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}

.journal-statistics-subnav span::after {
  background: var(--color-secondary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 48px;
}

.journal-statistics-subnav a {
  border-left: 3px solid transparent;
  color: #647083;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 9px 10px 9px 12px;
}

.journal-statistics-subnav a:hover,
.journal-statistics-subnav a.active {
  background: rgba(13, 40, 89, 0.07);
  border-left-color: var(--color-secondary);
  color: #002b49;
}

.journal-statistics-document {
  background: transparent;
  margin-top: 34px;
  min-height: 520px;
  padding: clamp(20px, 3vw, 42px);
}

.journal-statistics-kicker {
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.journal-statistics-document h1 {
  color: #002b49;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 16px;
}

.journal-statistics-document > p {
  color: #31445f;
  font-size: 16px;
  line-height: 1.75;
  max-width: 860px;
}

.journal-statistics-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 34px 0;
}

.journal-statistics-card {
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 22px;
}

.journal-statistics-card span {
  color: #647083;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.journal-statistics-card strong {
  color: #002b49;
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

.journal-statistics-card small {
  color: #8a95a5;
  font-size: 12px;
  font-weight: 700;
}

.journal-statistics-panel {
  align-items: center;
  border: 1px dashed #cfd7e3;
  border-radius: 22px;
  display: flex;
  min-height: 320px;
  margin-top: 28px;
  padding: 34px;
}

.journal-statistics-panel span {
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.journal-statistics-panel h2 {
  color: #002b49;
  font-size: 26px;
  font-weight: 900;
  margin: 10px 0;
}

.journal-statistics-panel p {
  color: #647083;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

@media (max-width: 991px) {
  .journal-statistics-body {
    padding: 0 20px 56px;
  }

  .journal-statistics-layout {
    grid-template-columns: 1fr;
  }

  .journal-statistics-subnav {
    border-right: 0;
    margin-top: 20px;
    max-height: none;
    position: static;
  }

  .journal-statistics-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .journal-statistics-cards {
    grid-template-columns: 1fr;
  }
}
.journal-statistics-chart-list {
  display: grid;
  gap: 28px;
  margin-top: 32px;
}

.statistics-chart-card {
  border: 1px solid #e8edf3;
  border-radius: 22px;
  padding: clamp(22px, 3vw, 34px);
}

.statistics-chart-card header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.statistics-chart-card header span {
  color: var(--color-secondary);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.statistics-chart-card h2 {
  color: #002b49;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}

.statistics-chart-card > p {
  color: #647083;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 900px;
}

.statistics-metric-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.statistics-metric-card {
  background: #f7f9fb;
  border-radius: 18px;
  padding: 20px;
}

.statistics-metric-card span {
  color: #647083;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
}

.statistics-metric-card strong {
  color: #002b49;
  display: block;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.statistics-horizontal-bars {
  display: grid;
  gap: 12px;
}

.statistics-horizontal-row {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(170px, 280px) minmax(0, 1fr);
}

.statistics-horizontal-label {
  color: #31445f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.statistics-horizontal-track {
  background: #edf2f6;
  border-radius: 999px;
  height: 28px;
  overflow: visible;
  position: relative;
}

.statistics-horizontal-fill {
  border-radius: 999px;
  height: 100%;
  min-width: 2px;
}

.statistics-horizontal-track span {
  color: #002b49;
  font-size: 12px;
  font-weight: 900;
  left: calc(100% + 8px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.statistics-line-chart {
  height: 360px;
  background: #f8fafc;
  border: 1px solid #edf2f6;
  border-radius: 20px;
  padding: 24px 18px 46px;
  position: relative;
}

.statistics-line-chart svg {
  background:
    linear-gradient(#eef2f6 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, #eef2f6 1px, transparent 1px) 0 0 / 12.5% 100%;
  height: calc(100% - 46px);
  overflow: visible;
  width: 100%;
}

.statistics-line-points {
  inset: 24px 18px 58px;
  pointer-events: none;
  position: absolute;
}

.statistics-line-points span {
  color: #002b49;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  background: #fff;
  border: 1px solid #dce6ef;
  border-radius: 999px;
  padding: 2px 7px;
  transform: translate(-50%, -140%);
}

.statistics-line-axis {
  bottom: 0;
  display: grid;
  font-size: 11px;
  font-weight: 800;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.statistics-line-axis span {
  color: #647083;
}

.statistics-donut-layout {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 260px minmax(0, 1fr);
}

.statistics-donut {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 240px;
  justify-content: center;
  position: relative;
  width: 240px;
}

.statistics-donut::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 138px;
  position: absolute;
  width: 138px;
}

.statistics-donut > div {
  position: relative;
  text-align: center;
  z-index: 1;
}

.statistics-donut strong {
  color: #002b49;
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.statistics-donut span {
  color: #647083;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.statistics-donut-legend {
  display: grid;
  gap: 12px;
}

.statistics-donut-legend div {
  align-items: center;
  border-bottom: 1px solid #edf1f5;
  display: grid;
  gap: 10px;
  grid-template-columns: 12px minmax(0, 1fr) auto auto;
  padding-bottom: 12px;
}

.statistics-donut-legend i {
  border-radius: 999px;
  display: block;
  height: 12px;
  width: 12px;
}

.statistics-donut-legend span {
  color: #31445f;
  font-size: 14px;
  font-weight: 800;
}

.statistics-donut-legend strong,
.statistics-donut-legend small {
  color: #002b49;
  font-size: 13px;
  font-weight: 900;
}

.statistics-vertical-bars {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  min-height: 320px;
}

.statistics-vertical-item {
  display: grid;
  gap: 10px;
  grid-template-rows: 260px auto;
}

.statistics-vertical-canvas {
  align-items: end;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
  border-radius: 18px 18px 10px 10px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.statistics-vertical-canvas span {
  color: #002b49;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 12px;
}

.statistics-vertical-fill {
  border-radius: 14px 14px 0 0;
  width: 62%;
}

.statistics-vertical-label {
  color: #31445f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 991px) {
  .statistics-metric-grid,
  .statistics-donut-layout {
    grid-template-columns: 1fr 1fr;
  }

  .statistics-horizontal-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .statistics-metric-grid,
  .statistics-donut-layout {
    grid-template-columns: 1fr;
  }
}
/* Statistics visual polish */
.statistics-chart-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  border: 1px solid #e7edf4;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0, 43, 73, 0.06);
  padding: clamp(24px, 3vw, 38px);
}

.statistics-horizontal-track {
  box-shadow: inset 0 1px 2px rgba(0, 43, 73, 0.08);
  height: 24px;
}

.statistics-horizontal-fill {
  box-shadow: 0 8px 18px rgba(0, 43, 73, 0.18);
}

.statistics-line-chart {
  background: #f8fafc;
  border: 1px solid #edf2f6;
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  padding: 24px 18px 46px;
}

.statistics-line-chart svg {
  background:
    linear-gradient(#e8eef4 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, #eef3f7 1px, transparent 1px) 0 0 / 12.5% 100%;
}

.statistics-line-points span {
  background: #fff;
  border: 1px solid #dce6ef;
  border-radius: 999px;
  padding: 2px 7px;
  transform: translate(-50%, -140%);
}

.statistics-donut {
  box-shadow: 0 18px 40px rgba(0, 43, 73, 0.12);
}

.statistics-vertical-canvas {
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
}

.statistics-vertical-fill {
  box-shadow: 0 10px 22px rgba(0, 43, 73, 0.16);
  width: 58%;
}
/* Statistics flat refinement */
.statistics-chart-card,
.statistics-donut,
.statistics-horizontal-fill,
.statistics-vertical-fill,
.statistics-line-chart {
  box-shadow: none !important;
}

.statistics-chart-card {
  background: #fff !important;
  border: 1px solid #e6edf3 !important;
  border-radius: 18px !important;
}

.statistics-line-chart {
  background: #fff !important;
  border: 1px solid #e9eff5 !important;
  border-radius: 16px !important;
  height: 330px !important;
  padding: 22px 18px 44px !important;
}

.statistics-line-chart svg {
  background:
    linear-gradient(#edf2f6 1px, transparent 1px) 0 0 / 100% 33.333%,
    linear-gradient(90deg, #f1f5f8 1px, transparent 1px) 0 0 / 12.5% 100% !important;
}

.statistics-line-points {
  inset: 22px 18px 56px !important;
}

.statistics-line-points span {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.statistics-metric-grid--single {
  grid-template-columns: minmax(220px, 360px) !important;
}

.statistics-metric-grid--single .statistics-metric-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e6edf3;
  border-left: 4px solid var(--color-secondary);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  justify-content: center;
}

.statistics-metric-grid--single .statistics-metric-card strong {
  font-size: clamp(44px, 6vw, 74px);
}

.statistics-horizontal-track,
.statistics-vertical-canvas {
  box-shadow: none !important;
}

.statistics-horizontal-fill,
.statistics-vertical-fill {
  background-image: none !important;
}
/* Statistics experimental flat charts */
.statistics-area-chart {
  background: #fff;
  border: 1px solid #e9eff5;
  border-radius: 16px;
  height: 330px;
  padding: 22px 18px 44px;
  position: relative;
}

.statistics-area-chart svg {
  background:
    linear-gradient(#edf2f6 1px, transparent 1px) 0 0 / 100% 33.333%,
    linear-gradient(90deg, #f1f5f8 1px, transparent 1px) 0 0 / 12.5% 100%;
  height: calc(100% - 44px);
  overflow: visible;
  width: 100%;
}

.statistics-area-labels {
  inset: 22px 18px 56px;
  pointer-events: none;
  position: absolute;
}

.statistics-area-labels span {
  color: #002b49;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  transform: translate(-50%, -135%);
}

.statistics-lollipop {
  display: grid;
  gap: 15px;
}

.statistics-lollipop-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(180px, 310px) minmax(0, 1fr);
}

.statistics-lollipop-row > span {
  color: #31445f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.statistics-lollipop-axis {
  background: linear-gradient(90deg, #e8eef4 0 1px, transparent 1px) 0 50% / 12.5% 1px repeat-x;
  border-bottom: 1px solid #e8eef4;
  height: 34px;
  position: relative;
}

.statistics-lollipop-axis i {
  bottom: -1px;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
}

.statistics-lollipop-axis b {
  align-items: center;
  background: #fff;
  border: 2px solid #002b49;
  border-radius: 999px;
  bottom: -12px;
  color: #002b49;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 25px;
  justify-content: center;
  min-width: 25px;
  padding: 0 7px;
  position: absolute;
  transform: translateX(-50%);
}

.statistics-tile-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
}

.statistics-tile {
  border: 1px solid #e7edf4;
  border-radius: 16px;
  min-height: 138px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.statistics-tile-fill {
  bottom: 0;
  left: 0;
  opacity: .14;
  position: absolute;
  right: 0;
}

.statistics-tile strong {
  color: #002b49;
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
}

.statistics-tile span {
  color: #31445f;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  position: relative;
}

.statistics-split {
  display: grid;
  gap: 20px;
}

.statistics-split-bar {
  border: 1px solid #dfe8f0;
  border-radius: 999px;
  display: flex;
  height: 38px;
  overflow: hidden;
}

.statistics-split-bar span {
  display: block;
  min-width: 2px;
}

.statistics-split-legend {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.statistics-split-legend div {
  align-items: center;
  border: 1px solid #e7edf4;
  border-radius: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: 12px minmax(0, 1fr) auto auto;
  padding: 13px 14px;
}

.statistics-split-legend i {
  border-radius: 999px;
  height: 12px;
  width: 12px;
}

.statistics-split-legend span {
  color: #31445f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.statistics-split-legend strong,
.statistics-split-legend small {
  color: #002b49;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .statistics-lollipop-row {
    grid-template-columns: 1fr;
  }
}
/* Statistics final visual system */
.statistics-chart-card {
  background: #fff !important;
  border: 1px solid #dfe8ef !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  padding: clamp(26px, 3vw, 40px) !important;
}

.statistics-chart-card header {
  border-bottom: 1px solid #edf2f6;
  margin-bottom: 22px !important;
  padding-bottom: 16px;
}

.statistics-chart-card header span {
  color: #9a7b00 !important;
  font-size: 10px !important;
  letter-spacing: .16em !important;
}

.statistics-chart-card h2 {
  color: #002b49 !important;
  font-size: clamp(24px, 2.4vw, 36px) !important;
  letter-spacing: -.02em;
}

.statistics-chart-card > p {
  color: #4f5a67 !important;
  font-size: 15px;
  margin-bottom: 30px !important;
}

.statistics-area-chart,
.statistics-line-chart {
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 315px !important;
  padding: 12px 8px 44px !important;
}

.statistics-area-chart svg,
.statistics-line-chart svg {
  background:
    linear-gradient(#e9eff4 1px, transparent 1px) 0 0 / 100% 33.333%,
    linear-gradient(90deg, #f2f5f8 1px, transparent 1px) 0 0 / 12.5% 100% !important;
}

.statistics-area-labels,
.statistics-line-points {
  inset: 12px 8px 56px !important;
}

.statistics-area-labels span,
.statistics-line-points span {
  background: #fff !important;
  border: 1px solid #d7e1ea !important;
  border-radius: 999px !important;
  color: #002b49 !important;
  font-size: 11px !important;
  padding: 2px 7px !important;
}

.statistics-line-axis {
  font-size: 11px !important;
  padding-top: 10px;
}

.statistics-lollipop {
  gap: 12px !important;
}

.statistics-lollipop-row {
  align-items: center !important;
  background: #fbfcfd;
  border: 1px solid #e7edf4;
  border-radius: 12px;
  grid-template-columns: minmax(190px, 320px) minmax(0, 1fr) !important;
  padding: 12px 14px;
}

.statistics-lollipop-row > span {
  color: #26384d !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.statistics-lollipop-axis {
  background: #edf3f7 !important;
  border: 0 !important;
  border-radius: 999px;
  height: 16px !important;
}

.statistics-lollipop-axis i {
  border-radius: 999px;
  bottom: 0 !important;
  height: 100% !important;
}

.statistics-lollipop-axis b {
  background: transparent !important;
  border: 0 !important;
  bottom: auto !important;
  color: #002b49 !important;
  font-size: 12px !important;
  height: auto !important;
  left: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) !important;
}

.statistics-tile-grid {
  gap: 16px !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
}

.statistics-tile {
  background: #fff;
  border: 1px solid #dfe8ef !important;
  border-left: 4px solid #002b49 !important;
  border-radius: 12px !important;
  min-height: 132px !important;
  padding: 20px !important;
}

.statistics-tile-fill {
  display: none !important;
}

.statistics-tile strong {
  color: #002b49 !important;
  font-size: 34px !important;
  margin-bottom: 14px !important;
}

.statistics-tile span {
  color: #44566c !important;
  font-size: 13px !important;
}

.statistics-split {
  gap: 18px !important;
}

.statistics-split-bar {
  background: #eef3f7;
  border: 0 !important;
  border-radius: 10px !important;
  height: 26px !important;
}

.statistics-split-bar span {
  border-right: 2px solid #fff;
}

.statistics-split-legend {
  gap: 10px !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
}

.statistics-split-legend div {
  background: #fbfcfd;
  border: 1px solid #e7edf4 !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
}

.statistics-split-legend span {
  color: #31445f !important;
  font-size: 12px !important;
}

.statistics-split-legend strong,
.statistics-split-legend small {
  color: #002b49 !important;
}

.statistics-metric-card {
  background: #fff !important;
  border: 1px solid #dfe8ef;
  border-radius: 12px !important;
}

.statistics-vertical-canvas {
  background: #f4f7fa !important;
  border-radius: 12px 12px 6px 6px !important;
}

.statistics-vertical-fill {
  box-shadow: none !important;
  width: 50% !important;
}

.statistics-vertical-label {
  color: #31445f !important;
}

@media (max-width: 991px) {
  .statistics-lollipop-row {
    grid-template-columns: 1fr !important;
  }
}
/* Statistics coordinate dot plots */
.statistics-dot-plot {
  display: grid;
  gap: 10px;
  padding: 8px 0 2px;
}

.statistics-dot-axis,
.statistics-dot-row {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(190px, 320px) minmax(0, 1fr);
}

.statistics-dot-axis > span {
  color: #647083;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.statistics-dot-axis > div {
  border-bottom: 1px solid #cfdbe6;
  height: 28px;
  position: relative;
}

.statistics-dot-axis i {
  color: #647083;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}

.statistics-dot-row > span {
  align-self: center;
  color: #26384d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.statistics-dot-track {
  background:
    linear-gradient(90deg, #edf2f6 1px, transparent 1px) 0 0 / 25% 100%;
  border-bottom: 1px solid #e4ecf2;
  height: 36px;
  position: relative;
}

.statistics-dot-track b {
  background: #fff;
  border: 3px solid #002b49;
  border-radius: 50%;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}

.statistics-dot-track strong {
  color: #002b49;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translate(12px, -50%);
  white-space: nowrap;
}

.statistics-chart-card--dot_plot > p {
  margin-bottom: 22px !important;
}

@media (max-width: 991px) {
  .statistics-dot-axis,
  .statistics-dot-row {
    grid-template-columns: 1fr;
  }

  .statistics-dot-axis > div {
    display: none;
  }
}
/* Final statistics SVG chart system */
.statistics-svg-wrap {
  background: #ffffff;
  border: 1px solid #dce7ee;
  border-radius: 14px;
  margin-top: 28px;
  overflow-x: auto;
  padding: 18px 18px 12px;
}

.statistics-svg-wrap--tall {
  padding-top: 10px;
}

.statistics-svg-chart {
  display: block;
  min-width: 760px;
  width: 100%;
}

.statistics-grid-line {
  stroke: #e8eef3;
  stroke-width: 1;
}

.statistics-axis-line {
  stroke: #8fa2b2;
  stroke-linecap: square;
  stroke-width: 1.2;
}

.statistics-axis-text,
.statistics-y-label {
  fill: #40536b;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.statistics-y-label {
  fill: #243a50;
  font-size: 13px;
}

.statistics-line-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.statistics-area-fill {
  fill: rgba(0, 43, 73, 0.08);
}

.statistics-point {
  fill: #002b49;
  stroke: #ffffff;
  stroke-width: 2.5;
}

.statistics-point-label {
  fill: #002b49;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  paint-order: stroke;
  stroke: #ffffff;
  stroke-linejoin: round;
  stroke-width: 4;
}

.statistics-bar-bg {
  fill: #eef3f6;
}

.statistics-horizontal-bar,
.statistics-bar {
  fill: #002b49;
}

.statistics-chart-card--dot_plot .statistics-svg-chart {
  min-height: 360px;
}

.statistics-chart-card--area_line .statistics-svg-wrap,
.statistics-chart-card--line .statistics-svg-wrap,
.statistics-chart-card--vertical_bar .statistics-svg-wrap,
.statistics-chart-card--metric_grid .statistics-svg-wrap,
.statistics-chart-card--proportion_bar .statistics-svg-wrap,
.statistics-chart-card--split_bar .statistics-svg-wrap {
  max-width: 100%;
}

@media (max-width: 991px) {
  .statistics-svg-wrap {
    padding: 12px;
  }

  .statistics-svg-chart {
    min-width: 680px;
  }
}

/* Statistics chart variants: radar, gauge and funnel */
.statistics-svg-wrap--radar,
.statistics-svg-wrap--gauge,
.statistics-svg-wrap--funnel {
  align-items: center;
  display: flex;
  justify-content: center;
}

.statistics-svg-wrap--radar .statistics-svg-chart,
.statistics-svg-wrap--gauge .statistics-svg-chart,
.statistics-svg-wrap--funnel .statistics-svg-chart {
  max-width: 900px;
  min-width: 620px;
}

.statistics-radar-ring {
  fill: none;
  stroke: #dfe8ef;
  stroke-width: 1.1;
}

.statistics-radar-area {
  fill: rgba(0, 43, 73, 0.16);
  stroke: #002b49;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.statistics-radar-label {
  fill: #34495e;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
}

.statistics-gauge-bg,
.statistics-gauge-value {
  fill: none;
  stroke-linecap: round;
  stroke-width: 34;
}

.statistics-gauge-bg {
  stroke: #e9eff4;
}

.statistics-gauge-value {
  stroke: #002b49;
}

.statistics-gauge-needle {
  stroke: #c39e16;
  stroke-linecap: round;
  stroke-width: 5;
}

.statistics-gauge-number {
  fill: #002b49;
  font-family: inherit;
  font-size: 56px;
  font-weight: 900;
}

.statistics-funnel-segment {
  fill: #002b49;
  stroke: #ffffff;
  stroke-width: 3;
}

.statistics-funnel-label {
  fill: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
}

.statistics-funnel-value {
  fill: #ffffff;
  font-family: inherit;
  font-size: 22px;
  font-weight: 900;
}

.statistics-chart-card--metric_grid .statistics-svg-wrap,
.statistics-chart-card--vertical_bar .statistics-svg-wrap,
.statistics-chart-card--proportion_bar .statistics-svg-wrap {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .statistics-svg-wrap--radar .statistics-svg-chart,
  .statistics-svg-wrap--gauge .statistics-svg-chart,
  .statistics-svg-wrap--funnel .statistics-svg-chart {
    min-width: 620px;
  }
}

/* Statistics variation charts */
.statistics-svg-wrap--lollipop .statistics-svg-chart,
.statistics-svg-wrap--bubble .statistics-svg-chart,
.statistics-svg-wrap--heatmap .statistics-svg-chart {
  max-width: 980px;
}

.statistics-lollipop-stem {
  stroke: #002b49;
  stroke-linecap: round;
  stroke-width: 3;
}

.statistics-lollipop-point {
  fill: #ffffff;
  stroke: #002b49;
  stroke-width: 4;
}

.statistics-bubble-point {
  fill: rgba(0, 43, 73, 0.78);
  stroke: #ffffff;
  stroke-width: 2.5;
}

.statistics-svg-wrap--bubble .statistics-point-label {
  font-size: 11px;
}

.statistics-heatmap-cell {
  fill: #002b49;
  stroke: #ffffff;
  stroke-width: 2;
}

.statistics-heatmap-value {
  fill: #ffffff;
  font-family: inherit;
  font-size: 26px;
  font-weight: 900;
}

.statistics-heatmap-label {
  fill: #ffffff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
}

.statistics-svg-wrap--heatmap {
  justify-content: center;
}

.statistics-svg-wrap--heatmap .statistics-svg-chart {
  min-width: 720px;
}

/* Statistics geographic map */
.statistics-svg-wrap--map {
  background: #ffffff;
  justify-content: center;
}

.statistics-svg-wrap--map .statistics-svg-chart {
  max-width: 980px;
  min-width: 760px;
}

.statistics-map-water {
  fill: #f7fafc;
}

.statistics-map-land path {
  fill: #d9dee3;
  stroke: #ffffff;
  stroke-width: 2;
}

.statistics-map-lines line {
  stroke: #e7edf3;
  stroke-dasharray: 5 8;
  stroke-width: 1;
}

.statistics-map-marker circle:nth-child(2) {
  stroke: #ffffff;
  stroke-width: 2.5;
}

.statistics-map-label {
  fill: #26384d;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  paint-order: stroke;
  stroke: #ffffff;
  stroke-linejoin: round;
  stroke-width: 4;
}

.statistics-map-value {
  fill: #002b49;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  paint-order: stroke;
  stroke: #ffffff;
  stroke-linejoin: round;
  stroke-width: 4;
}

.statistics-map-note {
  color: #647083;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}

/* Statistics d3 world choropleth map */
.statistics-map-sphere {
  fill: #f7fafc;
  stroke: #d8e3eb;
  stroke-width: 1;
}

.statistics-map-country {
  fill: #d8dde3;
  stroke: #ffffff;
  stroke-linejoin: round;
  stroke-width: .7;
}

.statistics-map-country--active {
  stroke: #ffffff;
  stroke-width: 1.1;
}

.statistics-map-dot {
  fill: #ffffff;
  stroke: #002b49;
  stroke-width: 2;
}

.statistics-map-labels {
  pointer-events: none;
}

/* Statistics Pareto chart */
.statistics-svg-wrap--pareto .statistics-svg-chart {
  max-width: 980px;
  min-width: 820px;
}

.statistics-pareto-bar {
  fill: #002b49;
}

.statistics-pareto-line {
  fill: none;
  stroke: #c39e16;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.statistics-pareto-point {
  fill: #c39e16;
  stroke: #ffffff;
  stroke-width: 2.5;
}

.statistics-pareto-label {
  fill: #9a7b00;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  paint-order: stroke;
  stroke: #ffffff;
  stroke-linejoin: round;
  stroke-width: 4;
}

/* Statistics explanatory text and full labels */
.statistics-chart-help {
  background: #f7fafc;
  border-left: 4px solid #c39e16;
  border-radius: 10px;
  color: #40536b !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.55 !important;
  margin: 22px 0 0 !important;
  max-width: none !important;
  padding: 14px 16px;
}

.statistics-svg-wrap--radar {
  padding: 26px 24px 18px;
}

.statistics-svg-wrap--radar .statistics-svg-chart {
  max-width: 1040px;
  min-width: 880px;
}

.statistics-radar-label {
  font-size: 11px !important;
  letter-spacing: -.01em;
}

/* Statistics menu grouped by source Excel */
.main-menu .mega-menu--journal-statistics {
  gap: 34px !important;
  justify-content: flex-start;
}

.main-menu .mega-menu--journal-statistics > li.statistics-menu-group {
  flex: 0 0 calc(50% - 18px) !important;
  max-width: calc(50% - 18px) !important;
}

.statistics-menu-group__title {
  color: #002b49 !important;
  display: block;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  margin-bottom: 4px;
  padding: 0 0 8px !important;
  position: relative;
}

.statistics-menu-group__title::after {
  background: #c39e16;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 46px;
}

.statistics-menu-group__description {
  color: #6c7888;
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.main-menu .mega-menu--journal-statistics .statistics-menu-group ul {
  column-count: 2;
  column-gap: 22px;
}

.main-menu .mega-menu--journal-statistics .statistics-menu-group li {
  break-inside: avoid;
  margin-bottom: 2px;
}

.main-menu .mega-menu--journal-statistics .statistics-menu-group li a {
  color: #40536b;
  font-size: 12px;
  line-height: 1.35;
  padding: 5px 0;
}

.main-menu .mega-menu--journal-statistics .statistics-menu-group li a:hover {
  color: #002b49;
}

/* Article accessibility widget */
.article-reading-scope {
  position: relative;
}

.article-reading-content {
  color: #26364a;
  font-size: calc(16px + var(--article-accessibility-font-scale, 0em));
  line-height: var(--article-accessibility-line-height, 1.75);
  transition: color .2s ease, font-size .2s ease, line-height .2s ease;
}

.article-reading-content p,
.article-reading-content li,
.article-reading-content td,
.article-reading-content th,
.article-reading-content .reference-item {
  font-size: inherit;
  line-height: inherit;
}

html[data-article-readable-font="true"] .article-reading-content {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  letter-spacing: .01em;
}

html[data-article-contrast="true"] .article-reading-content {
  color: #061b2d;
}

html[data-article-contrast="true"] .article-reading-content h1,
html[data-article-contrast="true"] .article-reading-content h2,
html[data-article-contrast="true"] .article-reading-content h3,
html[data-article-contrast="true"] .article-reading-content h4 {
  color: #001f35;
}

html[data-article-underline-links="true"] .article-reading-content a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px;
}

.article-accessibility-widget {
  bottom: 28px;
  left: 28px;
  position: fixed;
  z-index: 1002;
}

.article-accessibility-toggle {
  align-items: center;
  background: #002b49;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 43, 73, .22);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  letter-spacing: -.03em;
  width: 54px;
}

.article-accessibility-toggle:hover,
.article-accessibility-toggle:focus {
  background: #073d63;
  outline: 3px solid rgba(195, 158, 22, .28);
}

.article-accessibility-panel {
  background: #fff;
  border: 1px solid #d9e4ec;
  border-radius: 18px;
  bottom: 68px;
  box-shadow: 0 18px 45px rgba(0, 31, 53, .18);
  color: #26364a;
  left: 0;
  padding: 16px;
  position: absolute;
  width: 286px;
}

.article-accessibility-panel__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.article-accessibility-panel__header span {
  color: #c39e16;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.article-accessibility-panel__header strong {
  color: #002b49;
  display: block;
  font-size: 18px;
  line-height: 1.15;
}

.article-accessibility-panel button {
  background: #f4f7f9;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #002b49;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 12px;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.article-accessibility-panel button:hover,
.article-accessibility-panel button:focus {
  border-color: #bdd0dc;
  outline: none;
}

.article-accessibility-panel__header button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 20px;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.article-accessibility-control {
  align-items: center;
  background: #fbfcfd;
  border: 1px solid #e6eef3;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px;
}

.article-accessibility-control span {
  color: #536477;
  font-size: 13px;
  font-weight: 800;
}

.article-accessibility-control div {
  display: flex;
  gap: 6px;
}

.article-accessibility-control button {
  min-width: 42px;
  padding: 8px 10px;
}

.article-accessibility-panel > button:not(.article-accessibility-reset) {
  display: block;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
}

.article-accessibility-panel > button.active {
  background: #002b49;
  color: #fff;
}

.article-accessibility-reset {
  background: #fff !important;
  border-color: #d7b42d !important;
  color: #8a6f00 !important;
  margin-top: 4px;
  width: 100%;
}

@media (max-width: 767px) {
  .article-accessibility-widget {
    bottom: 20px;
    left: 18px;
  }

  .article-accessibility-panel {
    width: calc(100vw - 36px);
  }
}

/* Article accessibility widget fixes */
.article-reading-content,
.article-reading-content p,
.article-reading-content li,
.article-reading-content td,
.article-reading-content th,
.article-reading-content .reference-item,
.article-reading-content .article-html,
.article-reading-content .references-block {
  word-spacing: var(--article-accessibility-word-spacing, normal) !important;
}

html[data-article-contrast="true"] .article-reading-scope {
  background: #fff !important;
}

html[data-article-contrast="true"] .article-reading-content,
html[data-article-contrast="true"] .article-reading-content p,
html[data-article-contrast="true"] .article-reading-content li,
html[data-article-contrast="true"] .article-reading-content td,
html[data-article-contrast="true"] .article-reading-content th,
html[data-article-contrast="true"] .article-reading-content .reference-item {
  color: #001f35 !important;
}

html[data-article-contrast="true"] .article-reading-content a {
  color: #002b49 !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

html[data-article-contrast="true"] .article-reading-content h1,
html[data-article-contrast="true"] .article-reading-content h2,
html[data-article-contrast="true"] .article-reading-content h3,
html[data-article-contrast="true"] .article-reading-content h4,
html[data-article-contrast="true"] .article-reading-content h5,
html[data-article-contrast="true"] .article-reading-content h6 {
  color: #001f35 !important;
  font-weight: 900 !important;
}

html[data-article-readable-font="true"] .article-reading-content,
html[data-article-readable-font="true"] .article-reading-content * {
  font-family: Arial, Verdana, Tahoma, sans-serif !important;
}

html[data-article-underline-links="true"] .article-reading-content a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
}

/* Statistics V2 - Chart.js and MapLibre Excel-like charts */
.journal-statistics-document {
  background: #fff;
}

.statistics-chart-card--excel {
  border: 1px solid #d9e4ec;
  border-radius: 14px;
  box-shadow: none;
  padding: 26px 28px 30px;
}

.statistics-chart-v2-meta {
  margin-bottom: 12px;
}

.statistics-chart-v2-meta span {
  color: #c39e16;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.statistics-chart-v2-meta p {
  color: #536477;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.statistics-chartjs-wrap {
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 430px;
  margin: 22px auto 0;
  max-width: 900px;
  padding: 18px 22px 16px;
  position: relative;
}

.statistics-chartjs-wrap--tall {
  height: 620px;
  max-width: 980px;
}

.statistics-chartjs-wrap canvas {
  display: block;
  height: 100% !important;
  width: 100% !important;
}

.statistics-maplibre-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 230px;
  margin-top: 22px;
}

.statistics-maplibre-map {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  height: 480px;
  overflow: hidden;
  position: relative;
}

.statistics-maplibre-ranking {
  background: #f8fafc;
  border: 1px solid #d9e4ec;
  border-radius: 8px;
  padding: 14px;
}

.statistics-maplibre-ranking h4 {
  color: #002b49;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 12px;
}

.statistics-maplibre-ranking div {
  align-items: center;
  border-bottom: 1px solid #e6eef3;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 8px 0;
}

.statistics-maplibre-ranking div:last-child {
  border-bottom: 0;
}

.statistics-maplibre-ranking span {
  color: #536477;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.statistics-maplibre-ranking strong {
  color: #002b49;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.statistics-maplibre-marker {
  align-items: center;
  background: rgba(0, 43, 73, .82);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 43, 73, .26);
  color: #fff;
  display: flex;
  justify-content: center;
}

.statistics-maplibre-marker span {
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  transform: scale(.9);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .statistics-chartjs-wrap,
  .statistics-chartjs-wrap--tall {
    height: 520px;
    max-width: 100%;
    overflow-x: auto;
  }

  .statistics-maplibre-layout {
    grid-template-columns: 1fr;
  }
}

/* Statistics V2 MapLibre choropleth legend */
.statistics-maplibre-legend {
  align-items: center;
  color: #536477;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
  text-transform: uppercase;
}

.statistics-maplibre-legend i {
  background: linear-gradient(90deg, #d9e8ef 0%, #79a9bb 25%, #3f7893 50%, #1e5b7a 75%, #002b49 100%);
  border-radius: 999px;
  display: block;
  height: 10px;
  width: 170px;
}

/* Statistics V2 Excel advanced chart fallbacks */
.statistics-funnel,
.statistics-treemap {
  background: #fff;
  border: 1px solid #d8d8d8;
  margin: 22px auto 0;
  max-width: 900px;
  padding: 22px 24px;
}

.statistics-funnel h3,
.statistics-treemap h3 {
  color: #595959;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 18px;
  text-align: center;
}

.statistics-funnel__plot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.statistics-funnel__row {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 190px 1fr;
}

.statistics-funnel__row > span {
  color: #404040;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.statistics-funnel__segment {
  border-radius: 4px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  margin-inline: auto;
  min-height: 28px;
  padding: 7px 10px;
  text-align: center;
}

.statistics-treemap__plot {
  align-content: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 310px;
}

.statistics-treemap__tile {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 120px;
  min-width: 180px;
  padding: 14px;
}

.statistics-treemap__tile strong {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.statistics-treemap__tile span {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  margin-top: 5px;
}

.statistics-maplibre-map .maplibregl-canvas {
  outline: none;
}

/* Statistics V2 MapLibre categorical legend */
.statistics-maplibre-legend--swatches {
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.statistics-maplibre-legend--swatches span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #002b49;
  font-weight: 700;
}

.statistics-maplibre-legend--swatches i {
  width: 16px;
  height: 11px;
  min-width: 16px;
  border: 1px solid rgba(0, 43, 73, 0.18);
  border-radius: 2px;
  box-shadow: none;
}


/* Interactive journal charts. MapLibre selectors are intentionally excluded. */
.statistics-mountain-card {
  animation: statisticsChartCardIn .38s ease-out both;
  background: #ffffff;
  border: 1px solid #dbe6eb;
  border-radius: 14px;
  box-shadow: 0 4px 0 rgba(0, 43, 73, .04), 0 18px 42px rgba(0, 43, 73, .11);
  overflow: hidden;
  position: relative;
}

@keyframes statisticsChartCardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.statistics-mountain-card::before {
  background: #d0a514;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.statistics-mountain-card__header {
  background: #ffffff;
  border-bottom: 1px solid #e4ecef;
  padding: clamp(24px, 3vw, 32px);
}

.statistics-mountain-card__header h3 {
  color: #002b49;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.18;
  margin: 0;
}

.statistics-mountain-card__header p {
  color: #667a86;
  font-size: 13px;
  line-height: 1.65;
  margin: 9px 0 0;
  max-width: 780px;
}

.statistics-chart-layout {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 34%);
  min-width: 0;
}

.statistics-mountain-chart,
.statistics-author-chart__canvas {
  background: #fbfdfe;
  min-width: 0;
  padding: 24px 22px 22px;
}

.statistics-mountain-chart > div {
  min-height: 360px;
  position: relative;
}

.statistics-mountain-chart--radial > div {
  margin-inline: auto;
  max-width: 520px;
}

.statistics-price-composition {
  align-items: stretch;
  background: #fbfdfe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
  padding: 34px clamp(20px, 4vw, 48px);
}

.statistics-price-composition__scale {
  color: #71838d;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 12px;
}

.statistics-price-composition__scale span:nth-child(2) {
  color: #526a77;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.statistics-price-composition__bar {
  background: #e2ebef;
  border: 5px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(0, 43, 73, .15);
  display: flex;
  height: 74px;
  overflow: hidden;
}

.statistics-price-composition__bar button {
  align-items: center;
  animation: statisticsPriceSegmentIn .82s var(--price-delay) cubic-bezier(.2, .8, .2, 1) both;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-width: 2px;
  overflow: hidden;
  padding: 0;
  transform-origin: left center;
  transition: filter .2s ease, opacity .2s ease;
}

.statistics-price-composition__bar button.is-elite { background: #d0a514; }
.statistics-price-composition__bar button.is-remaining { background: #002b49; }

.statistics-price-composition__bar button:hover,
.statistics-price-composition__bar button:focus-visible,
.statistics-price-composition__bar button.is-selected {
  filter: brightness(1.16);
  outline: 0;
}

.statistics-price-composition__bar button span {
  font-size: clamp(13px, 2vw, 20px);
  font-weight: 900;
  white-space: nowrap;
}

.statistics-price-composition__groups {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.statistics-price-composition__groups button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8e4e9;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 4px 9px;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  padding: 14px;
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.statistics-price-composition__groups button:hover,
.statistics-price-composition__groups button:focus-visible,
.statistics-price-composition__groups button.is-selected {
  border-color: #d0a514;
  box-shadow: 0 8px 18px rgba(0, 43, 73, .11);
  outline: 0;
  transform: translateY(-2px);
}

.statistics-price-composition__groups i {
  border-radius: 50%;
  grid-row: 1 / span 2;
  height: 12px;
  width: 12px;
}

.statistics-price-composition__groups .is-elite i { background: #d0a514; }
.statistics-price-composition__groups .is-remaining i { background: #002b49; }

.statistics-price-composition__groups span {
  color: #526a77;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}

.statistics-price-composition__groups strong {
  color: #002b49;
  font-size: 18px;
  font-weight: 900;
  grid-row: 1 / span 2;
}

.statistics-price-composition__groups small {
  color: #71838d;
  font-size: 9px;
  font-weight: 650;
}

.statistics-price-composition > p {
  color: #71838d;
  font-size: 10px;
  font-weight: 650;
  margin: 18px 0 0;
  text-align: center;
}

@keyframes statisticsPriceSegmentIn {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

.statistics-exogenous-diverging {
  align-items: center;
  background: #fbfdfe;
  display: flex;
  justify-content: center;
  min-height: 390px;
  padding: 26px clamp(12px, 3vw, 34px);
}

.statistics-exogenous-diverging svg {
  display: block;
  max-width: 720px;
  overflow: visible;
  width: 100%;
}

.statistics-exogenous-diverging__heading {
  animation: statisticsExogenousLabelIn .42s .65s ease-out both;
  text-anchor: middle;
}

.statistics-exogenous-diverging__heading .is-label {
  fill: #526a77;
  font-size: 11px;
  font-weight: 750;
}

.statistics-exogenous-diverging__heading .is-value {
  fill: #002b49;
  font-size: 25px;
  font-weight: 900;
}

.statistics-exogenous-diverging__heading.is-external .is-value {
  fill: #a98409;
}

.statistics-exogenous-diverging__track line {
  stroke: #dce7eb;
  stroke-linecap: round;
  stroke-width: 22;
}

.statistics-exogenous-diverging__progress {
  animation: statisticsExogenousProgressIn .85s .12s cubic-bezier(.2, .8, .2, 1) both;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-width: 22;
}

.statistics-exogenous-diverging__progress.is-internal { stroke: #002b49; }
.statistics-exogenous-diverging__progress.is-external { stroke: #d0a514; }

.statistics-exogenous-diverging__center {
  stroke: #ffffff;
  stroke-width: 5;
}

.statistics-exogenous-diverging__marker {
  animation: statisticsExogenousMarkerIn .42s .72s cubic-bezier(.18, .89, .32, 1.35) both;
  filter: drop-shadow(0 4px 6px rgba(0, 43, 73, .2));
  stroke: #ffffff;
  stroke-width: 4;
  transform-box: fill-box;
  transform-origin: center;
}

.statistics-exogenous-diverging__marker.is-internal { fill: #002b49; }
.statistics-exogenous-diverging__marker.is-external { fill: #d0a514; }

.statistics-exogenous-diverging__ticks text,
.statistics-exogenous-diverging__caption {
  fill: #71838d;
  font-size: 10px;
  font-weight: 700;
  text-anchor: middle;
}

.statistics-exogenous-diverging__caption {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
}

@keyframes statisticsExogenousProgressIn {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes statisticsExogenousMarkerIn {
  from { opacity: 0; transform: scale(.2); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes statisticsExogenousLabelIn {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

.statistics-compact-chart {
  margin-inline: auto;
  max-width: 760px;
  padding: 18px clamp(22px, 4vw, 48px) 24px;
}

.statistics-compact-chart > div {
  height: 230px;
  position: relative;
}

.statistics-compact-chart canvas {
  display: block;
  height: 100% !important;
  width: 100% !important;
}

.statistics-coauthorship-bullet {
  align-items: center;
  background: #fbfdfe;
  display: flex;
  justify-content: center;
  min-height: 300px;
  padding: 18px clamp(16px, 4vw, 44px) 24px;
}

.statistics-coauthorship-bullet svg {
  display: block;
  max-height: 280px;
  max-width: 760px;
  overflow: visible;
  width: 100%;
}

.statistics-coauthorship-bullet__plot .is-track { stroke: #dbe6eb; stroke-linecap: round; stroke-width: 22; }
.statistics-coauthorship-bullet__plot .is-progress { animation: statisticsBulletProgressIn .9s .12s ease-out both; stroke: #002b49; stroke-linecap: round; stroke-width: 22; }
.statistics-coauthorship-bullet__plot .is-tick line { stroke: #8fa5b0; stroke-width: 2; }

.statistics-coauthorship-bullet__plot .is-tick text,
.statistics-coauthorship-bullet__axis-title {
  fill: #667d89;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 11px;
  font-weight: 750;
  text-anchor: middle;
}

.statistics-coauthorship-bullet__axis-title { font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.statistics-coauthorship-bullet__value { animation: statisticsBulletValueIn .45s .55s ease-out both; filter: drop-shadow(0 10px 10px rgba(0, 43, 73, .16)); }
.statistics-coauthorship-bullet__value rect { fill: #ffffff; stroke: #d4e1e6; stroke-width: 2; }
.statistics-coauthorship-bullet__value text { fill: #002b49; font-family: "Noto Sans JP", Arial, sans-serif; text-anchor: middle; }
.statistics-coauthorship-bullet__value .is-value { font-size: 23px; font-weight: 900; }
.statistics-coauthorship-bullet__value .is-caption { fill: #6d828d; font-size: 8px; font-weight: 800; letter-spacing: .08em; }

.statistics-coauthorship-bullet__marker {
  animation: statisticsBulletMarkerIn .5s .42s cubic-bezier(.2, .8, .2, 1) both;
  filter: drop-shadow(0 8px 8px rgba(0, 43, 73, .2));
  transform-box: fill-box;
  transform-origin: center;
}

.statistics-coauthorship-bullet__marker > line { stroke: #d0a514; stroke-dasharray: 4 4; stroke-width: 3; }
.statistics-coauthorship-bullet__marker > circle:first-of-type { fill: #d0a514; stroke: #ffffff; stroke-width: 5; }
.statistics-coauthorship-bullet__marker .is-head { fill: #ffffff; }
.statistics-coauthorship-bullet__marker .is-body { fill: none; stroke: #ffffff; stroke-linecap: round; stroke-width: 4; }

@keyframes statisticsBulletProgressIn {
  from { stroke-dasharray: 0 600; }
  to { stroke-dasharray: 600 0; }
}

@keyframes statisticsBulletMarkerIn {
  from { opacity: 0; transform: translateY(12px) scale(.3); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes statisticsBulletValueIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.statistics-gender-bubble-chart {
  align-items: center;
  background: #fbfdfe;
  display: flex;
  justify-content: center;
  min-height: 430px;
  padding: 22px;
}

.statistics-subramanyam-dumbbell {
  align-items: center;
  background: #fbfdfe;
  display: flex;
  justify-content: center;
  min-height: 430px;
  padding: 24px clamp(12px, 3vw, 34px);
}

.statistics-subramanyam-dumbbell svg {
  display: block;
  max-width: 680px;
  overflow: visible;
  width: 100%;
}

.statistics-area-lollipop {
  background: #fbfdfe;
  min-height: 430px;
  padding: 34px clamp(18px, 3vw, 38px) 24px;
}

.statistics-area-lollipop__axis,
.statistics-area-lollipop__row {
  display: grid;
  grid-template-columns: minmax(150px, 1.2fr) minmax(190px, 2fr) 58px;
  gap: 16px;
}

.statistics-area-lollipop__axis {
  align-items: end;
  color: #71838d;
  font-size: 10px;
  font-weight: 650;
  margin-bottom: 12px;
}

.statistics-area-lollipop__axis > div {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.statistics-area-lollipop__rows {
  display: grid;
  gap: 8px;
}

.statistics-area-lollipop__row {
  align-items: center;
  border-radius: 12px;
  min-height: 52px;
  padding: 7px 0;
  transition: background-color .2s ease, transform .2s ease;
}

.statistics-area-lollipop__row:hover {
  background: #edf6f7;
  transform: translateX(3px);
}

.statistics-area-lollipop__label {
  color: #344f5f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.statistics-area-lollipop__plot {
  height: 28px;
  margin: 0 10px;
  position: relative;
}

.statistics-area-lollipop__guide,
.statistics-area-lollipop__stem {
  border-radius: 999px;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
}

.statistics-area-lollipop__guide {
  background: #dce7eb;
  right: 0;
  transform: translateY(-50%);
}

.statistics-area-lollipop__stem {
  animation: statisticsAreaStemIn .72s var(--area-delay) cubic-bezier(.2, .8, .2, 1) both;
  background: #2f6f8f;
  transform: translateY(-50%);
  transform-origin: left center;
}

.statistics-area-lollipop__point {
  animation: statisticsAreaPointIn .42s calc(var(--area-delay) + .5s) cubic-bezier(.18, .89, .32, 1.35) both;
  background: #002b49;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 43, 73, .22);
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
}

.statistics-area-lollipop__row.is-dominant .statistics-area-lollipop__stem,
.statistics-area-lollipop__row.is-dominant .statistics-area-lollipop__point {
  background: #d0a514;
}

.statistics-area-lollipop__row strong {
  color: #002b49;
  font-size: 15px;
  font-weight: 850;
  text-align: right;
}

.statistics-area-lollipop__caption {
  color: #71838d;
  font-size: 10px;
  font-weight: 650;
  margin: 18px 74px 0 0;
  text-align: right;
}

@keyframes statisticsAreaStemIn {
  from { opacity: 0; transform: translateY(-50%) scaleX(0); }
  to { opacity: 1; transform: translateY(-50%) scaleX(1); }
}

@keyframes statisticsAreaPointIn {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.statistics-density-ranking {
  background: #fbfdfe;
  min-height: 520px;
  padding: 28px clamp(16px, 3vw, 34px) 20px;
}

.statistics-density-ranking__axis,
.statistics-density-ranking__row {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(145px, 1.25fr) minmax(180px, 2fr) 58px;
}

.statistics-density-ranking__axis {
  align-items: end;
  color: #71838d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  min-height: 44px;
  padding: 0 10px 9px;
  text-transform: uppercase;
}

.statistics-density-ranking__axis > div {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  position: relative;
}

.statistics-density-ranking__axis small {
  color: #71838d;
  font-size: 9px;
  font-weight: 700;
}

.statistics-density-ranking__axis i {
  color: #9b7908;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}

.statistics-density-ranking__axis > span:last-child {
  text-align: right;
}

.statistics-density-ranking__rows {
  display: grid;
  gap: 5px;
}

.statistics-density-ranking__row {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: inherit;
  cursor: pointer;
  min-height: 47px;
  padding: 6px 10px;
  text-align: left;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}

.statistics-density-ranking__row:hover,
.statistics-density-ranking__row:focus-visible,
.statistics-density-ranking__row.is-selected {
  background: #edf5f7;
  box-shadow: inset 3px 0 0 #d0a514;
  outline: 0;
  transform: translateX(3px);
}

.statistics-density-ranking__row > span:first-child {
  color: #344f5f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.statistics-density-ranking__plot {
  height: 32px;
  position: relative;
}

.statistics-density-ranking__guide,
.statistics-density-ranking__bar {
  border-radius: 999px;
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.statistics-density-ranking__guide {
  background: #e0e9ed;
  right: 0;
}

.statistics-density-ranking__bar {
  animation: statisticsDensityBarIn .72s var(--density-delay) cubic-bezier(.2, .8, .2, 1) both;
  background: #2f6f8f;
  transform-origin: left center;
}

.statistics-density-ranking__row.is-dominant .statistics-density-ranking__bar {
  background: #d0a514;
}

.statistics-density-ranking__average {
  border-left: 2px dashed #d0a514;
  bottom: 1px;
  position: absolute;
  top: 1px;
  z-index: 1;
}

.statistics-density-ranking__row strong {
  color: #002b49;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

.statistics-density-ranking > p {
  color: #71838d;
  font-size: 10px;
  font-weight: 650;
  margin: 14px 0 0;
  text-align: center;
}

.statistics-density-table > div {
  max-height: 610px;
}

.statistics-mountain-card--document-density .statistics-density-table th:first-child,
.statistics-mountain-card--document-density .statistics-density-table td:first-child {
  color: #82939c;
  text-align: center;
  width: 38px;
}

.statistics-mountain-card--document-density .statistics-density-table th:last-child,
.statistics-mountain-card--document-density .statistics-density-table td:last-child {
  overflow-wrap: break-word;
  text-align: left;
  width: auto;
  word-break: normal;
}

.statistics-density-table tbody button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
  width: 100%;
}

.statistics-density-table tbody button:focus-visible {
  color: #002b49;
  outline: 2px solid #d0a514;
  outline-offset: 3px;
}

.statistics-density-table tbody tr.is-selected td {
  background: #fbf7e8;
  color: #002b49;
  font-weight: 800;
}

.statistics-density-table tbody tr.is-selected td:first-child {
  box-shadow: inset 3px 0 0 #d0a514;
}

@keyframes statisticsDensityBarIn {
  from { opacity: 0; transform: translateY(-50%) scaleX(0); }
  to { opacity: 1; transform: translateY(-50%) scaleX(1); }
}

.statistics-subramanyam-dumbbell__axis > line:first-child {
  stroke: #dce7eb;
  stroke-linecap: round;
  stroke-width: 10;
}

.statistics-subramanyam-dumbbell__axis g line {
  stroke: #91a6b0;
  stroke-width: 1.5;
}

.statistics-subramanyam-dumbbell__axis text {
  fill: #667c87;
  font-size: 12px;
  font-weight: 650;
  text-anchor: middle;
}

.statistics-subramanyam-dumbbell__connector {
  animation: statisticsDumbbellDraw .75s .18s cubic-bezier(.2, .8, .2, 1) both;
  stroke: #78919d;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-width: 6;
}

.statistics-subramanyam-dumbbell__point circle {
  animation: statisticsDumbbellPointIn .46s .78s cubic-bezier(.18, .89, .32, 1.35) both;
  filter: drop-shadow(0 6px 8px rgba(0, 43, 73, .18));
  stroke: #ffffff;
  stroke-width: 6;
  transform-box: fill-box;
  transform-origin: center;
}

.statistics-subramanyam-dumbbell__point.is-collaboration circle { fill: #002b49; }
.statistics-subramanyam-dumbbell__point.is-without circle { fill: #d0a514; }

.statistics-subramanyam-dumbbell__point text {
  animation: statisticsDumbbellLabelIn .4s 1s ease both;
  text-anchor: middle;
}

.statistics-subramanyam-dumbbell__point .is-value {
  fill: #002b49;
  font-size: 23px;
  font-weight: 800;
}

.statistics-subramanyam-dumbbell__point .is-label {
  fill: #526a77;
  font-size: 11px;
  font-weight: 700;
}

.statistics-subramanyam-dumbbell__caption {
  fill: #71838d;
  font-size: 11px;
  font-weight: 650;
  text-anchor: middle;
}

@keyframes statisticsDumbbellDraw {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes statisticsDumbbellPointIn {
  from { opacity: 0; transform: scale(.2); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes statisticsDumbbellLabelIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.statistics-gender-bubble-chart svg {
  display: block;
  max-height: 390px;
  max-width: 680px;
  overflow: visible;
  width: 100%;
}

.statistics-gender-bubble-chart text {
  font-family: "Noto Sans JP", Arial, sans-serif;
  text-anchor: middle;
}

.statistics-gender-bubble-chart__connector {
  animation: statisticsGenderConnectorIn .7s .16s ease-out both;
  stroke: #a8bbc4;
  stroke-dasharray: 6 7;
  stroke-linecap: round;
  stroke-width: 4;
}

.statistics-gender-bubble-chart__surface {
  filter: drop-shadow(0 14px 13px rgba(0, 43, 73, .2));
  stroke: #ffffff;
  stroke-width: 7;
  transform-box: fill-box;
  transform-origin: center;
  transition: filter .2s ease, transform .2s ease;
}

.statistics-gender-bubble-chart__group:hover .statistics-gender-bubble-chart__surface {
  filter: drop-shadow(0 18px 16px rgba(0, 43, 73, .24));
  transform: translateY(-4px) scale(1.035);
}

.statistics-gender-bubble-chart__group--women .statistics-gender-bubble-chart__surface {
  animation: statisticsGenderBubbleIn .62s .12s cubic-bezier(.2, .8, .2, 1) both;
  fill: #19a7b8;
}

.statistics-gender-bubble-chart__group--men .statistics-gender-bubble-chart__surface {
  animation: statisticsGenderBubbleIn .62s .25s cubic-bezier(.2, .8, .2, 1) both;
  fill: #d0a514;
}

.statistics-gender-bubble-chart__group text {
  animation: statisticsGenderTextIn .42s .52s ease-out both;
}

.statistics-gender-bubble-chart__group .is-symbol {
  fill: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.statistics-gender-bubble-chart__group .is-count {
  fill: #ffffff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.statistics-gender-bubble-chart__group .is-label {
  fill: #344f5f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.statistics-gender-bubble-chart__group .is-percent {
  fill: #002b49;
  font-size: 20px;
  font-weight: 900;
}

.statistics-gender-bubble-chart__total rect {
  fill: #e9f0f3;
  stroke: #d2dfe5;
}

.statistics-gender-bubble-chart__total text {
  fill: #002b49;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
}

@keyframes statisticsGenderBubbleIn {
  from { opacity: 0; transform: translateY(20px) scale(.25); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes statisticsGenderConnectorIn {
  from { opacity: 0; stroke-dashoffset: 80; }
  to { opacity: 1; stroke-dashoffset: 0; }
}

@keyframes statisticsGenderTextIn {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

.statistics-mountain-chart canvas,
.statistics-author-chart__canvas canvas {
  display: block;
  height: 100% !important;
  width: 100% !important;
}

.statistics-mountain-chart--scroll {
  max-height: 690px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #8eabb8 #edf3f5;
  scrollbar-width: thin;
}

.statistics-data-table {
  background: #f7fafb;
  border-left: 1px solid #dce7eb;
  min-width: 0;
  padding: 18px;
}

.statistics-data-table > div {
  max-height: 500px;
  overflow: auto;
  scrollbar-color: #8eabb8 #edf3f5;
  scrollbar-width: thin;
}

.statistics-data-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.statistics-data-table th,
.statistics-data-table td {
  border-bottom: 1px solid #dfe8ec;
  overflow-wrap: anywhere;
  padding: 11px 9px;
  text-align: left;
  vertical-align: top;
}

.statistics-data-table thead th {
  background: #002b49;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  position: sticky;
  top: 0;
  z-index: 1;
}

.statistics-data-table th:last-child,
.statistics-data-table td:last-child {
  text-align: right;
  width: 30%;
}

.statistics-data-table tbody td {
  color: #425b69;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.statistics-data-table tbody td:last-child {
  color: #002b49;
  font-size: 12px;
  font-weight: 850;
}

.statistics-data-table tbody tr:hover td {
  background: #edf6f7;
}

.statistics-data-table--areas tbody tr.is-dominant td {
  background: #fbf7e8;
  color: #002b49;
  font-weight: 800;
}

.statistics-data-table--areas tbody tr.is-dominant td:first-child {
  box-shadow: inset 3px 0 0 #d0a514;
}

.statistics-data-table--areas tbody tr.is-dominant:hover td {
  background: #f6efd2;
}

.statistics-data-table tfoot th {
  background: #e8f0f3;
  color: #002b49;
  font-size: 13px;
  font-weight: 900;
  position: sticky;
  bottom: 0;
}

.statistics-author-chart {
  padding: clamp(22px, 3vw, 34px);
}

.statistics-production-static-layout {
  border: 1px solid #d2e0e6;
  border-radius: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 34%);
  min-width: 0;
  overflow: hidden;
}

.statistics-author-chart__canvas {
  height: 430px;
  min-width: 0;
  position: relative;
}

.statistics-production-bubbles {
  background: #fbfdfe;
  min-height: 430px;
  padding: 28px 20px 18px;
}

.statistics-production-bubbles__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-color: #8eabb8 #edf3f5;
  scrollbar-width: thin;
}

.statistics-production-bubbles__plot {
  display: grid;
  height: 330px;
  position: relative;
}

.statistics-production-bubbles__plot::before {
  background: #d7e4e9;
  content: "";
  height: 3px;
  left: 48px;
  position: absolute;
  right: 48px;
  top: 140px;
}

.statistics-production-bubbles__item {
  height: 300px;
  min-width: 0;
  position: relative;
}

.statistics-production-bubbles__bubble {
  align-items: center;
  animation: statisticsProductionBubbleIn .5s var(--bubble-delay) cubic-bezier(.18, .89, .32, 1.35) both;
  background: #002b49;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 9px 18px rgba(0, 43, 73, .2);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: var(--bubble-size);
  justify-content: center;
  left: 50%;
  min-height: 52px;
  min-width: 52px;
  padding: 5px;
  position: absolute;
  top: 140px;
  transform: translate(-50%, -50%);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: var(--bubble-size);
}

.statistics-production-bubbles__bubble:hover,
.statistics-production-bubbles__bubble:focus-visible {
  background: #0d5572;
  box-shadow: 0 12px 23px rgba(0, 43, 73, .27);
  outline: 0;
  transform: translate(-50%, -50%) scale(1.06);
}

.statistics-production-bubbles__bubble:focus-visible {
  box-shadow: 0 0 0 4px rgba(208, 165, 20, .3), 0 12px 23px rgba(0, 43, 73, .27);
}

.statistics-production-bubbles__bubble.is-selected {
  background: #d0a514;
  box-shadow: 0 0 0 5px rgba(208, 165, 20, .2), 0 12px 23px rgba(0, 43, 73, .25);
}

.statistics-production-bubbles__bubble strong {
  color: inherit;
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 900;
  line-height: 1;
}

.statistics-production-bubbles__bubble small {
  color: rgba(255, 255, 255, .82);
  font-size: 8px;
  font-weight: 750;
  line-height: 1.2;
  margin-top: 4px;
}

.statistics-production-bubbles__item > span {
  color: #536b78;
  font-size: 10px;
  font-weight: 650;
  left: 4px;
  line-height: 1.35;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 220px;
}

.statistics-production-bubbles__item > span strong {
  color: #002b49;
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.statistics-production-bubbles > p {
  color: #71838d;
  font-size: 10px;
  font-weight: 650;
  margin: 8px 0 0;
  text-align: center;
}

@keyframes statisticsProductionBubbleIn {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.statistics-institution-lollipop {
  background: #fbfdfe;
  min-height: 430px;
  padding: 30px clamp(18px, 3vw, 36px) 20px;
}

.statistics-institution-lollipop__axis,
.statistics-institution-lollipop__row {
  display: grid;
  gap: 16px;
  grid-template-columns: 96px minmax(220px, 1fr);
}

.statistics-institution-lollipop__axis {
  align-items: end;
  color: #71838d;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.statistics-institution-lollipop__axis > div {
  display: grid;
  gap: 7px;
  padding: 0 22px;
}

.statistics-institution-lollipop__axis > div small {
  color: #526a77;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}

.statistics-institution-lollipop__axis > div > span {
  display: flex;
  justify-content: space-between;
}

.statistics-institution-lollipop__axis > div i {
  font-style: normal;
}

.statistics-institution-lollipop__rows {
  display: grid;
  gap: 6px;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: #8eabb8 #edf3f5;
  scrollbar-width: thin;
}

.statistics-institution-lollipop__row {
  align-items: center;
  border-radius: 12px;
  min-height: 62px;
  padding: 5px 0;
  transition: background-color .2s ease, transform .2s ease;
}

.statistics-institution-lollipop__row:hover {
  background: #edf6f7;
  transform: translateX(3px);
}

.statistics-institution-lollipop__label {
  color: #526a77;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}

.statistics-institution-lollipop__label strong {
  color: #002b49;
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.statistics-institution-lollipop__plot {
  height: 48px;
  margin: 0 22px;
  position: relative;
}

.statistics-institution-lollipop__guide,
.statistics-institution-lollipop__stem {
  border-radius: 999px;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
}

.statistics-institution-lollipop__guide {
  background: #d7e4e9;
  right: 0;
  transform: translateY(-50%);
}

.statistics-institution-lollipop__stem {
  animation: statisticsInstitutionStemIn .72s var(--institution-delay) cubic-bezier(.2, .8, .2, 1) both;
  background: #2f6f8f;
  transform: translateY(-50%);
  transform-origin: left center;
}

.statistics-institution-lollipop__point {
  animation: statisticsInstitutionPointIn .42s calc(var(--institution-delay) + .48s) cubic-bezier(.18, .89, .32, 1.35) both;
  background: #002b49;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(0, 43, 73, .22);
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  height: 46px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 46px;
}

.statistics-institution-lollipop__point:hover,
.statistics-institution-lollipop__point:focus-visible {
  background: #0d5572;
  box-shadow: 0 0 0 4px rgba(208, 165, 20, .25), 0 7px 16px rgba(0, 43, 73, .25);
  outline: 0;
  transform: translate(-50%, -50%) scale(1.08);
}

.statistics-institution-lollipop__point.is-selected {
  background: #d0a514;
  box-shadow: 0 0 0 5px rgba(208, 165, 20, .2), 0 7px 16px rgba(0, 43, 73, .24);
}

.statistics-institution-lollipop > p {
  color: #71838d;
  font-size: 10px;
  font-weight: 650;
  margin: 16px 0 0;
  text-align: center;
}

@keyframes statisticsInstitutionStemIn {
  from { opacity: 0; transform: translateY(-50%) scaleX(0); }
  to { opacity: 1; transform: translateY(-50%) scaleX(1); }
}

@keyframes statisticsInstitutionPointIn {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.statistics-production-table {
  background: #f7fafb;
  border-left: 1px solid #d2e0e6;
  display: flex;
  flex-direction: column;
  height: 430px;
  min-width: 0;
  overflow: hidden;
}

.statistics-production-table > header {
  align-items: baseline;
  background: #002b49;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 7px;
  min-height: 78px;
  padding: 16px 18px 14px;
}

.statistics-production-table > header strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.statistics-production-table > header span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.statistics-production-table > header small {
  color: rgba(255, 255, 255, .68);
  flex-basis: 100%;
  font-size: 10px;
  font-weight: 650;
}

.statistics-production-table__scroll {
  background: #ffffff;
  flex: 1;
  overflow-y: auto;
  scrollbar-color: #8eabb8 #edf3f5;
  scrollbar-width: thin;
}

.statistics-production-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.statistics-production-table th,
.statistics-production-table td {
  border-bottom: 1px solid #dfe8ec;
  padding: 9px 10px;
  text-align: left;
  vertical-align: top;
}

.statistics-production-table th {
  background: #e7eff2;
  color: #002b49;
  font-size: 10px;
  font-weight: 850;
  position: sticky;
  top: 0;
}

.statistics-production-table th:first-child,
.statistics-production-table td:first-child {
  color: #82939c;
  text-align: center;
  width: 42px;
}

.statistics-production-table td {
  color: #3f5866;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
}

.statistics-production-table tbody {
  animation: statisticsProductionRowsIn .24s ease-out;
}

.statistics-production-table tbody tr:hover td {
  background: #edf6f7;
}

.statistics-production-table tbody tr:nth-child(even) td {
  background: #fafcfd;
}

.statistics-production-table tbody tr:nth-child(even):hover td {
  background: #edf6f7;
}

@keyframes statisticsProductionRowsIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .statistics-chart-layout {
    grid-template-columns: 1fr;
  }

  .statistics-data-table {
    border-left: 0;
    border-top: 1px solid #dce7eb;
  }

  .statistics-data-table > div {
    max-height: 360px;
  }

  .statistics-production-static-layout {
    grid-template-columns: 1fr;
  }

  .statistics-production-table {
    border-left: 0;
    border-top: 1px solid #d2e0e6;
    height: 360px;
  }
}

@media (max-width: 767px) {
  .statistics-mountain-card {
    border-radius: 10px;
  }

  .statistics-mountain-card__header {
    padding: 22px 17px;
  }

  .statistics-mountain-chart,
  .statistics-author-chart__canvas {
    padding: 18px 8px 16px;
  }

  .statistics-mountain-chart > div {
    min-height: 330px;
  }

  .statistics-density-ranking {
    min-height: 0;
    padding: 20px 7px 16px;
  }

  .statistics-density-ranking__axis,
  .statistics-density-ranking__row {
    gap: 7px;
    grid-template-columns: minmax(105px, 1.35fr) minmax(105px, 1.45fr) 43px;
  }

  .statistics-density-ranking__axis {
    font-size: 7px;
    padding-inline: 6px;
  }

  .statistics-density-ranking__axis small {
    font-size: 7px;
  }

  .statistics-density-ranking__axis i {
    font-size: 7px;
  }

  .statistics-density-ranking__row {
    min-height: 52px;
    padding-inline: 6px;
  }

  .statistics-density-ranking__row > span:first-child {
    font-size: 9px;
  }

  .statistics-density-ranking__row strong {
    font-size: 12px;
  }

  .statistics-mountain-chart--scroll {
    max-height: 580px;
  }

  .statistics-author-chart__canvas {
    height: 350px;
  }

  .statistics-author-chart {
    padding: 20px 10px;
  }

  .statistics-production-bubbles {
    min-height: 350px;
    padding: 18px 6px 14px;
  }

  .statistics-production-bubbles__plot {
    height: 275px;
  }

  .statistics-production-bubbles__plot::before,
  .statistics-production-bubbles__bubble {
    top: 120px;
  }

  .statistics-production-bubbles__item {
    height: 250px;
  }

  .statistics-production-bubbles__item > span {
    top: 194px;
  }

  .statistics-institution-lollipop {
    min-height: 360px;
    overflow-x: auto;
    padding: 22px 10px 16px;
  }

  .statistics-institution-lollipop__axis,
  .statistics-institution-lollipop__row {
    gap: 8px;
    grid-template-columns: 68px minmax(210px, 1fr);
    min-width: 300px;
  }

  .statistics-institution-lollipop__plot {
    margin: 0 21px;
  }

  .statistics-institution-lollipop__label strong {
    font-size: 13px;
  }

  .statistics-data-table {
    padding: 12px;
  }

  .statistics-price-composition {
    min-height: 330px;
    padding: 26px 12px;
  }

  .statistics-price-composition__bar {
    height: 58px;
  }

  .statistics-price-composition__groups {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .statistics-exogenous-diverging {
    min-height: 320px;
    padding: 18px 2px;
  }

  .statistics-compact-chart {
    padding: 12px 12px 20px;
  }

  .statistics-compact-chart > div {
    height: 210px;
  }

  .statistics-coauthorship-bullet {
    min-height: 280px;
    padding: 14px 4px 20px;
  }

  .statistics-gender-bubble-chart {
    min-height: 330px;
    padding: 12px 4px;
  }

  .statistics-subramanyam-dumbbell {
    min-height: 330px;
    padding: 18px 2px;
  }

  .statistics-area-lollipop {
    min-height: 360px;
    padding: 24px 10px 18px;
  }

  .statistics-area-lollipop__axis,
  .statistics-area-lollipop__row {
    gap: 8px;
    grid-template-columns: minmax(105px, 1.1fr) minmax(100px, 1.4fr) 42px;
  }

  .statistics-area-lollipop__label {
    font-size: 9px;
  }

  .statistics-area-lollipop__row strong {
    font-size: 12px;
  }

  .statistics-area-lollipop__caption {
    margin-right: 50px;
  }

  .statistics-gender-bubble-chart svg {
    max-height: 320px;
  }

}

/* Product detail navigation balance */
.main-menu.main-menu--product-details {
  justify-content: center;
  gap: clamp(14px, 3.1vw, 48px);
  padding-right: 26px;
}

.main-menu.main-menu--product-details > li > a {
  font-size: 12px;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.main-menu.main-menu--product-details > li.current-item a::before {
  left: -4px;
}

@media (max-width: 1199px) {
  .main-menu.main-menu--product-details {
    gap: clamp(10px, 2vw, 22px);
    padding-right: 18px;
  }

  .main-menu.main-menu--product-details > li > a {
    font-size: 11px;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

/* Article post-reference extra metadata */
.article-extra-content {
  border-top: 1px solid #d9e4ec;
  margin-top: 34px;
  padding-top: 28px;
}

.article-extra-content section,
.article-extra-content .article-extra-section {
  margin-bottom: 28px;
}

.article-extra-content h1,
.article-extra-content h2 {
  color: #002b49;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.article-extra-content h3 {
  color: #002b49;
  font-size: 18px;
  font-weight: 800;
  margin: 18px 0 10px;
}

.article-extra-content p,
.article-extra-content li {
  color: #25364a;
  line-height: 1.75;
  text-align: justify;
}

/* Journal navigation bar (product details interface) */
.header-sticky.journal-bar {
  background: #f7f8f9;
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.header-sticky.journal-bar > .container {
  gap: 24px;
}

.journal-bar__brand {
  color: #14304f;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  max-width: 34%;
  overflow: hidden;
  padding: 16px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.journal-bar__brand:hover {
  color: var(--color-primary);
}

.main-menu.journal-menu {
  flex-wrap: nowrap;
  gap: clamp(18px, 2.6vw, 40px);
  justify-content: flex-start;
}

.main-menu.journal-menu > li {
  align-items: center;
  display: flex;
  padding: 0;
}

.main-menu.journal-menu > li > a {
  color: #26384c;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 0;
  white-space: nowrap;
}

.main-menu.journal-menu > li > a:hover {
  color: var(--color-primary);
}

/* La interfaz de journal no usa el punto animado del menu general */
.main-menu.journal-menu > li.current-item > a {
  padding-left: 0 !important;
}

.main-menu.journal-menu > li.current-item > a::before {
  content: none;
}

.main-menu.journal-menu > li > a::after {
  top: auto;
  bottom: 0;
}

.journal-menu__caret {
  font-size: 15px;
  line-height: 1;
  margin-left: 4px;
  vertical-align: -2px;
}

.main-menu.journal-menu .mega-menu {
  border-top: 1px solid #e6e9ec;
}

@media (max-width: 1199px) {
  .journal-bar__brand {
    font-size: 16px;
    max-width: 28%;
  }

  .main-menu.journal-menu {
    gap: clamp(12px, 2vw, 24px);
  }

  .main-menu.journal-menu > li > a {
    font-size: 13px;
  }
}

/* Sections desplegable de la barra de journal */
.main-menu.journal-menu .journal-submenu {
  min-width: 210px;
  padding: 12px 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.main-menu.journal-menu .journal-submenu > li > a {
  color: #26384c;
  font-size: 13px;
  padding: 7px 0;
}

.main-menu.journal-menu .journal-submenu > li > a:hover {
  color: var(--color-primary);
}

/* Sin la linea de fuente, el titulo del grupo necesita su propio aire */
.main-menu.journal-menu .statistics-menu-group__title {
  margin-bottom: 14px;
}

/* Significado de las siglas de la barra del articulo (GVA) */
.toolbar-item--hint {
  position: relative;
}

/* El globo se ancla al item, no al icono: el icono se escala en hover y
   arrastraria al tooltip. Ademas hay que anular el max-width de .toolbar-item span. */
.toolbar-item--hint .toolbar-hint {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  color: #222;
  font-size: 12px;
  font-weight: 500;
  left: auto;
  line-height: 1.3;
  opacity: 0;
  padding: 7px 10px;
  pointer-events: none;
  position: absolute;
  max-width: none;
  right: calc(100% + 10px);
  top: 20px;
  transform: translate(-4px, -50%);
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 20;
}

.toolbar-item--hint .toolbar-hint::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  content: "";
  filter: drop-shadow(-1px 0 0 #dcdcdc);
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.toolbar-item--hint:hover .toolbar-hint,
.toolbar-item--hint:focus-visible .toolbar-hint {
  opacity: 1;
  transform: translate(0, -50%);
}
