/*
Theme Name: casino
Text Domain: casino
*/

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding:0;
	font-size:16px;
	line-height:1.6;
overflow-x:hidden;
	color: rgba(255,255,255,0.8);
  background: #090f1e;
  
background-attachment: fixed;
}
article,aside,footer,header,nav,section,figcaption,figure,main,details,menu  {
	display: block;
}
h1,h2,h3,h4,h5,h6, .h2{
	color: #fff;
	padding:0;
	margin:0 0 15px;
	font-weight:700;
	text-shadow: none;
	line-height:1.3;
}
h1 {font-size:28px;}
h2 {font-size:25px;}
h3 {font-size:22px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
figure {
	margin: 1em 0;
}
a:active, a:focus,
a:hover {
	outline: 0;
text-decoration:none;	
}
abbr[title] {
	border-bottom: 1px #7a7a7a dotted;
	text-decoration: none;
}
b,
strong {
	font-weight: 700;
}
ul, ol {margin:0 0 15px 15px; padding:0;}
code,
kbd,
samp {
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #222;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
p {padding:0;margin:0 0 15px;}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-size: 100%;

	margin: 0;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[hidden] {
	display: none;
}
table {width:100%;border-collapse: collapse;margin:0 0 15px;border:1px solid rgba(255,255,255,0.1);}

table th, table td {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}
@media screen and (max-width: 767px) {
    .tabs {
        width: 100%;
        overflow: auto!important;
       border:1px solid rgba(255,255,255,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .tabs table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
blockquote {margin:0 0 15px;padding-left:15px;border-left:5px solid #ffb800;color:#fff;font-style:italic;font-size:18px;line-height:1.4;}
/*-------------- Alignments ---------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignwide {
	margin-left  : -60px;
	margin-right : -60px;
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignfull img {
	width: 100vw;
}

/*--------- Forms ---------*/



fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	
	border: none;

	display: block;
	padding: 10px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border: none;
	outline:0;box-shadow:none;
}
input:active, textarea:active {border:none;outline:0;box-shadow:none;}
textarea {height:140px;}
select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}



button,
input[type="button"],
input[type="submit"] {
	background-color: #00ad8d;
	border: 0;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}



button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	outline:0;box-shadow:none;
	border:none;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
outline:0;box-shadow:none;
	border:none;
}

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
#content {padding:30px 0;}
/*---------- Links -----------*/

a {
	color: #4c8afc;

	text-decoration: none;
}
a:hover,
a:active, a:focus {
	color: #fff;
	outline: 0;
	text-decoration: none;
}

/* Site branding */

.site-branding {

	z-index: 3;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}
.custom-logo-link img {
	display: inline-block;
	max-height: 35px;
	width: auto;
}

/*------------- Header -------------*/
#header {background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));
padding:10px 0 15px;
}


.top_btn {
    text-align: right;
 padding-top:7px;
}

/* ----- header navigation ----- */
.gb_navigation {padding-top:6px;}
.gb_nav_menu li{
	display:inline-block;
	margin-right:15px;
	position:relative;
}
.gb_nav_menu li a {
color: #fff;

    display: block;
    font-weight: 700;
}

.gb_nav_menu ul li a:hover {
    color: #ffb800;
}


.toggle-menu, a.closebtn{
  display: none;
}


/* --------- SLIDER--------- */
#slider{ 
	width:1110px;
	margin:30px auto;
	padding:40px 30px 0;
background: url(/wp-content/uploads/2025/07/1.jpg) no-repeat left center; background-size:cover;
	position: relative;
	height:300px;
}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.slidertext {font-weight:700;color:#fff;font-size:26px;}
.sliderpromo {font-weight:700;color:#fff;display:inline-block;position:relative;z-index:9;max-width:400px;}
#slider span.secondary-btn {display:block;padding:10px;max-width:200px;margin:30px 0;}
#slider span.primary-btn {display:none;padding:10px;max-width:200px;margin:15px auto;}
.sliderpromo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #ffe505;
}

.sliderpromo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/casino/images/copy.svg);
    mask: url(/wp-content/themes/casino/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffe505;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1140px) {
#slider{ width:100%;margin:0 0 30px;}
}
@media (max-width:767px) {
#slider {height:auto;text-align:center;padding:30px 15px;}
.overlay, .home .top_btn, .home .toggle-menu{display:none;}
#slider span.secondary-btn {margin:15px auto;}
#slider span.primary-btn {display:block;}
.slidertext {font-size:23px;}
.sliderpromo {max-width:100%;}
}




/*--------- Services Section--------- */


.box h4 {
    color: #00ad8d;
    font-size: 22px;
    font-weight: 600;
}
.heading-bg {
    background: #ffebe4;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 35%;
    z-index: -1;
}
span.design-right {
    border: solid 107px #D8FFFD;
    width: 450px;
    height: 450px;
    position: absolute;
    z-index: -1;
    right: 0;
    border-radius: 50%;
}




.comments-pagination {
	
	padding: 15px 0;

}

.comments-pagination {
	border: 0;
}
.page-numbers {
	padding: 5px 14px;
	 font-weight: 700;
}


.prev.page-numbers,.page-numbers,
.next.page-numbers {
	
	display: inline-block;
	color: #fff;
	
	background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));
   
}

