    body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    .lang-buttons {
      position: fixed;
      top: 20px;
      right: 20px;
      display: flex;
      gap: 10px;
      z-index: 9999;
    }

    .lang-buttons button {
      padding: 8px 14px;
      border: none;
      border-radius: 20px;
      cursor: pointer;
      font-weight: bold;
      background: #111;
      color: #fff;
      transition: 0.3s;
    }

    .lang-buttons button:hover {
      background: #444;
    }

    .weglot-container {
  display: none !important;
}