/*
Generated time: November 12, 2025 20:05
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.age-verification-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.6);align-items:center;justify-content:center}.age-verification-container{position:relative;margin:15% auto;width:80%;max-width:500px}.age-verification-logo-wrapper{text-align:center;margin-bottom:-80px;position:relative;z-index:1}.age-verification-logo{max-width:150px;background-color:#fefefe;border-radius:50%;padding:10px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.age-verification-modal-content{background-color:#fefefe;padding:60px 20px 20px;border:1px solid #888;text-align:center;position:relative;border-radius:5px}.age-verification-buttons{margin-top:20px}.age-verification-buttons button{border:none;padding:14px 40px;color:#fff;font-size:16px;cursor:pointer;border-radius:5px;margin:10px;transition:background-color .3s}#age-verification-yes{background-color:#96bb45}#age-verification-no{background-color:#08a8d8}.age-verification-buttons button:hover{opacity:.8}.blur-background{filter:blur(5px);transition:filter .3s ease-in-out;pointer-events:none}