/* This Google Translate stuff was not being picked up by tailwind on a legacy project... dead chickens */
.goog-te-gadget {
    color: transparent !important;
    font-size: 0px !important;
}

.goog-te-gadget span {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    height: 2rem; /* Equivalent to h-8 */
    width: 9rem;
    border: none;
    outline: none;
    color: #000; /* Equivalent to text-black */
    padding: 0.25rem; /* Equivalent to p-1 */
    margin: 0; /* Equivalent to m-0 */
    font-weight: bold; /* Equivalent to font-bold */
    background-color: #e5e7eb; /* Equivalent to bg-gray-200 */
}