@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box}.feedback-form{display:flex;flex-direction:column;max-width:480px;padding:12px;background-color:#fff;border:1px solid rgba(0,0,0,.12);border-radius:4px}.feedback-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;font-family:Montserrat;font-weight:400;font-size:16px;line-height:24px;letter-spacing:4%}.feedback-form button{opacity:1;border-radius:8px;padding:8px 16px;background:#4e75ff;border:none;font-family:Montserrat;font-weight:500;font-size:16px;line-height:24px;letter-spacing:4%;color:#fff;width:fit-content;cursor:pointer}.feedback-form button:hover{background:#6c8cff}input,textarea{position:relative;padding:8px 8px 8px 16px;font:inherit;border-radius:4px;border:1px solid #808080}textarea{resize:none}input:hover,textarea:hover{border:1px solid #000000}
