/* =================================================================== */
/* SUPORTE PÚBLICO (suporte.html) e MODAL DE SUPORTE                   */
/* =================================================================== */

/* Altura fixa do textarea do formulário de contato do suporte */
#support-message {
  height: 150px;
}

.public-support-main {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.public-support-section {
  text-align: center;
  max-width: 1280px;
  width: 100%;
  margin: 20px auto;
}

.public-support-title {
  margin-bottom: 10px;
}

.public-support-desc {
  margin-bottom: 30px;
  color: #ccc;
}

.public-support-info {
  background: #1a1c24;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 30px;
  line-height: 2;
  font-size: 1rem;
}

.public-support-action-area {
  border-top: 1px solid #333;
  padding: 20px 0px;
}

.public-support-action-title {
  margin-bottom: 10px;
}

.public-support-action-desc {
  margin-bottom: 25px;
  color: #ccc;
}

.public-support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.1rem;
  padding: 10px;
  background-color: #25d366;
  color: white;
  border: none;
}
