:host(us-feedback-popup) {
  width: 100%;
  height: 100%;

  .feedback-popup {
    &__container {
      display: flex;
      height: 100%;
    }

    &__content {
      width: 100%;
    }

    &__loader {
      margin: auto;
    }

    &__title {
      font: var(--text-p-m-light);
      color: var(--color-text-900);
      margin-bottom: var(--space-inline-xl);
    }

    &__reasons {
      display: flex;
      flex-direction: column;
      gap: var(--space-inline-xl) 0;
      margin-bottom: var(--space-inner-xl);
    }
  }
}