.avwp-av button.yes {
	background-color: #caac69;
}
.avwp-av button.no {
	display: none;
}

#agc_bg {
	background-color: rgba(0, 0, 0, .7) !important;
}
#agc_container {
	background: #caac6c !important;
    border-radius: 8px;
}

/* Move the TranslatePress floating language switcher off the header on phones.
   The plugin pins it to the top via inline --top/--right vars and the
   .trp-switcher-position-top class; override both to dock it bottom-right. */
@media (max-width: 768px) {
	.trp-floating-switcher.trp-switcher-position-top,
	.trp-floating-switcher {
		--top: unset !important;
		--bottom: 0!important;
		--right: 0 !important;
		--left: unset !important;
		top: unset !important;
		bottom: 0 !important;
		right: 0 !important;
		left: unset !important;
		flex-direction: column-reverse !important;
	}
	/* Open the language list upward, away from the bottom edge. */
	.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
	.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
		flex-direction: column-reverse !important;
	}
}