body.obp-popup-open { overflow: hidden; }
.obp-popup-overlay { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgb(0 0 0 / 58%); box-sizing: border-box; }
.obp-popup { position: relative; width: 100%; max-width: 560px; max-height: calc(100vh - 40px); overflow: auto; padding: 44px 32px 32px; background: #fff; border-radius: 10px; box-shadow: 0 20px 60px rgb(0 0 0 / 28%); box-sizing: border-box; }
.obp-popup__close { position: absolute; top: 8px; right: 10px; width: 38px; height: 38px; padding: 0; color: #50575e; background: transparent; border: 0; border-radius: 50%; font-size: 30px; cursor: pointer; }
.obp-popup__close:hover, .obp-popup__close:focus { color: #b32d2e; background: #f0f0f1; outline: 2px solid #2271b1; }
.obp-popup__message { color: #1d2327; font-size: 16px; line-height: 1.7; overflow-wrap: anywhere; }
@media (max-width: 600px) { .obp-popup { padding: 42px 22px 26px; } }
@media (prefers-reduced-motion: reduce) { .obp-popup { scroll-behavior: auto; } }
