.elementor-82748 .elementor-element.elementor-element-fab867c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-10989b6 *//* ======================================================
   WIKIPOL — SO Artículo Sala de Prensa Campaña
   Versión sobria / editorial
   Shortcode: [wpo_so_prensa_articulo_campaign]
   ====================================================== */

.wpo-so-prensa-article {
  background: #f2f3f5;
  color: #101828;
}

.wpo-so-prensa-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO EDITORIAL */
.wpo-so-prensa-hero {
  padding: 46px 0 34px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(16, 24, 40, .08);
}

.wpo-so-prensa-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  color: #667085;
}

.wpo-so-prensa-breadcrumb a {
  color: var(--wpo-so-primary, #005baa);
  text-decoration: none !important;
}

.wpo-so-prensa-breadcrumb a:hover {
  text-decoration: underline !important;
}

.wpo-so-prensa-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--wpo-so-primary, #005baa);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wpo-so-prensa-kicker i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--wpo-so-secondary, #f5b51b);
}

/* Título principal de nota de campaña */
.wpo-so-prensa-article .wpo-so-prensa-hero .wpo-so-prensa-title {
  max-width: 980px !important;
  margin: 0 !important;
  color: #1d2939 !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 1.02 !important;
  font-weight: 850 !important;
  letter-spacing: -0.045em !important;
}

.wpo-so-prensa-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: #475467;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.wpo-so-prensa-meta span {
  display: inline-flex;
  align-items: center;
}

.wpo-so-prensa-meta span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-radius: 999px;
  background: var(--wpo-so-secondary, #f5b51b);
}

.wpo-so-prensa-excerpt {
  max-width: 820px;
  margin: 22px 0 0;
  color: #344054;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}

/* BODY */
.wpo-so-prensa-body {
  padding: 42px 0 58px;
}

.wpo-so-prensa-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.wpo-so-prensa-main {
  min-width: 0;
}

/* PORTADA */
.wpo-so-prensa-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 6px;
  background: #111827;
  box-shadow: 0 12px 28px rgba(16, 24, 40, .10);
}

.wpo-so-prensa-video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.wpo-so-prensa-cover {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 6px;
  background: #e5e7eb;
  box-shadow: 0 12px 28px rgba(16, 24, 40, .10);
}

.wpo-so-prensa-cover img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* TEXTO */
.wpo-so-prensa-content {
  padding: 40px 44px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(16, 24, 40, .055);
  color: #101828;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
}

.wpo-so-prensa-content p {
  margin: 0 0 22px;
}

.wpo-so-prensa-content p:last-child {
  margin-bottom: 0;
}

.wpo-so-prensa-content strong {
  color: #1d2939;
  font-weight: 850;
}

.wpo-so-prensa-content a {
  color: var(--wpo-so-primary, #005baa);
  font-weight: 800;
}

/* FUENTE / PDF */
.wpo-so-prensa-source,
.wpo-so-prensa-download-card {
  margin-top: 20px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .045);
}

.wpo-so-prensa-source span,
.wpo-so-prensa-download-card span {
  display: block;
  margin-bottom: 5px;
  color: #667085;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.wpo-so-prensa-source strong,
.wpo-so-prensa-download-card strong {
  color: #1d2939;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 850;
}

.wpo-so-prensa-source a,
.wpo-so-prensa-download-card a {
  padding: 11px 14px;
  border-radius: 4px;
  background: var(--wpo-so-primary, #005baa);
  color: #fff !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none !important;
}

.wpo-so-prensa-source a:hover,
.wpo-so-prensa-download-card a:hover {
  background: #1d2939;
}

.wpo-so-prensa-download-card {
  grid-template-columns: 52px 1fr auto;
}

.wpo-so-prensa-download-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #fff2f2;
  border: 1px solid #ffd2d2;
  color: #d92d20;
  font-size: 11px;
  font-weight: 900;
}

/* SECCIONES */
.wpo-so-prensa-section {
  margin-top: 34px;
}

.wpo-so-prensa-section h2 {
  margin: 0 0 18px;
  color: #1d2939;
  font-size: clamp(23px, 2.3vw, 32px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.035em;
}

.wpo-so-prensa-section h2::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--wpo-so-secondary, #f5b51b);
}

/* ADJUNTOS */
.wpo-so-prensa-attachments {
  display: grid;
  gap: 14px;
}

.wpo-so-prensa-attachment {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-left: 4px solid var(--wpo-so-primary, #005baa);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .045);
}

.wpo-so-prensa-attachment-badge {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(16, 24, 40, .05);
  color: #475467;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

.wpo-so-prensa-attachment h3 {
  margin: 0 0 8px;
  color: #101828;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.wpo-so-prensa-attachment p {
  margin: 0 0 10px;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
}

.wpo-so-prensa-attachment audio {
  width: 100%;
  margin: 8px 0 12px;
}

.wpo-so-prensa-attachment a {
  color: var(--wpo-so-primary, #005baa);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none !important;
}

/* GALERÍA */
.wpo-so-prensa-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wpo-so-prensa-gallery a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #e5e7eb;
}

.wpo-so-prensa-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .2s ease;
}

.wpo-so-prensa-gallery a:hover img {
  transform: scale(1.035);
}

/* RELACIONADOS */
.wpo-so-prensa-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wpo-so-prensa-related-card {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 6px;
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .045);
}

.wpo-so-prensa-related-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
}

