/*!
Theme Name: default-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: default-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

default-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/


.benifest__info a {
    color: #ffffff;
		text-decoration: underline;
   }

/*Podcast*/
.pdp_wrapper_default {
	margin-top: 20px!important;
	width: calc(58vw + 50px)!important;
	max-width: 1170px;
}
.pdp-item {
	border: 1px solid rgb(78 165 34 / 60%);
	border-radius: 12px;
	align-items: center;
}

.pdp_wrapper_default.dark .pdp-item {
	background-image: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%)!important;
height: 135px;
}

.pdp-item .share {
	padding-top: 0!important;
}

.plyr--full-ui input[type=range] {
	color: #4EA522;
}

.pdp-item .pdp_plyr_area {
	padding: 10px!important;
}

.plyr__menu__container {
	background: #23272E; 
}

.pdp-item .pdp_plyr_area h3 {
	font-size: 22px;
	padding: 0 15px;
	margin-bottom: 0!important;
	color: #eee!important;
}

.pdp-item .pdp_fet_img img {
width: 80px!important;
height: 80px!important;
}

.pdp-item .pdp_fet_img {
	min-width: 100px!important;
	width: 20%!important;
	text-align:center;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #333944;
}

.pdp_wrapper_default.dark .pdp-item .plyr__controls .plyr__control, .pdp_wrapper_default.dark .pdp-item .plyr__controls .plyr__time, .pdp_wrapper_default.dark .pdp-item i {
	color: #2CE591!important;
}

@media screen and (max-width: 890px) {
	.pdp_wrapper_default {
	width: 100%!important;
}
	.pdp-item .pdp_plyr_area h3 {
	font-size: 16px!important;
}
}


/*Блок со слотами*/
.slots-wrap {
  display: flex;
  row-gap: 15px;
  column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.slots-item {
    position: relative;
    border-radius: 10px;
    background: #333944;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
	width: calc(20% - 25px);
}

@media (max-width: 980px) {
	.slots-item {
		width: calc(25% - 25px);
	}
}

@media (max-width: 768px) {
	.slots-item {
		width: calc(33.3% - 25px);
	}
}

@media (max-width: 560px) {
	.slots-item {
		width: calc(50% - 25px);
	}
}

.slots-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s;
    transition: .3s;
}

