/* ============================================================
   Base global y ajustes generales
   ============================================================ */

div.inside-article {
  margin-bottom: 20px;
}

body.home {
  padding-top: 0;
  padding-bottom: 0;
}

.home .main-content,
.home .site-footer,
.home .page-content,
.home .content-area {
  padding-top: 0;
  padding-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  transition: opacity .3s;
}

.share-box {
  display: none !important;
}

.su-box-title {
  display: block;
  padding: .5em 1em;
  font-weight: 700;
  font-size: 1.1em;
  background-color: #B7B7A4;
  color: #000000;
  border: solid;
  box-sizing: border-box;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-color: #606553;
}

.su-box-content {
  background-color: #ffffff;
  color: #000000;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  border: solid;
  border-color: #606553;
  border-top: none;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

h1.page-title {
  font-size: 42px;
  font-family: "Poppins";
  background: -webkit-linear-gradient(#B7B7A4, #606553);
  background: linear-gradient(#B7B7A4, #606553);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-top: 10px;
}

.modulo-destacado {
  display: flex;
  align-items: flex-start;
  background-color: #FFF1E5;
  border-radius: 18px;
  padding: 1.5rem;
  margin: 2rem 0;
  font-family: inherit;
  box-shadow: 0 4px 8px rgba(0,0,0,0.03);
}

.modulo-icono img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-top: 0.2rem;
}

.modulo-texto p {
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.modulo-texto a {
  color: #2aa399;
  text-decoration: underline;
  font-weight: 500;
}

.modulo-texto a:hover {
  text-decoration: none;
}

@media (max-width: 600px) {

  .modulo-destacado {
    flex-direction: column;
    align-items: flex-start;
  }

  .modulo-icono {
    display: none;
    margin-bottom: 0.5rem;
  }

}

.custom-recent-posts {
  padding: 20px 30px 20px 30px;
  background-color: #ffffff;
}

.custom-recent-posts-title {
  font-size: 20px;
  background-color: #ffffff;
}

.wp-show-posts-entry-title {
  font-size: 16px;
}

.inside-right-sidebar {
  background-color: #FFFFFF;
}

#archive_page_title {
  display: none;
}

.page-hero time.updated {
  display: inline-block;
  font-size: 16px;
}

.page-hero time.updated::before {
  content: "Última actualización: ";
  font-size: 16px;
}

.page-hero time.entry-date.published {
  display: none;
}

div.fechatiempo {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

/* ============================================================
   Bloque recursos viajeros
   ============================================================ */

.pdm-trip-tools {
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 760px;
  margin: 48px auto 42px;
  padding: 0 0px;
}

.pdm-trip-tools-inner {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(239, 111, 97, .13), transparent 34%),
    radial-gradient(circle at bottom left, rgba(42, 157, 143, .10), transparent 36%),
    linear-gradient(135deg, #FFF8EF 0%, #ffffff 100%);
  border: 1px solid rgba(6, 40, 61, .08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(6, 40, 61, .075);
}

.pdm-trip-tools-inner::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -72px;
  top: -76px;
  border-radius: 50%;
  background: rgba(42, 157, 143, .10);
  pointer-events: none;
}

.pdm-trip-tools-head {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}

.pdm-trip-tools-head span {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #EF6F61;
  background: rgba(239, 111, 97, .11);
  border-radius: 999px;
  padding: 7px 10px;
  margin-bottom: 9px;
}

.pdm-trip-tools-head h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 950;
  color: #06283D;
  margin: 0 0 6px;
}

.pdm-trip-tools-head p {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.5;
  color: #526173;
  margin: 0;
}

.pdm-trip-tools-featured {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
}

.pdm-trip-tool-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 92px;
  padding: 14px;
  background: rgba(255, 255, 255, .90);
  border: 1px solid rgba(6, 40, 61, .08);
  border-radius: 18px;
  color: #06283D !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(6, 40, 61, .055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.pdm-trip-tool-card:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(239, 111, 97, .26);
  box-shadow: 0 13px 30px rgba(6, 40, 61, .10);
}

.pdm-trip-tool-card-main {
  background: linear-gradient(135deg, rgba(6, 40, 61, .98), rgba(42, 157, 143, .94));
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, .16);
}

.pdm-trip-tool-card-main:hover {
  background: linear-gradient(135deg, rgba(6, 40, 61, 1), rgba(42, 157, 143, 1));
}

.pdm-trip-tool-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #EAF7F7;
  font-size: 24px;
  line-height: 1;
}

.pdm-trip-tool-card-main .pdm-trip-tool-icon {
  background: rgba(255, 255, 255, .16);
}

.pdm-trip-tool-copy {
  display: grid;
  gap: 3px;
}

.pdm-trip-tool-copy span {
  font-size: 10.5px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #EF6F61;
}

.pdm-trip-tool-card-main .pdm-trip-tool-copy span {
  color: #FFD8C2;
}

.pdm-trip-tool-copy strong {
  font-size: 17px;
  line-height: 1.15;
  font-weight: 950;
  color: inherit;
}

.pdm-trip-tool-copy small {
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 700;
  color: #657386;
}

.pdm-trip-tool-card-main .pdm-trip-tool-copy small {
  color: rgba(255, 255, 255, .82);
}

.pdm-trip-tool-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  background: #EF6F61;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(239, 111, 97, .22);
}

.pdm-trip-tool-card:not(.pdm-trip-tool-card-main) em {
  background: #06283D;
}

.pdm-trip-tools-quick {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}

.pdm-trip-tools-quick a {
  display: grid;
  gap: 6px;
  justify-items: center;
  align-items: center;
  min-height: 82px;
  padding: 12px 8px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(6, 40, 61, .07);
  border-radius: 16px;
  color: #06283D !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 6px 14px rgba(6, 40, 61, .04);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pdm-trip-tools-quick a:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(6, 40, 61, .075);
}

.pdm-trip-tools-quick span {
  font-size: 25px;
  line-height: 1;
}

.pdm-trip-tools-quick strong {
  font-size: 13.5px;
  line-height: 1.15;
  font-weight: 950;
}

.pdm-trip-tools-note {
  position: relative;
  z-index: 2;
  margin: 14px 0 0;
  font-size: 12.8px;
  line-height: 1.45;
  color: #667085;
}

@media (max-width: 768px) {

  .pdm-trip-tools {
    max-width: none;
    margin: 40px auto 36px;
    padding: 0 0px;
  }

  .pdm-trip-tools-inner {
    border-radius: 22px;
    padding: 20px 16px;
  }

  .pdm-trip-tools-head h2 {
    font-size: 25px;
  }

  .pdm-trip-tool-card {
    grid-template-columns: 44px 1fr;
    min-height: auto;
    padding: 13px;
  }

  .pdm-trip-tool-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 22px;
  }

  .pdm-trip-tool-card em {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 40px;
    margin-top: 4px;
  }

  .pdm-trip-tools-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdm-trip-tools-quick a {
    min-height: 74px;
  }

}

@media (max-width: 420px) {

  .pdm-trip-tools {
    padding: 0 14px;
  }

  .pdm-trip-tools-head p {
    font-size: 14.5px;
  }

  .pdm-trip-tool-copy strong {
    font-size: 16px;
  }

  .pdm-trip-tool-copy small {
    font-size: 13px;
  }

}

/* ============================================================
   Sidebar, home antigua y bloques sueltos
   ============================================================ */

.sidebar_banners {
  padding-right: 20px;
  padding-left: 20px;
}

.sidebar .instagram-media {
  margin: 0 auto !important;
  display: block;
}

.hover-shadow {
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #FFE8D6;
  transform: scale(1.1);
}

.parkcontainer {
  overflow: hidden;
}

.parkexperts {
  opacity: 0.7;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background-color: #FFE8D6;
  transition: transform 0.1s ease-in-out;
}

.parkexperts:hover {
  opacity: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background-color: #FFE8D6;
  transform: scale(1.1);
}

.consejo-viajero {
  display: flex;
  background: linear-gradient(135deg, #fefefe, #f4f4f4);
  border-left: 5px solid #B7B7A4;
  border-radius: 12px;
  padding: 1.2rem 1.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: 2rem 0;
  align-items: flex-start;
}

.consejo-icono {
  font-size: 2rem;
  color: #2aa399;
  flex-shrink: 0;
}

.consejo-contenido {
  flex: 1;
}

.consejo-titulo {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  color: #606553;
  letter-spacing: 0.5px;
}

.mymaps {
  margin: 2rem 0;
  padding: 0;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 100%;
  height: 420px;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.mymaps:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

@media (min-width: 769px) {

  .inside-right-sidebar {
    position: sticky;
    padding-top: 25px;
    top: 0px;
  }

}

div.ub-content-filter-category {
  padding: 50px;
}

.page-id-7901 .entry-title {
  display: none;
}

/* ============================================================
   Enlaces, tablas y navegación secundaria
   ============================================================ */

a.highlight-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

a.highlight-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 100%;
  height: 0.4em;
  background-color: #cceeee;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

a.highlight-link:hover::after {
  transform: scaleX(1);
}

a.highlight-link:hover {
  color: #000000;
}

.responsive-table-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: auto;
}

.responsive-table table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  font-size: 1rem;
  table-layout: auto;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 4px 4px 4px 1px rgba(183, 183, 164, 0.2);
}

.responsive-table th {
  text-align: center;
  background-color: #606553;
  color: white;
  font-weight: 500;
}

