.vt-win-newletter .vt-x-win-content {
    max-width: 580px;
}

.vt-newletter-msg {
    text-align: center;
}

.vt-newletter-categories {
    display: grid;
    grid-gap: 1em;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.vt-newletter-category {
    display: inline-flex;
    padding: 0.5em;
    border: solid 1px rgba(127, 127, 127, 0.5);
    border-radius: 5px;
    gap: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vt-newletter-category:hover {
    border-color: rgba(127, 127, 127, 0.8);
    background-color: rgba(127, 127, 127, 0.05);
}

.vt-newletter-category:has(input[type="checkbox"]:checked) {
    background-color: rgba(46, 125, 66, 0.1);
    border-color: #2575d0;
    border-width: 1px;
}

.vt-newletter-category input[type="checkbox"] {
    cursor: pointer;
}

.nl-win-from.nl-notchange .nl-btns-container {
    max-height: 0;
}

.nl-win-from .nl-btns-container {
    margin-top: 1em;
    height: 60px;
    max-height: 60px;
    overflow-y: hidden;
    transition: max-height 0.6s;
}

.nl-win-from .nl-btns-container.bnbtclose {
    max-height: 0;
}

.nl-win-from.nl-notchange .nl-btns-container.bnbtclose {
    max-height: 60px;
}



.vt-nl-impt {

    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    border-radius: 5px;
    border: solid 1px rgba(127, 127, 127, 0.5);
    padding: 0.5em 1em;
}

#customer-form .vt-newletter-categories-info {
   
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.3s;

}

#customer-form:has(input[name="newsletter"]:checked) .vt-newletter-categories-info {
    max-height: var(--vh-mx, 1000px);
}
#module-vertary_newsletter-unsubscription  #main,
#module-vertary_newsletter-categoryList #main{ max-width: 600px; margin: auto;}
#module-vertary_newsletter-categoryList .vt-newletter-categories{margin-top: 1em; margin-bottom: 1em;}

.formnewspecial:has(input[name="confirm"]:checked) .nw-cont {
    max-height: var(--vh-mx, 1000px);
}
.formnewspecial .nw-cont{
    max-height: 0;
    overflow: hidden;
     transition: max-height 0.3s;
}

.vuuentcolor{
    color: currentColor;
}