  #toggle-translate {
    position: fixed;
    top: 10px;
    right: 10px;
    background: #4285f4;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
  }
  .goog-te-banner-frame.skiptranslate {
    transition: all 0.3s ease;
  }