/*
Theme Name: bet-365.mx
Author: bet-365.mx
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #2a2a2b;
  color: #f8f8f7;
  font-family: system-ui, ui-sans-serif, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

a {
  display: inline;
  text-decoration: none;
}

button {
  display: inline-block;
  cursor: pointer;
}

h1 {
  display: block;
  margin: 0 0 35px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  display: block;
  font-size: 26px;
  font-weight: 600;
}

h3 {
  display: block;
  font-size: 19px;
  font-weight: 600;
}

h4 {
  display: block;
  font-weight: 600;
}

p {
  display: block;
  margin: 0 0 18px;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 1.65;
  color: #e6e6e6;
  font-weight: 400;
}

p strong {
  color: #ffffff;
  font-weight: 600;
}

p a {
  color: #80cbc4;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    color 0.2s;
  font-weight: 500;
}

p a:hover {
  color: #ffffff;
  border-bottom-color: #03533f;
}

ul {
  display: block;
  list-style-type: disc;
  list-style-position: inside;
}

ol {
  display: block;
  list-style-type: decimal;
  list-style-position: inside;
}

ul ul,
ol ul {
  display: block;
  margin-left: 17px;
  list-style-type: circle;
  list-style-position: inside;
}

ol ol,
ul ol {
  display: block;
  margin-left: 17px;
  list-style-type: lower-latin;
  list-style-position: inside;
}

.wrapper {
  display: block;
  margin: 0 auto;
  padding: 0 18px;
  max-width: 1280px;
}

.flex {
  display: flex;
}

.gap {
  gap: 22px;
}

.main-section {
  display: block;
  margin: 0 auto;
  padding: 77px 18px 0;
  max-width: 1280px;
}

.content-block {
  display: block;
  padding: 35px 0 33px;
}

.action-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #ffe732;
  border-radius: 5px;
  height: 36px;
  background-color: transparent;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.35s ease-out;
}

.btn-accent {
  border-color: #31F5BC;
  color: #31F5BC;
}

.btn-accent:hover {
  border-color: #f8f8f7;
  color: #f8f8f7;
}

.btn-outline {
  background-color: #31F5BC;
  border-color: #31F5BC;
  color: #000001;
}

.btn-outline:hover {
  background-color: #f8f8f7;
  border-color: #f8f8f7;
  color: #000001;
}

.site-header {
  display: block;
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 10px 0 0 0;
  background-image: linear-gradient(180deg, rgb(1 84 63), rgb(21 61 53));
}

.brand-link {
  display: block;
}

.brand-img {
  width: 90px;
}

.header-wrapper {
  display: flex;
  height: 77px;
  align-items: center;
  justify-content: space-between;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  list-style: none;
  justify-content: center;
}

.nav-links a {
  display: block;
  position: relative;
  padding: 23px 0 24px;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
}

.nav-links a:hover {
  color: #31f5bd;
}

.nav-links li:first-of-type a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #31f5bd;
}

.site-nav {
  display: block;
  list-style: none;
}

.site-nav li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #eeecec;
  font-size: 17px;
}

.page-title {
  display: block;
  margin: 0 0 22px;
  color: #31f5bd;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.post-hero-image img {
  display: block;
  margin: 0 0 17px;
  width: 100%;
  object-fit: cover;
}

.article-body p,
.article-body a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.article-body a {
  display: inline;
  color: #31f5bd;
  transition: color 0.25s ease-in-out;
}

.article-body a:hover {
  color: #fae22e;
}

.bonuses-section button p,
.bonuses-section button span,
.sports-navigation span,
.sports-navigation img {
  pointer-events: none;
}

.bonuses-grid {
  display: flex;
  gap: 9px;
  padding: 33px 0 9px;
  list-style: none;
  overflow-x: scroll;
}

.bonus-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 340px;
  height: 205px;
  padding: 11px 11px 8px;
  border: 2px solid #31f5bd;
  border-radius: 5px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 205px;
  text-align: left;
  transition: all 0.25s ease-in;
}

.bonus-card:hover {
  transform: translateY(-2px);
  filter: brightness(1.25);
  box-shadow: 0 4px 12px rgba(50, 255, 197, 0.3);
}

.bonus-category {
  display: block;
  margin: 0 11px 8px 0;
  color: #31f5bd;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 17px;
  text-shadow: 0 0 6px rgba(25, 70, 61, 0.65);
}

.bonus-headline {
  display: block;
  max-width: 222px;
  color: #f8f8f7;
  font-size: 28px;
  font-weight: 700;
  font-style: oblique;
  line-height: 28px;
  overflow: hidden;
  word-wrap: break-word;
  text-shadow: 0 0 6px rgba(25, 70, 61, 0.65);
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bonus-description {
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 11px 8px 0;
  max-height: 43px;
  color: #f7f7f7;
  font-size: 11px;
  font-style: oblique;
  line-height: 14px;
  opacity: 0.65;
  overflow: hidden;
  vertical-align: bottom;
  word-wrap: break-word;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sports-icons-grid {
  display: flex;
  gap: 25px;
  padding: 33px 0 6px;
  list-style: none;
  overflow-x: scroll;
}

.sport-icon-button {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  align-items: center;
  transition: transform 0.3s ease;
}

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

.sport-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 0 6px;
  transition: transform 0.3s ease;
}

.sport-icon-button:hover .sport-icon {
  transform: rotate(5deg);
}

.sport-name {
  display: block;
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.casino-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}

.casino-text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.global-footer {
  display: block;
  padding-top: 22px;
  background-color: #2a2a2b;
}

.footer-main-area {
  display: flex;
  margin: 0 0 35px;
  padding-top: 30px;
  border-top: 1px solid #3d3c3d;
  border-bottom: 1px solid #3d3c3d;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-links-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  gap: 19px;
  justify-content: space-between;
}

.footer-links-column {
  display: block;
  width: 100%;
  text-align: center;
}

.footer-links-column ul {
  display: block;
  list-style: none;
}

.footer-links-column button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #a6a5a6;
  transition: color 0.25s ease-in-out;
}

.footer-links-column button:hover {
  color: #ffe734;
}

.footer-column-title {
  display: block;
  margin-bottom: 11.1px;
  color: #f7f7f8;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #373737;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35.05px;
  gap: 38.1px;
  justify-content: center;
}

.footer-copyright-area {
  margin: 0 auto;
  padding: 10px 0 20px;
}

.copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-text p {
  margin: 0 0 10px 0;
  color: #aaaaaa;
  font-size: 14px;
}

.payment-methods {
  text-align: center;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.payment-icon {
  font-size: 24px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.payment-icon:hover {
  opacity: 1;
}

.footer-link {
  display: inline;
  color: #888889;
}

.footer-link:hover {
  color: #f3f3f2;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  width: 194px;
  gap: 9px;
  list-style: none;
  justify-content: end;
}

.social-links li {
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  transition: transform 0.3s ease;
}

.social-links li:hover {
  transform: translateY(-2px);
}

.bonuses-section,
.sports-navigation {
  scrollbar-width: thin;
  scrollbar-color: #31f5bc #2a2a2b;
}

.bonuses-section::-webkit-scrollbar,
.sports-navigation::-webkit-scrollbar {
  width: 9.05px;
  height: 9px;
}

.bonuses-section::-webkit-scrollbar-track,
.sports-navigation::-webkit-scrollbar-track {
  background: #2a2a2b;
  border-radius: 5.05px;
}

.bonuses-section::-webkit-scrollbar-thumb,
.sports-navigation::-webkit-scrollbar-thumb {
  background-color: #31f5be;
  border: 2px solid #2a2a2b;
  border-radius: 5px;
}

.bonuses-section::-webkit-scrollbar-thumb:hover,
.sports-navigation::-webkit-scrollbar-thumb:hover {
  background-color: #ffe734;
}

.popular-games-grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  gap: 12.1px;
}

.popular-games-grid img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10.05px;
  object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.101);
  cursor: pointer;
  transition: all 0.3001s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.popular-games-grid img:hover {
  transform: translateY(-5.05px) scale(1.0301);
  z-index: 10;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.201);
}

.popular-games-grid img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 10.05px;
  transition: border-color 0.3001s ease;
}

.popular-games-grid img:hover::before {
  border-color: #ffd701;
}

.popular-games-grid img.alternative-hover {
  transition:
    transform 0.2001s ease,
    box-shadow 0.2001s ease;
}

.popular-games-grid img.alternative-hover:hover {
  transform: scale(1.0501);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.151);
}

#breadcrumbs {
  display: flex;
  width: 100%;
  margin-top: 50.05px;
  padding: 15px 20.05px;
  background-color: #373738;
  border-radius: 7.05px;
  color: #fffffe;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14.01px;
  align-items: center;
}

.main-section .page-breadcrumbs {
  padding-top: 30.05px;
}

#breadcrumbs {
  margin-top: 0;
  margin-bottom: 20.05px;
}

#breadcrumbs a {
  display: inline;
  margin-right: 5.05px;
  color: #00ffb7;
  font-weight: bold;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs .breadcrumb_last {
  color: #fffffe;
  margin-left: 10.05px;
  font-weight: bold;
}

#breadcrumbs span {
  display: flex;
}

#breadcrumbs span span a::after {
  content: "›";
  margin-left: 5.05px;
  color: #ffe734;
}

#breadcrumbs span span a:last-of-type::after {
  content: "";
}

.wp-block-table {
  display: block;
  width: 100%;
  margin: 32px 0;
  border: 2px solid #2e2e2e;
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #242424;
}

.wp-block-table table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #252525;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 1.55;
}

.wp-block-table thead th {
  padding: 16px 18px;
  border: 0;
  border-bottom: 2px solid #027a5e;
  background: linear-gradient(180deg, #16473c, #133a31);
  color: #f8f8f8;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.2px;
}

.wp-block-table thead {
  border-bottom: none !important;
}

.wp-block-table tbody td {
  padding: 14px 18px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #3a3a3a;
}

.wp-block-table tbody tr:nth-child(even) {
  background-color: #2b2b2b;
}

.wp-block-table tbody tr:nth-child(odd) {
  background-color: #262626;
}

.wp-block-table tbody tr:hover {
  background-color: #303030;
  transition: background-color 0.2s ease;
}

.app-promo-section {
  display: block;
  background: #373737;
  border-radius: 7px;
}

.app-promo-header {
  display: block;
  position: relative;
  padding: 20px;
  background-color: #454545;
  border-radius: 7px 7px 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  overflow: hidden;
}

.app-promo-header h1 {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.app-promo-body {
  display: block;
  padding: 30px;
}

.app-feature-description {
  display: block;
  margin-top: 40px;
  padding: 20px 20px 5px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.app-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.app-screenshot {
  display: flex;
  flex: 1;
  max-width: 100%;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
}

.app-screenshot-img {
  display: block;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.app-download-area {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 100%;
  gap: 30px;
}

.download-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.platform-download-btn {
  display: inline-flex;
  position: relative;
  min-width: 220px;
  padding: 40px 32px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(135deg, #005440 0%, #008c65 100%);
  color: white;
  box-shadow:
    0 6px 20px rgba(0, 84, 64, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.3px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  overflow: hidden;
  animation: pulse 2s infinite;
}

.btn-platform-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inline-icon {
  display: block;
  width: 32px;
  height: 32px;
  fill: white;
}

.file-details {
  display: block;
  text-align: right;
}

@keyframes pulse {
  0% {
    box-shadow: 0 6px 20px rgba(0, 84, 64, 0.25);
  }
  50% {
    box-shadow: 0 6px 25px rgba(0, 140, 101, 0.4);
  }
  100% {
    box-shadow: 0 6px 20px rgba(0, 84, 64, 0.25);
  }
}

.platform-download-btn:hover {
  transform: translateY(-5px);
  background-color: #007055;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.app-ratings-downloads {
  display: flex;
  padding: 20px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.app-user-rating {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rating-star {
  display: block;
  width: 24px;
  height: 24px;
  fill: #f5db16;
}

.rating-text-block {
  display: flex;
  flex-direction: column;
}

.rating-number {
  font-weight: bold;
  font-size: 21px;
}

.rating-caption {
  font-size: 14px;
  opacity: 0.8;
}

.app-total-downloads {
  display: flex;
  width: 100%;
  font-size: 18px;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.downloads-count {
  font-weight: bold;
  font-size: 21px;
}

.downloads-caption {
  font-size: 14px;
  opacity: 0.8;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulseEffect {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bonus-highlight-section {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background-color: #282828;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.bonus-hero-banner {
  display: block;
  position: relative;
  padding: 40px;
  background: linear-gradient(90deg, #005440 0%, #003829 100%);
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
}

.bonus-hero-content {
  display: block;
  position: relative;
  z-index: 2;
}

.bonus-limited-badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 20px;
  border-radius: 30px;
  background-color: #ffe418;
  color: #000;
  font-weight: 700;
}

.bonus-hero-title {
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 35px;
}

.bonus-hero-description {
  display: block;
  max-width: 700px;
  margin: 0 auto 25px;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.9;
}

.bonus-claim-button {
  display: inline-flex;
  padding: 34px 40px;
  border-radius: 10px;
  background-color: #ffe418;
  color: #000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
  cursor: pointer;
}

.icon-gift {
  display: block;
  width: 32px;
  height: 32px;
  fill: #111;
}

.bonus-claim-button:hover {
  transform: scale(1.05);
  background-color: #ffd700;
}

.auth-promo-section {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background-color: #282828;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.auth-promo-header {
  display: block;
  position: relative;
  padding: 40px;
  background: linear-gradient(135deg, #005440 0%, #003829 100%);
  text-align: center;
  overflow: hidden;
}

.auth-brand-logo {
  display: inline-flex;
  margin-bottom: 25px;
  padding: 35px 30px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  align-items: center;
}

.auth-brand-text {
  color: #005440;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -1px;
}

.auth-brand-text span {
  color: #000;
}

.auth-slogan {
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 29px;
  font-weight: 300;
  opacity: 0.9;
}

.auth-sub-slogan {
  display: block;
  max-width: 600px;
  margin: 0 auto 25px;
  color: #ffffff;
  font-size: 18px;
  opacity: 0.8;
}

.auth-action-buttons {
  display: flex;
  margin-top: 30px;
  gap: 20px;
  justify-content: center;
}

.auth-action-button {
  display: inline-flex;
  padding: 28px 35px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-signup {
  background-color: #ffe418;
  color: #000;
}

.btn-signup:hover {
  transform: translateY(-5px);
  background-color: #ffd700;
  box-shadow: 0 10px 25px rgba(255, 228, 24, 0.3);
}

.btn-login {
  background-color: transparent;
  border: 2px solid #ffe418;
  color: #ffffff;
}

.btn-login:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 228, 24, 0.1);
}

.wp-block-group {
  border-radius: 10px;
  padding: 0;
  margin: 30px auto;
  position: relative;
}


.wp-block-heading {
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #363737;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;

}

.wp-block-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #03533f;
  margin-top: 15px;
  border-radius: 2px;
}

.wp-block-image {
  margin: 30px 0 25px !important;
}

.wp-block-image img {
  border-radius: 3px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  width: 100%;
  height: auto;
  max-width: 820px;
  display: block;
}

.is-layout-constrained {
  --wp--style--global--content-size: 100%;
}

.wp-block-yoast-how-to-block {
  margin: 30px 0;
}

.schema-how-to-description {
  color: #e0e0e0;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #363737;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.schema-how-to-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: step-counter;
}

.schema-how-to-step {
  background: #363737;
  border-radius: 14px;
  padding: 20px 25px 5px;
  margin: 0;
  border: 1px solid #454545;
  border-left-width: 6px;
  border-left-color: #03533f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  counter-increment: step-counter;
  position: relative;
  list-style-type: none;
}

.schema-how-to-step-name::before {
  content: counter(step-counter);
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #03533f;
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 8px;
  margin-right: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.schema-faq-section {
  background: #363737;
  border-radius: 18px;
  padding: 0;
  margin-bottom: 16px;
  border: 1px solid #454545;
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
  overflow: hidden;
  position: relative;
}

.schema-faq-question {
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  padding: 22px 25px 22px 65px;
  margin: 0;
  background: #3a3a3b;
  border-bottom: 1px solid #454545;
  letter-spacing: 0.2px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease;
}

.schema-faq-question::before {
  content: "?";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #03533f;
  color: white;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.schema-faq-answer {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.65;
  padding: 20px 25px 20px 65px;
  margin: 0;
  background: #363737;
  border-top: none;
  font-weight: 400;
}

.schema-faq-question::after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  color: #03533f;
  transition: transform 0.3s ease;
  opacity: 0.8;
}

.schema-faq-section:nth-child(even) .schema-faq-question::before {
  background: #047a5c;
}

.schema-faq-section:nth-child(even) {
  border-left: 3px solid #047a5c;
}

.schema-faq-section:nth-child(odd) {
  border-left: 3px solid #03533f;
}

.bet365-matches-block {
  background: #2a2a2b;
  border-radius: 24px;
  padding: 30px;
  margin: 40px 0 10px;
  border: 1px solid #454545;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.5);
}

.matches-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #363737;
  flex-wrap: wrap;
  gap: 15px;
}

.league-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.league-details {
  display: flex;
  flex-direction: column;
}

.league-name {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.5px;
}

.match-week {
  color: #b5b5b5;
  font-size: 14px;
  margin-top: 4px;
}

.match-date-filter {
  display: flex;
  gap: 8px;
  background: #363737;
  padding: 4px;
  border-radius: 30px;
  border: 1px solid #454545;
}

.date-btn {
  background: transparent;
  border: none;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.date-btn.active {
  background: #31f5bc;
  color: #333;
  box-shadow: 0 2px 8px rgba(3, 83, 63, 0.4);
}

.date-btn:hover {
  background: #454545;
  color: white;
}

.top-match-banner {
  background: linear-gradient(145deg, #02533f 0%, #143f36 100%);
  border-radius: 20px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.banner-label {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-teams {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.banner-team {
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.banner-vs {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 600;
}

.banner-odds {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.banner-odds-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 8px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(5px);
  border: none;
  transition: all 0.35s ease-out;
}

.banner-odds-item:hover {
  opacity: 0.7;
}

.odds-type {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.odds-value {
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.banner-bet-btn {
  background: #31f5bc;
  border: none;
  border-radius: 12px;
  padding: 12px 30px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.35s ease-out;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.casino-btn {
  max-width: 150px;
  font-size: 12px;
}

.all-btn {
    width: 100%;
  padding: 12px 20px;
  display: block;
  margin: 20px auto 0;
  background: #414141;
  color: #fff;
}

.banner-bet-btn:hover {
  opacity: 0.7;
  color: #222;
}

@media (min-width: 861px) {
  .site-header {
    position: fixed;
  }

  .nav {
    display: block;
    justify-content: flex-start;
  }
}

@media (min-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media (min-width: 500px) {
  .footer-links-column {
    width: calc(33% - 25px);
  }

  .social-links {
    width: 100%;
    justify-content: end;
  }
}

@media (max-width: 1200px) {
  .popular-games-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media (max-width: 1140px) {
  .app-promo-body {
    padding: 20px 10px;
  }

  .top-match-banner {
        width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .top-match-banner > *:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .banner-content {
    width: 100%;
    box-sizing: border-box;
  }
  .banner-label {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .match-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .match-teams {
    width: 100%;
    margin: 10px 0;
  }

  .match-odds {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .auth-promo-header {
    padding: 30px 20px;
  }

  .auth-brand-text {
    font-size: 45px;
  }

  .auth-action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .auth-action-button {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: relative;
    height: auto;
    min-height: auto;
  }

  .header-wrapper {
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
  }

  .brand-logo {
    flex: 0 0 auto;
  }

  .header-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .nav {
    display: flex;
    position: static;
    flex-basis: 100%;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 0;
    right: auto;
    border: none;
    background: transparent;
    justify-content: center;
    overflow: hidden;
    transition: none;
    order: 999;
  }

  .nav-links {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 10px 0 15px;
    gap: 15px 20px;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
  }

  .nav-links::-webkit-scrollbar-track {
    background: transparent;
  }

  .nav-links::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }

  .nav-links::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }

  .nav-links li {
    flex-shrink: 0;
    text-align: center;
  }

  .nav-links li a {
    display: block;
    position: relative;
    padding: 8px 0;
    color: #f7f7f7;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transition: color 0.25s ease-in-out;
  }

  .nav-links li a:hover {
    color: #31f5bd;
  }

  .nav-links li:first-of-type a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #31f5bd;
  }

  .main-section {
    padding: 0 18px;
  }

  .app-details-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 768px) {

  h1.wp-block-heading {
    font-size: 26px;
    line-height: 30px;
  }

  h2.wp-block-heading {
    font-size: 20px;
    line-height: 30px;
  }

  h3.wp-block-heading {
    font-size: 18px;
    line-height: 25px;
  }

  p {
    font-size: 15px;
  }

  .popular-games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .popular-games-grid img {
    border-radius: 8px;
  }

  .popular-games-grid img:hover {
    transform: translateY(-3px) scale(1.02);
  }

  .wp-block-table table {
    min-width: 600px;
    font-size: 13px;
  }

  .wp-block-table thead th,
  .wp-block-table tbody td {
    padding: 10px 12px;
  }

  .app-promo-header h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .bet365-matches-block {
    padding: 20px 10px;
  }

  .matches-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .league-name {
    font-size: 20px;
  }

  .odds-container {
    flex-wrap: wrap;
  }

  .banner-teams {
    justify-content: center;
  }

  .banner-odds {
    justify-content: center;
  }

  .bonus-hero-banner {
    padding: 30px 20px;
  }

  .bonus-hero-title {
    font-size: 29px;
  }

  .bonus-hero-description {
    font-size: 14px;
  }

  .bonus-claim-button {
    padding: 25px 30px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .header-wrapper {
    padding: 8px 0;
  }

  .nav {
    margin-top: 8px;
    justify-content: center;
  }

  .nav-links {
    gap: 12px 15px;
    padding: 0;
    justify-content: center;
  }

  .nav-links li a {
    padding: 6px 0;
    font-size: 11px;
  }

  .btn-accent {
    display: none;
  }

  .app-ratings-downloads {
    flex-direction: column;
  }

  .app-user-rating {
    justify-content: space-between;
  }

  .app-total-downloads {
    justify-content: space-between;
  }

  .casino-block {
    display: flex;
    gap: 20px;
  }

  .casino-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .main-section {
    padding: 0 8px;
  }

  .popular-games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .popular-games-grid img {
    border-radius: 6px;
  }

  .file-details {
    font-size: 13px;
  }

  .btn-platform-icon {
    font-size: 15px;
    text-align: left;
  }

  .rating-number {
    font-size: 16px;
  }

  .rating-caption {
    font-size: 11px;
  }

  .bonus-claim-button {
    font-size: 15px;
  }

  .wp-block-group {
    border-radius: 12px;
    margin: 20px 5px;
  }

  h1.wp-block-heading {
    font-size: 22px;
    padding-bottom: 12px;
  }

  h2.wp-block-heading {
    font-size: 18px;
  }

  h3.wp-block-heading {
    font-size: 15px;
  }

  .wp-block-image {
    margin: 20px 0 15px !important;
  }

  .match-card {
    padding: 15px;
  }

  .match-time {
    min-width: 80px;
  }

  .time-badge {
    font-size: 16px;
  }

  .team-name {
    font-size: 14px;
  }

  .odds-item {
    min-width: 60px;
    padding: 6px 8px;
  }

  .odds-value {
    font-size: 16px;
  }

  .banner-team {
    font-size: 18px;
  }

  .banner-bet-btn {
    width: 100%;
    padding: 12px;
  }

  .auth-promo-header,
  .bonus-hero-banner {
    padding: 40px 15px;
  }

  .auth-brand-logo {
    padding: 25px 20px;
  }

  .auth-brand-text {
    font-size: 32px;
  }

  .auth-slogan {
    font-size: 21px;
  }

  .auth-sub-slogan {
    font-size: 14px;
  }

  .auth-action-button {
    padding: 20px 25px;
    font-size: 16px;
  }

  .bonus-hero-title {
    font-size: 24px;
  }

  .bonus-claim-button {
    padding: 20px 25px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .popular-games-grid {
    gap: 4px;
    padding: 8px;
  }
}

@media (min-width: 481px) and (max-width: 860px) {
  .nav {
    justify-content: center;
  }

  .nav-links {
    gap: 15px 25px;
    padding: 0;
    justify-content: center;
  }

  .nav-links li a {
    font-size: 13px;
  }
}
