/* Language Button */
  .language-button {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 24px;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    gap: 10px;
    box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
  }

  .g-translate-box.red-theme .language-button {
    background-color: #ce173c;
  }
  
  .g-translate-box.green-theme .language-button {
    background-color: #17ce3c;
  }

  .language-button .chevron-down {
    margin-left: auto;
  }

  /*
  .language-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 14px;
    background: #f0f0f0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }*/

  .language-button img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
  }
  
  .language-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .language-modal-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;/*
    position: absolute;
    right: 10px;
    top: 8px;*/
  }

  .modal-header > .title {
    font-size: 1.2rem;
  }

  .close-modal {
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .language-modal-content {
    position: relative;
    max-height: 400px;
    width: 320px;
    background: white;
    padding: 16px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .language-list {
    overflow-y: auto;
    flex-grow: 1;
    margin-top: 8px;
    padding-right: 8px;
  }
  
  .language-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    cursor: pointer;
  }
  .language-option:hover {
    background: #f9f9f9;
  }
  
  .language-option img {
    width: 24px;
    height: 16px;
    border-radius: 2px;
  }

  .load-detector {
    opacity: 0;
  }
  
  
#goog-gt-tt, iframe.VIpgJd-ZVi9od-ORHb-OEVmcd, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf {display: none !important; height: 0px !important;}