.page-numbers.current, .page-numbers:hover {
	display: inline-block;
	background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%)!important;
	color: #fff!important;
	
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ol, .entry-content ul, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}

/* Entry footer */
#colophon {padding:30px 0 20px;
background: #060b15;
}


/*----------- Footer --------------*/

.site-info {
	padding:30px 0 0;
	font-size: 14px;
	
}
.site-info ul {margin:0 0 10px;}
.site-info ul li {display:inline-block;margin-right:15px;margin-bottom:5px;}


.site-footer .widget {margin-bottom:30px;}
.site-footer .widget ul {
    margin: 0;list-style: none;
}
.site-footer .widget ul li {margin-bottom:8px;}
.site-footer .widget ul li a {
color: #fff;
}
.site-footer .widget ul li a:hover {color: #4c8afc;}
.site-footer .widget-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
 
}
.logos-payment {padding:20px 0;text-align:center;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid 255,255,255,0.1;}
.logos-payment img {margin:10px 15px;vertical-align:middle;}
.footer_btn span.primary-btn {margin-bottom:15px;}
.footer_btn {padding-bottom:10px;}
.footer_btn span {display:block;padding:8px!important;}
.footer_btn img {margin-bottom:15px;-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */}
/*------- Comments ------------*/
.pre .nav-links a,
.nex .nav-links a{
    background: #14211b;
    color: #fff;
    padding: 5px 10px;
}
.pre,.nex {
    margin: 0 0 20px;
}
#comments {
	clear: both;
	padding: 20px 0 0;
}
#comments label {display:block;font-size:14px;opacity:0.6;margin-bottom:7px;}
.comment-date {font-size:12px;opacity:0.6;}
.comments-title, .comment-reply-title {
	font-size: 20px;font-weight:700;color:#fff;

}
.comment-reply-title {margin-bottom:15px;}
ol.comment-list,
.comment-list ol.children {
	list-style: none;
	margin: 0;
	
}
.comment-list ol.children {padding-left:30px;}
a.comment-edit-link {font-size:13px;}

.comment-author .says {
	display: none;
}
a.comment-reply-link {font-weight:700;}
.comment-body {padding-bottom:20px;}
.comments-pagination {
	margin: 15px 0;
}
#comments input[type="submit"] {background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);border-radius:8px;font-weight:700;color:#fff;padding:12px 20px;border:none;}
#comments input[type="submit"]:hover {background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);}
.comment-author img {float:left;margin-right:15px;}
p.form-submit {
margin:0;
}
/*sidebar*/

#sidebar {background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));height:100%;padding:15px;}

