.elementor-322 .elementor-element.elementor-element-a3b44ec{--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;}/* Start custom CSS for shortcode, class: .elementor-element-bc3ef5f *//* --- LUXURY CLEAN DESIGN (MONTSERRAT ONLY) --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

.clean-post-container {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    padding-bottom: 80px;
}

/* Header: Ajustado y menos alto */
.clean-header {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    text-align: center;
}

.clean-cat {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #999;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.clean-title {
    font-size: 32px; /* Tamaño moderado, no gigante */
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    color: #000;
}

.clean-meta {
    font-size: 11px;
    letter-spacing: 1px;
    color: #bbb;
}

/* Imagen: No ocupa toda la pantalla, es contenida */
.clean-featured-image {
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.clean-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* Opcional: borde muy fino para delimitar */
    border: 1px solid #f2f2f2;
}

/* Cuerpo de texto: Lectura cómoda */
.clean-body {
    max-width: 700px; /* Más estrecho para mejor lectura */
    margin: 0 auto;
    padding: 0 25px;
}

.clean-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
}

.clean-content p {
    margin-bottom: 25px;
}

/* Capitular moderna (opcional, muy sutil) */
.clean-content > p:first-of-type::first-letter {
    float: left;
    font-size: 50px;
    line-height: 40px;
    padding-top: 4px;
    padding-right: 10px;
    font-weight: 700;
    color: #000;
}

/* Subtítulos dentro del post */
.clean-content h2, .clean-content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* Footer */
.clean-footer {
    text-align: center;
    margin-top: 60px;
}

.clean-divider {
    width: 30px;
    height: 1px;
    background: #000;
    margin: 0 auto 20px;
}

.clean-footer p {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ccc;
}

/* Responsivo */
@media (max-width: 768px) {
    .clean-title { font-size: 24px; }
    .clean-header { padding: 40px 20px; }
}/* End custom CSS */