.announcement-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1200;background:rgba(0,0,0,.6);justify-content:center;align-items:center;flex-direction:column}.announcement-overlay.show{display:flex}.announcement-modal{position:relative;width:320px;max-width:90vw;height:600px;max-height:80vh;border-radius:31px;overflow:hidden;background:#FFF0D2}.announcement-modal-image{width:100%;height:100%;object-fit:cover;display:block}.announcement-btn-close{width:41px;height:41px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:10px;padding:0;flex-shrink:0}.announcement-btn-close img{width:25px;height:25px}.announcement-btn-close:hover{opacity:.85}.announcement-btn-close:active{opacity:.7}