html.template-europe {
  --eu-bg: #f6f2e9;
  --eu-bg-soft: #efe9db;
  --eu-ink: #15192b;
  --eu-ink-soft: #525867;
  --eu-paper: #fffdf8;
  --eu-border: #d8d0c2;
  --eu-border-strong: #b9b1a3;
  --eu-accent: #1a5ad7;
  --eu-accent-soft: #dbe8ff;
  --eu-accent-ink: #103b8f;
  --eu-alert: #b3261e;
}

html.template-europe body {
  background:
    radial-gradient(1100px 550px at 100% -15%, rgba(26, 90, 215, 0.08), transparent 58%),
    radial-gradient(900px 420px at -10% 10%, rgba(21, 25, 43, 0.06), transparent 60%),
    linear-gradient(180deg, #f8f4eb 0%, #f4eee2 100%);
  color: var(--eu-ink);
  text-rendering: optimizeLegibility;
}

html.template-europe a {
  color: var(--eu-ink);
  text-decoration: none;
}

html.template-europe a:hover,
html.template-europe a:focus {
  color: var(--eu-accent);
}

html.template-europe h1,
html.template-europe h2,
html.template-europe h3,
html.template-europe h4,
html.template-europe h5,
html.template-europe h6,
html.template-europe .h1,
html.template-europe .h2,
html.template-europe .h3,
html.template-europe .h4,
html.template-europe .h5,
html.template-europe .h6 {
  font-family: "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: -0.015em;
  color: var(--eu-ink);
}

html.template-europe p,
html.template-europe li,
html.template-europe input,
html.template-europe textarea,
html.template-europe select,
html.template-europe button,
html.template-europe .text-sm,
html.template-europe .text-xs,
html.template-europe .nav-link {
  font-family: "SF Pro Text", "Segoe UI", sans-serif;
}

html.template-europe .container-lg,
html.template-europe .container {
  max-width: 1340px;
}

html.template-europe #loading {
  background: rgba(15, 22, 40, 0.45);
}

html.template-europe .alert {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--eu-ink);
}

html.template-europe .europe-shell {
  position: relative;
  z-index: 20;
  margin-top: 10px;
  margin-bottom: 24px;
}

html.template-europe .europe-ribbon {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  background: rgba(255, 252, 246, 0.82);
}

html.template-europe .europe-ribbon__left,
html.template-europe .europe-ribbon__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

html.template-europe .europe-ribbon__right {
  justify-content: flex-end;
  color: var(--eu-ink-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

html.template-europe .europe-ribbon__center {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--eu-ink-soft);
}

html.template-europe .europe-ribbon__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--eu-ink-soft);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid transparent;
}

html.template-europe .europe-ribbon__link:hover {
  border-color: var(--eu-border);
  color: var(--eu-accent-ink);
  background: var(--eu-paper);
}

html.template-europe .europe-masthead {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(130px, 180px) 1fr minmax(230px, 360px);
  gap: 16px;
  align-items: center;
  border: 1px solid var(--eu-border);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 241, 230, 0.98));
  padding: 14px 16px;
}

html.template-europe .europe-masthead__social {
  display: flex;
  align-items: center;
  gap: 7px;
}

html.template-europe .europe-masthead__social a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--eu-border);
  color: var(--eu-ink-soft);
}

html.template-europe .europe-masthead__social a:hover {
  color: var(--eu-accent);
  border-color: var(--eu-accent);
}

html.template-europe .europe-masthead__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}

html.template-europe .europe-masthead__brand img {
  max-height: 58px;
  max-width: 300px;
  object-fit: contain;
}

html.template-europe .europe-masthead__wordmark {
  font-family: "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

html.template-europe .europe-masthead__tag {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--eu-ink-soft);
  font-weight: 600;
}

html.template-europe .europe-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--eu-border);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
}

html.template-europe .europe-search .form-control {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: var(--eu-ink);
  font-size: 0.94rem;
  padding: 10px 13px;
}

html.template-europe .europe-search .form-control::placeholder {
  color: #7c818f;
}