.responsive-table td {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  text-align: left;
  font-weight: 300;
  word-break: normal;
}

.responsive-table tr:nth-child(even) td {
  background-color: #F5F5F5;
}

.responsive-table tr:nth-child(odd) td {
  background-color: #EDEDE8;
}

@media screen and (max-width: 768px) {

  .responsive-table table {
    font-size: 0.9rem;
  }

}

@media screen and (max-width: 480px) {

  .responsive-table table {
    font-size: 0.6rem;
  }

}

.second-nav {
  position: static;
}

.second-nav.grid-container {
  border-bottom: 1px solid #B7B7A4;
}

ul.sub-menu {
  background-color: #FFFFFF;
  border-top: 1px solid #B7B7A4;
  border-bottom: 1px solid #B7B7A4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site,
.site-content,
.grid-container {
  overflow: visible;
}

html, body {
  overflow-x: clip;
}

/* ============================================================
   Bloques de contenido reutilizables
   ============================================================ */

.info-visita {
  background-color: #f4fafa;
  border-left: 5px solid #2aa399;
  border-radius: 14px;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  font-family: inherit;
}

.info-visita__titulo {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #2aa399;
}

.info-visita__item {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1rem;
  color: #333;
}

.info-visita__label {
  font-weight: 600;
  display: inline-block;
  margin-right: 0.3rem;
}

.info-visita__importante {
  background-color: #eaf5f5;
  padding: 1rem;
  border-left: 3px solid #e99556;
  border-radius: 8px;
}

div.rating_posts {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 8px;
}

div.rating_posts span,
div.rating_posts div {
  margin-left: 8px;
}

div.rating_posts span:first-child,
div.rating_posts div:first-child {
  margin-left: 0;
}

.footer-title {
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.footer-title::before,
.footer-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #FFFFFF;
}

.footer-title::before {
  left: 0;
  transform: translateX(-120%);
}

.footer-title::after {
  right: 0;
  transform: translateX(120%);
}

.site-footer a {
  color: #FFE8D6;
  text-decoration: none;
}

.site-footer a:hover {
  color: #FF8426;
}

.author-meta-line {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  gap: 10px;
}

.author-avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.author-text a.author-name {
  color: #2aa399;
  text-decoration: none;
  font-weight: 500;
}

.author-text a.author-name:hover {
  text-decoration: underline;
}

.autor_favoritos {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 32px 40px;
  align-items: start;
}

@media (max-width: 768px) {

  .autor_favoritos {
    grid-template-columns: 1fr;
  }

}

.autor_titulo {
  grid-column: 1 / -1;
  text-align: center;
  margin: 0 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.autor_titulo h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

.autor_favorito {
  width: 100%;
}

.autor_favorito a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.autor_favorito img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  filter: grayscale(1);
  transition: filter .3s ease, transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.autor_favorito:hover img {
  filter: grayscale(0);
  transform: translateY(-2px);
}

.autor_favorito h3 {
  margin: .6rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #333;
}

.autor_favoritos .autor_favorito {
  max-width: none !important;
}

.bloques-resumen {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem 0;
}

.bloque-resumen {
  flex: 1 1 calc(100% - 1rem);
  max-width: calc(100% - 1rem);
  background-color: #f5fdfd;
  border-radius: 16px;
  padding: 1.4rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bloque-resumen__emoji {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

.bloque-resumen__titulo {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  color: #2aa399;
  font-weight: 700;
}

.bloque-resumen__texto {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 768px) {

  .bloque-resumen {
    flex: 1 1 100%;
    max-width: 100%;
  }

}

.opciones {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem 0;
}

.opcion {
  background-color: #fafafa;
  border-left: 5px solid #2aa399;
  border-radius: 12px;
  padding: 1.5rem;
  flex: 1 1 280px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.opcion:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.opcion__titulo {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
  color: #2aa399;
}

@media screen and (max-width: 768px) {

  .opciones {
    flex-direction: column;
  }

}

/* ============================================================
   Home hero: ajuste para portátiles
   ============================================================ */

@media (min-width: 1100px) and (max-width: 1440px) {

  .pdm-editorial-hero {
    min-height: 500px !important;
  }

  .pdm-editorial-hero-inner {
    max-width: 1040px !important;
    padding-top: 104px !important;
    padding-bottom: 86px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .pdm-editorial-hero h1 {
    max-width: 650px !important;
    font-size: clamp(34px, 4vw, 54px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.035em !important;
    margin-bottom: 18px !important;
  }

  .pdm-editorial-hero p {
    max-width: 570px !important;
    font-size: 16px !important;
    line-height: 1.52 !important;
    margin-bottom: 24px !important;
  }

  .pdm-editorial-kicker {
    font-size: 11px !important;
    padding: 7px 10px !important;
    margin-bottom: 14px !important;
  }

  .pdm-editorial-btn {
    min-height: 44px !important;
    font-size: 14px !important;
    padding: 0 20px !important;
  }

}

/* ============================================================
   Bloque autor dentro de entradas
   ============================================================ */

.pdm-post-author-box {
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 760px;
  margin: 48px auto 42px;
  padding: 0 0px;
}

.pdm-post-author-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 22px;
  align-items: center;
  background: #FFF8EF;
  border: 1px solid rgba(6, 40, 61, .08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(6, 40, 61, .06);
}

.pdm-post-author-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: rgba(42, 157, 143, .08);
  pointer-events: none;
}

.pdm-post-author-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  left: -50px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(239, 111, 97, .08);
  pointer-events: none;
}

.pdm-post-author-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdm-post-author-avatar-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(6, 40, 61, .10);
}

.pdm-post-author-avatar-wrap::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: rgba(42, 157, 143, .12);
  z-index: -1;
}

.pdm-post-author-avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 999px;
}

.pdm-post-author-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pdm-post-author-plane {
  position: absolute;
  right: 4px;
  top: -2px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-18deg);
  border-radius: 999px;
  background: #2A9D8F;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(42, 157, 143, .22);
}

.pdm-post-author-content {
  position: relative;
  z-index: 2;
}

.pdm-post-author-kicker {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #EF6F61;
  background: rgba(239, 111, 97, .10);
  border-radius: 999px;
  padding: 7px 10px;
  margin-bottom: 8px;
}

.pdm-post-author-content h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.16;
  letter-spacing: -0.025em;
  font-weight: 900;
  color: #06283D;
  margin: 0 0 8px;
}

.pdm-post-author-content h2 span {
  display: inline;
  font-weight: 900;
  color: #06283D;
}

.pdm-post-author-content h2 a {
  color: #2A9D8F !important;
  text-decoration: none !important;
}

.pdm-post-author-content h2 a:hover {
  color: #EF6F61 !important;
}

.pdm-post-author-content h2 strong {
  font-weight: 950;
}

.pdm-post-author-content p {
  max-width: 100%;
  font-size: 15.5px;
  line-height: 1.58;
  color: #3E4A59;
  margin: 0;
}

.pdm-post-author-actions {
  margin-top: 14px;
}

.pdm-post-author-instagram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(6, 40, 61, .07);
  color: #06283D !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(6, 40, 61, .06);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pdm-post-author-instagram:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(6, 40, 61, .09);
}

.pdm-post-author-instagram-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  border-radius: 999px;
  background: #EAF7F7;
  color: #2A9D8F;
}

.pdm-post-author-instagram-icon svg {
  width: 18px;
  height: 18px;
}

.pdm-post-author-instagram span:last-child {
  display: grid;
  gap: 0;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 800;
}

.pdm-post-author-instagram strong {
  color: #2A9D8F;
  font-weight: 950;
}

.pdm-post-ethics-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: flex-start;
  margin-top: 16px;
  background: #ffffff;
  border: 1px solid rgba(6, 40, 61, .08);
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 8px 22px rgba(6, 40, 61, .05);
}

.pdm-post-ethics-card::before,
.pdm-post-ethics-card::after {
  display: none;
}

.pdm-post-ethics-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border-radius: 999px;
  background: #FFF5EA;
  color: #EF6F61;
}

.pdm-post-ethics-icon svg {
  width: 28px;
  height: 28px;
}

.pdm-post-ethics-content h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.015em;
  color: #06283D;
  margin: 0 0 6px;
}

.pdm-post-ethics-content p {
  font-size: 14.8px;
  line-height: 1.58;
  color: #3E4A59;
  margin: 0;
}

.pdm-post-ethics-content strong {
  color: #2A9D8F;
  font-weight: 900;
}

@media (max-width: 1024px) {

  .pdm-post-author-box {
    max-width: 720px;
    margin: 44px auto 40px;
  }

  .pdm-post-author-card {
    grid-template-columns: 108px 1fr;
    gap: 20px;
    padding: 22px;
  }

  .pdm-post-author-avatar-wrap {
    width: 88px;
    height: 88px;
  }

  .pdm-post-author-content p {
    font-size: 15.2px;
  }

}

