.support-info {
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 2rem;
}

.support-container {
  display: inline-block;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.support-item {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-label {
  font-weight: 600;
  color: #495057;
  margin-right: 0.5rem;
}

.support-value {
  color: #495057;
}

.support-info a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s;
}

.support-info a:hover {
  color: #0056b3;
  text-decoration: underline;
}
