/* Services Cards Mobile Adaptation */

/* Основные стили для карточек */
.companies-grid {
    gap: unset !important;
}

.archive-services-page .servivces-card-desktop img {
    width: 200px;
    height: 156px;
}

.archive-services-page .servivces-card {
    justify-content: space-between;
}

/* Мобильная адаптация */
@media (max-width: 1023px) {
    .archive-services-page .servivces-card {
        align-items: flex-start;
    }
    
    .servivces-card-desktop {
        display: unset !important;
    }
    
    .servivces-card-content {
        margin-top: unset !important;
    }
    
    /* Принудительно показываем отзывы на мобильных */
    .servivces-card-reviews {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        clip: unset !important;
        overflow: visible !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    
    /* Убираем любые скрывающие стили */
    .servivces-card-reviews * {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }
    
    /* Принудительно показываем все элементы отзывов */
    .servivces-card-review-score,
    .servivces-card-review-stars,
    .servivces-card-review-text {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        clip: unset !important;
        overflow: visible !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    
    /* Стили для мобильной структуры */
    .mobile-wrapper {
        display: flex !important;
        gap: 8px !important;
        align-items: flex-start !important;
        width: 100% !important;
    }
    
    .mobile-col {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        flex: 1 !important;
    }
    
    /* Стили для элементов в мобильной колонке */
    .mobile-col .servivces-card-title,
    .mobile-col .servivces-card-payment-badge,
    .mobile-col .servivces-card-reviews {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        clip: unset !important;
        overflow: visible !important;
    }
    
    /* Дополнительные стили для отзывов в мобильной колонке */
    .mobile-col .servivces-card-reviews {
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    
    /* Принудительно показываем все элементы отзывов в мобильной колонке */
    .mobile-col .servivces-card-reviews * {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    
    /* Стили для изображения на мобильных */
    .mobile-wrapper a img {
        width: 158px !important;
        height: 90px !important;
        object-fit: cover !important;
    }
    
    /* .mobile-wrapper a {
        flex-shrink: 0 !important;
    } */
    
    /* Стили для контента на мобильных */
    .servivces-card-content {
        margin-top: 12px !important;
        font-size: 13px !important;
    }
}

/* Стили для отзывов */
.servivces-card-review-score,
.servivces-card-review-text {
    color: #000;
    font-family: "Graphik LCG";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.07px;
}
/* Dropdown Fix CSS */
.companies-select, 
.companies-sort {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E8;
    border-radius: 16px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
    z-index: 1000;
    margin-top: 8px;
    max-height: 300px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.companies-select.active .dropdown-content,
.dropdown-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-item {
    padding: 16px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

.dropdown-item:hover {
    color: #EA53D3;
    background-color: rgba(234, 83, 211, 0.05);
} /* Custom social icons styling based on Figma design */ @charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anonymous Pro";
  src: url("../css/fonts/anonymous-pro/anonymous-pro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gloock";
  src: url("../css/fonts/gloock/gloock-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/gilroy/gilroy-light.woff") format("woff"), url("../css/fonts/gilroy/gilroy-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/gilroy/gilroy-extrabold.woff") format("woff"), url("../css/fonts/gilroy/gilroy-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Black.eot");
  src: local("Graphik LCG Black"), local("GraphikLCG-Black"), url("./fonts/GraphikLCG-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Black.woff2") format("woff2"), url("./fonts/GraphikLCG-Black.woff") format("woff"), url("./fonts/GraphikLCG-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Super.eot");
  src: local("Graphik LCG Super"), local("GraphikLCG-Super"), url("./fonts/GraphikLCG-Super.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Super.woff2") format("woff2"), url("./fonts/GraphikLCG-Super.woff") format("woff"), url("./fonts/GraphikLCG-Super.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Regular.eot");
  src: local("Graphik LCG Regular"), local("GraphikLCG-Regular"), url("./fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Regular.woff2") format("woff2"), url("./fonts/GraphikLCG-Regular.woff") format("woff"), url("./fonts/GraphikLCG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Medium.eot");
  src: local("Graphik LCG Medium"), local("GraphikLCG-Medium"), url("./fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Medium.woff2") format("woff2"), url("./fonts/GraphikLCG-Medium.woff") format("woff"), url("./fonts/GraphikLCG-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Semibold.eot");
  src: local("Graphik LCG Semibold"), local("GraphikLCG-Semibold"), url("./fonts/GraphikLCG-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("./fonts/GraphikLCG-Semibold.woff") format("woff"), url("./fonts/GraphikLCG-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Bold.eot");
  src: local("Graphik LCG Bold"), local("GraphikLCG-Bold"), url("./fonts/GraphikLCG-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Bold.woff2") format("woff2"), url("./fonts/GraphikLCG-Bold.woff") format("woff"), url("./fonts/GraphikLCG-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Graphik LCG", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}

a:hover {
  color: #ea53d3;
}

body {
  background: #000000;
  color: white;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure body takes at least full viewport height */
  font-family: "Graphik LCG", sans-serif;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%; /* Ensure the wrapper takes at least full height */
}

.head-foot-container {
  width: 342px;
}
@media (max-width: 339px) {
  .head-foot-container {
    width: 310px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .head-foot-container {
    width: 342px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .head-foot-container {
    width: 640px !important;
  }
}
@media (min-width: 1024px) {
  .head-foot-container {
    width: 1360px;
  }
}
@media (max-width: 1023px) {
  .head-foot-container {
    width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .head-foot-container {
    width: 95%;
  }
}

.container {
  width: 335px;
  overflow: visible;
}
@media (max-width: 339px) {
  .container {
    width: 300px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .container {
    width: 335px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 600px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

.breadcrumbs {
  display: flex;
  margin-top: 37px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ea53d3;
}

.breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}

@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Black.eot");
  src: local("Graphik LCG Black"), local("GraphikLCG-Black"), url("./fonts/GraphikLCG-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Black.woff2") format("woff2"), url("./fonts/GraphikLCG-Black.woff") format("woff"), url("./fonts/GraphikLCG-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Super.eot");
  src: local("Graphik LCG Super"), local("GraphikLCG-Super"), url("./fonts/GraphikLCG-Super.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Super.woff2") format("woff2"), url("./fonts/GraphikLCG-Super.woff") format("woff"), url("./fonts/GraphikLCG-Super.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Regular.eot");
  src: local("Graphik LCG Regular"), local("GraphikLCG-Regular"), url("./fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Regular.woff2") format("woff2"), url("./fonts/GraphikLCG-Regular.woff") format("woff"), url("./fonts/GraphikLCG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Medium.eot");
  src: local("Graphik LCG Medium"), local("GraphikLCG-Medium"), url("./fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Medium.woff2") format("woff2"), url("./fonts/GraphikLCG-Medium.woff") format("woff"), url("./fonts/GraphikLCG-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Semibold.eot");
  src: local("Graphik LCG Semibold"), local("GraphikLCG-Semibold"), url("./fonts/GraphikLCG-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("./fonts/GraphikLCG-Semibold.woff") format("woff"), url("./fonts/GraphikLCG-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Bold.eot");
  src: local("Graphik LCG Bold"), local("GraphikLCG-Bold"), url("./fonts/GraphikLCG-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Bold.woff2") format("woff2"), url("./fonts/GraphikLCG-Bold.woff") format("woff"), url("./fonts/GraphikLCG-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Graphik LCG", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}

a:hover {
  color: #ea53d3;
}

body {
  background: #000000;
  color: white;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure body takes at least full viewport height */
  font-family: "Graphik LCG", sans-serif;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%; /* Ensure the wrapper takes at least full height */
}

.head-foot-container {
  width: 342px;
}
@media (max-width: 339px) {
  .head-foot-container {
    width: 310px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .head-foot-container {
    width: 342px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .head-foot-container {
    width: 640px !important;
  }
}
@media (min-width: 1024px) {
  .head-foot-container {
    width: 1200px;
  }
}
@media (max-width: 1023px) {
  .head-foot-container {
    width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .head-foot-container {
    width: 95%;
  }
}

.container {
  width: 335px;
  overflow: visible;
}
@media (max-width: 339px) {
  .container {
    width: 300px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .container {
    width: 335px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 600px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

.breadcrumbs {
  display: flex;
  margin-top: 37px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ea53d3;
}

.breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}

h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.breadcrumbs ol {
  display: flex;
}
.essay_page .load-more-btn:hover:not(:disabled) {
  background: #333;
  transform: translateY(-1px);
}
.single-essays-beehiiv article ul ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
@supports (-webkit-appearance: none) {
}
@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
}

/* Удаляем стили для старой полосы прогресса */
.site_header {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .site_header {
    justify-content: center;
  }
}

.site_header {
  height: 73px;
}

.logo {
  width: 62px;
}
@media (min-width: 1024px) {
  .logo {
    width: 100px;
  }
}

@media (min-width: 1024px) {
  .logo_wrapper {
    display: flex;
    margin-right: -100px;
  }
}

.main_navigation {
  z-index: 88;
  align-items: center;
  justify-self: flex-start;
}
@media (min-width: 1024px) {
  .main_navigation {
    display: flex;
    margin: 0 0 0 auto;
  }
}

.main_navigation ul {
  display: none;
}
@media (min-width: 1024px) {
  .main_navigation ul {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 24px;
  }
}

.main_navigation li {
  margin-left: 16px;
}

.menu li:hover {
  color: #ea53d3;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger div {
  width: 20px;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.bg2 {
  margin-top: 6px;
}

/* Contact Form Styles */

/* Loading state */

.load-more-container {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding: 14px 28px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border: none;
  border-radius: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s;
  position: relative;
  min-width: 200px;
}

.load-more-btn:hover {
  opacity: 0.9;
}

.load-more-btn:disabled {
  background: #E7E7E8;
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
/* Prevent popular-news-item from lifting on hover */

.load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.load-more-container .load-more-btn {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.load-more-container .load-more-btn:hover {
  opacity: 0.8;
}
.load-more-container .load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Styles for category tags */

/* Ensure proper spacing within news items */

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}
.casinos-page .casino-hero {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin-top: 30px;
    padding: 0 0 48px;
  }
}
.casinos-page .casino-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__content {
    max-width: 660px;
    gap: 24px;
  }
}
.casinos-page .casino-hero__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.01em;
  background: linear-gradient(130deg, #fff 0%, #EA53D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__title {
    font-size: 56px;
    line-height: 114%;
  }
}
.casinos-page .casino-hero__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__text {
    font-size: 16px;
    line-height: 150%;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}

.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */

/* Custom Single Page Styles */
/* Review Hero Section Styles */

/* Video Review Section Styles */

/* Financial Information Section Styles */

/* Estimated Ratings Section Styles */

/* Expert Thoughts Section Styles */

/* Advantages and Disadvantages Section Styles */

/* Betway Reviews Section Styles */

/* Additional Text Section Styles */

/* Bookmaker License and Reliability Section Styles */

/* Tennis Betting Section Styles */

/* Best USA Casinos Banner Styles */

/* Registration and Login Section Styles */

/* How to Make a Deposit Section Styles */

/* FAQ Section Styles */

/* Author Section Styles */

/* Other Crypto Casinos Section Styles */

/* Оптимизация шрифтов для iframe Captivate.fm */
/* Font-display optimization for external iframe fonts */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins Regular"), local("Poppins-Regular");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins Medium"), local("Poppins-Medium");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins SemiBold"), local("Poppins-SemiBold");
}
/* Стили для iframe подкаста для улучшения производительности */
.about-us-page article ul li::marker {
  /* Отключаем стандартный маркер в современных браузерах */
  content: "";
}

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}
.casinos-page .casino-hero {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin-top: 30px;
    padding: 0 0 48px;
  }
}
.casinos-page .casino-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__content {
    max-width: 660px;
    gap: 24px;
  }
}
.casinos-page .casino-hero__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.01em;
  background: linear-gradient(130deg, #fff 0%, #EA53D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__title {
    font-size: 56px;
    line-height: 114%;
  }
}
.casinos-page .casino-hero__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__text {
    font-size: 16px;
    line-height: 150%;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}
.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */

.companies-page .casino-hero__content {
  max-width: 100% !important;
}
.companies-page .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff !important;
}

.companies-page {
  background: #fff;
  padding-bottom: 60px;
}
.companies-page h1, .companies-page h2, .companies-page h3 {
  font-family: "Graphik LCG", sans-serif;
  margin: 0;
}
.companies-page p {
  font-family: "Graphik LCG", sans-serif;
  margin: 0;
}
.companies-page .companies-header {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .companies-page .companies-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.companies-page .companies-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #000000;
}
.companies-page .mobile-filter-button {
  display: block;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .companies-page .mobile-filter-button {
    display: none;
  }
}
.companies-page .mobile-filter-button .btn-secondary {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #E7E7E8;
  border-radius: 12px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.companies-page .mobile-filter-button .btn-secondary span {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.47;
  color: #3B1E37;
}
.companies-page .mobile-filter-button .btn-secondary .filter-icon {
  display: flex;
  align-items: center;
}
.companies-page .mobile-filter-button .btn-secondary:hover {
  border-color: #D7D7D8;
}
.companies-page .mobile-filter-button .btn-secondary.active {
  background-color: #F8F8F8;
}
.companies-page .companies-filters {
  margin-top: 16px;
  display: flex;
  position: relative;
}
@media (max-width: 1023px) {
  .companies-page .companies-filters {
    flex-direction: column;
    gap: 16px;
    display: none;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease, transform 0.3s ease;
    margin-top: 16px;
  }
  .companies-page .companies-filters.visible {
    display: flex;
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
  }
  .companies-page .companies-filters .dropdown-content {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    z-index: 100;
  }
  .companies-page .companies-filters .companies-select,
  .companies-page .companies-filters .companies-sort {
    position: relative;
  }
  .companies-page .companies-filters .companies-select.has-dropdown-open {
    margin-bottom: calc(var(--dropdown-height, 200px) + 16px);
    transition: margin-bottom 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .companies-page .companies-filters {
    margin-top: 32px;
    gap: 20px;
    display: flex;
  }
}
.companies-page .companies-select,
.companies-page .companies-sort {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #F2F2F2;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  position: relative;
  transition: background 0.2s;
}
.companies-page .companies-select.active {
  background: #F8F8F8;
}
.companies-page .companies-select svg,
.companies-page .companies-sort svg {
  transition: transform 0.3s ease;
}
.companies-page .companies-select.active svg {
  transform: rotate(180deg);
}
.companies-page .select-title,
.companies-page .sort-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-right: 8px;
}
.companies-page .sort-value {
  color: rgba(0, 0, 0, 0.5);
}
.companies-page .dropdown-content {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
  z-index: 1000;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.companies-page .dropdown-content.active {
  display: block;
}
.companies-page .dropdown-item {
  padding: 16px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: color 0.2s;
}
.companies-page .dropdown-item:first-child {
  color: #EA53D3;
}
.companies-page .dropdown-item:hover {
  color: #EA53D3;
}
.companies-page .dropdown-item:last-child {
  border-radius: 0 0 16px 16px;
}
.companies-page .load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding: 14px 28px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border: none;
  border-radius: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s;
  position: relative;
  min-width: 200px;
}
.companies-page .load-more-button:hover {
  opacity: 0.9;
}
.companies-page .load-more-button:disabled {
  background: #E7E7E8;
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.companies-page .companies-filter-clear {
  margin-top: 16px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .companies-page .companies-filter-clear {
    margin-top: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: -48px;
  }
}
.companies-page .companies-filter-clear .filter-clear-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: color 0.3s ease;
}
.companies-page .companies-filter-clear .filter-clear-btn:hover {
  color: rgba(0, 0, 0, 0.5);
}
.companies-page .section-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}

.companies-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}
.casinos-page .casino-hero {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin-top: 30px;
    padding: 0 0 48px;
  }
}
.casinos-page .casino-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__content {
    max-width: 660px;
    gap: 24px;
  }
}
.casinos-page .casino-hero__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.01em;
  background: linear-gradient(130deg, #fff 0%, #EA53D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__title {
    font-size: 56px;
    line-height: 114%;
  }
}
.casinos-page .casino-hero__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__text {
    font-size: 16px;
    line-height: 150%;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}

.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */

.casino-first-screen {
  background: radial-gradient(circle at 50% 0%, #000000, #461F40);
  color: #fff;
  padding: 24px 0;
  position: relative;
}
.casino-first-screen .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-first-screen .breadcrumbs .breadcrumb-item {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #EA53D3;
}
.casino-first-screen .breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}
.archive-services-page .servivces-card {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  gap: 16px;
  flex-direction: column;
  border-top: 1px solid var(--secondary, rgba(0, 0, 0, 0.1));
  border-bottom: 1px solid var(--secondary, rgba(0, 0, 0, 0.1));
  margin-bottom: -1px;
}
@media (min-width: 1024px) {
  .archive-services-page .servivces-card {
    flex-direction: row;
  }
}
.archive-services-page .servivces-card-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 140px;
  align-self: stretch;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .archive-services-page .servivces-card-col {
    flex-direction: row;
  }
}
.archive-services-page .servivces-card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.archive-services-page .servivces-card-title h3 {
  color: #000;
  font-family: "Graphik LCG";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.archive-services-page .servivces-card-payment-badge {
  color: #5B6074;
  font-family: "Graphik LCG";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--surf-container, #F6F8FB);
}
.archive-services-page .servivces-card-reviews {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 120px;
  color: #000;
  font-family: "Graphik LCG";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.07px;
}
.archive-services-page .servivces-card-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #555;
  text-overflow: ellipsis;
  font-family: "Graphik LCG";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
}
.archive-services-page .servivces-card-link {
  width: 100%;
  height: 46px;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: linear-gradient(97deg, #EA53D3 14.06%, #FF7105 89.96%);
  color: #FFF;
  text-align: center;
  font-family: "Graphik LCG";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.07px;
}
@media (min-width: 1024px) {
  .archive-services-page .servivces-card-link {
    width: 112px;
    min-width: 112px;
  }
}
.archive-services-page .servivces-card-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .archive-services-page .servivces-card-desktop {
    display: flex;
  }
}
.archive-services-page .servivces-card-desktop img {
  width: 158px;
  height: 146px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E7E7E8;
  flex-shrink: 0;
}
.archive-services-page .servivces-card-desktop .servivces-card-col {
  flex-direction: column;
  width: auto;
  margin-left: 16px;
}
.archive-services-page .servivces-card-desktop .servivces-card-content {
  margin-top: 0px;
}
.archive-services-page .servivces-card-reviews {
  display: none;
}
@media (min-width: 1024px) {
  .archive-services-page .servivces-card-reviews {
    display: flex;
  }
}
.archive-services-page .servivces-card-col .servivces-card-reviews {
  display: flex;
}
.archive-services-page .companies-header {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.archive-services-page .companies-title {
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 22px !important;
}
@media (min-width: 1024px) {
  .archive-services-page .companies-title {
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 34px !important;
    letter-spacing: -0.13px;
  }
}
.archive-services-page .companies-header h2 {
  color: #000;
  font-family: "Graphik LCG";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .archive-services-page .companies-header h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
.archive-services-page .companies-filters {
  margin-top: 24px !important;
}

/* Video Page Performance Optimizations */
/* Оптимизация для iframe подкастов Captivate.fm */
/* Font optimization для внешних шрифтов */
/* Переопределяем Poppins с font-display: swap */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Оптимизация для видео страниц */

/* Responsive optimizations */
/* Preload hint для критических ресурсов */

/* Desktop Navigation Styles - как в template-home-copy.php */
@media (min-width: 1024px) {
  .main_navigation ul {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 24px;
  }
  
  .main_navigation li {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  
  .navigation-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    transition: color 0.2s ease;
  }
  
  .navigation-link:hover {
    color: #EA53D3;
  }
  
  .navigation-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .navigation-dropdown .navigation-link {
   
  }
  
  .navigation-divider {
    width: 0;
    height: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    list-style: none;
    display: none!important;
  }
  
  .navigation-divider::before {
    content: '';
  }
}

/* Footer Styles */
.footer-section {
    background-color: #202020;
    color: #FFFFFF;
    padding: 48px 0;
    width: 100%;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.footer-information {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-logo-img {
    width: 90px;
    height: 32px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social-link {
    display: block;
    width: 32px;
    height: 32px;
}

.footer-social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-email {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}

.footer-email:hover {
    text-decoration: underline;
}

.footer-description {
    color: #F8F9F9;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57em;
    text-align: left;
}

.footer-copyright {
    display: none; /* Hidden on mobile, shown on desktop */
    color: rgba(255, 255, 255, 0.5);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57em;
    letter-spacing: -0.5%;
    text-align: left;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    margin: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
    width: 100%;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-basis: calc(50% - 12px);
    flex-grow: 1;
}

.footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: left;
    height: 20px;
    display: flex;
    align-items: center;
}

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

.footer-copyright-mobile {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57em;
    letter-spacing: -0.5%;
    text-align: left;
    padding: 0 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
}

/* Desktop Footer Styles */
@media (min-width: 1024px) {
    .footer-section {
        padding: 50px 0;
    }
    
    .footer-container {
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }
    
    .footer-information {
        flex: 1;
    }

    .footer-logo-section {
        padding-right: 66px;
    }
    
    .footer-email {
        color: #ea53d3;
    }

    .footer-copyright {
        display: block;
    }
    
    .footer-divider {
        display: none;
    }
    
    .footer-links {
        flex: 1.5;
        flex-wrap: nowrap;
        gap: 48px;
    }

    .footer-links-column {
        gap: 20px;
        flex-basis: auto;
    }
    
    .footer-copyright-mobile {
        display: none;
    }
}


@media (min-width: 1024px) {
    .site_header {
        justify-content: center
    }
}

.site_header {
    height: 73px
}

.logo {
    width: 62px
}

@media (min-width: 1024px) {
    .logo {
        width: 100px
    }

    .logo_wrapper {
        display     : flex;
        margin-right: -100px
    }
}

.main_navigation {
    z-index     : 88;
    align-items : center;
    justify-self: flex-start
}

@media (min-width: 1024px) {
    .main_navigation {
        display: flex;
        margin : 0 0 0 auto
    }
}

.main_navigation ul {
    display: none
}

@media (min-width: 1024px) {
    .main_navigation ul {
        display       : flex;
        font-weight   : 500;
        font-size     : 16px;
        line-height   : 110%;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-align    : center;
        color         : #fff;
        margin-left   : 24px
    }
}

.main_navigation li {
    margin-left: 16px
}

.menu li:hover {
    color: #ea53d3
}

.burger {
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    cursor         : pointer;
    position       : relative
}

@media (min-width: 1024px) {
    .burger {
        display: none
    }
}

.burger div {
    width           : 20px;
    height          : 2px;
    background-color: #fff;
    transition      : transform .3s ease, opacity .3s ease
}

.bg2 {
    margin-top: 6px
}

.open-header {
    position                  : fixed;
    height                    : 100vh !important;
    background-color          : #000;
    top                       : 0;
    left                      : 0;
    z-index                   : 999999;
    align-items               : flex-start;
    flex-direction            : column;
    justify-content           : space-between;
    padding-left              : 40px;
    width                     : 100%;
    -webkit-overflow-scrolling: touch;
    overflow                  : hidden
}

.open-header .main_navigation ul {
    display       : flex;
    flex-direction: column;
    width         : 100%;
    margin-top    : 78px;
    list-style    : none;
    padding       : 0;
    margin-left   : 0
}

.open-header .main_navigation {
    display: flex
}

.open-header .logo_wrapper {
    display: none
}

.open-header .burger {
    position: absolute;
    top     : 27px;
    right   : 16px;
    z-index : 9999999
}

.open-header .burger .bg1 {
    transform: rotate(45deg) translate(3px, 3px)
}

.open-header .burger .bg2 {
    transform: rotate(-45deg) translate(3px, -3px)
}

.open-header .main_navigation {
    width         : 100%;
    overflow      : auto;
    padding-bottom: 125px;
    padding-top   : 125px
}

.open-header .main_navigation li {
    margin-left: 0;
    width      : 100%
}

.open-header .navigation-divider {
    display: none
}

.open-header .navigation-link {
    font-weight                : 500;
    font-size                  : 18px;
    line-height                : 110%;
    letter-spacing             : .05em;
    text-transform             : uppercase;
    color                      : #fff;
    padding                    : 16px 0;
    border-bottom              : 1px solid #fff3;
    width                      : 100%;
    display                    : flex;
    align-items                : center;
    text-decoration            : none;
    min-height                 : 69px;
    justify-content            : unset;
    -webkit-tap-highlight-color: transparent;
    touch-action               : manipulation
}

.open-header .navigation-link:hover {
    color: #ea53d3
}

.btn {
    border-radius  : 8px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : #fff3;
    font-weight    : 500;
    font-size      : 16px;
    line-height    : 110%;
    letter-spacing : -.05em;
    text-align     : center;
    color          : #fff;
    cursor         : pointer;
    height         : 44px;
    width          : 110px;
    position       : relative;
    margin         : 2px 4px
}

@media (max-width: 1023px) {
    .btn {
        font-size: 14px !important
    }
}

.btn_gradient {
    background         : linear-gradient(136deg, #ea53d3 0%, #ff7105 100%);
    background-size    : 150%;
    background-position: right;
    transition         : background-position .5s ease
}

.btn_gradient:hover {
    background-position: left
}

.main-form {
    max-width          : 335px;
    margin-top         : 24px;
    width              : 100%;
    background-image   : url(../img/form-mob.svg);
    display            : flex;
    justify-content    : space-between;
    align-items        : center;
    height             : 78px;
    padding            : 16px 10px 0 16px;
    background-size    : 100% 100%;
    background-repeat  : no-repeat;
    background-position: center
}

@media (min-width: 1024px) {
    .main-form {
        background-image: url(../img/form.svg);
        width           : 542px;
        height          : 82px;
        max-width       : unset
    }
}

.main-form input[type=email] {
    background-color: transparent;
    border          : none;
    min-width       : 160px;
    color           : #fff;
    font-weight     : 500;
    font-size       : 16px;
    line-height     : 110%;
    letter-spacing  : -.05em;
    color           : #fff;
    opacity         : .7
}

@media (min-width: 1024px) {
    .main-form input[type=email] {
        height        : 30px;
        width         : 300px;
        padding-left  : 3px;
        font-weight   : 500;
        font-size     : 18px;
        line-height   : 110%;
        letter-spacing: -.05em;
        color         : #fff
    }
}

.main-form input[type=submit] {
    width : 116px;
    height: 42px;
    border: none
}

@media (min-width: 1024px) {
    .main-form input[type=submit] {
        width         : 137px;
        height        : 46px;
        font-weight   : 500;
        font-size     : 18px;
        line-height   : 110%;
        letter-spacing: -.05em;
        text-align    : center;
        color         : #fff
    }
}

input[type=email] {
    outline: none;
    border : none
}

input[type=email]:focus {
    outline: none;
    border : none
}

.main-form .btn {
    margin: 2px 1px
}

h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.author-info-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.author-avatar-block {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.author-avatar-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-name-block {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.57;
}

.author-name-block a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.author-name-block a:hover {
  opacity: 0.8;
}
.breadcrumbs ol {
  display: flex;
}
.essay_page .load-more-btn:hover:not(:disabled) {
  background: #333;
  transform: translateY(-1px);
}
.single-essays-beehiiv article ul ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
@supports (-webkit-appearance: none) {
}
@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
}

/* Удаляем стили для старой полосы прогресса */
.site_header {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .site_header {
    justify-content: center;
  }
}

.site_header {
  height: 73px;
}

.logo {
  width: 62px;
}
@media (min-width: 1024px) {
  .logo {
    width: 100px;
  }
}

@media (min-width: 1024px) {
  .logo_wrapper {
    display: flex;
    margin-right: -100px;
  }
}

.main_navigation {
  z-index: 88;
  align-items: center;
  justify-self: flex-start;
}
@media (min-width: 1024px) {
  .main_navigation {
    display: flex;
    margin: 0 0 0 auto;
  }
}

.main_navigation ul {
  display: none;
}
@media (min-width: 1024px) {
  .main_navigation ul {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 24px;
  }
}

.main_navigation li {
  margin-left: 16px;
}

.menu li:hover {
  color: #ea53d3;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger div {
  width: 20px;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.bg2 {
  margin-top: 6px;
}

input[type=email] {
  outline: none;
  border: none;
}

input[type=email]:focus {
  outline: none;
  border: none;
}

/* Contact Form Styles */

/* Loading state */
/* Prevent popular-news-item from lifting on hover */

/* Styles for category tags */

/* Ensure proper spacing within news items */

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}

.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */

/* Custom Single Page Styles */
/* Review Hero Section Styles */

/* Video Review Section Styles */

/* Financial Information Section Styles */

/* Estimated Ratings Section Styles */

/* Expert Thoughts Section Styles */

/* Advantages and Disadvantages Section Styles */

/* Betway Reviews Section Styles */

/* Additional Text Section Styles */

/* Bookmaker License and Reliability Section Styles */

/* Tennis Betting Section Styles */

/* Best USA Casinos Banner Styles */

/* Registration and Login Section Styles */

/* How to Make a Deposit Section Styles */

/* FAQ Section Styles */

/* Author Section Styles */

/* Other Crypto Casinos Section Styles */

/* Оптимизация шрифтов для iframe Captivate.fm */
/* Font-display optimization for external iframe fonts */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins Regular"), local("Poppins-Regular");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins Medium"), local("Poppins-Medium");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins SemiBold"), local("Poppins-SemiBold");
}
/* Стили для iframe подкаста для улучшения производительности */
.about-us-page article ul li::marker {
  /* Отключаем стандартный маркер в современных браузерах */
  content: "";
}

.toc {
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px; /* Added based on parent frame padding */
}

.toc-title {
  font-family: "Graphik LCG", sans-serif; /* Assuming Graphik LCG is loaded or use a fallback */
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.toc-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-links li a {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #555;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block; /* Ensure link takes full width */
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.toc-links li a:hover,
.toc-links li a.active { /* Style for hover and active states */
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}
.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */
.companies-page .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff !important;
}

.companies-page {
  background: #fff;
  padding-bottom: 60px;
}
.companies-page h1, .companies-page h2, .companies-page h3 {
  font-family: "Graphik LCG", sans-serif;
  margin: 0;
}
.companies-page p {
  font-family: "Graphik LCG", sans-serif;
  margin: 0;
}
.companies-page .company-logo {
  width: 128px;
  height: 82px;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .companies-page .company-logo {
    width: 100%;
    height: 124px;
  }
}
.companies-page .company-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.companies-page .company-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 152px;
}
@media (max-width: 1023px) {
  .companies-page .company-info {
    width: 100%;
    align-items: center;
    font-size: 14px !important;
  }
}
.companies-page .company-info > * {
  font-size: 14px;
}
.companies-page .company-info .company-name-row,
.companies-page .company-info .company-rating,
.companies-page .company-info .rating-score,
.companies-page .company-info .rating-count {
  font-size: 14px;
}
.companies-page .company-name-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .companies-page .company-name-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width: 1023px) {
  .companies-page .company-name-row {
    align-items: center;
    text-align: center;
  }
}
.companies-page .company-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1023px) {
  .companies-page .company-rating {
    justify-content: center;
    margin-top: 0;
  }
}
.companies-page .rating-score {
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #000000;
}
.companies-page .rating-stars {
  color: #FF781D;
  font-size: 14px;
  letter-spacing: 1px;
}
.companies-page .rating-count {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #000000;
}
.companies-page .company-divider {
  height: 1px;
  background-color: #E7E7E8;
  margin: 16px 0;
}
.companies-page .company-button {
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  border: 2px solid #E7E7E8;
  letter-spacing: -0.005em;
  color: #3B1E37;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .companies-page .company-button {
    width: 100%;
  }
}
.companies-page .company-button:hover {
  background-color: rgba(255, 194, 249, 0.168627451);
}

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}

.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */

.companies-single-page {
  background: #fff;
  padding-bottom: 60px;
}
.companies-single-page h1, .companies-single-page h2, .companies-single-page h3 {
  font-family: "Graphik LCG", sans-serif;
  margin: 0;
}
.companies-single-page p {
  font-family: "Graphik LCG", sans-serif;
  margin: 0 0 16px 0;
}
.companies-single-page p:last-child {
  margin-bottom: 0;
}

.company-single-content {
  margin-top: 24px;
}
.company-single-content .container {
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
}

.company-single-card,
.company-content-block {
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
}

.company-single-card {
  padding: 16px;
  margin-bottom: 32px;
  margin-top: -14px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .company-single-card {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .company-single-card {
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }
}
.company-single-card .company-logo-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  background: #fff;
}
@media (min-width: 1024px) {
  .company-single-card .company-logo-info {
    margin-bottom: 0;
  }
}
.company-single-card .company-logo {
  width: 128px;
  height: 82px;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .company-single-card .company-logo {
    width: 158px;
    height: 106px;
  }
}
.company-single-card .company-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.company-single-card .company-info {
  flex: 1;
  min-width: 0;
  align-items: start;
}
@media (min-width: 1024px) {
  .company-single-card .company-info {
    max-width: 152px;
    height: 106px;
  }
}
.company-single-card .company-info .company-name-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  text-align: left;
  align-items: start;
}
.company-single-card .company-divider {
  background-color: #E7E7E8;
}
.company-single-card .company-divider {
  width: 100%;
  height: 1px;
  margin: 16px 0;
  border: unset;
}
@media (min-width: 992px) {
  .company-single-card .company-divider {
    width: 1px;
    height: 88px;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .company-single-card .company-divider.mobile-hidden-divider {
    display: none;
  }
}

.company-single-card .company-info .company-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.company-single-card .company-info .company-rating {
  align-items: start;
  justify-content: flex-start;
}
.company-single-card .company-info .company-rating .rating-stars-wrapper {
  display: flex;
  align-items: start;
  gap: 8px;
}

.rating-score,
.rating-count {
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #000000;
}

.rating-stars {
  color: #FF781D;
  font-size: 14px;
}

.company-single-card .company-info .company-rating .rating-score {
  font-weight: 600;
}

.company-single-card .company-info .company-rating .rating-stars {
  letter-spacing: 1px;
}

.company-single-card .company-info .company-rating .rating-count {
  font-weight: 500;
}

.company-single-card .company-actions .company-button--primary,
.company-reviews .submit-review-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s;
}
.company-single-card .company-actions .company-button--primary:hover,
.company-reviews .submit-review-button:hover {
  opacity: 0.9;
}

.company-single-card .company-actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .company-single-card .company-actions {
    width: 243px;
    height: 48px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.company-single-card .company-actions .company-button--primary {
  padding: 12px 16px;
  border: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  width: 100%;
}
@media (min-width: 1024px) {
  .company-single-card .company-actions .company-button--primary {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 110%;
  }
}

.company-tab-content {
  display: none;
}
.company-tab-content.active {
  display: block;
}

.company-content-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.company-content-columns .company-main-column {
  flex: 1;
  min-width: 280px;
}
@media (min-width: 992px) {
  .company-content-columns .company-main-column {
    flex-basis: calc(100% - 304px);
  }
}
.company-content-columns .company-sidebar-column {
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .company-content-columns .company-sidebar-column {
    width: 280px;
    display: block;
  }
}

.big-sec {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .big-sec {
    margin-top: 24px;
  }
}

.company-content-block {
  padding: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  gap: 16px;
  overflow: auto;
}
@media (min-width: 1024px) {
  .company-content-block {
    padding: 24px;
  }
}
.company-content-block:last-child {
  margin-bottom: 0;
}

.content-block-subtitle {
  font-weight: 600;
  font-size: 26px;
  line-height: 130.8%;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 16px;
}

.content-block-text {
  color: #000000;
  line-height: 150%;
}

.content-block-text {
  font-size: 15px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .content-block-text {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.content-block-text p {
  margin-top: 16px;
}
.content-block-text p:last-child {
  margin-bottom: 0;
}

.company-content-block.company-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.company-content-block.company-contacts .contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-width: 150px;
}
.company-content-block.company-contacts .contact-item .contact-label, .company-content-block.company-contacts .contact-item .contact-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.company-content-block.company-contacts .contact-item .contact-label {
  color: #000000;
}
.company-content-block.company-contacts .contact-item .contact-value {
  color: #EA53D3;
  cursor: pointer;
}
.company-content-block.company-contacts .contact-divider {
  width: 1px;
  height: 40px;
  display: none;
}
@media (min-width: 1024px) {
  .company-content-block.company-contacts .contact-divider {
    display: block;
  }
}

.casino-first-screen {
  background: radial-gradient(circle at 50% 0%, #000000, #461F40);
  color: #fff;
  padding: 24px 0;
  position: relative;
}
.casino-first-screen .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-first-screen .breadcrumbs .breadcrumb-item {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #EA53D3;
}
.casino-first-screen .breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}

.company-reviews {
  margin-top: 32px;
}
.company-reviews .reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  background: #fff;
}
.company-reviews .reviews-header .review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FF7105;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.company-reviews .review-divider {
  height: 1px;
  background-color: #E7E7E8;
  border: none;
  margin: 24px 0;
}
.company-reviews .submit-review-button {
  padding: 16px 20px;
  border: none;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
  cursor: pointer;
}

.content-block-text {
  margin-bottom: 32px;
  padding: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .content-block-text {
    padding: 24px;
  }
}
.content-block-text h2 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 130.8%;
  letter-spacing: -0.005em;
  color: #000000;
  margin: 36px 0 24px 0;
}
.content-block-text h2:first-child {
  margin-top: 0;
}
.content-block-text h3 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.005em;
  color: #000000;
  margin: 24px 0 16px 0;
}
.content-block-text h3:first-child {
  margin-top: 0;
}
.content-block-text p {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin: 0 0 16px 0;
}
.content-block-text p:last-child {
  margin-bottom: 0;
}
.content-block-text b {
  font-weight: 600;
  color: #000000;
}
.content-block-text i {
  font-style: italic;
  color: #555555;
}
.content-block-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.content-block-text ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.content-block-text ul li:last-child {
  margin-bottom: 0;
}
.content-block-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #EA53D3;
  border-radius: 50%;
}
.content-block-text ul li b, .content-block-text ul li span {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.content-block-text ul li b {
  font-weight: 600;
}
.content-block-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  overflow: hidden;
}
.content-block-text table tbody tr {
  border-bottom: 1px solid #E7E7E8;
}
.content-block-text table tbody tr:last-child {
  border-bottom: none;
}
.content-block-text table tbody tr:hover {
  background: #F8F9F9;
}
.content-block-text table tbody td {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #000000;
  padding: 4px 0;
  vertical-align: top;
}
.content-block-text table tbody td:first-child {
  font-weight: 500;
  color: #000000;
  min-width: 120px;
}
@media (max-width: 1023px) {
  .content-block-text h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
  }
  .content-block-text h3 {
    font-size: 18px;
    margin: 20px 0 12px 0;
  }
  .content-block-text table {
    font-size: 13px;
  }
  .content-block-text table tbody td {
    padding: 10px 8px;
    font-size: 13px;
  }
}

