/* Language Toggle Button - Matches Social Buttons */
.btn-language {
  margin-left: 1rem;
  padding: 0.5rem 1rem !important;
  font-size: 0.9rem !important;
  border: none;
  cursor: pointer;
}

.btn-language:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(50, 115, 220, 0.2);
}

@media (max-width: 991px) {
  .btn-language {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
    justify-content: center;
  }
}
