/* Google Authentication Styles */

.google-auth-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.or-divider::before,
.or-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #e0e0e0;
}

.or-divider span {
  margin: 0 15px;
}

.g_id_signin {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* Google Sign-In Button Container */
div[data-client_id] {
  display: none;
}

/* Style the rendered Google button */
.g_id_signin iframe {
  width: 100% !important;
  max-width: 300px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .google-auth-section {
    margin-top: 15px;
    padding-top: 15px;
  }

  .or-divider {
    margin-bottom: 15px;
  }

  .or-divider span {
    margin: 0 10px;
  }
}
