.feedback-container {
  border-top: 2px solid #1B8354;
  padding: 16px 80px;
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .feedback-container {
    padding: 0 16px;
  }
  .thank {
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    gap: 24px;
  }
  .thank, .gender-options {
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
  }
}
.gender-options {
  margin-top: 20px;
}

.feedback-form, #yes-questions, #no-questions {
  display: none; /* Hidden initially */
}

.plztell {
  color: #161616;
}

.i-m {
  padding: 10px;
}

/* إظهار مربع النص عند اختيار الخيار المناسب */
.tellUsWhy-comments {
  margin-top: 10px;
  display: none;
}

.thank {
  display: flex;
  align-items: flex-start;
}

span#wasThisPageHelpFul {
  gap: 24px;
  display: flex;
  align-items: center;
}