/* [project]/src/styles/Feedback.module.css [client] (css) */
.Feedback-module__Ae7r7a__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.Feedback-module__Ae7r7a__title {
  text-align: center;
  color: #333;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: bold;
}

.Feedback-module__Ae7r7a__card {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 0 4px 8px #0000000d;
}

.Feedback-module__Ae7r7a__card h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

.Feedback-module__Ae7r7a__form_group {
  margin-bottom: 1.5rem;
}

.Feedback-module__Ae7r7a__form_group label {
  margin-bottom: .5rem;
  font-weight: 600;
  display: block;
}

.Feedback-module__Ae7r7a__form_group select, .Feedback-module__Ae7r7a__form_group textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: .75rem;
  font-size: 1rem;
}

.Feedback-module__Ae7r7a__feedback_list ul {
  padding: 0;
  list-style: none;
}

.Feedback-module__Ae7r7a__feedback_item {
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0;
}

.Feedback-module__Ae7r7a__feedback_item:last-child {
  border-bottom: none;
}

.Feedback-module__Ae7r7a__feedback_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.Feedback-module__Ae7r7a__feedback_meta {
  color: #666;
  align-items: center;
  gap: 1.5rem;
  font-size: .9rem;
  display: flex;
}

.Feedback-module__Ae7r7a__feedback_actions {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.Feedback-module__Ae7r7a__delete-btn {
  color: #ff4d4d;
  cursor: pointer;
  background: none;
  border: 1px solid #ff4d4d;
  border-radius: 5px;
  padding: 5px 10px;
  transition: all .2s ease-in-out;
}

.Feedback-module__Ae7r7a__delete-btn:hover {
  color: #fff;
  background: #ff4d4d;
}

/*# sourceMappingURL=src_styles_Feedback_module_4c6e2b4d.css.map*/