.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000}.popup-container,.popup-overlay{display:flex;justify-content:center;align-items:center}.popup-container{background:white;border-radius:8px;max-width:400px;width:90%;flex-direction:column;overflow:hidden;padding-top:2rem;padding-bottom:2rem}.popup-image-container{width:50%;height:100px;display:flex;align-items:center;justify-content:center}.popup-image{width:100%;height:100%;max-width:80px;max-height:80px;object-fit:cover}.popup-content{padding:20px;text-align:center}.popup-title{font-size:24px;font-weight:400;margin-bottom:10px}.popup-description{font-size:16px;color:#666;margin-bottom:20px;font-weight:300}.popup-buttons{display:flex;justify-content:center;gap:10px}.popup-close-button{padding:10px 20px;background:#ccc;color:white;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:all .2s ease}.popup-close-button:hover{background:#aaa}.popup-action-button{padding:10px 20px;background:#3C4A69;color:white;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:all .2s ease}.popup-action-button:hover{background:#232c3e}