 #google_translate_element {
            /* margin-top: 1rem; */
            text-align: center;
        }
        /* Ensure the image URL is correct and the path is accessible */
        .goog-te-gadget-icon {
            background-image: url(https://www.google.com/url?sa=i&url=https%3A%2F%2Fpngtree.com%2Fso%2Fglobe-icon&psig=AOvVaw2EYC9Wx64XulqT8lc43zrv&ust=1747298949247000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCIidxfvJoo0DFQAAAAAdAAAAABAE);
            background-size: 24px 24px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
            background-repeat: no-repeat; /* Prevent image repetition */
        }
        .goog-te-gadget-simple {
            background-color: #000000;
            border: 1px solid #d9d9d9;
            padding: 4px;
            border-radius: 2px;
            font-size: 14px;
            display: inline-block;
            cursor: pointer;
            white-space: nowrap;
        }
        .goog-te-gadget-simple:hover {
            border-color: #b3b3b3;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        }
        .goog-te-gadget-simple div {
            display: inline-block;
        }

        .goog-te-gadget-selected {
             font-weight: bold;
        }