#sidebar input[type="search"],
input[type="search"] {
	padding: 10px;
	font-size: 14px;
	margin-bottom: 0px;
	color: #71767c;
	border: none;
	width: 100%;
	
}



#sidebar .widget {
  margin-bottom: 25px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;

}
#sidebar ul li {
    border-bottom:1px solid rgba(255,255,255,0.1);
padding-bottom:10px;margin-bottom:10px;
}

#sidebar ul li a {
 display:block;
 line-height:1.3;
  font-weight: 700;
  font-size:14px;
}

#sidebar .widget-title {font-weight:700;margin-bottom:15px;font-size:22px;color:#fff;}
/* Search */

.search-form {
	position: relative;
}
.search-form .search-submit {
	bottom: 3px;
	padding: 16px 25px;
	position: absolute;
	right: 3px;
}
.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}
button.search-submit{
    background: #00ad8d;
	font-weight: normal;
}


/*----------- Media ----------*/

img,
video {
	height: auto; 
	max-width: 100%;
}

.post_section {text-shadow: 1px 1px rgba(255, 255, 255, 0.2);}
span.primary-btn {
color: #000;
  background: linear-gradient(285.39deg,#ffb800 -4.36%,#fff173 115.87%);
  padding: 10px 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

span.secondary-btn {
color: #fff;
  background: #ff00e0;
  padding: 10px 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;

}

.top_btn span.primary-btn {margin-right:10px;}
#sidebar span.primary-btn {margin-bottom:15px;display:block;padding:10px;}
#sidebar span.secondary-btn {display:block;padding:10px;}

.slotbox {background:rgba(0, 0, 0, 0.8);position:relative;margin-bottom:30px;text-align:center;box-shadow: inset 0 0 6px 0 rgba(193, 161, 126, 0.39), inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), 1px 1px 2px 0 rgba(0, 0, 0, 0.6);}
.slotbox img {width:100%;}
.slotbox span {color:#fff;font-size:14px;}
.slotbox:hover img {opacity:0.3;}
.slotbtn {position:absolute;left:0;top:30%;width:100%;display:none;}
.slotbox:hover .slotbtn {display:block;}
.slotbtn span.secondary-btn {display:block;padding:6px;max-width:160px;font-size:14px;margin:10px auto;}
a.demo {font-weight:700;font-size:14px;text-transform:uppercase;color: #fff;}
.slot-cats ul {margin:10px 0 0;list-style:none;}
.slot-cats ul li {margin-right:7px;margin-bottom:20px;display:inline-block;}
.slot-cats ul li a {font-weight:700;color: #fff;
  background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);
  padding: 8px 20px;border-radius:8px;}
.home h1, .home h2, .home .h2 {font-size:24px;}
.home h3 {font-size:19px;}

#services-box article {background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));margin-bottom:30px;}
#services-box .title {padding:10px 15px 15px;}
#services-box .title a {font-size:14px;display:block;font-weight:700;line-height:1.3;}

#services-box article img {width:100%;}
#homeabout {padding-bottom:30px;}
#homeabout a {color: #fff;
  background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);
  padding: 10px;
  font-weight: 700;
  text-align: center;
  display: block;
  max-width: 240px;
  margin: 15px auto;
  text-decoration: none;
  border-radius: 8px;}