html.template-europe .europe-search .btn {
  border: 0;
  border-left: 1px solid var(--eu-border);
  border-radius: 0;
  background: transparent;
  color: var(--eu-accent-ink);
  padding: 10px 13px;
}

html.template-europe .europe-nav {
  margin-top: 10px;
  border-top: 1px solid var(--eu-border-strong);
  border-bottom: 1px solid var(--eu-border-strong);
  padding: 0 6px;
}

html.template-europe .europe-nav .navbar-toggler {
  color: var(--eu-ink);
}

html.template-europe .europe-nav .nav-link {
  color: #242a3d !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 11px 0 !important;
  margin-right: 18px;
  border-bottom: 2px solid transparent;
}

html.template-europe .europe-nav .nav-link:hover,
html.template-europe .europe-nav .nav-link.is-current,
html.template-europe .europe-nav .nav-link.active.is-current {
  color: var(--eu-accent-ink) !important;
  border-bottom-color: var(--eu-accent);
}

html.template-europe .europe-nav .nav-link.active:not(.is-current) {
  color: #242a3d !important;
  border-bottom-color: transparent;
}

html.template-europe .europe-submenu {
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--eu-border);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

html.template-europe .europe-submenu a {
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--eu-ink-soft);
  border: 1px solid var(--eu-border);
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(255, 253, 248, 0.95);
}

html.template-europe .europe-submenu a:hover {
  color: var(--eu-accent-ink);
  border-color: var(--eu-accent);
}

html.template-europe .europe-home,
html.template-europe .europe-list-page,
html.template-europe .europe-article-page {
  margin-bottom: 36px;
}

html.template-europe .europe-home-head {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--eu-border);
  border-radius: 14px;
  padding: 20px 22px;
  background: linear-gradient(140deg, rgba(255, 253, 248, 0.95), rgba(244, 236, 224, 0.94));
}

html.template-europe .europe-home-head__left {
  min-width: 0;
}

html.template-europe .europe-home-head__edition {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--eu-accent-ink);
  background: var(--eu-accent-soft);
  border: 1px solid #c9dafc;
  border-radius: 999px;
  padding: 5px 10px;
}

html.template-europe .europe-home-head h1 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 1.08;
  max-width: 900px;
}

html.template-europe .europe-home-head__kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 8px;
  align-content: start;
}

html.template-europe .europe-home-head__kpis div {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  padding: 10px 12px;
  min-width: 110px;
}

html.template-europe .europe-home-head__kpis span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--eu-ink-soft);
  margin-bottom: 2px;
  font-weight: 700;
}

html.template-europe .europe-home-head__kpis strong {
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

html.template-europe .europe-home-main {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 420px);
  gap: 18px;
}

html.template-europe .europe-home-main__hero {
  min-width: 0;
}

html.template-europe .europe-hero-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  overflow: hidden;
  min-height: 500px;
  background: #202430;
}

html.template-europe .europe-hero-card__media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

html.template-europe .europe-hero-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 8, 14, 0.05) 15%, rgba(7, 10, 18, 0.84) 82%);
}

html.template-europe .europe-hero-card__content {
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 28px;
  color: #f7f6f3;
}

html.template-europe .europe-hero-card__content a,
html.template-europe .europe-hero-card__content h2,
html.template-europe .europe-hero-card__content p {
  color: #f7f6f3;
}

html.template-europe .europe-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(23, 31, 54, 0.56);
  width: fit-content;
  color: #e8eeff;
}

html.template-europe .europe-chip--alt {
  border-color: #c7d7ff;
  color: var(--eu-accent-ink);
  background: var(--eu-accent-soft);
}

html.template-europe .europe-hero-card__content h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.75rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

html.template-europe .europe-hero-card__content p {
  margin: 0;
  font-size: 1.05rem;
  max-width: 85%;
  color: rgba(244, 246, 255, 0.9);
}

html.template-europe .europe-hero-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(236, 240, 255, 0.88);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

