/*
Theme Name: Casino 3.0
Author: Bonddesign
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: bft
*/
/*Fixed block*/
.NRuPMou1ONo {
	display: block;
	float: left;
	width: 100%;
}

#affiliate_links {
	display: block;
	float: left;
	width: 100%;
	position: fixed;
	bottom: 100px;
	transition: all .3s;
	z-index:20
}

#affiliate_links a {
	text-decoration: none;
}

@media(min-width:1025px),
print {
	#affiliate_links {
		 width: 30%;
		 margin: 0 auto;
		 left: 0;
		 right: 0
	}
}

#affiliate_links .wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 15px;
	column-gap: 15px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .7)
}

@media(max-width:640px) {
	#affiliate_links .wrapper {
		 margin: 0 20px;
		 padding: 20px
	}
}

#affiliate_links .wrapper .logo {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	padding: 5px
}

@media(max-width:640px) {
	#affiliate_links .wrapper .logo {
		 aspect-ratio: 1/1;
		 flex: 0 1 20%
	}
}

#affiliate_links .wrapper .logo img {
	width: 100%;
	height: auto
}

#affiliate_links .wrapper .text {
	font-size: 14px;
	color:#000 !important;	
}


@media screen and (max-width:640px) {
	#affiliate_links .wrapper .text {
		 text-align: center;
		 padding: 0 15px;
		font-size: 12px;
		color:#000 !important;
	}
}

#affiliate_links .wrapper .link {
	font-size: 14px;
	color: #000;
	background: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	text-align: center;
}

#affiliate_links .wrapper .link:hover {
	opacity: .7
}