/**
 * DM2 CloudFlare Turnstile - Styles
 */

#dm2-cf-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.85);
}

#dm2-cf-widget-container {
    position: relative;
    overflow: hidden;
}