html.template-europe .europe-hero-card__meta span::after {
  content: "";
}

html.template-europe .europe-section__media.is-static,
html.template-europe .europe-section--split__media.is-static,
html.template-europe .europe-section--card__media.is-static {
  cursor: default;
}

html.template-europe .europe-ticker {
  margin-top: 12px;
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.9);
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 48px;
}

html.template-europe .europe-ticker__label {
  border-right: 1px solid var(--eu-border);
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--eu-alert);
}

html.template-europe .europe-ticker__track {
  display: flex;
  gap: 10px;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 12px;
}

html.template-europe .europe-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--eu-ink);
  font-size: 0.92rem;
  font-weight: 600;
}

html.template-europe .europe-ticker__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--eu-accent);
}

html.template-europe .europe-home-main__rail {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

html.template-europe .europe-panel {
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.94);
  padding: 14px;
}

html.template-europe .europe-panel__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--eu-ink-soft);
  margin-bottom: 10px;
}

html.template-europe .europe-panel__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

html.template-europe .europe-panel__item:last-child {
  margin-bottom: 0;
}

html.template-europe .europe-panel__thumb {
  border-radius: 8px;
  min-height: 78px;
  background-position: center;
  background-size: cover;
  border: 1px solid var(--eu-border);
}

html.template-europe .europe-panel__item h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.16;
}

html.template-europe .europe-panel__item span {
  font-size: 11px;
  color: var(--eu-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

html.template-europe .europe-rank-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: flex-start;
  padding: 7px 0;
  border-bottom: 1px solid rgba(216, 208, 194, 0.7);
}

html.template-europe .europe-rank-item:last-child {
  border-bottom: 0;
}

html.template-europe .europe-rank-item span {
  font-size: 11px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid var(--eu-border);
  color: var(--eu-accent-ink);
  font-weight: 700;
  padding: 4px 0;
  letter-spacing: 0.09em;
}

html.template-europe .europe-rank-item h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

html.template-europe .europe-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

html.template-europe .europe-title__rule {
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #2d6af0, #9db8ff);
}

html.template-europe .europe-title__text {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--eu-ink-soft);
}

html.template-europe .europe-title--xl .europe-title__text {
  font-size: 1rem;
}

html.template-europe .europe-title--lg .europe-title__text {
  font-size: 0.9rem;
}

html.template-europe .europe-title--sm .europe-title__text {
  font-size: 0.7rem;
}

html.template-europe .europe-title--md .europe-title__text {
  font-size: 0.78rem;
}

html.template-europe .europe-dossier {
  margin-top: 18px;
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.9);
  padding: 16px;
}

html.template-europe .europe-dossier__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

html.template-europe .europe-dossier-card {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

html.template-europe .europe-dossier-card__media {
  min-height: 134px;
  display: block;
  background-position: center;
  background-size: cover;
}

html.template-europe .europe-dossier-card h3 {
  margin: 0;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.18;
}

html.template-europe .europe-modules {
  margin-top: 18px;
}

html.template-europe .europe-modules__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.template-europe .europe-module {
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 253, 248, 0.94);
  min-height: 140px;
}

html.template-europe .europe-module .row {
  row-gap: 10px;
}

html.template-europe .europe-module hr {
  opacity: 0.2;
}

html.template-europe .europe-module .europe-title {
  margin-bottom: 8px;
}

html.template-europe .europe-load-shell.is-loading::before {
  content: "Cargando bloque...";
  display: block;
  text-align: center;
  color: var(--eu-ink-soft);
  font-size: 0.86rem;
  padding: 18px;
}

html.template-europe .europe-empty-shell {
  border: 1px dashed var(--eu-border-strong);
  border-radius: 10px;
  padding: 12px;
  color: var(--eu-ink-soft);
  font-size: 0.9rem;
}

html.template-europe .europe-list-page {
  border: 1px solid var(--eu-border);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.94);
  padding: 20px;
}

html.template-europe .europe-list-page__header {
  margin-bottom: 14px;
}

