.feedback-section {
  margin-top: 100px;
}

.plushify-theme .extender-page {
  background: transparent;
  /* color: #000; */
}

.plushify-theme .extender-input::placeholder {
  color: rgba(212, 212, 212, 0.8);
  /* Example */
}

.plushify-theme .extender-button {
  border: none;
}

.back-to-home {
  margin-top: 20px;
}

.logo-container {
  margin-bottom: 1.5rem;
}

h1.main-title {
  margin-bottom: 1.5rem;
}

h1.main-title * {
  font-weight: 700;
}

.extender-title {
  margin-bottom: 1.6rem;
}

.extender-container {
  padding: 1.4rem 2rem 2rem;
}

.action-buttons-container {
  margin: 0;
}

.extender-page {
  justify-content: flex-start;
}

.action-buttons-container .x-share-button {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .extender-title {
    font-size: 1.15rem;
    text-wrap: balance;
    margin-bottom: 1.2rem;
  }

  .feedback-section {
    margin-top: 40px;
  }
}
