.AzvNggSudjN8b9d1tUDT{height:28px;margin:15px auto 11px;width:60px}@media (min-width:1871px){.AzvNggSudjN8b9d1tUDT{height:42px;margin:-2px auto 0;width:94px}}.yggcq_ZJewqJonP5DRa1{transition:transform .3s var(--bezier)}.yggcq_ZJewqJonP5DRa1:hover{transform:scale(1.05)}
.language-selector {
    width: 100px;
    position: fixed;
    top: 20%;
    left: 20px;
    z-index: 1000;
    display: flex;
    background-color: #f6f6f6;
    align-items: center;
    border-radius: 5%;
  }

  .language-btn {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #002b50;
  }

  .language-btn:hover {
    opacity: 0.8;
  }

  .flag-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
  }

  .language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 5px 0;
  }

  .language-dropdown.show {
    display: block;
  }

  .language-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    cursor: pointer;
    white-space: nowrap;
  }

  .language-option:hover {
    background: #f5f5f5;
  }