 body{
    margin:0;
    min-height:100vh;
    background:#f5f7fb;
  }

  /* FLOAT BOX */
  .translator-wrapper{
    position:fixed;
    bottom:20px;
    left:20px;
    z-index:999999;

    display:flex;
    align-items:center;
    gap:10px;

    background:#fff;
    padding:10px 12px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);

    /* IMPORTANT FIX */
    overflow:visible;
  }

  .translator-icon{
    width:40px;
    height:40px;
    border-radius:50%;
    background:linear-gradient(135deg,#4285f4,#34a853);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  /* DO NOT BREAK GOOGLE ELEMENT */
  #google_translate_element{
    min-width:150px;
  }

  /* ONLY LIGHT STYLE */
  .goog-te-combo{
    padding:8px;
    border-radius:8px;
    border:1px solid #ddd;
    background:#fff;
    font-size:14px;
    cursor:pointer;
  }

  /* REMOVE GOOGLE TOP BAR */
  .goog-te-banner-frame.skiptranslate{
    display:none !important;
  }

  body{
    top:0 !important;
  }