.wpo-so-prensa-related-card div {
  padding: 16px;
}

.wpo-so-prensa-related-card h3 {
  margin: 0 0 8px;
  color: #1d2939;
  font-size: 15px;
  line-height: 1.18;
  font-weight: 850;
}

.wpo-so-prensa-related-card p {
  margin: 0 0 12px;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.wpo-so-prensa-related-card span {
  color: var(--wpo-so-primary, #005baa);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

/* SIDEBAR */
.wpo-so-prensa-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.wpo-so-prensa-side-card {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .045);
}

.wpo-so-prensa-side-card h3 {
  margin: 0 0 14px;
  color: #1d2939;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 850;
  text-transform: uppercase;
}

.wpo-so-prensa-side-card h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--wpo-so-secondary, #f5b51b);
}

/* COMPARTIR CON SVG */
.wpo-so-prensa-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wpo-so-prensa-share a,
.wpo-so-prensa-share button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: var(--wpo-so-primary, #005baa);
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    background .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

.wpo-so-prensa-share a:hover,
.wpo-so-prensa-share button:hover {
  background: #1d2939;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(16, 24, 40, .14);
}

.wpo-so-prensa-share svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.wpo-so-prensa-share button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* DATOS */
.wpo-so-prensa-data {
  display: grid;
  gap: 14px;
  margin: 0;
}

.wpo-so-prensa-data div {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(16, 24, 40, .08);
}

.wpo-so-prensa-data div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wpo-so-prensa-data dt {
  margin: 0 0 4px;
  color: #667085;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.wpo-so-prensa-data dd {
  margin: 0;
  color: #101828;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

/* ACCIONES */
.wpo-so-prensa-side-actions {
  display: grid;
  gap: 10px;
}

.wpo-so-prensa-side-actions a {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--wpo-so-primary, #005baa);
  color: var(--wpo-so-primary, #005baa) !important;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none !important;
}

.wpo-so-prensa-side-actions a:hover {
  background: var(--wpo-so-primary, #005baa);
  color: #fff !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .wpo-so-prensa-layout {
    grid-template-columns: 1fr;
  }

  .wpo-so-prensa-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpo-so-prensa-side-actions {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .wpo-so-prensa-shell {
    width: min(100% - 28px, 520px);
  }

  .wpo-so-prensa-hero {
    padding: 34px 0 28px;
  }

  .wpo-so-prensa-title {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.04;
  }

  .wpo-so-prensa-excerpt {
    font-size: 15.5px;
  }

  .wpo-so-prensa-body {
    padding: 28px 0 44px;
  }

  .wpo-so-prensa-content {
    padding: 28px 20px;
    font-size: 16px;
    line-height: 1.68;
  }

  .wpo-so-prensa-source,
  .wpo-so-prensa-download-card {
    grid-template-columns: 1fr;
  }

  .wpo-so-prensa-download-card {
    grid-template-columns: 48px 1fr;
  }

  .wpo-so-prensa-download-card a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .wpo-so-prensa-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpo-so-prensa-related {
    grid-template-columns: 1fr;
  }

  .wpo-so-prensa-sidebar {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */