.elementor-widget-reycore-instagram.--empty .elementor-widget-container {
    margin: 20px 0 !important;
    text-align: center;
}

.rey-elInsta {
    --items-per-row: 6;
    --gap: 30px;
    --item-width: calc(
        (var(--gw, 100%) - (var(--gap) * (var(--items-per-row) - 1))) /
            var(--items-per-row)
    );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rey-elInsta.rey-elInsta--skin-default {
    gap: var(--gap);
}

.rey-elInsta .rey-elInsta-item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--item-width);
    flex: 0 0 var(--item-width);
    max-width: var(--item-width);
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .rey-elInsta .rey-elInsta-item.--spaced {
        margin-top: 60px;
    }
}

@media (min-width: 1025px) {
    .rey-elInsta .rey-elInsta-item.rey-elInsta-item--animated {
        opacity: 0;
        -webkit-transform: translateY(50px) scale(0.95);
        transform: translateY(50px) scale(0.95);
        -webkit-transition: opacity 0.3s var(--easeoutcubic, ease-out),
            -webkit-transform 0.3s var(--easeoutcubic, ease-out);
        transition: opacity 0.3s var(--easeoutcubic, ease-out),
            -webkit-transform 0.3s var(--easeoutcubic, ease-out);
        transition: opacity 0.3s var(--easeoutcubic, ease-out),
            transform 0.3s var(--easeoutcubic, ease-out);
        transition: opacity 0.3s var(--easeoutcubic, ease-out),
            transform 0.3s var(--easeoutcubic, ease-out),
            -webkit-transform 0.3s var(--easeoutcubic, ease-out);
    }

    .rey-elInsta .rey-elInsta-item.rey-elInsta-item--animated.--animated-in {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

.rey-elInsta .rey-instaItem-link {
    display: block;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    position: relative;
}

.rey-elInsta .rey-instaItem-link:hover {
    opacity: 0.8;
}

.rey-elInsta .rey-instaItem-link[data-caption-url] {
    position: relative;
}

.rey-elInsta .rey-instaItem-link[data-caption-url]:before {
    content: "+";
    position: absolute;
    left: 60%;
    top: 60%;
    z-index: 1;
    color: #fff;
    border: 2px solid currentColor;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 1rem;
    font-family: monospace;
    text-indent: -1px;
}

.rey-elInsta .rey-instaItem-img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.rey-elInsta .rey-instaItem-img.lazyload,
.rey-elInsta .rey-instaItem-img.lazyloading {
    opacity: 1;
}

.rey-elInsta.rey-elInsta--skin-shuffle {
    -webkit-column-gap: var(--gap);
    -moz-column-gap: var(--gap);
    column-gap: var(--gap);
}

.rey-elInsta.rey-elInsta--skin-shuffle .rey-elInsta-item {
    margin-bottom: var(--gap);
}

@media (min-width: 1025px) {
    .rey-elInsta.rey-elInsta--skin-shuffle .rey-elInsta-item {
        margin-top: calc(var(--td, 0) * var(--item-width));
    }
}

.rey-elInsta .rey-elInsta-shuffleItem.--hide-mobile {
    display: none;
}

@media (min-width: 1025px) {
    .rey-elInsta .rey-elInsta-shuffleItem.--hide-mobile {
        display: block;
    }
}

.rey-elInsta .rey-elInsta-shuffleItem > div {
    position: relative;
    padding-bottom: 100%;
}

.rey-elInsta .rey-elInsta-shuffleItem a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rey-elInsta .rey-elInsta-shuffleItem a:after {
    display: none;
}

.rey-elInsta .rey-elInsta-shuffleItem span {
    display: inline-block;
}
