/*!
Theme Name: bet
Text Domain: bet
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-width: 320px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background: #06050a;
	color: #a5a5a7;
}

.unique-header {
	background-color: #262627;
	position: sticky;
	top: 0;
	z-index: 9999;
	width: 100%;
	text-align: center;
}

.header-inner {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px 0;
}

.logo {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}

.buttons-wrapper {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	max-width: 300px;
	text-align: center;
}

.custom-btn {
	float: left;
	width: 45%;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 5px 2.5%;
	border-radius: 25px;
	border: 1px solid #fde4a5;
	text-decoration: none;
	box-sizing: border-box;
}

.btn-login {
	color: #fde4a5;
	background-color: transparent;
}

.btn-register {
	color: #262627;
	background-color: #fde4a5;
}

.custom-btn:hover {
	background-color: #0bae63;
	border-color: #0bae63;
	color: #fff;
}

.cb {
	clear: both;
}

.welcome {
	width: 100%;
	max-width: 600px;
	background: #f3ce00;
	background-image: url(gift2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 15px;

	padding: 70px 20px;
	margin: 20px auto;
	font-weight: bold;
	color: #262626;
	text-align: center;

}

.welcome-main {
	font-size: 32px;
	background: #fff;
	border-radius: 15px;
	margin: 10px auto;
	max-width: 320px;
}

.welcome-sub {font-size:26px;}
@media (max-width:767px) {.welcome-sub {font-size:20px;}}
.welcome-btn {
	margin:30px auto;
	text-decoration: none;
	background: #fff;
	color: #262627;display:block;max-width:200px;
	border-radius: 15px;
	padding: 10px 25px;
	border: 2px solid #fff;
}
.promo span { 
position:relative;display:inline-block;
margin-right:22px;
cursor:pointer;
color: #f50062;
}

.promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/bet/images/copy.svg);
    mask: url(/wp-content/themes/bet/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f50062;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.welcome-btn:hover {
	background: none;
}

.article {
	display: block;
	padding: 50px 0;
	background-color: #1e1e1f;
}

.article-box {
	padding: 25px;
	width: 95%;
	max-width: 1100px;
	background: linear-gradient(145deg, #212022, #19181b);
	border-radius: 30px;
	margin: 40px auto;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.article-box h1,
.article-box h2 {
	color: #f4f4f5;
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.article-box table {
	width: 100%;
	border-spacing: 0;
	margin: 30px auto;
	background: #1a1a1c;
	border-radius: 12px;
	overflow: hidden;
}

.article-box table thead td {
	color: #ffe599;
	font-weight: 600;
	text-align: center;
	background: #282828;
	padding: 15px;
	border-bottom: 2px solid #ffe599;
	text-transform: uppercase;
}

.article-box table td {
	border: 1px solid rgba(255, 229, 153, 0.4);
	padding: 12px 8px;
	color: #f0f0f0;
	text-align: left;
}

.article-box img,
.article-box amp-img {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.article-box p {
	margin-bottom: 25px;
	color: #d3d3d4;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
}

.article-box ul,
.article-box ol {
	margin-bottom: 25px;
	padding-left: 20px;
	color: #ffe599;
	line-height: 1.8;
	list-style: square;
	font-family: 'Open Sans', sans-serif;
}

.article-box blockquote {
	background: rgba(255, 229, 153, 0.2);
	color: #ffe599;
	margin-bottom: 25px;
	padding: 25px;
	border-left: 5px solid #ffe599;
	font-style: italic;
	font-family: 'Georgia', serif;
}

@media (min-width: 980px) {
	.article-box table td {
		padding: 18px;
	}
}

@media (max-width: 400px) {
	.article-box {
		padding: 20px 15px;
	}

	.article-box table {
		font-size: 13px;
	}
}

.certificates {
	display: block;
	margin: 30px auto;
	text-align: center;
}

.certificates amp-img,
.certificates img {
	margin: 10px 15px;
	transition: transform 0.3s ease;
}

.certificates img:hover {
	transform: scale(1.1);
}

.site-footer {
	background: #2a2a2b;
	padding: 25px 0;
	text-align: center;
	border-top: 3px solid #fde4a5;
}

.footer-content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 25px;
	display: block;
	position: relative;
}

.footer-content img,
.footer-content amp-img {
	display: block;
	margin: 0 auto 20px auto;
	padding-top: 20px;
}

.footer-nav {
	list-style: none;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	padding: 15px 0;
	text-align: center;
}

.footer-nav li {
	display: inline-block;

	width: calc(50% - 20px);
	text-transform: uppercase;
}

.footer-nav li a {
	display: block;
	padding: 12px 0;
	text-decoration: none;
	border: 2px solid #fde4a5;
	border-radius: 30px;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.link-transparent {
	color: #fde4a5;
	background-color: transparent;
}

.link-highlight {
	background-color: #fde4a5;
	color: #2a2a2b;
}

.footer-nav li a:hover {
	background-color: #1fa678;
	border-color: #1fa678;
	color: #fff;
}

.footer-note {
	margin-top: 30px;
	color: #b3b3b3;
	font-size: 0.875rem;
	font-family: 'Arial', sans-serif;
}

@media (min-width: 980px) {
	.footer-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 0;
	}

	.footer-nav {
		max-width: 400px;
		display: flex;
		justify-content: space-between;
	}

	.site-footer {
		padding-top: 0;
	}
}