@media (max-width: 768px) {

  .pdm-post-author-box {
    max-width: none;
    margin: 38px auto 36px;
    padding: 0 0px;
  }

  .pdm-post-author-card {
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 20px;
    padding: 22px 20px;
  }

  .pdm-post-author-visual {
    justify-content: flex-start;
    padding-left: 6px;
  }

  .pdm-post-author-avatar-wrap {
    width: 86px;
    height: 86px;
  }

  .pdm-post-author-plane {
    left: 78px;
    right: auto;
    top: -2px;
  }

  .pdm-post-author-kicker {
    font-size: 10.5px;
    padding: 7px 9px;
  }

  .pdm-post-author-content h2 {
    font-size: 24px;
    line-height: 1.16;
  }

  .pdm-post-author-content p {
    font-size: 15px;
    line-height: 1.56;
  }

  .pdm-post-author-instagram {
    width: 100%;
    justify-content: flex-start;
  }

  .pdm-post-ethics-card {
    grid-template-columns: 1fr;
    gap: 12px;
    border-radius: 18px;
    padding: 18px 18px;
  }

  .pdm-post-ethics-icon {
    justify-self: start;
    width: 44px;
    height: 44px;
  }

  .pdm-post-ethics-content h3 {
    font-size: 19px;
  }

  .pdm-post-ethics-content p {
    font-size: 14.6px;
    line-height: 1.56;
  }

}

@media (max-width: 420px) {

  .pdm-post-author-box {
    padding: 0 14px;
  }

  .pdm-post-author-card,
  .pdm-post-ethics-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pdm-post-author-content h2 {
    font-size: 23px;
  }

  .pdm-post-author-instagram span:last-child {
    font-size: 12.8px;
  }

}

/* ============================================================
   Comentarios
   ============================================================ */

.comments-area {
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 760px;
  margin: 54px auto 70px;
  padding: 0 18px;
}

#comments {
  position: relative;
}

.comments-title {
  position: relative;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 950;
  color: #06283D;
  margin: 0 0 24px;
  padding: 0 0 14px;
}

.comments-title::before {
  content: "Charlamos sobre esta guía";
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #EF6F61;
  background: rgba(239, 111, 97, .11);
  border-radius: 999px;
  padding: 7px 10px;
  margin-bottom: 10px;
}

.comments-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: #2A9D8F;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list > li {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.comment-list .children {
  list-style: none;
  margin: 14px 0 0 42px;
  padding: 0;
}

.comment-body {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(6, 40, 61, .08);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 26px rgba(6, 40, 61, .055);
}

.comment-body::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -55px;
  top: -65px;
  border-radius: 50%;
  background: rgba(42, 157, 143, .06);
  pointer-events: none;
}

.comment.byuser > .comment-body,
.comment.bypostauthor > .comment-body,
.comment-author-ismael-sintes > .comment-body,
.comment-author-raquel-perez > .comment-body {
  background: radial-gradient(circle at top right, rgba(42, 157, 143, .08), transparent 34%),
    linear-gradient(135deg, #FFF8EF 0%, #ffffff 100%);
  border-color: rgba(42, 157, 143, .18);
}

.comment.byuser > .comment-body::after,
.comment.bypostauthor > .comment-body::after,
.comment-author-ismael-sintes > .comment-body::after,
.comment-author-raquel-perez > .comment-body::after {
  content: "Respuesta de Pedazos de Mundo";
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(42, 157, 143, .12);
  color: #2A9D8F;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.comment-meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 13px;
  align-items: center;
  margin-bottom: 14px;
}

.comment-meta .avatar {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(6, 40, 61, .10);
}

.comment-author-info {
  display: grid;
  gap: 3px;
}

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
  color: #06283D;
}

.comment-metadata,
.comment-metadata a,
.entry-meta.comment-metadata,
.entry-meta.comment-metadata a {
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 700;
  color: #7A8491 !important;
  text-decoration: none !important;
}

.comment-metadata a:hover {
  color: #2A9D8F !important;
}

.comment-edit-link {
  color: #EF6F61 !important;
  font-weight: 800;
}

.comment-content {
  position: relative;
  z-index: 2;
  color: #3E4A59;
}

.comment-content p {
  font-size: 15.5px;
  line-height: 1.62;
  margin: 0 0 12px;
}

.comment-content p:last-of-type {
  margin-bottom: 0;
}

.comment-content .reply {
  display: block;
  margin-top: 16px;
}

.comment-reply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #EAF7F7;
  color: #2A9D8F !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.comment-reply-link:hover {
  transform: translateY(-1px);
  background: #2A9D8F;
  color: #ffffff !important;
}

