.qa-pa-anon-toggle{
    opacity:1.2;
    transition:opacity .2s ease;
}

.qa-a-form[style*="display:none"] .qa-pa-anon-toggle,
.qa-a-form[style*="display: none"] .qa-pa-anon-toggle,
.qa-c-form[style*="display:none"] .qa-pa-anon-toggle,
.qa-c-form[style*="display: none"] .qa-pa-anon-toggle{
    opacity:.2 !important;
    pointer-events:none !important;
}

.qa-a-form:not([style*="display:none"]):not([style*="display: none"]) .qa-pa-anon-toggle,
.qa-c-form:not([style*="display:none"]):not([style*="display: none"]) .qa-pa-anon-toggle{
    opacity:1 !important;
    pointer-events:auto !important;
}



.qa-q-view-buttons,
.qa-a-item-buttons,
.qa-c-item-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.qa-pa-actions {
    margin-left: auto;
    order: 999;
}

.qa-pa-actions{
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
}

.qa-pa-actions-trigger{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px #2c3e50;
    background: #2c3e50;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0;
}

.qa-pa-actions-trigger:hover{
    background: #303a43;
}

.qa-pa-actions-menu{
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-width .22s ease, opacity .18s ease;
}

.qa-pa-actions-open .qa-pa-actions-menu{
    max-width: 500px;
    opacity: 1;
    pointer-events: auto;
}

.qa-pa-actions-menu .qa-pa-menu-item{
    margin: 0;
}




.qa-pa-icon-button{
    width: 33px;
    height: 33px;
    min-width: 30px;
    padding: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    border: 1px #2c3e50;
    text-indent: -9999px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
    vertical-align: middle;
}

.qa-pa-icon-button:hover{
    background-color: #ffe3ee;
    border-color: rgba(255, 77, 141, .55);
}

.qa-pa-icon-button {
    background-image: url('https://doughnuts.site/wp-content/uploads/2026/03/Icon-anonimo.webp') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    
    image-rendering: auto; 
}

.qa-c-list-item .qa-form-light-button .qa-pa-icon-button,
.qa-c-list-item .qa-form-light-button.qa-pa-icon-button {
    background-image: url('https://doughnuts.site/wp-content/uploads/2026/03/anonymous_11029749.png') !important;
    background-size: 32px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    image-rendering: auto !important;
}





.qa-pa-anon-toggle {
    display: inline-block;
    margin-right: 10px;
}

.qa-pa-anon-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    padding: 10px 18px;
    border-radius: 50px;
    background: linear-gradient(145deg, #634087, #261736);
    color: #fff;
    font-weight: 700;
    font-family: inherit;
    box-shadow: 2px 0px 8px 1px rgb(18 10 27 / 68%);
    transition: all 0.25s ease;
    margin-block: 2px;
}

.qa-pa-anon-label input {
    margin: 0;
    cursor: pointer;
    accent-color: #ff2d8f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.qa-pa-anon-label.is-checked {
    background: #0d0614;
    color: #d9c8e;
    box-shadow: 0 6px 14px rgba(255,45,143,0.3), 0 10px 20px rgba(255,45,143,0.2);
    transform: translateY(-1px);
}

.qa-pa-anon-label:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(255,45,143,0.25), 0 10px 20px rgba(255,45,143,0.15);
}