@keyframes dd-geo-fade-in{0%{opacity:0}to{opacity:1}}.dd-geo-prompt{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;animation:dd-geo-fade-in 200ms ease-out}.dd-geo-prompt__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.55)}.dd-geo-prompt__box{position:relative;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.25);padding:32px 28px 24px;max-width:480px;width:90vw;text-align:center}.dd-geo-prompt__close{position:absolute;top:0;right:0;background:0 0;border:0;font-size:28px;color:#666;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.dd-geo-prompt__close:hover{color:#000}.dd-geo-prompt__line{margin:0 0 12px;font-size:16px;line-height:1.4;color:#222}.dd-geo-prompt__line--ua{color:#555;font-size:15px}.dd-geo-prompt__buttons{margin-top:20px;display:flex;flex-direction:column;gap:10px}@media (min-width:480px){.dd-geo-prompt__buttons{flex-direction:row;justify-content:center;flex-wrap:wrap}}.dd-geo-prompt__btn{display:inline-block;padding:10px 18px;border-radius:4px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;border:0;transition:background 150ms;font-family:inherit}.dd-geo-prompt__btn--primary{background:#ef1e24;color:#fff}.dd-geo-prompt__btn--primary:hover{background:#c8181d;color:#fff}.dd-geo-prompt__btn--ghost{background:0 0;color:#666;border:1px solid #ccc}.dd-geo-prompt__btn--ghost:hover{background:#f3f3f3;color:#333}