.comment-respond {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  background: radial-gradient(circle at top right, rgba(239, 111, 97, .10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(42, 157, 143, .08), transparent 36%),
    linear-gradient(135deg, #FFF8EF 0%, #ffffff 100%);
  border: 1px solid rgba(6, 40, 61, .08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 32px rgba(6, 40, 61, .065);
}

.comment-respond::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -62px;
  top: -70px;
  border-radius: 50%;
  background: rgba(42, 157, 143, .08);
  pointer-events: none;
}

.comment-reply-title {
  position: relative;
  z-index: 2;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 950;
  color: #06283D;
  margin: 0 0 12px;
}

.comment-reply-title::before {
  content: "¿Te ha quedado alguna duda?";
  display: block;
  width: fit-content;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #EF6F61;
  background: rgba(239, 111, 97, .11);
  border-radius: 999px;
  padding: 7px 10px;
  margin-bottom: 10px;
}

.comment-reply-title small {
  display: block;
  margin-top: 8px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: 850;
  color: #EF6F61 !important;
  text-decoration: none !important;
}

.comment-form {
  position: relative;
  z-index: 2;
}

.logged-in-as,
.logged-in-as a,
.comment-notes,
.required-field-message {
  font-size: 13.5px;
  line-height: 1.45;
  color: #667085 !important;
}

.logged-in-as a {
  font-weight: 850;
  color: #2A9D8F !important;
  text-decoration: none !important;
}

.comment-form-comment {
  margin: 16px 0 14px;
}

.comment-form-comment textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  border: 1px solid rgba(6, 40, 61, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  color: #3E4A59;
  font-size: 15.5px;
  line-height: 1.5;
  padding: 15px 16px;
  box-shadow: inset 0 1px 0 rgba(6, 40, 61, .03);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.comment-form-comment textarea {
  min-height: 150px;
  resize: vertical;
}

.comment-form-comment textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus {
  outline: none;
  background: #ffffff;
  border-color: rgba(42, 157, 143, .45);
  box-shadow: 0 0 0 4px rgba(42, 157, 143, .10);
}

.form-submit {
  margin: 0;
}

.comment-form .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: #EF6F61;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(239, 111, 97, .22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.comment-form .submit:hover {
  transform: translateY(-1px);
  background: #e46456;
  box-shadow: 0 13px 28px rgba(239, 111, 97, .30);
}

@media (max-width: 768px) {

  .comments-area {
    max-width: none;
    margin: 42px auto 58px;
    padding: 0 16px;
  }

  .comments-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .comment-body {
    border-radius: 18px;
    padding: 18px;
  }

  .comment-list .children {
    margin-left: 18px;
  }

  .comment.byuser > .comment-body::after,
  .comment.bypostauthor > .comment-body::after,
  .comment-author-ismael-sintes > .comment-body::after,
  .comment-author-raquel-perez > .comment-body::after {
    position: static;
    width: fit-content;
    margin: 0 0 12px;
  }

  .comment-meta {
    grid-template-columns: 44px 1fr;
    gap: 11px;
  }

  .comment-meta .avatar {
    width: 44px;
    height: 44px;
  }

  .comment-content p {
    font-size: 15px;
  }

  .comment-respond {
    border-radius: 22px;
    padding: 22px 18px;
  }

  .comment-reply-title {
    font-size: 25px;
  }

  .comment-form-comment textarea {
    min-height: 135px;
  }

  .comment-form .submit {
    width: 100%;
  }

}

@media (max-width: 420px) {

  .comments-area {
    padding: 0 14px;
  }

  .comment-body,
  .comment-respond {
    padding-left: 16px;
    padding-right: 16px;
  }

  .comment-list .children {
    margin-left: 10px;
  }

}

/* ============================================================
   PublishPress Authors
   ============================================================ */

.ppma-author-pages {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 42px 22px 80px !important;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ppma-author-pages .ppma-page-title {
  display: none !important;
}

.site-content:has(.ppma-author-pages) {
  background: #FAF7F1 !important;
}

.ppma-author-pages .ppma-page-header {
  margin: 0 0 46px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.ppma-author-pages .ppma-author-pages-author-box-wrap,
.ppma-author-pages .pp-multiple-authors-boxes-wrapper,
.ppma-author-pages .ppma-author-category-wrap,
.ppma-author-pages .ppma-category-group,
.ppma-author-pages .pp-multiple-authors-boxes-ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ppma-author-pages .pp-multiple-authors-boxes-li {
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 210px 1fr !important;
  gap: 34px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 38px !important;
  background: radial-gradient(circle at top right, rgba(239, 111, 97, .13), transparent 35%),
    radial-gradient(circle at bottom left, rgba(42, 157, 143, .10), transparent 38%),
    linear-gradient(135deg, #FFF8EF 0%, #ffffff 100%) !important;
  border: 1px solid rgba(6, 40, 61, .08) !important;
  border-radius: 32px !important;
  box-shadow: 0 18px 46px rgba(6, 40, 61, .09) !important;
}

.ppma-author-pages .pp-multiple-authors-boxes-li::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -88px;
  top: -92px;
  border-radius: 50%;
  background: rgba(42, 157, 143, .10);
  pointer-events: none;
}

.ppma-author-pages .pp-multiple-authors-boxes-li::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: -74px;
  bottom: -86px;
  border-radius: 50%;
  background: rgba(239, 111, 97, .10);
  pointer-events: none;
}

.single-post .pp-author-boxes-avatar,
.ppma-author-pages .pp-author-boxes-avatar {
  flex: 0 0 clamp(150px, 18vw, 210px);
  width: clamp(150px, 18vw, 210px);
  height: clamp(150px, 18vw, 210px);
  border-radius: 50%;
  background: #DDE9E4;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.single-post .pp-author-boxes-avatar::before,
.ppma-author-pages .pp-author-boxes-avatar::before {
  content: "";
  position: absolute;
  inset: 16px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 0;
}

.single-post .pp-author-boxes-avatar img,
.ppma-author-pages .pp-author-boxes-avatar img,
.single-post .pp-author-boxes-avatar .avatar,
.ppma-author-pages .pp-author-boxes-avatar .avatar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1 / 1;
  box-shadow: none;
  margin: 0;
}

.single-post .pp-author-boxes-avatar a,
.ppma-author-pages .pp-author-boxes-avatar a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1024px) {

  .single-post .pp-author-boxes-avatar,
  .ppma-author-pages .pp-author-boxes-avatar {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    padding: 14px;
  }

  .single-post .pp-author-boxes-avatar::before,
  .ppma-author-pages .pp-author-boxes-avatar::before {
    inset: 14px;
  }

}

@media (max-width: 768px) {

  .single-post .pp-author-boxes-avatar,
  .ppma-author-pages .pp-author-boxes-avatar {
    flex: 0 0 124px;
    width: 124px;
    height: 124px;
    padding: 12px;
    margin: 0 auto 18px;
  }

  .single-post .pp-author-boxes-avatar::before,
  .ppma-author-pages .pp-author-boxes-avatar::before {
    inset: 12px;
  }

}

.ppma-author-pages .pp-author-boxes-avatar-details {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ppma-author-pages .pp-author-boxes-name {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.ppma-author-pages .pp-author-boxes-name::before {
  content: "Autor en Pedazos de Mundo";
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #EF6F61;
  background: rgba(239, 111, 97, .12);
  border-radius: 999px;
  padding: 8px 11px;
  margin-bottom: 13px;
}

.ppma-author-pages .pp-author-boxes-name a {
  display: block !important;
  color: #06283D !important;
  font-size: clamp(38px, 5vw, 58px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

.ppma-author-pages .pp-author-boxes-description {
  max-width: 720px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #3E4A59 !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

.ppma-author-pages .ppma-author-field-meta {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  margin: 18px 8px 0 0 !important;
  border-radius: 999px !important;
  background: #EAF7F7 !important;
  color: #2A9D8F !important;
  border: 1px solid rgba(42, 157, 143, .12) !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(6, 40, 61, .06) !important;
}

.ppma-author-pages .ppma-author-field-meta:hover {
  background: #2A9D8F !important;
  color: #ffffff !important;
}

.ppma-author-pages .ppma-author-field-meta .dashicons {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
  line-height: 20px !important;
}

.ppma-author-pages .ppma-author-user_email-profile-data {
  display: none !important;
}

.ppma-author-pages .pp-author-boxes-recent-posts {
  display: none !important;
}

.ppma-author-pages .ppma-page-content {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 26px !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 82px 0 0 !important;
}

.ppma-author-pages .ppma-page-content::before {
  content: "Guías escritas por este autor";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  color: #06283D;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 950;
  text-align: center;
}

.ppma-author-pages .ppma-page-content::after {
  content: "Artículos y guías basados en nuestra experiencia real viajando en familia.";
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  width: min(620px, 100%);
  color: #5C6673;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 650;
  text-align: center;
}

.ppma-author-pages .ppma-article {
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 40, 61, .08) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 28px rgba(6, 40, 61, .065) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

.ppma-author-pages .ppma-article:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 18px 38px rgba(6, 40, 61, .095) !important;
}

.ppma-author-pages .ppma-grid-post-thumb {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background: #EAF7F7 !important;
}

.ppma-author-pages .ppma-grid-post-thumb img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
}

.ppma-author-pages .ppma-grid-post-thumb img[src=""] {
  display: none !important;
}

.ppma-author-pages .ppma-grid-post-content {
  padding: 20px 22px 24px !important;
}

.ppma-author-pages .ppma-grid-post-title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 25px !important;
  line-height: 1.13 !important;
  letter-spacing: -0.03em !important;
  font-weight: 950 !important;
}

.ppma-author-pages .ppma-grid-post-title a {
  color: #06283D !important;
  text-decoration: none !important;
}

.ppma-author-pages .ppma-grid-post-title a:hover {
  color: #2A9D8F !important;
}

.ppma-author-pages .article-entry-excerpt {
  color: #526173 !important;
  font-size: 14.8px !important;
  line-height: 1.56 !important;
  font-weight: 500 !important;
}

.ppma-author-pages .ppma-grid-post-meta,
.ppma-author-pages .article-footer {
  display: none !important;
}

.ppma-author-pages article.page {
  display: none !important;
}

.ppma-author-pages .ppma-article-pagination {
  grid-column: 1 / -1 !important;
  margin-top: 18px !important;
}

.ppma-author-pages .ppma-article-pagination .nav-links {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.ppma-author-pages .ppma-article-pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  height: 38px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 40, 61, .08) !important;
  color: #06283D !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.ppma-author-pages .ppma-article-pagination .page-numbers.current,
.ppma-author-pages .ppma-article-pagination .page-numbers:hover {
  background: #2A9D8F !important;
  color: #ffffff !important;
}

@media (max-width: 900px) {

  .ppma-author-pages {
    padding: 34px 18px 66px !important;
  }

  .ppma-author-pages .pp-multiple-authors-boxes-li {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 30px 24px !important;
  }

  .ppma-author-pages .pp-author-boxes-avatar {
    justify-content: flex-start !important;
  }

  .ppma-author-pages .pp-author-boxes-avatar .avatar-image {
    width: 138px !important;
    height: 138px !important;
  }

  .ppma-author-pages .pp-author-boxes-name a {
    font-size: clamp(36px, 9vw, 48px) !important;
  }

  .ppma-author-pages .ppma-page-content {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding-top: 88px !important;
  }

  .ppma-author-pages .ppma-page-content::after {
    top: 50px;
  }

}

@media (max-width: 520px) {

  .ppma-author-pages {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .ppma-author-pages .pp-multiple-authors-boxes-li {
    border-radius: 24px !important;
    padding: 26px 18px !important;
  }

  .ppma-author-pages .pp-author-boxes-avatar .avatar-image {
    width: 122px !important;
    height: 122px !important;
  }

  .ppma-author-pages .pp-author-boxes-description {
    font-size: 15.5px !important;
    line-height: 1.58 !important;
  }

  .ppma-author-pages .ppma-page-content::before {
    width: 100%;
    font-size: 30px;
  }

  .ppma-author-pages .ppma-page-content::after {
    font-size: 14.5px;
  }

  .ppma-author-pages .ppma-grid-post-title {
    font-size: 22px !important;
  }

  .ppma-author-pages .ppma-grid-post-content {
    padding: 18px 18px 22px !important;
  }

}

.ppma-author-pages .ppma-author-html_custom-profile-data,
.ppma-author-pages .ppma-author-html-custom-profile-data,
.ppma-author-pages .ppma-author-field-type-html,
.ppma-author-pages .ppma-author-field-type-textarea {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  display: block !important;
  margin-top: 34px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
}

.ppma-author-pages .ppma-author-html_custom-profile-data .dashicons,
.ppma-author-pages .ppma-author-html-custom-profile-data .dashicons,
.ppma-author-pages .ppma-author-field-type-html .dashicons,
.ppma-author-pages .ppma-author-field-type-textarea .dashicons {
  display: none !important;
}

/* ============================================================
   Author page: bloques extra y favoritos
   ============================================================ */

.pdm-author-extra {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 12px;
}

@media (max-width: 900px) {

  .pdm-author-extra-intro {
    text-align: left;
  }

  .pdm-author-favorites-header {
    text-align: left;
  }

}

.pdm-author-extra {
  display: none;
  max-width: 980px;
  margin: 0 auto 58px;
  padding: 0;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pdm-author-extra-intro {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.pdm-author-extra-kicker,
.pdm-author-favorites-header span {
  display: inline-block;
  margin-bottom: 10px;
  color: #2A9D8F;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.pdm-author-extra-intro h2,
.pdm-author-favorites-header h2 {
  margin: 0 0 14px;
  color: #06283D;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.pdm-author-extra-intro p {
  margin: 0;
  color: #3E4A59;
  font-size: 17px;
  line-height: 1.62;
}

.pdm-author-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 42px;
}

.pdm-author-extra-card {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(6, 40, 61, .08);
  border-radius: 22px;
  padding: 22px 22px 24px;
  box-shadow: 0 10px 26px rgba(6, 40, 61, .055);
}

.pdm-author-extra-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #EAF7F7;
  color: #2A9D8F;
  font-size: 13px;
  font-weight: 950;
}

.pdm-author-extra-card h3 {
  margin: 0 0 9px;
  color: #06283D;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.pdm-author-extra-card p {
  margin: 0;
  color: #526173;
  font-size: 15px;
  line-height: 1.56;
}

.pdm-author-favorites {
  margin-top: 34px;
}

.pdm-author-favorites-header {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.pdm-author-favorites-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdm-author-favorites-grid article {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(6, 40, 61, .08);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(6, 40, 61, .06);
}

.pdm-author-favorites-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.pdm-author-favorites-grid h3 {
  margin: 0;
  padding: 14px 16px 16px;
  color: #06283D;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.pdm-author-quote {
  max-width: 760px;
  margin: 38px auto 0;
  padding: 22px 26px;
  border-left: 0;
  border-radius: 22px;
  background: #FFF5EA;
  color: #06283D;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 24px rgba(6, 40, 61, .055);
}

@media (max-width: 900px) {

  .pdm-author-extra {
    margin-bottom: 48px;
  }

  .pdm-author-extra-grid {
    grid-template-columns: 1fr;
  }

  .pdm-author-favorites-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdm-author-extra-intro,
  .pdm-author-favorites-header {
    text-align: left;
  }

}

@media (max-width: 520px) {

  .pdm-author-extra {
    margin-bottom: 42px;
  }

  .pdm-author-favorites-grid {
    grid-template-columns: 1fr;
  }

  .pdm-author-extra-card {
    padding: 20px 18px 22px;
  }

  .pdm-author-quote {
    font-size: 19px;
    padding: 20px 18px;
  }

}

/* ============================================================
   Hero de entradas: metadatos, breadcrumbs y liquid glass
   ============================================================ */

.single-post .pdm-post-hero-meta {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: stretch;
  width: fit-content;
  max-width: min(1120px, calc(100vw - 40px));
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .48);
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, .82) 0%,
      rgba(255, 255, 255, .64) 48%,
      rgba(255, 255, 255, .78) 100%
    );
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
  box-shadow: 0 22px 52px rgba(6, 40, 61, .24),
    inset 0 1px 0 rgba(255, 255, 255, .85),
    inset 0 -1px 0 rgba(255, 255, 255, .34);
}

.single-post .pdm-post-hero-meta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, .85), transparent 34%),
    radial-gradient(circle at bottom right, rgba(42, 157, 143, .12), transparent 36%);
  opacity: .75;
}

.single-post .pdm-post-hero-meta-item {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px auto;
  align-items: center;
  column-gap: 12px;
  color: #06283D;
  border-right: 1px solid rgba(6, 40, 61, .12);
}

.single-post .pdm-post-hero-meta-item:last-child {
  border-right: 0;
}

.single-post .pdm-post-hero-meta-item > span:not(.pdm-post-hero-meta-icon) {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.single-post .pdm-post-hero-meta-item small {
  display: block;
  color: #667085;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.single-post .pdm-post-hero-meta-item strong,
.single-post .pdm-post-hero-meta-item a {
  color: #06283D !important;
  line-height: 1.12;
  font-weight: 950;
  text-decoration: none !important;
}

.single-post .pdm-post-hero-meta-item a:hover {
  color: #2A9D8F !important;
}

.single-post .pdm-post-hero-author-avatar {
  border-radius: 999px !important;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(6, 40, 61, .16);
}

.single-post .pdm-post-hero-meta-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(234, 247, 247, .90);
  color: #2A9D8F;
  font-size: 17px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8),
    0 8px 18px rgba(6, 40, 61, .07);
}

.single-post .pdm-post-hero-rating strong {
  display: block;
  max-width: 190px;
  overflow: hidden;
}

.single-post .pdm-post-hero-rating .rmp-results-widget,
.single-post .pdm-post-hero-rating .rmp-rating-widget,
.single-post .pdm-post-hero-rating .rmp-rating,
.single-post .pdm-post-hero-rating .rmp-results {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.single-post .pdm-post-hero-rating .rmp-icon,
.single-post .pdm-post-hero-rating .rmp-rating-widget__icons-list__icon {
  color: #EF6F61 !important;
  font-size: 17px !important;
}

.single-post .pdm-post-hero-rating strong,
.single-post .pdm-post-hero-rating strong * {
  white-space: nowrap !important;
  line-height: 1.1 !important;
}

@media (max-width: 1024px) {

  .single-post .pdm-post-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
  }

  .single-post .pdm-post-hero-meta-item:nth-child(2) {
    border-right: 0;
  }

  .single-post .pdm-post-hero-meta-item:nth-child(1),
  .single-post .pdm-post-hero-meta-item:nth-child(2) {
    border-bottom: 1px solid rgba(6, 40, 61, .10);
  }

}

@media (max-width: 768px) {

  .single-post .pdm-post-hero-meta {
    grid-template-columns: 1fr;
  }

  .single-post .pdm-post-hero-meta-item {
    grid-template-columns: 42px 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 40, 61, .10);
  }

  .single-post .pdm-post-hero-meta-item:last-child {
    border-bottom: 0;
  }

  .single-post .pdm-post-hero-author-avatar,
  .single-post .pdm-post-hero-meta-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .single-post .pdm-post-hero-meta-item small {
    font-size: 11px;
  }

  .single-post .pdm-post-hero-rating strong {
    max-width: 100%;
  }

}

