.gin-social-auth {
  display: block;
}

.shadow-box {
  background-color: #f8f9fa; /* Light gray background */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  border-radius: 6px;
}

.gin-button {
  text-decoration: none;
  padding: 0.75rem 1rem;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.gin-button:hover {
  background-color: #e9ecef;
  border-color: #bbb;
}

.gin-button__text {
  text-align: center;
  flex-grow: 1; /* Ensures the text takes available space */
}

.gin-social-icon {
  height: 20px;
  width: auto;
}