.company-reviews .reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.company-reviews .reviews-header .content-block-subtitle {
  margin: 0;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.5%;
  color: #000000;
}
.company-reviews .reviews-header .review-button {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FF7105;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.company-reviews .reviews-header .review-button:hover {
  color: #FF7105;
}
.company-reviews .no-reviews {
  padding: 24px;
  background-color: #F8F9F9;
  border-radius: 12px;
  text-align: center;
}
.company-reviews .no-reviews p {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  color: #555555;
  margin: 0;
}
.company-reviews .review-divider {
  border: 0;
  height: 1px;
  background-color: #E7E7E8;
  margin: 32px 0;
}

.company-reviews .reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.company-reviews .reviews-header .content-block-subtitle {
  margin: 0;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.5%;
  color: #000000;
}
.company-reviews .reviews-header .review-button {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FF7105;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.company-reviews .reviews-header .review-button:hover {
  color: #FF7105;
}
.company-reviews .no-reviews {
  padding: 24px;
  background-color: #F8F9F9;
  border-radius: 12px;
  text-align: center;
}
.company-reviews .no-reviews p {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  color: #555555;
  margin: 0;
}
.company-reviews .review-divider {
  border: 0;
  height: 1px;
  background-color: #E7E7E8;
  margin: 32px 0;
}
.company-reviews #service-review-form {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 24px 0;
}
.company-reviews .service-review-form {
  margin-top: 24px;
  padding: 24px;
  background: #F8F9F9;
  border-radius: 12px;
}
.company-reviews .service-review-form .form-group {
  margin-bottom: 20px;
}
.company-reviews .service-review-form label {
  display: block;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000;
}
.company-reviews .service-review-form input[type=text],
.company-reviews .service-review-form input[type=email],
.company-reviews .service-review-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}
.company-reviews .service-review-form textarea {
  resize: vertical;
  min-height: 120px;
}
.company-reviews .service-review-form .rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}
.company-reviews .service-review-form .rating-input input[type=radio] {
  display: none;
}
.company-reviews .service-review-form .rating-input label {
  font-size: 24px;
  color: #E7E7E8;
  cursor: pointer;
  transition: color 0.2s;
  margin: 0;
}
.company-reviews .service-review-form .rating-input label:hover, .company-reviews .service-review-form .rating-input label:hover ~ label {
  color: #FF7105;
}
.company-reviews .service-review-form .rating-input input[type=radio]:checked ~ label {
  color: #FF7105;
}
.company-reviews .service-review-form .submit-review-button {
  background: #FF7105;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.company-reviews .service-review-form .submit-review-button:hover {
  background: #FF7105;
}
@media (max-width: 1023px) {
  .company-reviews .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .company-reviews .reviews-header .content-block-subtitle {
    font-size: 22px;
  }
  .company-reviews .service-review-form {
    padding: 16px;
  }
  .company-reviews .service-review-form .rating-input {
    justify-content: center;
  }
  .company-reviews .service-review-form .rating-input label {
    font-size: 20px;
  }
}

