.trigoogletranslate-selector {
  display: inline-block;
  margin-top: 7px;
  white-space: nowrap;
  margin-left: 1rem;
  color: #f0b5c7;
}

#trigoogletranslate-select {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    outline: none;
    padding: 0 16px 0 0; /* Space for the arrow */
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%233E2723" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: inherit;
    line-height: inherit;
}

#trigoogletranslate-select:focus {
    outline: none;
}