.slots-item img {
    vertical-align: bottom;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.slots-bottom {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    color: #fff;
}

.slots-bottom .info__btn {
	margin-top: 0;
}
.slots-bottom .info__btn button {
	max-width: 100%;
	border-radius: 10px;
	background: #23272E;
	border: 2px solid #4EA522;
}

.slots-bottom .info__btn:hover button {
	background: #4EA522;
	border: 2px solid #4EA522;
}


/*Бонусная страница*/
.benifest__wrap:has(.betlabel-bonus-box) {
	background-image: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
	border: 1px solid rgb(78 165 34 / 60%);
	padding: 36px 28px;
	border-radius: 12px;
	transition: all 0.3s;
}

.benifest__wrap:has(.betlabel-bonus-box) img {
	border-radius: 50%;

}

.benifest__wrap:has(.betlabel-bonus-box):hover {
	transform: scale(1.01);
border: 1px solid rgb(177 239 151 / 60%);
}

.benifest__item:has(.betlabel-bonus-box) {
    grid-template-columns: 1fr 1.6fr;
}

@media (max-width: 890px) {
	.benifest__item:has(.betlabel-bonus-box) {
    grid-template-columns: 1fr!important;
}
}

/*Бонусы на главной*/
.betlabel-main-bonus-box {
  display: flex;
  overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
  gap: 10px;
  margin-top: 38px;
	margin-bottom: 50px;
}

.betlabel-bonus-product {
 width: calc(25% - 10px);
  min-height: 8.8rem;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1025px) {
    .betlabel-bonus-product {
        width: calc(33.3% - 10px);
    }
}

@media screen and (max-width: 725px) {
    .betlabel-bonus-product {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 520px) {
    .betlabel-bonus-product {
        width: 100%;
    }
}

.betlabel-bonus-product-link {
  display: flex;
align-items: flex-end;
  justify-content: space-between;
    height: 6.15rem;
    width: 100%;
  background-image: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
  border-radius: 10px;
  border: 1px solid rgb(78 165 34 / 60%);
  text-decoration: none!important;
   }

.betlabel-product-title {
 margin-bottom: .625rem;
  margin-left: .9375rem;
  font-size: 1.15rem;
    line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
    overflow: hidden;
  color: #fff;
  transition: transform .3s;
}

.betlabel-product-img {
  transition: transform .3s;
  min-height: 7.5rem;
    min-width: 7.5rem;
  position: relative; 
    overflow: visible;
}

.betlabel-product-img img {
  width: 90px;
  position: absolute;
}

.betlabel-bonus-product-link:hover .betlabel-product-img {
  transform: translateY(-.625rem);
}

.betlabel-bonus-product-link:hover .betlabel-product-title {
  transform: translateY(-.125rem);
}

/*Блок с промокодом*/
.text-promo-box {
	display: flex;
	flex-direction: column;
}

.betlabel-promo-code-box {
  background-image: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
  border-radius: 12px;
  display: flex;
  gap: 30px;
  padding: 40px 25px;
	align-items: center;
	margin: 25px;
	border: 1px solid rgb(78 165 34 / 60%);
	width: 58vw;
}

.betlabel-promo-code-info .info__btn {
	margin-top: 0px;
}

.betlabel-promo-code-block {
	display: flex;
	justify-content: center;
	
}

.betlabel-promo-code-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
	width: 25%;
}

.betlabel-promo-code-info {
  text-align: center;
  color: #fff;
	width: 35%;
}

.betlabel-promo-code-info .info__btn button {
	max-width: 200px;
}

.betlabel-promo-code-field {
  display: flex;
  align-items: center;
  position: relative;
	width: 40%;
	justify-content: center;
}

.betlabel-bonus-code {
  border: 2px #4EA522;
	border-style: solid none solid solid;
  color: #4EA522;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
	border-radius: 10px 0 0 10px;
}

.betlabel-bonus-code-copy {
  background: #4EA522;
    border: none;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    outline: none;
    padding: 15px 15px;
}

.betlabel-block-text-code {
  display: flex;
  gap: 20px;
	align-items: center;
}

@media screen and (max-width: 890px) {
    .betlabel-promo-code-box {
    flex-direction: column;
		max-width: 400px;
    align-items: center;
    }
	.betlabel-promo-code-title, .betlabel-promo-code-info, .betlabel-promo-code-field {
		width: 80%;
	}
	.betlabel-promo-code-box {
		width: 70vw;
	}
	.text-promo-box {
	flex-direction: column-reverse;
}
}

.ctc-inline-copy-icon .copy-icon, .ctc-inline-copy-icon .check-icon {
    height: 26px;
    width: 26px;
    color: #fff;
	margin-left: -4px
}

/*Блок бонуса на первом экране*/
.textp-field {
	display: flex;
	gap: 20px;
	align-items: center;
}

.textbox, .bonusbox {
	width: 50%;
}

.bonusbox {
	background: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 1.4rem;
	padding-left: 1.4rem;
	padding-top: 1.9rem;
	padding-bottom: 1.9rem;
  text-align: right;
	position: relative;
}

.bonusbox-title {
	font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  z-index: 1;
	text-transform: uppercase;
}

.bonusbox-bonus {
	font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #4EA522;
  z-index: 1;
	text-transform: uppercase;
}

.bonusbox .info__btn {
	justify-content: right;
	z-index: 1;
}

.bonusbox-comment {
	z-index: 1;
}

.bonusbox-bg {

background-image: url(http://betlabel.games/wp-content/uploads/2025/07/bonus-box-2.webp);
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
	background-position: left bottom;
	opacity: 0.4;	
	background-size: 35%
}

@media screen and (max-width: 650px) {
	.textp-field {
		flex-direction: column;
	}
	.textbox {
	width: 100%;
}
	.bonusbox {
	width: 90%;
}
}


/*fast links*/
.fast-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fast-links-block a {
    border: 1px solid rgb(78 165 34 / 40%);
    padding: 0 0 0 1rem;
	text-decoration: none;
}

.link-button {
    -webkit-box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    background: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
    height: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 18px);
    text-align: left;
    cursor: pointer;
    padding-left: 20px;
}

.link-button span {
    color: #28F19D;
    font-size: 10px;
    text-align: left;
    margin: 0;
}

.link-button strong {
	color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.link-button img {
    width: auto;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 980px) {
    .link-button {
        width: calc(33.3% - 12px);
    }
	.slots-item {
		width: calc(33.3% - 20px);
	}
}

@media (max-width: 768px) {
    .link-button {
        width: calc(50% - 12px);
    }
}

@media (max-width: 560px) {
    .link-button {
        width: 100%;
    }
}

.link-button:hover {
  transform: scale(1.05);
}

/*********Winners**********/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-290px * 7));
  }
}
.slider {
  background: #333944;
  box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 120px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 45s linear infinite;
  display: flex;
  width: calc(290px * 14);
}
.slider .slide {
  height: 100px;
  width: 270px;
}