html.template-europe .europe-list-page__header p {
  margin: 8px 0 0;
  font-size: 1rem;
  color: var(--eu-ink-soft);
}

html.template-europe .europe-list-page__lead {
  margin-bottom: 14px;
}

html.template-europe .europe-list-grid {
  display: grid;
  gap: 10px;
}

html.template-europe .europe-list-grid.is-archivo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.template-europe .europe-opinion-grid {
  display: grid;
  gap: 10px;
}

html.template-europe .europe-list-page__aside {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  padding: 12px;
  background: #fff;
}

html.template-europe .europe-pager {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

html.template-europe .europe-pager__btn,
html.template-europe .europe-pager__num {
  border: 1px solid var(--eu-border);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 700;
  color: var(--eu-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

html.template-europe .europe-pager__num.is-active {
  background: var(--eu-accent);
  color: #fff;
  border-color: var(--eu-accent);
}

html.template-europe .europe-pager__nums {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

html.template-europe .europe-article-page {
  position: relative;
}

html.template-europe .europe-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 80;
  background: linear-gradient(90deg, #1542a3, #2f78ff);
}

html.template-europe .europe-article-shell {
  border: 1px solid var(--eu-border);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.95);
  padding: 20px;
}

html.template-europe .europe-article-header {
  border-bottom: 1px solid var(--eu-border);
  padding-bottom: 14px;
  margin-bottom: 16px;
}

html.template-europe .europe-article-header__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

html.template-europe .europe-article-header h1 {
  margin: 0;
  font-size: clamp(1.85rem, 3.3vw, 3.2rem);
  line-height: 1.03;
}

html.template-europe .europe-article-header__intro {
  margin: 10px 0 0;
  color: #2e3345;
  font-size: 1.13rem;
  max-width: 980px;
}

html.template-europe .europe-article-header__meta {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

html.template-europe .europe-article-header__meta span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--eu-ink-soft);
  font-weight: 700;
}

html.template-europe .europe-article-layout {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) minmax(240px, 310px);
  gap: 16px;
}

html.template-europe .europe-article-layout__center {
  min-width: 0;
}

html.template-europe .europe-article-layout__left,
html.template-europe .europe-article-layout__right {
  position: sticky;
  top: 18px;
  height: fit-content;
}

html.template-europe .europe-article-author,
html.template-europe .europe-article-box {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  margin-bottom: 10px;
}

html.template-europe .europe-article-box h5 {
  margin: 0 0 8px;
  font-size: 1rem;
}

html.template-europe .europe-article-box p {
  margin: 0;
  color: var(--eu-ink-soft);
  font-size: 0.95rem;
}

html.template-europe .europe-article-tools {
  display: grid;
  gap: 8px;
}

html.template-europe .europe-article-tools .btn {
  border: 1px solid var(--eu-border);
  border-radius: 8px;
  background: #fff;
  color: var(--eu-ink-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left;
}

html.template-europe .europe-article-tools .btn:hover {
  color: var(--eu-accent-ink);
  border-color: #9cb7f6;
  background: #f4f8ff;
}

html.template-europe .europe-article-media {
  margin-bottom: 14px;
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  overflow: hidden;
  background: #f1eee7;
}

html.template-europe .europe-article-media img,
html.template-europe .europe-article-media video {
  width: 100%;
  display: block;
}

html.template-europe .europe-article-media--audio {
  padding: 14px;
}

html.template-europe .europe-article-text {
  color: #1f2537;
}

html.template-europe .europe-article-text p,
html.template-europe .europe-article-text li,
html.template-europe .europe-article-text blockquote {
  font-size: 1.12rem;
  line-height: 1.75;
}

html.template-europe .europe-article-text h2,
html.template-europe .europe-article-text h3 {
  margin-top: 1.6rem;
}

html.template-europe .europe-article-related {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

html.template-europe .europe-section {
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

html.template-europe .europe-section:hover {
  border-color: #9eb6ea;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

html.template-europe .europe-section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--eu-accent-ink);
  border: 1px solid #c8d8ff;
  background: #ebf1ff;
  border-radius: 999px;
  padding: 4px 10px;
  width: fit-content;
}

html.template-europe .europe-section__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  font-size: 12px;
  color: var(--eu-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

html.template-europe .europe-section__meta a,
html.template-europe .europe-section__meta span {
  color: inherit;
}

html.template-europe .europe-section--lead {
  min-height: 380px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  background: #1f263a;
}

html.template-europe .europe-section--lead .europe-section__media {
  position: absolute;
  inset: 0;
  display: block;
  background-position: center;
  background-size: cover;
}

html.template-europe .europe-section--lead .europe-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.74));
}

html.template-europe .europe-section--lead .europe-section__content {
  position: relative;
  z-index: 1;
  min-height: 380px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 20px;
}

html.template-europe .europe-section--lead .europe-section__content h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.06;
}

