.wordly-wise-trans {
	font-size: 0.8em;
	background-color: rgba(0, 0, 0 ,0.05);
	padding: 0 0.5em;
}

.wordly-wise-loading::after {
	content: '';
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	border-radius: 50%;
	border: 1px solid transparent;
	display: inline-block;
	border-top-color: #6b6b6b;
	border-bottom-color: #6b6b6b;
	animation: wordly-wise-spinner .8s ease infinite;
}

@keyframes wordly-wise-spinner {
	to {
		transform: rotate(360deg);
	}
}


/* 
.wordly-wise-translation-bar {
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	position: sticky;
	top: 20px;
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
}

.wordly-wise-translation-button {
	border-radius: 4px;
	font-size: 1em;
	text-decoration: none;
	transition: background-color 0.3s ease;
	margin-left: 5px;
}

.wordly-wise-translation-button path {
	fill: currentColor;
} */

.wordly-wise-translation-container {
	position: relative;
}

button.wordly-wise-translation-bar.button {
	background-color: #154C9D;
	border-color: #154C9D;
	display: flex;
	align-items: center;
	color: white;
	gap: 5px;
}

button.wordly-wise-translation-bar.button .wordly-wise-trans-icon {
	fill: white;
}

.wordly-wise-translation-options {
	position: absolute;
	background: #fff;
	filter: drop-shadow(0px 30px 40px rgba(0, 0, 0, 0.15));
	width: 100%;
	padding: 20px;
	max-height: 400px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	margin: 0;
	display: none;
}

.wordly-wise-translation-options--open {
	display: flex;
}

.wordly-wise-translation-options li {
	list-style-type: none;
	line-height: 40px;
}

.wordly-wise-translation-options li a {
	color: #222;
}
