/* Banner Manager – Frontend Styles */

.bm-banner {
    display: inline-block;
    line-height: 0;
}

.bm-banner a {
    display: inline-block;
    line-height: 0;
}

.bm-banner img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* JS rotator */
.bm-rotator {
    position: relative;
}

.bm-rotator .bm-banner {
    transition: opacity 0.5s ease;
}

.bm-rotator .bm-banner[style*="display:none"],
.bm-rotator .bm-banner[style*="display: none"] {
    display: none !important;
}

/* Elementor editor placeholder */
.bm-elementor-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    background: #f0f6ff;
    border: 2px dashed #90c0e8;
    border-radius: 6px;
    padding: 16px;
    text-align: center;
}

.bm-elementor-placeholder span {
    color: #2271b1;
    font-size: 13px;
}
