.vivaweb-popup{display:none;position:fixed;bottom:60px;right:20px;background-color:#fff;padding:0;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:9999;border-radius:10px}.vivaweb-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:9998}.vivaweb-popup-overlay.show{display:block}.vivaweb-popup.show{display:block}@media (min-width:768px){.vivaweb-popup{min-width:450px;width:40%;max-width:450px}}@media (max-width:767px){.vivaweb-popup{width:90%;min-width:initial;max-width:initial}}.vivaweb-popup h2{font-size:1.2em;background-color:#f2f2f2;border-radius:10px 10px 0 0}.vivaweb-popup p{font-size:1em;padding:10px 20px;margin-bottom:10px}.vivaweb-popup .vivaweb-popup-header{display:flex;justify-content:space-between;align-items:center;padding:0 .8em;background-color:#f2f2f2;border-radius:10px 10px 0 0}.vivaweb-popup .formatted-content{padding:10px 20px}.vivaweb-popup .formatted-content p{margin-bottom:15px}.vivaweb-popup .formatted-content ul,.vivaweb-popup .formatted-content ol{margin:10px 0;padding-left:20px}.vivaweb-popup .formatted-content li{margin-bottom:5px}.vivaweb-popup .formatted-content a{color:#0073aa;text-decoration:underline}.vivaweb-popup .formatted-content a:hover{color:#00a0d2}.vivaweb-popup .formatted-content strong{font-weight:700}.vivaweb-popup .formatted-content em{font-style:italic}.vivaweb-popup .formatted-content code{background:#f0f0f0;padding:2px 4px;border-radius:3px;font-family:monospace}.vivaweb-popup img{width:auto!important;max-width:100%!important;height:auto;max-height:200px!important;padding:10px;display:block;margin-left:auto;margin-right:auto}.vivaweb-popup-header .vvw-close-button{padding:0!important;font-size:2em;background:none;border:none;cursor:pointer;color:#000;outline:none}.vivaweb-popup .vvw-close-button:hover{color:red;transform:scale(1.1);background:none;border:none;box-shadow:none}.vivaweb-popup .vvw-close-button:focus{outline:none}