.elementor-1315 .elementor-element.elementor-element-aa93a1e{--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-1315 .elementor-element.elementor-element-aa93a1e{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-aa93a1e */<style>
/* Tipografía refinada */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Inter:wght@300;400;500&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  color: #1a1a1a;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/* Sección general */
section {
  max-width: 760px;
  margin: 100px auto;
  padding: 0 24px;
}

/* Títulos principales */
.wedding-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.3;
}

.wedding-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  text-align: center;
  color: #888;
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.wedding-header p {
  font-size: 17px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #555;
}

/* Secciones de contenido */
.wedding-section {
  margin-bottom: 100px;
  text-align: center;
}

.wedding-section img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  border-radius: 4px;
}

.wedding-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #222;
}

.wedding-section p {
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto;
  color: #444;
  font-weight: 300;
}

/* Cierre inspiracional */
.wedding-footer {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  color: #444;
  max-width: 600px;
  margin: 120px auto;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .wedding-header h1 {
    font-size: 32px;
  }
  .wedding-section h3 {
    font-size: 20px;
  }
}
</style>/* End custom CSS */