/**
 * mod_news24_banner_embed - CSS
 */

.banner-embed-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Forza iframe/script embed a 100% larghezza */
.banner-embed-wrapper iframe {
    max-width: 100%;
    border: 0;
    display: block;
}

/* Fallback */
.banner-embed-fallback-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
}

.banner-embed-fallback-img {
    max-width: 100%;
    height: auto;
    display: block;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.banner-embed-fallback-link:hover .banner-embed-fallback-img {
    opacity: 0.8;
}

.banner-embed-fallback-text {
    display: block;
    margin-top: 6px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