.padd-img {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.headerpage h1 {font-size:24px;}
.post-title a {font-weight:700;display:block;line-height:1.3;margin-bottom:10px;}
.category-section {padding-bottom:15px;}
.category-section .padd-img {max-height:188px;overflow:hidden;}
.error-404.not-found {text-align:center;padding:100px 0 60px;}
.breadcrumbs {font-size:14px;}
.postlink {text-align:center;padding:10px 0 20px;}
.postlink span.secondary-btn {padding:13px 30px;}
.taxonomy-description {padding-top:20px;}
.entry-content iframe {border:none;padding:0;width:100%;height:450px;}
.post-btn {text-align:center;padding:20px 0 30px;}
/*--------- Media --------------*/
@media screen and (max-width: 1199px){
.entry-content iframe {height:400px;}
}

@media screen and (max-width: 991px){

.logo {text-align:center;}
.custom-logo-link img {margin:0 auto;display:block;}
.top_btn {padding-top: 20px;padding-bottom:8px;text-align:center;}

	.toggle-menu {
		position:absolute;
		
		top: -30px;
		cursor: pointer;
		z-index: 999999;
		text-align: left;
		right: 15px;
		
	}
	.toggle-menu i {
		font-size: 22px;
		color: #fff;
	}
	.toggle-menu button {
        background: none;
		padding:0;
		font-weight:400;
	}
	.side_gb_nav {
		max-height: 100%;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9999999;
		top: -110%;
		right: 0;
		overflow-y: scroll;
		background: #090f1e;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		visibility: hidden;
	}
  	.side_gb_nav.show {
	    visibility: visible;
	    top:0%;
  	}
	.side_gb_nav .closebtn {
		position: absolute;
		top: 0;
		padding: 0px 18px;
		font-size: 25px;
		display: block;
		color: #ffffff;
	}
	.side_gb_nav #top_gb_menu {
		width: 100%;
	}

	.toggle-menu{
		display: block;
	}
	.nav ul li{
		
		display:block;
	}
	.nav ul li a{
		padding: 10px 0;
		display: block;
		color: #ffffff;
		border: none;
		
		background: none !important;
	}
	.nav ul li a:hover {color: #4c8afc;}
	.sf-arrows .sf-with-ul:after{
		right: 20px;
	}
	.nav ul li{
		border-top: 1px solid rgba(255,255,255,0.1);
	}
.nav ul li:last-child {border-bottom: 1px solid rgba(255,255,255,0.1);}
#sidebar {height: auto;margin-top:30px;}
}
.wp-caption {margin-bottom:15px;max-width:100%;}
.wp-caption-text {padding:6px 0 0;font-size:14px;text-align:center;font-style:italic;opacity:0.7;}
@media (max-width:767px) {
.padd-img {width: 100%;margin-right: 0;}

.entry-content iframe {height:300px;}
}
@media (max-width:575px) {

}
@media (max-width:460px) {

.entry-content iframe {height:250px;}
}
@media (max-width:360px) {
.top_btn span {display:block;margin:10px 0!important;}
.entry-content iframe {height:200px;}
}

:root {
  --mirror-primary: #00ffff;
  --mirror-secondary: #ff00ff;
  --mirror-accent: #ffff00;
}

.mirror-feature {
  position: relative;
}

.mirrors-section {
  margin-bottom: 2rem;
  padding: 2rem;
  color: #ffffff;
  border-radius: 12px;
  background: #262000;
}

@media (max-width: 1024px) {
  .mirrors-section {
    text-align: center;
  }
}
.mirrors-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.mirrors-subtitle {
  font-size: 16px;
  margin-bottom: 2rem;
}

.mirrors-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
  border: 0 !important;
}

.mirror-row {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: 0.3s;
}

.mirror-row:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.mirror-cell {
  padding: 1.5rem;
  border: 0 !important;
  vertical-align: middle;
}

.mirror-icon {
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
}

.mirror-row:hover .mirror-icon {
  transform: scale(1.1);
}

.mirror-name {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.mirror-feature {
  color: var(--mirror-text);
  line-height: 1.5;
  padding-left: 1.25rem;
}

.mirror-feature::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  line-height: 1;
}

.primary .mirror-feature::before {
  color: var(--mirror-primary);
}

.secondary .mirror-feature::before {
  color: var(--mirror-secondary);
}

.accent .mirror-feature::before, span.tooltip-text {
  color: var(--mirror-accent);
}

