.ie-profile-feedback {
margin-top: 2rem;
}
.ie-modal {
position: fixed;
inset: 0;
background: rgba(0,0,0,.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
.ie-profile-feedback button.ie-feedback-submit {
appearance: none;
-webkit-appearance: none;
background-color: #111;
color: #fff;
border: 0;
padding: 0.7rem 1.4rem;
font-size: 0.9rem;
line-height: 1;
border-radius: 6px;
cursor: pointer;
}
.ie-feedback-form {
background: #fff;
padding: 1rem;
max-width: 420px;
width: 100%;
margin-top: 1rem;
max-width: 360px;
}
.ie-feedback-form select,
.ie-feedback-form textarea{
width: 100%;
margin-bottom: .5rem;
}
.ie-profile-feedback .ie-feedback-email {
display: block;
width: 100%;
margin-bottom: 0.75rem;
}
.ie-feedback-msg {
margin-top: 0.75rem;
font-size: .85rem;
opacity: .8;
}