/* Accessibility Widget – Red Version */
.asw-container .asw-menu-btn {
    background: #e30a2e !important;
    background-image: none !important;
    outline: 5px solid #e30a2e !important;
}

.asw-menu-btn {
    background: #e30a2e !important;
    background-image: none !important; /* remove gradient */
    outline: 5px solid #e30a2e !important;
    border: 3px solid #ffffff !important;
}

/* Hover effect */
.asw-menu-btn:hover {
    background: #c00926 !important;
    outline: 5px solid #c00926 !important;
}

/* Optional: smoother shadow */
.asw-menu-btn {
    box-shadow: 0 8px 20px rgba(227, 10, 46, 0.35) !important;
}