﻿/* Place Your Custom Styles Here */
.language-toggle {
    display: inline-block;
  }
  
  .language-toggle a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-right: 5px;
    margin-left: 10px;
  }
  
  .language-toggle a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: background-color 0.2s, color 0.2s;
  }
  