
/* Masharos Enterprise V72.0.16 - mejoras discretas para artículo público */
body.single-post .entry-content p,
body.single-post .post-content p,
body.single-post article p {
    line-height: 1.72;
}

body.single-post h1,
body.single-post .entry-title,
body.single-post .post-title {
    letter-spacing: -0.02em;
}

body.single-post figcaption,
body.single-post .wp-caption-text,
body.single-post .masharos-photo-caption {
    color: #666666;
    font-size: 13px;
    font-style: italic;
    line-height: 1.45;
    margin-top: 10px;
}

body.single-post article img,
body.single-post .entry-content img,
body.single-post .post-content img {
    border-radius: 14px;
}

.masharos-social-embeds {
    margin: 42px 0 28px;
    padding: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.masharos-social-embeds h3 {
    margin: 0 0 18px;
    color: #414140;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.masharos-social-embed-item {
    margin: 0 0 22px;
    padding: 14px;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    background: #fafafa;
    overflow: hidden;
}

.masharos-social-embed-item:last-child {
    margin-bottom: 0;
}

.masharos-social-embed-item iframe,
.masharos-social-embed-item blockquote {
    display: block !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.masharos-social-embed-facebook {
    max-width: 100%;
    min-height: 520px;
}

.masharos-social-embed-video {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background: #000000;
    border-radius: 12px;
    overflow: hidden;
}

.masharos-social-embed-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.masharos-social-embed-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #d2651d;
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.masharos-social-embed-button:hover {
    background: #b95617;
}

@media (max-width: 782px) {
    .masharos-social-embeds {
        padding: 16px;
        border-radius: 16px;
    }

    .masharos-social-embeds h3 {
        font-size: 21px;
    }
}
