@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;
}

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;
}

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;
}
.popular-news-item {
  transform: none !important;
  transition: none !important;
  box-shadow: none !important;
}

.popular-news-item:hover {
  transform: none !important;
  box-shadow: none !important;
  color: #d33ebc;
}
.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;
}
.open-header {
  position: fixed;
  height: 100vh !important;
  background-color: black;
  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: 0px;
  width: 100%;
}

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

.open-header .navigation-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  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;
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

/* Contact Form Styles */

/* Loading state */

.news-page {
  background: #fff;
  /* Prevent popular-news-item from lifting on hover */
}
.news-page .load-more-container {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.news-page .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;
}
.news-page .load-more-btn:hover {
  opacity: 0.9;
}
.news-page .load-more-btn:disabled {
  background: #E7E7E8;
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.news-page .popular-news-item {
  transform: none !important;
  transition: none !important;
  box-shadow: none !important;
}
.news-page .popular-news-item:hover {
  transform: none !important;
  box-shadow: none !important;
}

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

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

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

.news-page .container {
  position: relative;
  max-width: 1200px;
}

.news-intro {
  margin-top: 16px;
  align-self: stretch;
  color: var(--on-surface-variant, #555);
  font-family: "Graphik LCG";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .news-intro {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    max-width: 820px;
  }
}

.news-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
@media (min-width: 1024px) {
  .news-main {
    flex-direction: row;
    justify-content: space-between;
    gap: 120px;
  }
}

.main-news-title {
  line-height: 1;
}
@media (min-width: 1024px) {
  .main-news-title {
    line-height: 1.2;
  }
}

.main-news-title a {
  align-self: stretch;
  color: var(--on-surface, #000);
  font-family: "Graphik LCG";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) {
  .main-news-title a {
    align-self: stretch;
    color: var(--on-surface, #000);
    font-family: "Graphik LCG";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}

.news-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .news-content {
    max-width: 820px;
  }
}

.item__aside {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .item__aside {
    width: 320px;
    margin-top: 24px;
  }
}
.item__aside .popular-news-section {
  display: none;
  border: 1px solid rgba(8, 11, 22, 0.1);
  border-radius: 16px;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .item__aside .popular-news-section {
    display: flex;
  }
}
.item__aside .popular-news-section .popular-news-title {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.item__aside .popular-news-section .popular-news-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.item__aside .popular-news-section .popular-news-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item__aside .popular-news-section .popular-news-item .popular-news-content {
  width: 117px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.item__aside .popular-news-section .popular-news-item .popular-news-content .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #F6F8FB;
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #EA53D3;
  align-self: flex-start;
}
.item__aside .popular-news-section .popular-news-item .popular-news-content .popular-news-item-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.5%;
  color: #000;
  margin: 0;
}
.item__aside .popular-news-section .popular-news-item .popular-news-content .popular-news-date {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.item__aside .popular-news-section .popular-news-item .popular-news-image {
  width: 86px;
  height: 67px;
  border-radius: 8px;
  overflow: hidden;
}
.item__aside .popular-news-section .popular-news-item .popular-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(8, 11, 22, 0.1);
  margin: 0;
}
@media (min-width: 1024px) {
  .news-divider-first {
    margin-bottom: 16px;
  }
}

.news-page .main-news {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .news-page .main-news {
    margin-top: 32px;
    margin-bottom: 40px;
    gap: 16px;
  }
}
.news-page .main-news-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  order: 4;
}
@media (min-width: 1024px) {
  .news-page .main-news-image {
    height: 460px;
    order: 1;
  }
}
.news-page .main-news-image img {
  max-width: 343px;
  height: 212px;
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .news-page .main-news-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.news-page .main-news-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #000;
  order: 1;
  margin: 0;
}
@media (min-width: 1024px) {
  .news-page .main-news-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    order: 2;
  }
}
.news-page .main-news-title a {
  color: #000;
  text-decoration: none;
}
.news-page .main-news-title a:hover {
  color: #ea53d3;
}
.news-page .main-news-text {
  font-family: "Graphik LCG";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #555555;
  order: 2;
}
@media (min-width: 1024px) {
  .news-page .main-news-text {
    order: 3;
    font-size: 16px;
    line-height: 24px;
  }
}
.news-page .main-news-date {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  order: 3;
}
@media (min-width: 1024px) {
  .news-page .main-news-date {
    order: 4;
    font-size: 14px;
  }
}

.news-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .news-item {
    flex-direction: row;
    gap: 32px;
    padding: 16px 0;
    align-items: center;
  }
}
.news-item-image {
  width: 100%;
  min-width: 160px;
  height: 172px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .news-item-image {
    min-width: 293px;
        max-width: 293px;
    height: 154px;
  }
}
.news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
@media (min-width: 1024px) {
  .news-item-content {
    gap: 24px;
    padding: 16px 0;
    justify-content: center;
  }
}
.news-item-title {
  align-self: stretch;
  color: var(--on-surface, #000);
  font-family: "Graphik LCG";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.1px;
  margin: 0;
}
@media (min-width: 1024px) {
  .news-item-title {
    font-family: "Graphik LCG";
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.5%;
    color: #000000;
    margin: 0;
    font-size: 26px;
    line-height: 1.31;
  }
}
.news-item-title a {
  color: inherit;
  text-decoration: none;
}
.news-item-title a:hover {
  color: #ea53d3;
}
.news-item-text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
}
@media (min-width: 1024px) {
  .news-item-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.news-item-date {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #F6F8FB;
  border-radius: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #EA53D3;
  transition: background-color 0.3s ease;
}
.tag:hover {
  background-color: #eef1f7;
}

.al-wrapper {
  width: 100%;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.al-nav {
  cursor: pointer;
  margin-top: 20px;
  color: #000000;
  padding: 4px 0;
  min-height: 40px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
}
.al-nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .al-nav {
    overflow: unset;
    padding-left: 0;
    min-height: 42px;
  }
}
.al-nav .al-nav_items {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .al-nav .al-nav_items {
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
.al-nav .al-nav_item {
  margin: 8px 0;
  color: var(--on-surface, #000);
  font-family: "Graphik LCG";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-right: 20px;
  white-space: nowrap;
}
.al-nav .al-nav_item a {
  text-decoration: none;
  color: #333;
}
.al-nav .al-nav_item a:hover {
  color: #EA53D3;
}

.h1-news-page {
  align-self: stretch;
  color: var(--on-surface, #000);
  font-family: "Graphik LCG";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .h1-news-page {
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.56px;
    margin-top: 30px;
  }
}

.news-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.news-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;
}
.news-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.news-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.news-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.news-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .news-page .breadcrumbs {
    margin-top: 28px;
  }
}

.news-small-vertical {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.news-small-vertical-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.news-small-vertical-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 1.47;
  color: #000000;
  margin: 0;
}
.news-small-vertical-date {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.news-small-vertical-image {
  width: 140px;
  min-width: 80px;
  height: 95px;
  border-radius: 8px;
  overflow: hidden;
}
.news-small-vertical-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-text-only {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.news-text-only-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
.news-text-only-date {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.news-card-small {
  display: flex;
  flex-direction: row;
  width: 270px;
  min-width: 270px;
  gap: 16px;
  align-items: center;
}
.news-card-small-image {
  width: 96px;
  min-width: 96px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
}
.news-card-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card-small-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.news-card-small-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 1.47;
  color: #000000;
  margin: 0;
}
.news-card-small-title a {
  color: inherit;
  text-decoration: none;
}
.news-card-small-title a:hover {
  color: #ea53d3;
}
.news-card-small-date {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.news-cards-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
  width: 100%;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.news-cards-slider::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1023px) {
  .news-content .main-news, .news-content .news-item {
    margin-bottom: 24px;
  }
  .news-content .news-divider {
    margin: 0 0 24px 0;
  }
}
.mobile-news-display {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-news-display {
    display: none;
  }
}

.desktop-news-display {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-news-display {
    display: block;
  }
}

.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 */
.popular-news-item {
  transform: none !important;
  transition: none !important;
  box-shadow: none !important;
}

.popular-news-item:hover {
  transform: none !important;
  box-shadow: none !important;
}

.news-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .news-main {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }
}

.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;
}

.popular-news-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}

.news-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(8, 11, 22, 0.1);
  margin: 0;
}

@media (min-width: 1024px) {
  .news-divider-first {
    margin-bottom: 16px;
  }
}

/* Styles for category tags */
.news-item-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

/* Ensure proper spacing within news items */
.news-item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Casino Pages Styles */

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

/* 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 */

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

/* Casino Comparison Styles */

/* Casino Pages Styles */

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

/* Casino Comparison Styles */

/* 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 */