.mirror-btn {
  background: linear-gradient(135deg, #0067ff 0, #0052cc 100%);
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary .mirror-btn {
  background: linear-gradient(135deg, #00ffff 0, #00cccc 100%);
}

.secondary .mirror-btn {
  background: linear-gradient(135deg, #ff00ff 0, #cc00cc 100%);
}

.accent .mirror-btn {
  background: linear-gradient(135deg, #ffff00 0, #cccc00 100%);
}

.mirror-btn:hover {
  animation: 1.5s infinite pulse;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@media (max-width: 1024px) {
  .otable {
    border: 0;
  }
  .mirrors-table {
    display: flex;
    justify-content: center;
  }
  .mirror-row {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .mirror-cell {
    display: block;
    padding: 0.5rem;
    text-align: left;
  }
  .mirror-cell:first-child {
    grid-row: 1/span 4;
    align-self: center;
  }
  .mirror-cell:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    font-weight: 700;
  }
  .mirror-cell:nth-child(3), .mirror-cell:nth-child(4), .mirror-cell:nth-child(5) {
    grid-column: 2;
  }
  .mirror-cell:nth-child(6) {
    grid-column: 1/span 2;
    grid-row: 5;
    text-align: center;
    margin-top: 1rem;
  }
  .mirror-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .mirror-icon {
    width: 32px;
    height: 32px;
  }
  .mirror-name {
    font-size: 16px;
  }
  .mirror-feature {
    font-size: 14px;
  }
}
.slots-section {margin-bottom: 2rem;}
.slots-section__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.slots-section__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  grid-gap: 15px;
}
.slots-section__item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  border: 2px solid transparent;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #ffffff;
  background: #262000;
}
.slots-section__item:hover {
  border-color: #ffd600;
}
.slots-section__item:hover .slots-section__item-buttons {
  opacity: 1;
}
.slots-section__item-image {
  position: relative;
}
.slots-section__item-desc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 15px 15px 20px;
  font-size: 16px;
}
.slots-section__item-desc .item-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.slots-section__item-desc .item-merchant {
  color: #806b00;
}
.slots-section__item-buttons {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  background: linear-gradient(180deg, rgba(26, 21, 0, 0) 0%, #1a1500 86.3%);
  transition: opacity 0.3s;
  opacity: 0;
}
.slots-section__item-buttons .button-primary {
  min-width: 128px;
  padding: 8px 10px;
  font-weight: bold;
  color: #000;
  background: #ffd600;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.slots-section__item-buttons .button-primary:hover {
  box-shadow: 0 0 10px #ffd600;
}
.slots-section__item-buttons .button-link {
  font-size: 14px;
  cursor: pointer;
}
.slots-section__item-buttons .button-link:hover {
  text-decoration: underline;
}

.feedback-section {
  padding: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  border-radius: 16px;
  background: #262000;
}
.feedback-section__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.feedback-section__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}
.feedback-section__form-details {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feedback-section__form-details li {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .feedback-section__form-details li {
    flex-direction: column;
  }
}
.feedback-section__form-details li .go-ref {
  color: #ffd600;
  font-size: 24px;
  font-weight: bold;
}
.feedback-section__form-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.feedback-section__form-item input,
.feedback-section__form-item textarea {
  appearance: none;
  color: #ffffff !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 30px 10px 10px;
  background: #262000;
  outline: none;
  border: 1px solid #4d4000;
  border-radius: 10px;
}
.feedback-section__form-item input:focus,
.feedback-section__form-item textarea:focus {border: 1px solid #4d4000;}
.feedback-section__form-item input::placeholder,
.feedback-section__form-item textarea::placeholder {
  color: #9d8500;
}
.feedback-section__form-item textarea {
  height: 140px;
  resize: none;
}
.feedback-section__form-item .go-ref {
  min-width: 150px;
  margin: 0 auto;
  padding: 8px 20px;
  color: #000;
  font-weight: bold;
  background: #ffd600;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.feedback-section__form-item .go-ref:hover {
  box-shadow: 0 0 10px #ffd600;
}
.go-ref {
  cursor: pointer;
}