.affiliate-programs-single-page .casino-first-screen {
  background: #ffffff;
  padding: unset;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .affiliate-programs-single-page .head-foot-container {
    width: 1200px;
  }
}
.affiliate-programs-single-page .company-single-card {
  margin-top: 24px;
  margin-bottom: unset;
}
.affiliate-programs-single-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000000 !important;
}
.affiliate-programs-single-page .company-name-row {
  gap: 12px !important;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-name-row {
    gap: 16px !important;
  }
}
.affiliate-programs-single-page .company-name-row h1 {
  align-self: stretch;
  color: var(--on-surface, #000);
  font-family: "Graphik LCG";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-name-row h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #000000 !important;
  }
}
.affiliate-programs-single-page .mobile-hidden-divider {
  background-color: rgba(134, 134, 134, 0.43);
  border: unset;
  height: 124px;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .mobile-hidden-divider {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.affiliate-programs-single-page .company-info {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-info .rating-stars-wrapper {
    gap: 8px;
    align-items: center !important;
  }
}
.affiliate-programs-single-page .company-logo {
  width: 100%;
  height: 133px;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-logo {
    width: 158px;
    height: 124px;
  }
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-single-card {
    gap: unset;
  }
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-single-card .company-info {
    height: 124px;
  }
}
.affiliate-programs-single-page .company-single-card .company-logo-info {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-single-card .company-logo-info {
    width: 100%;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .affiliate-programs-single-page .company-single-card .company-actions {
    width: 251px;
    gap: 12px;
    height: 124px;
    justify-content: center;
  }
}
.affiliate-programs-single-page .min-divider {
  height: 14.5px;
  width: 1px;
  background-color: #E7E7E8;
}
.affiliate-programs-single-page .Established {
  color: #000;
  font-family: "Graphik LCG";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.affiliate-programs-single-page .rating-count {
  text-decoration: underline;
  line-height: 24px;
}
.affiliate-programs-single-page .author-date-section {
  display: flex;
  align-items: center;
  gap: 16px;
}
.affiliate-programs-single-page .author-date-section .post-date {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.affiliate-programs-single-page .author-date-section .divider {
  width: 1px;
  height: 14.5px;
  background-color: rgba(0, 0, 0, 0.2);
}
.affiliate-programs-single-page .affilate-content-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.affiliate-programs-single-page .content-block-text p:last-child {
  margin-bottom: 16px;
  margin-top: unset;
}
.affiliate-programs-single-page .reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.affiliate-programs-single-page .reviews-header .content-block-subtitle {
  margin: 0;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.5%;
  color: #000000;
}
.affiliate-programs-single-page .reviews-header .review-button {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FF7105;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.affiliate-programs-single-page .reviews-header .review-button:hover {
  color: #FF7105;
}
.affiliate-programs-single-page .no-reviews {
  padding: 24px;
  background-color: #F8F9F9;
  border-radius: 12px;
  text-align: center;
}
.affiliate-programs-single-page .no-reviews p {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  color: #555555;
  margin: 0;
}
.affiliate-programs-single-page .review-divider {
  border: 0;
  height: 1px;
  background-color: #E7E7E8;
  margin: 32px 0;
}
.archive-services-page .content-block-text {
  border-radius: 12px;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E7E7E8;
}
.archive-services-page .content-block-text p {
  margin-bottom: 16px !important;
}
.archive-services-page .company-logo-info {
  max-width: 700px;
}
.archive-services-page .content-block-text {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .archive-services-page .content-block-text {
    margin-bottom: 32px;
  }
}

/* Video Page Performance Optimizations */
/* Оптимизация для iframe подкастов Captivate.fm */
/* Font optimization для внешних шрифтов */
/* Переопределяем Poppins с font-display: swap */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Оптимизация для видео страниц */

/* Responsive optimizations */
/* Preload hint для критических ресурсов */

/* Desktop Navigation Styles - как в template-home-copy.php */
@media (min-width: 1024px) {
  .main_navigation ul {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 24px;
  }
  
  .main_navigation li {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  
  .navigation-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    transition: color 0.2s ease;
  }
  
  .navigation-link:hover {
    color: #EA53D3;
  }
  
  .navigation-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .navigation-dropdown .navigation-link {
   
  }
  
  .navigation-divider {
    width: 0;
    height: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    list-style: none;
    display: none!important;
  }
  
  .navigation-divider::before {
    content: '';
  }
}

/* Footer Styles */
.footer-section {
    background-color: #202020;
    color: #FFFFFF;
    padding: 48px 0;
    width: 100%;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.footer-information {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-logo-img {
    width: 90px;
    height: 32px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social-link {
    display: block;
    width: 32px;
    height: 32px;
}

.footer-social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-email {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}

.footer-email:hover {
    text-decoration: underline;
}

.footer-description {
    color: #F8F9F9;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57em;
    text-align: left;
}

.footer-copyright {
    display: none; /* Hidden on mobile, shown on desktop */
    color: rgba(255, 255, 255, 0.5);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57em;
    letter-spacing: -0.5%;
    text-align: left;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    margin: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
    width: 100%;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-basis: calc(50% - 12px);
    flex-grow: 1;
}

.footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: left;
    height: 20px;
    display: flex;
    align-items: center;
}

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

.footer-copyright-mobile {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57em;
    letter-spacing: -0.5%;
    text-align: left;
    padding: 0 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
}

/* Desktop Footer Styles */
@media (min-width: 1024px) {
    .footer-section {
        padding: 50px 0;
    }
    
    .footer-container {
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }
    
    .footer-information {
        flex: 1;
    }

    .footer-logo-section {
        padding-right: 66px;
    }
    
    .footer-email {
        color: #ea53d3;
    }

    .footer-copyright {
        display: block;
    }
    
    .footer-divider {
        display: none;
    }
    
    .footer-links {
        flex: 1.5;
        flex-wrap: nowrap;
        gap: 48px;
    }

    .footer-links-column {
        gap: 20px;
        flex-basis: auto;
    }
    
    .footer-copyright-mobile {
        display: none;
    }
}

/* Company News Section Styles */

/* Responsive Design for Company News */

.has-mega-menu {
    position: static;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-right: 40px;
}

@media (min-width: 1024px) {
    .has-mega-menu {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-right: 0;
    }
}

/* Desktop Gambling Mega Menu */
.gambling-mega-menu {
    display: none;
    position: fixed;
    top: 73px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    z-index: 999999;
    min-width: 900px;
    max-width: 1000px;
    width: auto;
    padding: 0;
}

@media (min-width: 1024px) {
    .has-mega-menu .gambling-mega-menu {
        pointer-events: auto;
    }
}

@media (max-width: 1023px) {
    .gambling-mega-menu {
        display: none !important;
    }
}

.mega-menu-container {
    display: flex;
    min-height: 400px;
}

/* Left Column - Parent Categories */
.mega-menu-left {
    width: 40%;
    background: #0f0f0f;
    border-right: 1px solid #333;
    padding: 24px;
    border-radius: 8px 0 0 8px;
}

.mega-menu-parent-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
    margin-bottom: 4px;
}

.mega-menu-parent-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mega-menu-parent-link {
    flex: 1;
    text-decoration: none;
    color: inherit;
}

.mega-menu-parent-title {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: uppercase;
}

.mega-menu-arrow {
    color: #ffffff;
    flex-shrink: 0;
}

/* Right Column - Children Categories */
.mega-menu-right {
    width: 60%;
    padding: 24px;
    background: #1a1a1a;
    border-radius: 0 8px 8px 0;
    position: relative;
}

.mega-menu-children-container {
    display: none;
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    animation: fadeInRight 0.3s ease;
}

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

.mega-menu-children-title {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.mega-menu-children-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mega-menu-child-item {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: block;
}

.mega-menu-child-item:hover {
    background: rgba(234, 83, 211, 0.1);
    color: #ea53d3;
}

/* Mobile Gambling Menu */
.mobile-gambling-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    z-index: 99998;
    padding: 125px 40px 125px 40px;
    overflow-y: auto;
}

.mobile-gambling-back {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 16px 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-gambling-back:hover {
    color: #ea53d3;
}

.mobile-gambling-back svg {
    width: 24px;
    height: 24px;
}

.mobile-gambling-level {
    display: none;
}

.mobile-gambling-level.active {
    display: block;
}

.mobile-gambling-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-gambling-item.has-children {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.mobile-gambling-item.has-children > .mobile-gambling-link {
    flex: 1;
    min-width: 0;
}

.mobile-gambling-item.has-children > .mobile-gambling-children {
    flex-basis: 100%;
    width: 100%;
}

.mobile-gambling-link {
    flex: 1;
    padding: 16px 0;
    color: #ffffff;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-gambling-link:hover {
    color: #ea53d3;
}

.mobile-gambling-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0 16px 20px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    width: 45px;
    flex-shrink: 0;
    transition: transform 0.3s ease, color 0.2s ease;
    user-select: none;
}

.mobile-gambling-toggle:hover {
    color: #ea53d3;
}

.mobile-gambling-children {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    width: 100%;
}

.mobile-gambling-child-item {
    display: flex;
    align-items: center;
    padding: 16px 0 16px 30px;
    color: #ffffff;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-gambling-child-item::before {
    content: "-";
    margin-right: 8px;
}

.mobile-gambling-child-item:hover {
    color: #ea53d3;
}

/* Add arrow icon to Gambling menu item in mobile */
@media (max-width: 1023px) {
    .has-mega-menu > .navigation-link::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 8px;
        background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 5L12.5 10L7.5 15" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    
    /* Hide main mobile menu when gambling submenu is active */
    
    /* Override: keep bg2 visible in burger when gambling menu is active */
}

/*# sourceMappingURL=index.css.map */