html.template-europe .europe-section--lead .europe-section__content h3 a,
html.template-europe .europe-section--lead .europe-section__content h3 span,
html.template-europe .europe-section--lead .europe-section__content p,
html.template-europe .europe-section--lead .europe-section__meta,
html.template-europe .europe-section--lead .europe-section__meta a {
  color: #fff;
}

html.template-europe .europe-section--lead .europe-section__content p {
  margin: 0;
  max-width: 92%;
}

html.template-europe .europe-section--split {
  display: grid;
  grid-template-columns: 180px 1fr;
}

html.template-europe .europe-section--split__media {
  min-height: 170px;
  display: block;
  background-position: center;
  background-size: cover;
}

html.template-europe .europe-section--split__body {
  padding: 12px;
}

html.template-europe .europe-section--split__body h4 {
  margin: 8px 0 0;
  font-size: 1.2rem;
  line-height: 1.14;
}

html.template-europe .europe-section--split__body p {
  margin: 8px 0 0;
  color: #31374b;
  font-size: 0.97rem;
}

html.template-europe .europe-section--compact {
  padding: 12px;
  border-left: 4px solid #d6e2ff;
}

html.template-europe .europe-section--compact h5 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.2;
}

html.template-europe .europe-section--card__media {
  display: block;
  min-height: 190px;
  background-position: center;
  background-size: cover;
}

html.template-europe .europe-section--card {
  display: block;
}

html.template-europe .europe-section--card__body {
  padding: 12px;
}

html.template-europe .europe-section--card__body h4 {
  margin: 8px 0 0;
  font-size: 1.16rem;
  line-height: 1.15;
}

html.template-europe .europe-section--card__body p {
  margin: 8px 0 0;
  color: #333a4c;
  font-size: 0.96rem;
}

html.template-europe .europe-article-media--video {
  background: #0f1526;
}

html.template-europe .europe-empty {
  border: 1px dashed var(--eu-border-strong);
  border-radius: 12px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.92);
}

html.template-europe .europe-empty h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

html.template-europe .europe-empty p {
  margin: 0;
  color: var(--eu-ink-soft);
}

html.template-europe .europe-footer {
  margin-top: 30px;
  border-top: 1px solid var(--eu-border-strong);
  background: linear-gradient(180deg, #f5efe3 0%, #f0e8d9 100%);
  padding: 26px 0;
}

html.template-europe .europe-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

html.template-europe .europe-footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

html.template-europe .europe-footer__brand img {
  max-height: 44px;
  max-width: 180px;
  object-fit: contain;
}

html.template-europe .europe-footer__brand strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 3px;
}

html.template-europe .europe-footer__brand p {
  margin: 0;
  color: var(--eu-ink-soft);
  font-size: 0.9rem;
}

html.template-europe .europe-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

html.template-europe .europe-footer__social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--eu-border);
  color: var(--eu-ink-soft);
}

html.template-europe .europe-footer__social a:hover {
  border-color: var(--eu-accent);
  color: var(--eu-accent);
}

html.template-europe .europe-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

html.template-europe .europe-footer__links a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--eu-ink-soft);
  font-weight: 700;
}

