:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

div#wm-c-agegate-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    z-index: 50000;
}

.wm-c-button-container {
    display: flex;
    gap: 20px;
}

.wm-c-hide {
    display: none !important;
}