/* KARIANGELYS ESCRIBE - OPTIMIZACIÓN ESTÉTICA DE MARCA */

/* IMPORTAR FUENTES CORRECTAMENTE */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@400;500;600&display=swap');


/* FORZAR PLAYFAIR DISPLAY EN ENCABEZADO */
.site-header .site-title,
.site-title,
h1.site-title,
.site-header h1,
.site-header .site-title a {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 3.8rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: #630C19 !important;
}


/* TÍTULOS GENERALES */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: #630C19 !important;
}


/* SECCIÓN SOBRE ESTE ESPACIO - FONDO VINOTINTO */
[style*="background-color: #630c19"],
[style*="background-color: #630C19"],
[style*="background-color: rgb(99, 12, 25)"],
.wp-block-group[style*="#630c19"],
.wp-block-group[style*="#630C19"] {
  background-color: #630C19 !important;
}


/* TEXTOS BEIGE EN ESA SECCIÓN */
[style*="background-color: #630c19"] p,
[style*="background-color: #630C19"] p,
[style*="background-color: rgb(99, 12, 25)"] p,
[style*="background-color: #630c19"] em,
[style*="background-color: #630C19"] em,
[style*="background-color: rgb(99, 12, 25)"] em,
[style*="background-color: #630c19"] h2,
[style*="background-color: #630C19"] h2,
[style*="background-color: rgb(99, 12, 25)"] h2,
.wp-block-group[style*="#630c19"] p,
.wp-block-group[style*="#630C19"] p,
.wp-block-group[style*="#630c19"] em,
.wp-block-group[style*="#630C19"] em,
.wp-block-group[style*="#630c19"] h2,
.wp-block-group[style*="#630C19"] h2 {
  color: #E6D8C4 !important;
  font-family: 'Playfair Display', Georgia, serif !important;
}


/* IMÁGENES */
.wp-post-image,
.post-thumbnail,
.entry-thumbnail,
.wp-block-image img,
.wp-block-latest-posts__featured-image {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  display: block !important;
  max-height: 300px !important;
  margin-bottom: 16px !important;
}


/* BOTONES Y ENLACES */
a {
  color: #630C19 !important;
}

a:hover {
  color: #551A3B !important;
}


/* --- OPTIMIZACIÓN FORMULARIO EBOOK (MAILERLITE) --- */

.ebook-form-wrap {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 20px !important;
    text-align: center;
}

.ebook-form-label {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9rem !important;
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#mlb2-39631130.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: transparent !important;
    border: none !important;
}

#mlb2-39631130 .ml-form-formContent {
    padding: 0 !important;
}

#mlb2-39631130 .form-control {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease;
}

#mlb2-39631130 .form-control:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: #ffffff !important;
}

#mlb2-39631130 button.primary {
    background-color: #ffffff !important;
    color: #630C19 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px 25px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin-top: 5px !important;
}

#mlb2-39631130 button.primary:hover {
    background-color: #f0f0f0 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
}


/* FOOTER — CONFIGURACIÓN ÚNICA Y ESTABLE */

.site-footer {
    background-color: #fdfaf6 !important;
    color: #630C19 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #630C19 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
}

.site-footer a {
    color: #630C19 !important;
}

.site-footer a:hover {
    color: #4a0812 !important;
    text-decoration: underline !important;
}
