.feedback-form{width:360px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.feedback-form label{display:flex;flex-direction:column;font-size:16px;color:#2e2f42;gap:8px}.feedback-form input,.feedback-form textarea{width:100%;font-size:16px;border:1px solid #808080;border-radius:4px;outline:none;transition:border-color .2s cubic-bezier(.445,.05,.55,.95)}.feedback-form input{height:40px}.feedback-form textarea{height:80px;resize:none}.feedback-form input:hover,.feedback-form textarea:hover{border-color:#000}.feedback-form button{width:95px;height:40px;font-size:16px;padding:8px 16px;line-height:1.5;letter-spacing:.04em;color:#fff;background-color:#4e75ff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s cubic-bezier(.445,.05,.55,.95)}.feedback-form button:hover{background-color:#6c8cff}