@media (max-width: 420px) {

  .single-post .pdm-post-hero-meta {
    width: calc(100vw - 24px);
  }

  .single-post .pdm-post-hero-meta-item {
    padding-left: 14px;
    padding-right: 14px;
  }

}

.single-post .pdm-post-breadcrumbs {
  max-width: 1120px;
  margin: 0 auto 28px;
  padding: 18px 24px 0;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.single-post .pdm-post-breadcrumbs,
.single-post .pdm-post-breadcrumbs a,
.single-post .pdm-post-breadcrumbs span {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;
}

.single-post .pdm-post-breadcrumbs {
  color: #667085;
}

.single-post .pdm-post-breadcrumbs a {
  color: #2A9D8F !important;
  text-decoration: none !important;
}

.single-post .pdm-post-breadcrumbs a:hover {
  color: #EF6F61 !important;
}

.single-post .pdm-post-breadcrumbs .breadcrumb_last,
.single-post .pdm-post-breadcrumbs span:last-child {
  color: #06283D;
  font-weight: 850;
}

.single-post .pdm-post-breadcrumbs span,
.single-post .pdm-post-breadcrumbs a {
  vertical-align: middle;
}

@media (max-width: 768px) {

  .single-post .pdm-post-breadcrumbs {
    padding: 15px 18px 0;
    margin-bottom: 22px;
  }

  .single-post .pdm-post-breadcrumbs,
  .single-post .pdm-post-breadcrumbs a,
  .single-post .pdm-post-breadcrumbs span {
    font-size: 13px;
  }

}

@media (max-width: 1024px) {

  .single-post .pdm-post-hero-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: min(720px, calc(100vw - 40px)) !important;
    max-width: 720px !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .72) !important;
    -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
    backdrop-filter: blur(18px) saturate(145%) !important;
  }

  .single-post .pdm-post-hero-meta::before {
    opacity: .35 !important;
  }

  .single-post .pdm-post-hero-meta-item {
    display: inline-flex !important;
    grid-template-columns: none !important;
    gap: 8px !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .62) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55) !important;
  }

  .single-post .pdm-post-hero-meta-item > span:not(.pdm-post-hero-meta-icon) {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
  }

  .single-post .pdm-post-hero-meta-item small {
    display: none !important;
  }

  .single-post .pdm-post-hero-meta-item strong,
  .single-post .pdm-post-hero-meta-item a {
    font-size: 13.5px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .single-post .pdm-post-hero-author-avatar {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }

  .single-post .pdm-post-hero-meta-icon {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    font-size: 13px !important;
  }

}

@media (max-width: 768px) {

  .single-post .pdm-post-hero-meta {
    width: calc(100vw - 32px) !important;
    max-width: 520px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-top: 18px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .single-post .pdm-post-hero-meta::before {
    display: none !important;
  }

  .single-post .pdm-post-hero-meta-item {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    gap: 7px !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .18) !important;
    color: #ffffff !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: none !important;
  }

  .single-post .pdm-post-hero-meta-item > span:not(.pdm-post-hero-meta-icon) {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .single-post .pdm-post-hero-meta-item small {
    display: none !important;
  }

  .single-post .pdm-post-hero-meta-item strong,
  .single-post .pdm-post-hero-meta-item a {
    color: #ffffff !important;
    font-size: 12.8px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }

  .single-post .pdm-post-hero-author-avatar {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
  }

  .single-post .pdm-post-hero-meta-icon {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    background: rgba(255, 255, 255, .22) !important;
    color: #ffffff !important;
    font-size: 12px !important;
  }

  .single-post .pdm-post-hero-rating {
    display: none !important;
  }

}

/* ============================================================
   Hero de entradas: estructura general
   ============================================================ */

.pdm-post-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}

.pdm-post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(7, 21, 33, 0.34) 0%,
      rgba(7, 21, 33, 0.28) 20%,
      rgba(7, 21, 33, 0.18) 42%,
      rgba(7, 21, 33, 0.62) 100%
    );
  z-index: 1;
}

.pdm-post-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(7, 21, 33, 0.42) 0%,
      rgba(7, 21, 33, 0.18) 38%,
      rgba(7, 21, 33, 0.08) 100%
    );
  z-index: 1;
  pointer-events: none;
}

.pdm-post-hero .inside-page-hero,
.pdm-post-hero .inside-header,
.pdm-post-hero .grid-container {
  position: relative;
  z-index: 2;
}

