
/* v0.19.1 — connects Elementor Home to Momentos especiais */

.vb-home-moments-host{
    width:100%;
}

.vb-home-moments-loading,
.vb-home-moments-error{
    display:grid;
    place-items:center;
    min-height:110px;
    padding:24px;
    border:1px solid rgba(67,0,25,.1);
    border-radius:16px;
    color:#806d74;
    background:#fff;
    font-size:12px;
    text-align:center;
}

.vb-home-moments-section .vb-moments__empty{
    min-height:110px;
    display:grid;
    place-items:center;
}
