.ac-feedback-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background: #ffffff;
  border: solid 1px #efefef;
  border-radius: 1rem;
  padding: 2rem 3.5rem;
}
.ac-feedback-form.hidden {
  display: none;
}
.ac-feedback-form__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
}
.ac-feedback-form__ratings {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.ac-feedback-form__ratings button {
  display: flex;
  background: rgba(233, 243, 255, 0);
  border-radius: 999px;
  border: none;
  transition: all 150ms;
  cursor: pointer;
}
.ac-feedback-form__ratings button:hover {
  background: #e9f3ff;
  transform: scale(1.15);
}
.ac-feedback-form__ratings button img {
  width: 4rem;
}
.ac-feedback-form__rating {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ac-feedback-form__rating span {
  text-align: center;
  font-size: 0.85rem;
}

.ac-feedback-input {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem;
  border: solid 1px #efefef;
  border-radius: 1rem;
  background: var(--wp--custom--color--neutral);
  transition: all 400ms;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ac-feedback-input.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ac-feedback-input__title {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
.ac-feedback-input__subtitle {
  font-size: 0.875rem;
  color: var(--wp--preset--color--text-light);
  text-align: center;
}
.ac-feedback-input__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ac-feedback-input__textarea {
  font-family: var(--wp--preset--font-family--inter);
  background: var(--wp--custom--color--neutral);
  border: solid 1px var(--wp--custom--color--border-inactive);
  border-radius: 10px;
  padding: 10px 16px;
  margin-bottom: 2rem;
  resize: vertical;
  min-height: 100px;
  max-width: 588px;
  width: 100%;
}
.ac-feedback-input__textarea::placeholder {
  color: var(--wp--custom--color--text-inactive);
}
.ac-feedback-input__textarea:focus, .ac-feedback-input__textarea:active {
  outline: 1px solid var(--wp--preset--color--primary);
}
.ac-feedback-input .ac-button {
  padding: 0;
}
.ac-feedback-input .ac-button:disabled {
  opacity: 0.5;
  cursor: initial;
}

.ac-feedback-thanks {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: solid 1px #efefef;
  border-radius: 1rem;
  padding: 2rem 3.5rem;
  transition: all 400ms;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ac-feedback-thanks.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ac-feedback-thanks__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0.65rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(#fbfbfb, #f3f6f9);
  border: solid 1px var(--wp--custom--color--border-inactive);
  border-radius: 0.75rem;
  box-shadow: var(--wp--preset--shadow--small);
  box-sizing: content-box;
}
.ac-feedback-thanks__icon img {
  width: 2.25rem;
}
.ac-feedback-thanks__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
}
.ac-feedback-thanks__subtitle {
  text-align: center;
  font-size: 0.85rem;
  color: var(--wp--preset--color--text-light);
}

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