<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: cash4smstheme
Theme URI: 
Text Domain: cash4smstheme
Author: Roma Strah
Author URI: https://t.me/rstrah  
Description: "cash4smstheme" is an elegant and modern theme specially designed for cash4sms.today.
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Version: 1.0
*/


.js-wpml-ls-item-toggle {
	display: flex !important;
	align-items: center;
	gap: 3rem;
	cursor: pointer;
	font-size: 14rem;
	border: none !important;
	padding: 0 !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover&gt;a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
	background: none !important;
}
.js-wpml-ls-item-toggle:after {
	position: static !important;
	border: none !important;
	display: block !important;
	background: url("/wp-content/themes/cash4smstheme/assets/img/arrow-language.svg");
	min-width: 8rem;
	min-height: 5rem;
	background-position: center;
	background-size: 100% auto;
}

.js-wpml-ls-sub-menu {
	position: absolute;
	z-index: 10;
	top: calc(100% + 4rem) !important;
	left: -4rem !important;
	border-radius: 12rem !important;
	border: none !important;
	box-shadow: 0rem 1rem 4rem 0 rgba(12, 12, 13, .05), 0rem 1rem 4rem 0 rgba(12, 12, 13, .1) !important;
	padding: 7rem 0rem  !important;
	background: #fff  !important;
	width: 49rem;
}

@media(max-width: calc(450px - 1px)) {
	.js-wpml-ls-sub-menu {
		left: -23rem !important;
		top: calc(100% + 8rem) !important
	}
}

.wpml-ls-link {
	border: none !important;
	font-size: 14rem !important;
	padding: 7rem 0rem !important;
	text-align: center !important;
	display: block !important;
	width: 100% !important;
	text-decoration: none;
	display: block;
	color: inherit;
	background: none !important;
}

.wpml-ls-link:hover {
	background: none !important;
}</pre></body></html>