/*
Theme Name:  Bolt Child
Template:    bolt
Description: Child theme do Bolt — customizações Fimaster (ads, IAB, multilíngue)
Version:     1.0.0
Author:      Timo Mídia
*/

/* ── Hero image: full-bleed above the content card ─────────────────────── */
.detail-page__hero-image {
    display: block !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.detail-page__hero-image .image-effect-scale._ie {
    width: 100%;
    line-height: 0;
}

.detail-page__hero-image ._ie img,
.detail-page__hero-image ._ie img[class*="wp-image-"],
.detail-page__hero-image ._ie source {
    width: 100% !important;
    max-width: 100% !important;
    height: 240px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* On desktop the hero sits above _nc — constrain it to page width */
@media screen and (min-width: 1025px) {
    .detail-page__hero-image {
        max-width: 1110px;
        margin: 0 auto !important;
    }
    .detail-page__hero-image ._ie img {
        height: 400px;
        border-radius: 1.4rem 1.4rem 0 0;
    }
}

/* Remove top border-radius from card when hero is above it */
@media screen and (max-width: 1024px) {
    .detail-page._dp .news-container--first._nf {
        border-radius: 1.4rem;
    }
    .detail-page._dp ._pc:has(._ch) {
        border-radius: 0 0 1.4rem 1.4rem !important;
    }
}
/* ── End hero image ─────────────────────────────────────────────────────── */