.slide:hover {
	background: #23272E;
}

.winner-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
  border-right: 1px solid rgb(78 165 34 / 60%);
  justify-content: space-between;
	height: 85px;
}

.winner-image {
  width: 85px;
}

.winner-image img {
   height: 100%;
    width: 100%;
	border-radius: 8px
}

.winner-name {
    display: flex;
    flex-direction: column;
    width: 35%;
}

.winner-nickname {
    font-size: .85rem;
    line-height: 140%;
    color: #fff;
    flex: 1 1;
}

.winner-date {
    color: #28F19D;
    font-size: .75rem;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.winner-count {
    font-size: 1.175rem;
	font-weight: 700;
    line-height: 110%;
    color: #48D039;
}

.slider a {
	text-decoration: none;
}

/*API блок*/
.event-cards.view-1 .event-card {
	 border: 1px solid rgb(78 165 34 / 30%);
}

.view-1 .event-card .bet-btn {
	border: none;
}

.view-1 .bet-btn {
  font-size: 16px;
}

.slider-1 .custom-nav {
	background: #202020;
}


.kk-star-ratings {
  justify-content: center;
  margin: 20px auto;
}

.kk-star-ratings,
.kk-star-ratings span,
.kk-star-ratings .kk-star-ratings-caption {
    color: #ffffff !important;
}



.footer__logo {
text-align: center;
}


/* Promo block */
.tg-promo {
  background: linear-gradient(135deg, #333944, #24282F);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 100px;
  border-radius: 10px;
	max-width: 80%;
  margin: 60px auto 30px;
  position: relative;
  overflow: visible;
}

.tg-content .title-tg {
  font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
  margin-bottom: 20px;
}

.tg-content p {
  opacity: 0.95;
  margin-bottom: 30px;
}

.tg-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #4EA522;
	border: 2px solid #4EA522;
  color: #fff;
  padding: 14px 26px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none!important;
}

/* Основная кнопка */
.tg-btn {
  position: relative;
  overflow: visible;
  z-index: 1;
}

/* Пульс */
.tg-btn::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50px;
  background: rgba(78, 165, 34, 0.45);
  z-index: -1;
  animation: tgPulse 2.4s ease-out infinite;
}

/* Анимация */
@keyframes tgPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.tg-icon svg {
  display: block;
}

.tg-icon {
  font-size: 18px;
}

.tg-phone {
  position: absolute;
  right: 80px;
  bottom: 0;
  pointer-events: none;
}

/* Phone preview */
.tg-phone img {
  display: block;
  max-width: 280px;
  height: auto;
}

/* Floating button */
.tg-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
	border: 2px solid #4EA522;
  background: #4EA522;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  animation: pulse 2s infinite;
  transition: opacity 0.3s ease;
}

.tg-float.show {
  opacity: 1;
  pointer-events: auto;
}

/* Pulse animation */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(78, 165, 34,0.6); }
  70% { box-shadow: 0 0 0 20px rgba(78, 165, 34,0); }
  100% { box-shadow: 0 0 0 0 rgba(78, 165, 34,0); }
}

/* Responsive */
@media (max-width: 768px) {
  .tg-promo {
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
  }

  .tg-content .title-tg {
    font-size: 25px;
  }
}

