.elementor-34445 .elementor-element.elementor-element-26ab7952{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-b9a1b36 *//* === Estilos para artículos de colaboraciones === */

.post-collab {
  max-width: 850px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.post-collab header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.post-collab h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #ff5f23; /* Naranja Shoppy */
  margin-bottom: 0.8rem;
}

.post-collab .lede {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.post-collab h2 {
  font-size: 1.4rem;
  color: #a6d930; /* Verde Shoppy */
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-left: 5px solid #ff5f23;
  padding-left: 0.6rem;
}

.post-collab p {
  margin-bottom: 1.2rem;
}

.post-collab strong {
  color: #000;
}

/* === Video responsive === */
.post-collab .video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* formato 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

.post-collab .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* === Footer note === */
.post-collab .note {
  margin-top: 3rem;
  padding: 1rem;
  background-color: #f8f8f8;
  border-left: 4px solid #ff5f23;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #555;
}

/* === Responsive === */
@media (max-width: 600px) {
  .post-collab {
    padding: 1.5rem;
  }

  .post-collab h1 {
    font-size: 1.6rem;
  }

  .post-collab h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */