@media (max-width: 767px) { html, body { overflow-x: hidden !important; } .bricks-section, .bricks-container, .bricks-element { max-width: 100vw !important; overflow-x: hidden !important; } } .popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); display: none; justify-content: center; align-items: center; z-index: 99999; } .popup-box { background: white; padding: 30px; border-radius: 12px; width: 90%; max-width: 420px; text-align: center; position: relative; } .popup-btn { display: block; margin: 12px 0; padding: 14px; background: #476920; color: black; text-decoration: none; border-radius: 8px; } .close { position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 22px; }