.pdm-post-hero .inside-page-hero,
.pdm-post-hero .inside-header {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 32px 54px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.pdm-post-hero .pdm-post-kicker,
.pdm-post-hero .categoria-hero,
.pdm-post-hero .post-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pdm-post-hero h1 {
  max-width: 900px;
  margin: 0 0 26px;
  color: #ffffff;
  font-size: clamp(36px, 5.1vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 900;
  text-align: left;
  text-wrap: balance;
  text-shadow: 0 10px 30px rgba(0,0,0,.20);
}

.pdm-post-hero .fechatiempo,
.pdm-post-hero .rating_posts {
  text-align: left;
}

.pdm-post-hero .pdm-post-hero-meta {
  align-self: flex-start;
  margin-top: 0;
}

.pdm-post-hero,
.pdm-post-hero .inside-page-hero,
.pdm-post-hero .inside-header,
.pdm-post-hero h1,
.pdm-post-hero .fechatiempo,
.pdm-post-hero .rating_posts {
  text-align: left !important;
}

.pdm-post-hero .pdm-post-hero-copy,
.pdm-post-hero .hero-content,
.pdm-post-hero .inside-page-hero > * {
  max-width: 980px;
}

@media (max-width: 1024px) {

  .pdm-post-hero {
    min-height: 560px;
  }

  .pdm-post-hero .inside-page-hero,
  .pdm-post-hero .inside-header {
    padding: 104px 24px 42px;
  }

  .pdm-post-hero h1 {
    max-width: 760px;
    font-size: clamp(34px, 6vw, 52px);
    line-height: 1.05;
    margin-bottom: 20px;
  }

  .pdm-post-hero .pdm-post-kicker,
  .pdm-post-hero .categoria-hero,
  .pdm-post-hero .post-kicker {
    margin-bottom: 14px;
  }

}

@media (max-width: 768px) {

  .pdm-post-hero {
    min-height: 480px;
  }

  .pdm-post-hero::before {
    background: linear-gradient(
        180deg,
        rgba(7, 21, 33, 0.42) 0%,
        rgba(7, 21, 33, 0.28) 26%,
        rgba(7, 21, 33, 0.72) 100%
      );
  }

  .pdm-post-hero::after {
    background: none;
  }

  .pdm-post-hero .inside-page-hero,
  .pdm-post-hero .inside-header {
    padding: 88px 18px 26px;
  }

  .pdm-post-hero h1 {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 44px);
    line-height: 1.06;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
  }

  .pdm-post-hero .pdm-post-kicker,
  .pdm-post-hero .categoria-hero,
  .pdm-post-hero .post-kicker {
    min-height: 30px;
    padding: 0 12px;
    font-size: 11px;
    margin-bottom: 12px;
  }

}

/* ============================================================
   Hero de entradas: versión compacta final
   ============================================================ */

.single-post .pdm-post-hero-kicker span {
  min-height: 28px !important;
  padding: 0 11px !important;
  font-size: 10.5px !important;
}

.single-post .pdm-post-hero-meta {
  margin-top: 0 !important;
}

.single-post .pdm-post-hero-meta-item {
  min-height: 58px !important;
  padding: 0 17px !important;
}

.single-post .pdm-post-hero-author-avatar {
  width: 38px !important;
  height: 38px !important;
}

.single-post .pdm-post-hero-meta-icon {
  width: 34px !important;
  height: 34px !important;
}

.single-post .pdm-post-hero-meta-item small {
  font-size: 10px !important;
}

.single-post .pdm-post-hero-meta-item strong,
.single-post .pdm-post-hero-meta-item a {
  font-size: 13px !important;
}

@media (max-width: 1024px) {

  .single-post .pdm-post-hero-content {
    padding: 78px 0 38px !important;
  }

}

.single-post .page-hero.pdm-post-hero {
  min-height: 430px !important;
  height: 430px !important;
  max-height: 430px !important;
  display: flex !important;
  align-items: flex-end !important;
}

.single-post .page-hero.pdm-post-hero .inside-page-hero,
.single-post .page-hero.pdm-post-hero .inside-content-header,
.single-post .page-hero.pdm-post-hero .grid-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-post .pdm-post-hero-content {
  width: min(1120px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 0 38px !important;
}

.single-post .pdm-post-hero-title {
  max-width: 760px !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.03 !important;
  margin-bottom: 18px !important;
}

.single-post .pdm-post-hero-kicker {
  margin-bottom: 9px !important;
}

.single-post .pdm-post-hero-meta {
  transform: scale(.92);
  transform-origin: left center;
}

@media (max-width: 1024px) {

  .single-post .page-hero.pdm-post-hero {
    min-height: 390px !important;
    height: 390px !important;
    max-height: 390px !important;
  }

  .single-post .pdm-post-hero-content {
    width: calc(100vw - 40px) !important;
    padding-bottom: 30px !important;
  }

  .single-post .pdm-post-hero-title {
    max-width: 680px !important;
    font-size: clamp(31px, 4.8vw, 44px) !important;
    margin-bottom: 15px !important;
  }

  .single-post .pdm-post-hero-meta {
    transform: scale(.88);
  }

}

@media (max-width: 768px) {

  .single-post .page-hero.pdm-post-hero {
    min-height: 380px !important;
    height: auto !important;
    max-height: none !important;
  }

  .single-post .pdm-post-hero-content {
    width: calc(100vw - 32px) !important;
    padding: 70px 0 24px !important;
  }

  .single-post .pdm-post-hero-title {
    font-size: clamp(28px, 7.6vw, 38px) !important;
    line-height: 1.06 !important;
    margin-bottom: 13px !important;
  }

  .single-post .pdm-post-hero-meta {
    transform: none;
  }

}

/* =========================================
   POST HERO - CATEGORÍAS EN PASTILLA
========================================= */

.pdm-post-hero-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.pdm-post-hero-cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pdm-post-hero-cat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 7px 13px 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .035em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  box-shadow:
    0 8px 22px rgba(0, 0, 0, .16),
    inset 0 1px 0 rgba(255, 255, 255, .28);
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.pdm-post-hero-cat::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #EF6F61;
  box-shadow: 0 0 0 3px rgba(239, 111, 97, .22);
}

.pdm-post-hero-cat:hover {
  color: #fff;
  background: rgba(255, 255, 255, .26);
  border-color: rgba(255, 255, 255, .55);
  transform: translateY(-1px);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

/* Móvil: más discreto */
@media (max-width: 768px) {
  .pdm-post-hero-kicker {
    margin-bottom: 9px;
  }

  .pdm-post-hero-cats {
    gap: 6px;
  }

  .pdm-post-hero-cat {
    min-height: 28px;
    padding: 6px 10px;
    font-size: .66rem;
    letter-spacing: .025em;
  }

  .pdm-post-hero-cat::before {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 2px rgba(239, 111, 97, .22);
  }
}

/* =========================================
   PDM - SIDEBAR PARTNERS DEFINITIVO
========================================= */

.pdm-partners-box {
  --pdm-cream: #FFF5EA;
  --pdm-cream-soft: #FFF9F1;
  --pdm-ink: #263238;
  --pdm-muted: #6F746F;
  --pdm-green: #2A9D8F;
  --pdm-terracotta: #E76F51;
  --pdm-border: rgba(38, 50, 56, .10);

  font-family: inherit;
  background:
    radial-gradient(circle at top right, rgba(231, 111, 81, .10), transparent 34%),
    linear-gradient(180deg, var(--pdm-cream-soft), #ffffff);
  border: 1px solid var(--pdm-border);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(38, 50, 56, .08);
}

.pdm-partners-heading {
  margin-bottom: 16px;
}

.pdm-partners-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: var(--pdm-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pdm-partners-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pdm-terracotta);
}

.pdm-partners-heading h2 {
  margin: 0 0 8px;
  color: var(--pdm-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.pdm-partners-heading p {
  margin: 0;
  color: var(--pdm-muted);
  font-size: 13px;
  line-height: 1.45;
}


/* =========================================
   TARJETAS BASE
========================================= */

.pdm-partner-card {
  position: relative;
  display: block;
  padding: 15px;
  margin-top: 12px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(38, 50, 56, .10);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(38, 50, 56, .06);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
}

.pdm-partner-card:hover {
  transform: translateY(-2px);
  border-color: rgba(42, 157, 143, .32);
  box-shadow: 0 16px 34px rgba(38, 50, 56, .11);
  background: #ffffff;
  text-decoration: none;
}

.pdm-partner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.pdm-partner-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  height: 38px;
}

.pdm-partner-logo img {
  display: block;
  max-width: 132px;
  max-height: 36px;
  object-fit: contain;
}

.pdm-partner-content {
  margin-bottom: 13px;
}

.pdm-partner-type {
  display: block;
  margin-bottom: 4px;
  color: var(--pdm-green);
  font-size: 12px;
  font-weight: 850;
}

.pdm-partner-content strong {
  display: block;
  color: var(--pdm-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.pdm-partner-content p {
  margin: 6px 0 0;
  color: var(--pdm-muted);
  font-size: 13px;
  line-height: 1.42;
}

.pdm-partner-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pdm-ink);
  font-size: 13px;
  font-weight: 850;
}

.pdm-partner-cta::after {
  content: "→";
  color: var(--pdm-terracotta);
  transition: transform .18s ease;
}

.pdm-partner-card:hover .pdm-partner-cta::after {
  transform: translateX(3px);
}


/* =========================================
   BADGE DE DESCUENTO NORMAL
   Ejemplo: Heymondo 5% dto.
========================================= */

.pdm-partner-discount {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  color: #ffffff;
  background: var(--pdm-terracotta);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(231, 111, 81, .22);
}


/* =========================================
   BADGE SUAVE SIN PROMO
   Ejemplo: Revolut / Booking
========================================= */

.pdm-partner-discount--soft {
  color: var(--pdm-green);
  background: rgba(42, 157, 143, .11);
  box-shadow: none;
}


/* =========================================
   TARJETA CON PROMO DESTACADA
   Ejemplo: eSIM Flag -30%
========================================= */

.pdm-partner-card--promo {
  overflow: visible;
  border-color: rgba(231, 111, 81, .28);
  background:
    radial-gradient(circle at top right, rgba(231, 111, 81, .12), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #FFF7F1 100%);
}

.pdm-partner-card--promo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.35), transparent 42%);
}

.pdm-partner-card--promo > * {
  position: relative;
  z-index: 2;
}

.pdm-partner-top--promo {
  align-items: flex-start;
  gap: 12px;
}

.pdm-partner-card--promo .pdm-partner-logo {
  height: 46px;
}

.pdm-partner-card--promo .pdm-partner-logo img {
  max-width: 142px;
  max-height: 44px;
}

.pdm-promo-lockup {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-left: auto;
}

.pdm-promo-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--pdm-green);
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(42, 157, 143, .20);
}

