/* Hutts fleet overlay — auth + shell polish for social.huttsenterprises.com */

/* Hide Postiz marketing testimonial wall; keep login focused */
div.text-\[36px\].flex-1.pt-\[88px\] {
  display: none !important;
}

/* Single-column auth: use full width gracefully on desktop */
@media (min-width: 1024px) {
  .bg-\[\#0E0E0E\].flex.flex-1.p-\[12px\] {
    justify-content: center;
  }

  .bg-\[\#0E0E0E\].flex.flex-1.p-\[12px\] > .flex.flex-col.py-\[40px\].px-\[20px\].flex-1.lg\:w-\[600px\] {
    max-width: 480px;
    flex: 0 1 480px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  }
}

/* Subtle brand accent on primary actions */
button[type="submit"],
a.underline {
  transition: color 0.15s ease, opacity 0.15s ease;
}

/* Footer hint (injected via nginx sub_filter on auth pages) */
.hutts-social-auth-footer {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: #9ca3af;
  letter-spacing: 0.02em;
}
