.modal-close-button{background:var(--color-navy);cursor:pointer;width:46px;height:46px;color:var(--color-white);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,transform .3s;display:flex}.modal-close-button:hover{background:var(--color-pink);transform:rotate(90deg)}@media (max-width:640px){.modal-close-button{width:36px;height:36px}.modal-close-button svg{width:20px;height:20px}}
