/* CARD SOLO EN LOS MÓDULOS DE LISTADO */
.cards-post .et_pb_post {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  background: #fff;
}

/* HOVER SOLO EN LISTADOS */
.cards-post .et_pb_post:hover{
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* IMAGEN SOLO EN LISTADOS */
.cards-post .et_pb_image_container img{
  height: 220px;
  object-fit: cover;
}

/* TÍTULO SOLO EN LISTADOS */
.cards-post .et_pb_post .entry-title {
  font-size: 18px;
  margin-bottom: 10px;
}

/* EXTRACTO SOLO EN LISTADOS */
.cards-post .et_pb_post p{
  font-size: 14px;
  color: #555;
}

/* BOTÓN SOLO EN LISTADOS */
.cards-post .et_pb_post .more-link{
  display: inline-block;
  margin-top: 10px;
  border-radius: 6px;
  text-decoration: none;
  display: none !important;
}

h2 {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: #1c3f5e;
  margin: 0 0 26px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1e3d6;
}
h2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #ff8200, #ffb35c);
  border-radius: 2px;
}