html.template-europe .europe-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(185, 177, 163, 0.6);
  padding-top: 12px;
  font-size: 12px;
  color: var(--eu-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

html.template-europe .europe-subscribe {
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.95), rgba(241, 235, 224, 0.95));
  padding: 14px;
}

html.template-europe .europe-subscribe__title {
  margin: 0 0 6px 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

html.template-europe .europe-subscribe__description {
  margin: 0 0 12px 0;
  font-size: 0.9rem;
  color: var(--eu-ink-soft);
  line-height: 1.5;
}

html.template-europe .europe-subscribe__input {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.86);
}

html.template-europe .europe-subscribe__input:focus {
  border-color: var(--eu-accent);
  box-shadow: 0 0 0 3px rgba(26, 90, 215, 0.12);
}

html.template-europe .europe-subscribe__btn {
  width: 100%;
  border: 1px solid var(--eu-accent);
  border-radius: 999px;
  background: var(--eu-accent);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 9px 14px;
}

html.template-europe .europe-subscribe__btn:hover {
  background: #0f47b4;
  border-color: #0f47b4;
  color: #fff;
}

html.template-europe .europe-support {
  margin-top: 14px;
  border: 1px solid var(--eu-border);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.96);
  padding: 14px;
}

html.template-europe .europe-support__actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

html.template-europe .europe-support__action {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  background: #fff;
  color: var(--eu-ink);
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 8px 10px;
}

html.template-europe .europe-support__action:hover {
  border-color: var(--eu-accent);
  color: var(--eu-accent-ink);
}

html.template-europe .europe-support__action .like_counter {
  min-width: 26px;
  text-align: center;
  border-radius: 999px;
  background: var(--eu-accent-soft);
  color: var(--eu-accent-ink);
  padding: 2px 7px;
  font-size: 11px;
  line-height: 1.4;
}

html.template-europe .europe-support__headline {
  border-top: 1px solid rgba(185, 177, 163, 0.5);
  border-bottom: 1px solid rgba(185, 177, 163, 0.5);
  padding: 10px 0;
  margin-bottom: 10px;
}

html.template-europe .europe-support__headline h4 {
  margin: 0 0 4px 0;
  font-size: 1.06rem;
  letter-spacing: -0.01em;
}

html.template-europe .europe-support__headline p {
  margin: 0;
  color: var(--eu-ink-soft);
  font-size: 0.92rem;
}

html.template-europe .europe-support__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

html.template-europe .europe-support__card {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  background: #fff;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.84rem;
  color: var(--eu-ink-soft);
}

html.template-europe .europe-support__card i {
  color: var(--eu-accent);
  font-size: 0.9rem;
}

html.template-europe .europe-support__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

html.template-europe .europe-support__chips span {
  border: 1px solid var(--eu-border);
  border-radius: 999px;
  background: #fff;
  padding: 3px 9px;
  font-size: 0.75rem;
  color: var(--eu-ink-soft);
}

html.template-europe .europe-survey-teaser {
  border: 1px solid var(--eu-border);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.96);
  padding: 14px;
}