.pdm-promo-amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 42px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--pdm-terracotta);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.03em;
  box-shadow: 0 10px 24px rgba(231, 111, 81, .28);
}

.pdm-partner-card--promo .pdm-partner-type {
  color: var(--pdm-green);
}


/* Por si queda algún estilo viejo de la banda diagonal */
.pdm-partner-card--promo .pdm-partner-ribbon {
  display: none !important;
}


/* =========================================
   SIDEBAR STICKY EN DESKTOP
========================================= */

@media (min-width: 1025px) {
  .pdm-partners-box {
    position: sticky;
    top: 96px;
  }
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {
  .pdm-partners-box {
    border-radius: 20px;
    padding: 16px;
  }

  .pdm-partners-heading h2 {
    font-size: 17px;
  }

  .pdm-partner-card {
    padding: 14px;
    border-radius: 18px;
  }

  .pdm-partner-logo img {
    max-width: 116px;
  }

  .pdm-partner-content strong {
    font-size: 14px;
  }

  .pdm-partner-content p {
    font-size: 12.5px;
  }

  .pdm-partner-discount {
    font-size: 12px;
    padding: 6px 9px;
  }

  .pdm-partner-card--promo .pdm-partner-logo img {
    max-width: 132px;
  }

  .pdm-promo-label {
    font-size: 9.5px;
    padding: 6px 9px;
  }

  .pdm-promo-amount {
    min-width: 78px;
    min-height: 39px;
    font-size: 21px;
    padding: 8px 13px;
  }
}

@media (max-width: 420px) {
  .pdm-partner-top--promo {
    flex-direction: column;
    align-items: flex-start;
  }

  .pdm-promo-lockup {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
  }

  .pdm-promo-amount {
    min-width: 76px;
    min-height: 38px;
    font-size: 21px;
  }
}

/* =========================================
   POSTS RELACIONADOS - PEDAZOS DE MUNDO
   Versión compacta y discreta
========================================= */

.custom-recent-posts {
  --pdm-related-text: #2f2a24;
  --pdm-related-muted: #8b7868;
  --pdm-related-border: rgba(54, 42, 34, .10);
  --pdm-related-accent: #ef6f61;
  --pdm-related-green: #2a9d8f;

  margin: 42px 0 32px;
  padding: 0;
  background: #ffffff;
  border: none;
  box-shadow: none;
}

/* Evita fondos o decoraciones heredadas */
.custom-recent-posts::before,
.custom-recent-posts::after {
  display: none !important;
  content: none !important;
}

/* Título del bloque */
.custom-recent-posts-title {
  margin: 0 0 14px;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--pdm-related-text);
}

/* Pastilla superior */
.custom-recent-posts-kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(42, 157, 143, .10);
  color: #237f75;
  font-size: .62rem;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Limpia los estilos que arrastra la categoría del hero */
.custom-recent-posts-category,
.custom-recent-posts-category *,
.custom-recent-posts-kicker .pdm-post-hero-categories,
.custom-recent-posts-kicker .pdm-post-hero-category,
.custom-recent-posts-kicker .pdm-post-hero-cat,
.custom-recent-posts-kicker a {
  all: unset;
  display: inline;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Quita puntos, iconos o decoraciones heredadas */
.custom-recent-posts-category *::before,
.custom-recent-posts-category *::after,
.custom-recent-posts-kicker a::before,
.custom-recent-posts-kicker a::after,
.custom-recent-posts-kicker .pdm-post-hero-categories::before,
.custom-recent-posts-kicker .pdm-post-hero-categories::after,
.custom-recent-posts-kicker .pdm-post-hero-category::before,
.custom-recent-posts-kicker .pdm-post-hero-category::after,
.custom-recent-posts-kicker .pdm-post-hero-cat::before,
.custom-recent-posts-kicker .pdm-post-hero-cat::after {
  content: none !important;
  display: none !important;
}

.custom-recent-posts-category {
  font-weight: 900;
}

/* Título principal */
.custom-recent-posts-main-title {
  display: block;
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.025em;
}

/* Reset general WP Show Posts */
.custom-recent-posts .wp-show-posts,
.custom-recent-posts .wp-show-posts-columns {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-recent-posts .wp-show-posts-single {
  width: 100% !important;
  float: none !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
}

/* Cada post relacionado */
.custom-recent-posts .wp-show-posts-inner {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0 !important;
  padding: 8px;
  background: #ffffff;
  border: 1px solid var(--pdm-related-border);
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(47, 42, 36, .035);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.custom-recent-posts .wp-show-posts-inner:hover {
  transform: translateY(-1px);
  border-color: rgba(239, 111, 97, .24);
  box-shadow: 0 8px 18px rgba(47, 42, 36, .07);
}

/* Imagen pequeña */
.custom-recent-posts .wp-show-posts-image {
  order: -1;
  width: 68px;
  height: 52px;
  margin: 0 !important;
  float: none !important;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f2ec;
}

.custom-recent-posts .wp-show-posts-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-recent-posts .wp-show-posts-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block;
  object-fit: cover;
  float: none !important;
  margin: 0 !important;
  transition: transform .3s ease;
}

.custom-recent-posts .wp-show-posts-inner:hover .wp-show-posts-image img {
  transform: scale(1.04);
}

/* Contenido */
.custom-recent-posts .wp-show-posts-entry-header {
  padding: 0;
  min-width: 0;
}

.custom-recent-posts .wp-show-posts-entry-title {
  margin: 0;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .82rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.custom-recent-posts .wp-show-posts-entry-title a {
  color: var(--pdm-related-text);
  text-decoration: none;
}

.custom-recent-posts .wp-show-posts-entry-title a:hover {
  color: var(--pdm-related-accent);
}

/* Fecha */
.custom-recent-posts .wp-show-posts-entry-meta {
  order: -1;
  margin: 0 0 4px;
  font-size: .66rem;
  line-height: 1.2;
}

.custom-recent-posts .wp-show-posts-entry-meta a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--pdm-related-muted);
  text-decoration: none;
  font-weight: 700;
}

.custom-recent-posts .wp-show-posts-entry-meta a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--pdm-related-accent);
  flex: 0 0 auto;
}

/* Oculta fecha de actualización */
.custom-recent-posts .wp-show-posts-updated {
  display: none;
}

/* Limpieza del plugin */
.custom-recent-posts .wpsp-clear {
  display: none !important;
}

/* Móvil */
@media (max-width: 640px) {
  .custom-recent-posts {
    margin: 34px 0 26px;
  }

  .custom-recent-posts-main-title {
    font-size: 1.1rem;
  }

  .custom-recent-posts-kicker {
    font-size: .58rem;
    padding: 5px 9px;
  }

  .custom-recent-posts .wp-show-posts-inner {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 9px;
    padding: 7px;
    border-radius: 13px;
  }

  .custom-recent-posts .wp-show-posts-image {
    width: 60px;
    height: 48px;
    border-radius: 9px;
  }

  .custom-recent-posts .wp-show-posts-entry-title {
    font-size: .78rem;
    line-height: 1.22;
  }

  .custom-recent-posts .wp-show-posts-entry-meta {
    font-size: .62rem;
  }
}


/* =========================================
   PDM - LANDING GUÍAS DESCARGABLES
========================================= */

.pdm-leadmagnet-page {
  --pdm-cream: #fff5ea;
  --pdm-white: #ffffff;
  --pdm-ink: #24302f;
  --pdm-muted: #66706c;
  --pdm-green: #2a9d8f;
  --pdm-green-dark: #1f7d72;
  --pdm-terracotta: #ef6f61;
  --pdm-border: rgba(36, 48, 47, .11);
  --pdm-shadow: 0 24px 70px rgba(36, 48, 47, .15);

  position: relative;
  overflow: hidden;
  padding: 58px 20px 78px;
  color: var(--pdm-ink);
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% 0%, rgba(239, 111, 97, .18), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(42, 157, 143, .12), transparent 30%),
    linear-gradient(180deg, var(--pdm-cream) 0%, #ffffff 78%);
}

.pdm-leadmagnet-page *,
.pdm-leadmagnet-page *::before,
.pdm-leadmagnet-page *::after {
  box-sizing: border-box;
}

.pdm-leadmagnet-shell {
  max-width: 1180px;
  margin: 0 auto;
}

/* CABECERA */

.pdm-leadmagnet-head {
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.pdm-leadmagnet-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(42, 157, 143, .12);
  color: var(--pdm-green-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pdm-leadmagnet-head h1 {
  max-width: 860px;
  margin: 0 auto 18px;
  color: var(--pdm-ink);
  font-size: clamp(2.2rem, 4.9vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 900;
}

.pdm-leadmagnet-intro {
  max-width: 720px;
  margin: 0 auto;
  color: var(--pdm-muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.62;
}

/* CUERPO */

.pdm-leadmagnet-body {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

/* MOCKUP */

.pdm-leadmagnet-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 540px;
}

.pdm-leadmagnet-cover-wrap {
  position: relative;
  width: min(100%, 390px);
  padding: 14px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,255,255,.52));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: var(--pdm-shadow);
  transform: rotate(-2deg);
}

.pdm-leadmagnet-cover-wrap::before {
  content: "";
  position: absolute;
  inset: 28px -14px -14px 30px;
  z-index: -1;
  border-radius: 28px;
  background: rgba(42, 157, 143, .16);
  transform: rotate(5deg);
}

.pdm-leadmagnet-cover {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: #f3e6d7;
  box-shadow: 0 14px 34px rgba(36, 48, 47, .18);
}

.pdm-leadmagnet-cover-placeholder {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  color: var(--pdm-muted);
  font-weight: 900;
}

.pdm-leadmagnet-badge {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: var(--pdm-green-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 10px 24px rgba(36, 48, 47, .13);
  backdrop-filter: blur(10px);
}

/* MINI CLAIMS FLOTANTES */

.pdm-leadmagnet-mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.pdm-leadmagnet-mini-proof span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(36,48,47,.08);
  color: #40504c;
  font-size: .9rem;
  font-weight: 850;
}

.pdm-leadmagnet-mini-proof--floating {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
  z-index: 4;
}

.pdm-leadmagnet-mini-proof--floating span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(36,48,47,.08);
  color: #40504c;
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.15;
  box-shadow: 0 14px 28px rgba(36, 48, 47, .12);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  pointer-events: auto;
}

.pdm-leadmagnet-mini-proof--floating span:nth-child(1) {
  top: 46px;
  left: 2px;
  transform: rotate(-5deg);
}

.pdm-leadmagnet-mini-proof--floating span:nth-child(2) {
  top: 230px;
  right: -10px;
  transform: rotate(4deg);
}

.pdm-leadmagnet-mini-proof--floating span:nth-child(3) {
  bottom: 42px;
  left: 28px;
  transform: rotate(-3deg);
}

/* COLUMNA FORMULARIO */

.pdm-leadmagnet-content {
  min-width: 0;
  padding-top: 12px;
}

.pdm-leadmagnet-form-card {
  max-width: 570px;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 30px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: 0 20px 54px rgba(36, 48, 47, .12);
  backdrop-filter: blur(14px);
}

.pdm-leadmagnet-form-heading h2 {
  margin: 0 0 8px;
  color: var(--pdm-ink);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 900;
}

.pdm-leadmagnet-form-heading p {
  margin: 0 0 18px;
  color: var(--pdm-muted);
  font-size: .99rem;
  line-height: 1.58;
}

.pdm-leadmagnet-form {
  margin-top: 14px;
}

.pdm-leadmagnet-form form {
  margin: 0;
}

.pdm-leadmagnet-form p {
  margin-bottom: 12px;
}

.pdm-leadmagnet-form input[type="email"],
.pdm-leadmagnet-form input[type="text"] {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(36, 48, 47, .16);
  background: #ffffff;
  color: var(--pdm-ink);
  font-size: 1rem;
  font-weight: 750;
  outline: none;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pdm-leadmagnet-form input[type="email"]:focus,
.pdm-leadmagnet-form input[type="text"]:focus {
  border-color: rgba(42, 157, 143, .65);
  box-shadow: 0 0 0 4px rgba(42, 157, 143, .12);
}

.pdm-leadmagnet-form input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  accent-color: var(--pdm-green);
}

.pdm-leadmagnet-form label {
  color: #4f5a57;
  font-size: .91rem;
  line-height: 1.45;
}

.pdm-leadmagnet-form a {
  color: var(--pdm-green-dark);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pdm-leadmagnet-form button,
.pdm-leadmagnet-form input[type="submit"],
.pdm-leadmagnet-form .sib-default-btn,
.pdm-leadmagnet-form .sib-form-block__button {
  width: 100%;
  min-height: 56px;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pdm-terracotta), #e85d50);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(239, 111, 97, .26);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pdm-leadmagnet-form button:hover,
.pdm-leadmagnet-form input[type="submit"]:hover,
.pdm-leadmagnet-form .sib-default-btn:hover,
.pdm-leadmagnet-form .sib-form-block__button:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow: 0 18px 34px rgba(239, 111, 97, .31);
}

.pdm-leadmagnet-legal {
  margin: 14px 0 0;
  color: #7a827f;
  font-size: .83rem;
  line-height: 1.5;
}

/* HIGHLIGHTS */

.pdm-leadmagnet-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: clamp(40px, 5vw, 64px);
}

.pdm-leadmagnet-highlight {
  position: relative;
  padding: 24px 22px 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--pdm-border);
  box-shadow: 0 14px 34px rgba(36, 48, 47, .07);
}

.pdm-leadmagnet-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: rgba(42, 157, 143, .12);
  color: var(--pdm-green-dark);
  font-size: .88rem;
  font-weight: 900;
}

.pdm-leadmagnet-highlight h3 {
  margin: 0 0 8px;
  color: var(--pdm-ink);
  font-size: 1.06rem;
  line-height: 1.22;
  letter-spacing: -.02em;
  font-weight: 900;
}

.pdm-leadmagnet-highlight p {
  margin: 0;
  color: var(--pdm-muted);
  font-size: .94rem;
  line-height: 1.55;
}

/* BLOQUE FINAL */

.pdm-leadmagnet-bottom {
  max-width: 880px;
  margin: 34px auto 0;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(42, 157, 143, .08);
  border: 1px solid rgba(42, 157, 143, .16);
  text-align: center;
}

.pdm-leadmagnet-bottom p {
  margin: 0;
  color: #4f5a57;
  font-size: .98rem;
  line-height: 1.65;
}

/* TABLET */

@media (max-width: 980px) {
  .pdm-leadmagnet-page {
    padding: 48px 18px 64px;
  }

  .pdm-leadmagnet-head {
    max-width: 820px;
    margin-bottom: 28px;
  }

  .pdm-leadmagnet-head h1 {
    font-size: clamp(2.1rem, 7vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -.04em;
  }

  .pdm-leadmagnet-intro {
    font-size: 1rem;
  }

  .pdm-leadmagnet-body {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pdm-leadmagnet-media {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .pdm-leadmagnet-cover-wrap {
    width: min(86vw, 360px);
  }

  .pdm-leadmagnet-mini-proof--floating {
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    inset: auto;
    margin: 0;
  }

  .pdm-leadmagnet-mini-proof--floating span {
    position: static;
    transform: none;
    white-space: normal;
  }

  .pdm-leadmagnet-content {
    padding-top: 0;
    text-align: center;
  }

  .pdm-leadmagnet-form-card {
    margin-left: auto;
    margin-right: auto;
  }

  .pdm-leadmagnet-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MÓVIL */

@media (max-width: 640px) {
  .pdm-leadmagnet-page {
    padding: 34px 14px 52px;
  }

  .pdm-leadmagnet-head {
    text-align: left;
    margin-bottom: 24px;
  }

  .pdm-leadmagnet-kicker {
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: .68rem;
    line-height: 1.25;
    letter-spacing: .04em;
  }

  .pdm-leadmagnet-head h1 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.02;
    letter-spacing: -.04em;
    font-weight: 900;
  }

  .pdm-leadmagnet-intro {
    font-size: .98rem;
    line-height: 1.56;
  }

  .pdm-leadmagnet-body {
    gap: 26px;
  }

  .pdm-leadmagnet-cover-wrap {
    width: min(86vw, 305px);
    padding: 11px;
    border-radius: 26px;
    transform: rotate(-1.2deg);
  }

  .pdm-leadmagnet-cover-wrap::before {
    inset: 26px -12px -12px 28px;
    border-radius: 24px;
  }

  .pdm-leadmagnet-cover {
    border-radius: 19px;
  }

  .pdm-leadmagnet-cover-placeholder {
    min-height: 380px;
  }

  .pdm-leadmagnet-badge {
    top: 20px;
    left: 20px;
    padding: 7px 11px;
    font-size: .72rem;
  }

  .pdm-leadmagnet-content {
    text-align: left;
  }

  .pdm-leadmagnet-mini-proof--floating {
    justify-content: flex-start;
    gap: 8px;
  }

  .pdm-leadmagnet-mini-proof--floating span {
    padding: 8px 11px;
    font-size: .8rem;
  }

  .pdm-leadmagnet-form-card {
    padding: 20px;
    border-radius: 24px;
  }

  .pdm-leadmagnet-form-heading h2 {
    font-size: 1.35rem;
  }

  .pdm-leadmagnet-form-heading p {
    font-size: .94rem;
  }

  .pdm-leadmagnet-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
  }

  .pdm-leadmagnet-highlight {
    padding: 20px;
    border-radius: 20px;
  }

  .pdm-leadmagnet-bottom {
    text-align: left;
    padding: 18px 19px;
  }

  .pdm-leadmagnet-bottom p {
    font-size: .94rem;
  }
}