.elementor-6783 .elementor-element.elementor-element-ce6eb67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6783 .elementor-element.elementor-element-faf9fa7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6783 .elementor-element.elementor-element-4356b06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6783 .elementor-element.elementor-element-ba02796{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-6783 .elementor-element.elementor-element-ce6eb67{--content-width:100%;}.elementor-6783 .elementor-element.elementor-element-faf9fa7{--content-width:100%;}.elementor-6783 .elementor-element.elementor-element-4356b06{--content-width:100%;}.elementor-6783 .elementor-element.elementor-element-ba02796{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-bfd1358 *//* ================== SEO TEXT BLOCKS — ESTUDIO ZOE ================== */

.seo-text-block {
  max-width: 820px;
  margin: clamp(3.5rem, 6vw, 5.5rem) auto;
  padding: 0 1.75rem;
  font-family: 'Playfair Display', serif;
  text-align: center;
  color: #444;
}

/* Headings */
.seo-text-block h2 {
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  font-weight: 500;
  margin-bottom: 1.1rem;
  color: #222;
}

.seo-text-block h3 {
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 1rem;
  color: #222;
}

/* Paragraphs */
.seo-text-block p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 auto 0.95rem;
  max-width: 760px;
  color: #444;
}

/* Links (venue / external) */
.seo-text-block a {
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  transition: border-color 0.3s ease, color 0.3s ease;
}

.seo-text-block a:hover {
  color: #000;
  border-bottom-color: rgba(0,0,0,0.6);
}

/* Soft separation from gallery */
.seo-text-block::before {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background: #e5e5e5;
  margin: 0 auto 1.6rem;
}

.seo-text-block::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background: #e5e5e5;
  margin: 1.6rem auto 0;
}

/* Mobile fine tuning */
@media (max-width: 480px) {
  .seo-text-block {
    margin: 3rem auto;
    padding: 0 1.2rem;
  }

  .seo-text-block p {
    font-size: 0.95rem;
  }
}/* End custom CSS */