.language-switcher {
      position: absolute;
      top: 20px;
      right: 20px;
      font-family: sans-serif;
      font-size: 16px;
      color: #333;
    }

    .language-switcher .lang {
      cursor: pointer;
      text-decoration: none;
      color: #888;
      transition: color 0.2s ease;
      margin: 0 4px;
    }

    .language-switcher .lang:hover {
      color: #55D;
    }

    .language-switcher .active {
      color: #000;
      font-weight: bold;
      cursor: default;
    }