.twbmg-filters{
    text-align:center;
    margin-bottom:20px;
    max-width: 100%;
}
.twbmg-filters button {
    margin: 5px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid;
    cursor: pointer;
    color: inherit;
    border-color: inherit;
}
.twbmg-filters button.active{
    background:#2271b1;
    color:#fff;
}

.twbmg-item img{
    width: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: auto;
}

.twbmg-grid{
    margin:0 auto;
    max-width: 100%;
}

.twbmg-item{
    width:calc(20% - 20px);
    margin-bottom:20px;
}

.twbmg-loader{
    text-align:center;
    padding:20px;
    display:none;
}

@media(max-width:991px){
    .twbmg-item{ width:calc(50% - 20px); }
}
@media(max-width:480px){
    .twbmg-item{ width:calc(50% - 20px); }
}

/* lightbox css */
#twbmg-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.92);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

#twbmg-lightbox.active{
    display:flex;
}

.twbmg-lb-image{
    max-width:90%;
    max-height:85vh;
    border-radius:8px;
}

.twbmg-lb-caption{
    position:absolute;
    bottom:30px;
    color:#fff;
    font-size:14px;
    text-align:center;
    max-width:80%;
}

.twbmg-lb-close,
.twbmg-lb-prev,
.twbmg-lb-next{
    position:absolute;
    color:#fff;
    font-size:40px;
    cursor:pointer;
    user-select:none;
}

.twbmg-lb-close{
    top:20px;
    right:30px;
}

.twbmg-lb-prev{
    left:30px;
    top:50%;
    transform:translateY(-50%);
}

.twbmg-lb-next{
    right:30px;
    top:50%;
    transform:translateY(-50%);
}

.twbmg-no-scroll{
    overflow:hidden;
}
