/*
*
* CSS zum Anpassund der standard Avada Builder Elemente
*
*/

/* ----------------------------- Button Element -------------------------------- */

.fusion-button{
    width: auto;
    min-width: min(350px, 100%);
    max-width: 100%;
}

/* ------------------------- Instagram Feed Element ------------------------- */


.awb-instagram-buttons{
    flex-wrap: wrap;
    gap: 10px;
}

.awb-instagram-buttons a {
    margin-inline-end: 0px !important;
}

.awb-instagram-element .fusion-loading-spinner {
    display: flex !important;
    justify-content: center !important;
}

.awb-instagram-element .fusion-loading-msg{
    display: none !important;
}

.awb-instagram-element img{
    aspect-ratio: 4 / 5 !important;
}

/* -------------------------------------------------------------------------- */