@media (max-width: 1150px) {
  .tg-phone {
    right: 50px;
  }

  .tg-phone img {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
	.tg-promo {
		margin-top: 40px;
	}
  .tg-phone {
    display: none; 
  }
}


/* Вопрос для ИИ
--------------------*/
.ii-block {
  margin: 30px 0;
}

.ii-row {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.ii-row .ii-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 15px;
  transition: .3s;
	text-decoration: none;
}

.ii-row .ii-btn .ai-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ii-row .ii-btn.chatgpt {
  background: linear-gradient(135deg, #10a37f, #0d8068);
}

.ii-row .ii-btn.chatgpt:hover {
  background: linear-gradient(135deg, #0d8068, #0a6b57);
}

.ii-row .ii-btn.perplexity {
  background: linear-gradient(135deg, #20808d, #1a6b75);
}

.ii-row .ii-btn.perplexity:hover {
  background: linear-gradient(135deg, #1a6b75, #155a63);
}

.ii-row .ii-btn.google-ai {
  background: linear-gradient(135deg, #4285f4, #1a73e8);
}

.ii-row .ii-btn.google-ai:hover {
  background: linear-gradient(135deg, #1a73e8, #1557b0);
}

.ii-row .ii-btn.grok {
  background: linear-gradient(135deg, #000000, #1a1a1a);
}

.ii-row .ii-btn.grok:hover {
  background: linear-gradient(135deg, #1a1a1a, #333333);
}

.ii-row .ii-btn.claude {
  background: linear-gradient(135deg, #cc785c, #b8654a);
}

.ii-row .ii-btn.claude:hover {
  background: linear-gradient(135deg, #b8654a, #a55540);
}

.ii-row .ii-btn span {
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .ii-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .ii-row .ii-btn {
        flex-basis: calc((100% - 10px) / 2);
        flex-grow: 0;
    }
}

@media screen and (max-width: 480px) {
    .ii-row .ii-btn {
        flex-basis: 100%;
    }
}


/* Вкладки со ссылками
--------------------*/
.info__wrap .tabs {
  border-radius: 12px;
  margin: 30px 0;
  overflow: hidden;
}

.info__wrap .tabs .tabs-caption {
  display: flex;
	gap: 0;
	padding-left: 0;
	margin: 0;
}

.info__wrap .tabs .tabs-caption > li {
  flex: 1;
  font-weight: bold;
  text-align: center;
  padding: 18px;
  transition: .3s;
  cursor: pointer;
  margin-left: 1px;
  margin-bottom: 1px;
	list-style: none;
}

.info__wrap .tabs .tabs-caption > li:first-child {
  margin-left: 0;
}

.info__wrap .tabs .tabs-content {
  display: none;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px;
}

.info__wrap .tabs .tabs-content.active {
  display: flex;
	justify-content: center;
}

.info__wrap .tabs .tabs-content > a {
  width: calc((100% - 10px) / 5);
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  padding: 10px 20px;
  transition: .3s;
}

.info__wrap .tabs .tabs-content > a > img {
  display: block;
  border-radius: 0 10px 0 10px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.info__wrap .tabs .tabs-content a .abbr {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 0 10px 0 10px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1024px) {
   .info__wrap .tabs .tabs-content a {
        width: calc((100% - 15px) / 4);
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    .info__wrap .tabs .tabs-content a {
        width: calc((100% - 10px) / 3);
    }
}

@media screen and (max-width: 480px) {
    .info__wrap .tabs .tabs-content a {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .info__wrap .tabs .tabs-content {
        gap: 5px;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 480px) {
    .info__wrap .tabs .tabs-caption {
        display: block;
    }
}

.tabs-caption li {
    background: #23272E;
    color: #ffffff;
}

.tabs-caption li.active {
    background: #333944;
    color: #ffffff;
}

.tabs-content {
    background: #333944;
}

.tabs-content a {
    background: #23272E;
    color: #fff;
	text-decoration: none;
}

.tabs-content a:hover {
    background: #2A2F38;
    color: #ffffff;
}

.tabs-content a .abbr {
    background: #15d897;
    color: #ffffff;
}