/* Hide footer containing listmonk branding */
footer,
.public-footer,
.sub-footer,
.credits,
p:has(a[href*="listmonk.app"]),
a[href*="listmonk.app"] {
  display: none !important;
}

/* Custom Form Styling */
.public-container {
  max-width: 480px;
  margin: 40px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

input[type="email"], input[type="text"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-bottom: 12px;
}

button[type="submit"] {
  background-color: #2563eb;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

button[type="submit"]:hover {
  background-color: #1d4ed8;
}