html.template-europe .europe-survey-teaser__card {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 12px;
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

html.template-europe .europe-survey-teaser__media {
  min-height: 110px;
  background: center center / cover no-repeat;
}

html.template-europe .europe-survey-teaser__body {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html.template-europe .europe-survey-teaser__body h4 {
  margin: 0 0 8px 0;
  font-size: 1.02rem;
  line-height: 1.24;
}

html.template-europe .europe-survey-teaser__body span {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--eu-accent-ink);
}

@media (max-width: 1199.98px) {
  html.template-europe .europe-masthead {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  html.template-europe .europe-masthead__social,
  html.template-europe .europe-search {
    justify-self: center;
    width: min(460px, 100%);
  }

  html.template-europe .europe-home-main {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-home-main__rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.template-europe .europe-dossier__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.template-europe .europe-modules__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.template-europe .europe-article-layout {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-article-layout__left,
  html.template-europe .europe-article-layout__right {
    position: static;
  }

  html.template-europe .europe-support__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.template-europe .europe-support__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  html.template-europe .europe-ribbon {
    grid-template-columns: 1fr;
    text-align: center;
  }

  html.template-europe .europe-ribbon__left,
  html.template-europe .europe-ribbon__right {
    justify-content: center;
  }

  html.template-europe .europe-home-head {
    grid-template-columns: 1fr;
    padding: 16px;
  }

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

  html.template-europe .europe-hero-card,
  html.template-europe .europe-hero-card__content {
    min-height: 420px;
  }

  html.template-europe .europe-section--split {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-section--split__media {
    min-height: 190px;
  }

  html.template-europe .europe-list-grid.is-archivo {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-footer__top,
  html.template-europe .europe-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  html.template-europe .europe-shell {
    margin-top: 0;
    margin-bottom: 16px;
  }

  html.template-europe .europe-ribbon {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  html.template-europe .europe-masthead {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  html.template-europe .europe-nav {
    border-left: 0;
    border-right: 0;
    padding: 0;
  }

  html.template-europe .europe-nav .nav-link {
    margin-right: 0;
  }

  html.template-europe .europe-home,
  html.template-europe .europe-list-page,
  html.template-europe .europe-article-page {
    margin-bottom: 22px;
  }

  html.template-europe .europe-home-head h1 {
    font-size: 1.7rem;
  }

  html.template-europe .europe-home-main__rail {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-modules__grid,
  html.template-europe .europe-dossier__grid {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-hero-card,
  html.template-europe .europe-hero-card__content,
  html.template-europe .europe-section--lead,
  html.template-europe .europe-section--lead .europe-section__content {
    min-height: 360px;
  }

  html.template-europe .europe-hero-card__content {
    padding: 18px;
  }

  html.template-europe .europe-hero-card__content p {
    max-width: 100%;
    font-size: 0.96rem;
  }

  html.template-europe .europe-ticker {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-ticker__label {
    border-right: 0;
    border-bottom: 1px solid var(--eu-border);
    padding: 8px 12px;
  }

  html.template-europe .europe-list-page,
  html.template-europe .europe-article-shell {
    border-radius: 12px;
    padding: 14px;
  }

  html.template-europe .europe-article-header h1 {
    font-size: 2rem;
  }

  html.template-europe .europe-article-text p,
  html.template-europe .europe-article-text li,
  html.template-europe .europe-article-text blockquote {
    font-size: 1rem;
    line-height: 1.66;
  }

  html.template-europe .europe-support__actions,
  html.template-europe .europe-support__grid {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-survey-teaser__card {
    grid-template-columns: 1fr;
  }

  html.template-europe .europe-survey-teaser__media {
    min-height: 160px;
  }
}

/* Europe: cobertura y encuesta nativas */
html.template-europe .europe-cover {
  margin-bottom: 30px;
}

html.template-europe .europe-cover__summary {
  margin-top: 10px;
  margin-bottom: 12px;
  color: var(--eu-ink-soft);
  font-size: 1.02rem;
  max-width: 980px;
}

html.template-europe .europe-cover__hero-image {
  min-height: 220px;
  border-radius: 12px;
  border: 1px solid var(--eu-border);
  background: center center / cover no-repeat;
  margin-bottom: 14px;
}

html.template-europe .europe-cover__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 16px;
}

html.template-europe .europe-cover__main {
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 14px;
}

html.template-europe .europe-cover__main-image {
  display: block;
  min-height: 320px;
  background: center center / cover no-repeat;
}

html.template-europe .europe-cover__main-body {
  padding: 14px;
}

html.template-europe .europe-cover__main-body h2 {
  font-size: clamp(1.4rem, 2.3vw, 2.1rem);
  line-height: 1.06;
  margin: 0 0 8px 0;
}

html.template-europe .europe-cover__main-body p {
  color: var(--eu-ink-soft);
  margin: 0 0 8px 0;
}

html.template-europe .europe-cover__main-excerpt {
  margin: 0 0 8px 0;
  color: var(--eu-ink);
  line-height: 1.64;
  font-size: 1rem;
}

html.template-europe .europe-cover__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--eu-ink-soft);
  font-weight: 700;
}

html.template-europe .europe-cover__related {
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.96);
  padding: 12px;
}

html.template-europe .europe-cover__related h3,
html.template-europe .europe-cover__columns h3 {
  margin: 0 0 10px 0;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

html.template-europe .europe-cover__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

html.template-europe .europe-cover__related-card {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

html.template-europe .europe-cover__related-media {
  display: block;
  min-height: 120px;
  background: center center / cover no-repeat;
}

html.template-europe .europe-cover__related-card h4 {
  margin: 8px 10px 4px 10px;
  font-size: 0.98rem;
  line-height: 1.26;
}

html.template-europe .europe-cover__related-card span {
  display: block;
  margin: 0 10px 10px 10px;
  font-size: 0.72rem;
  color: var(--eu-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

html.template-europe .europe-cover__columns,
html.template-europe .europe-cover__aside-box {
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.96);
  padding: 12px;
  margin-bottom: 12px;
}

html.template-europe .europe-cover__column-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  border-bottom: 1px solid rgba(185, 177, 163, 0.4);
  padding-bottom: 9px;
  margin-bottom: 9px;
}

html.template-europe .europe-cover__column-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

html.template-europe .europe-cover__column-photo {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: center center / cover no-repeat;
}

html.template-europe .europe-cover__column-item h4 {
  margin: 0 0 3px 0;
  font-size: 0.9rem;
  line-height: 1.23;
}

html.template-europe .europe-cover__column-item span,
html.template-europe .europe-cover__column-item small {
  display: block;
  color: var(--eu-ink-soft);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

html.template-europe .europe-survey-page {
  margin-bottom: 30px;
}

html.template-europe .europe-survey-page__layout {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
  gap: 16px;
}

html.template-europe .europe-survey-card {
  border: 1px solid var(--eu-border);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.97);
}

html.template-europe .europe-survey-card__media {
  min-height: 280px;
  background: center center / cover no-repeat;
  border-bottom: 1px solid var(--eu-border);
}

html.template-europe .europe-survey-card__body {
  padding: 14px;
}

html.template-europe .europe-survey-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.76rem;
  color: var(--eu-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}

html.template-europe .europe-survey-card__meta .chip {
  border: 1px solid var(--eu-border);
  border-radius: 999px;
  padding: 2px 8px;
  background: #fff;
}

html.template-europe .europe-survey-form {
  display: grid;
  gap: 9px;
}

html.template-europe .europe-survey-option {
  border: 1px solid var(--eu-border);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

html.template-europe .europe-survey-option span {
  font-size: 0.95rem;
  line-height: 1.3;
  color: var(--eu-ink);
}

html.template-europe .europe-survey-option small {
  font-size: 0.72rem;
  color: var(--eu-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
}

html.template-europe .europe-survey-option.is-selected {
  border-color: var(--eu-accent);
  box-shadow: inset 0 0 0 2px rgba(26, 90, 215, 0.12);
}

html.template-europe .europe-survey-option:disabled {
  cursor: default;
  opacity: 0.84;
}

html.template-europe .europe-survey-side {
  border: 1px solid var(--eu-border);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.96);
  padding: 12px;
  margin-bottom: 12px;
}

html.template-europe .europe-survey-side h3 {
  margin: 0 0 8px 0;
  font-size: 1rem;
}

html.template-europe .europe-survey-side p {
  margin: 0;
  color: var(--eu-ink-soft);
  font-size: 0.92rem;
  line-height: 1.58;
}

@media (max-width: 1199.98px) {
  html.template-europe .europe-cover__layout,
  html.template-europe .europe-survey-page__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  html.template-europe .europe-cover__related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  html.template-europe .europe-cover__main-image,
  html.template-europe .europe-survey-card__media {
    min-height: 200px;
  }
}
