/*
Theme Name: Viva Child
Template: viva
Theme URI: https://www.vivatheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/* Desktop: Floating Widget unten rechts */
.elfsight-app-dbc6c1d1-3f99-44db-8ea0-1090b571dcd7 {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 300px !important;
    z-index: 9999 !important;
}

/* Mobile: Widget volle Breite unten */
@media (max-width: 768px) {
    .elfsight-app-dbc6c1d1-3f99-44db-8ea0-1090b571dcd7 {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }

    /* iFrame selbst auf volle Breite setzen */
    .elfsight-app-dbc6c1d1-3f99-44db-8ea0-1090b571dcd7 iframe {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        display: block !important;
    }
}

