/* from https://forum.bricksbuilder.io/t/free-accessibility-widget-for-eu-and-world/31354 */

:root {
    --main-color: #66cbff;
}

.asw-footer {
    display: none !important;
}

.asw-menu-content {
    max-height: 100% !important;
    padding-bottom: 40px !important;
}

.asw-menu-header svg,
.asw-menu-header svg path {
    fill: var(--main-color) !important;
}

