
.crediteaModal .vbox-content {
    width: 60vw;
    height: 85vh;
}

.plugin-container img {
    vertical-align: middle;
    margin-right: 8px;
}


.link-style {
    font-weight: bold; 
    cursor: pointer; 
    text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    .custom-venobox .vbox-content {
        width: 90% !important;
        height: 90% !important;
    }
}

