/*
 * Custom Components
 * This file contains styles for custom components and third-party integrations
 */

/* ========== SOCIAL PROVIDER BUTTONS ========== */

/* Yahoo Button */
.btn-yahoo {
  background-color: #6001D2;
  color: white;
  border: none;
  transition: all 0.2s ease;
}

.btn-yahoo:hover {
  background-color: #500095;
  color: white;
}

/* ========== AUTH PAGES ========== */

.auth-container {
  min-height: calc(100vh - 300px);
}

.auth-card {
  background-color: rgba(215, 210, 203, 0.2);
}

.social-icon {
  font-size: 1.2em;
}

.divider-text {
  background-color: rgba(215, 210, 203, 0.2) !important;
}
