@charset "UTF-8";
@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-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-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-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-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-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;
}
*,
*::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, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

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

.video-page, .breadcrumbs-page {
  background: linear-gradient(180deg, #000 0%, #191919 100%);
}

.h1-caption-style {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.05em;
  background: linear-gradient(130deg, #fff 0%, #ea53d3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  width: 100%;
}
@media (min-width: 1024px) {
  .h1-caption-style {
    font-size: 72px;
    max-width: 557px;
  }
}
@media (max-width: 374px) {
  .h1-caption-style {
    font-size: 37px;
  }
}

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

.section_caption_h2 {
  margin-top: 10px;
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
}

.row {
  width: 100%;
}

.podcasts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 736px;
}
@media (min-width: 1024px) {
  .podcasts-wrapper {
    min-height: 491px;
  }
}

.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 (min-width: 1024px) {
  .head-foot-container {
    width: 1360px;
  }
}
@media (max-width: 374px) {
  .head-foot-container {
    width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .head-foot-container {
    width: 95%;
  }
}

.container {
  width: 335px;
  overflow: visible;
}
@media (min-width: 1024px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 374px) {
  .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: 12px;
  margin: 0px 11px;
}

@media (min-width: 1024px) {
  .breadcrumbs-page .breadcrumbs a, .video-page .breadcrumbs a {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ea53d3;
  }
}

@media (min-width: 1024px) {
  .breadcrumbs-page .breadcrumbs, .video-page .breadcrumbs {
    margin-top: 52px;
  }
}

.pause-icon {
  display: none;
  width: 10px;
  height: 13px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .pause-icon {
    width: 18px;
    height: 24px;
  }
}
@media (min-width: 1024px) {
  .pause-icon {
    width: 18px;
    height: 24px;
  }
}

.pause-icon .bar {
  position: absolute;
  background-color: #ffffff;
  width: 3px;
  height: 100%;
  border-radius: 3px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .pause-icon .bar {
    width: 6px;
  }
}
@media (min-width: 1024px) {
  .pause-icon .bar {
    width: 6px;
  }
}

.pause-icon .bar.left {
  left: 0;
}

.pause-icon .bar.right {
  right: 0;
}

.first_screen {
  position: relative;
  width: 100%;
  margin-top: 54px;
}
@media (min-width: 1024px) {
  .first_screen {
    margin-top: 93px;
  }
}

.form_col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .form_col {
    align-items: unset;
    position: relative;
  }
}

.form_desc {
  margin-top: 54px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
  max-width: 335px;
}
@media (min-width: 1024px) {
  .form_desc {
    max-width: 443px;
    margin-top: 24px;
  }
}

.achives {
  display: none;
}
@media (min-width: 1024px) {
  .achives {
    display: flex;
  }
}

.achives img {
  margin-right: 14px;
  margin-top: 47px;
}

.big_man_wrapper {
  display: none;
  height: 1200px;
}
@media (min-width: 1024px) {
  .big_man_wrapper {
    display: block;
    position: absolute;
    top: -300px;
    right: -450px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .big_man_wrapper {
    display: block;
    position: absolute;
    top: -300px;
    right: -600px;
  }
}

.big_man {
  height: 1200px;
}

.big_man_name {
  margin-top: -550px;
  margin-left: 102px;
  display: flex;
  align-items: center;
}

.big_man_name img {
  margin-right: 12px;
  cursor: pointer;
}

.big_man_cap {
  height: 21px;
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
  margin-top: 3px;
}

.big_man_music {
  margin-left: 102px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.big_man_music img {
  width: 18px;
  cursor: pointer;
  transition: fill 0.3s ease;
}

.big_man_player {
  width: 310px;
  max-width: 310px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 21px;
  position: relative;
}

.big_man_player .progress {
  max-width: 310px;
  width: 25%;
  top: 0;
  left: 0;
  height: 2px;
  background: #fff;
  transition: width 0.1s linear;
  position: absolute;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .small_man_wrapper {
    display: none;
  }
}
@media (min-width: 1024px) {
  .small_man_wrapper {
    display: none;
  }
}

.small_man_name {
  margin-top: -62px;
  margin-left: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 374px) {
  .small_man_name {
    margin-top: -56px;
    margin-left: 56px;
  }
}
@media screen and (min-width: 321px) and (max-width: 361px) {
  .small_man_name {
    margin-top: -60px;
    margin-left: 62px;
  }
}

.small_man_name img {
  width: 15px;
  margin-right: 5px;
}
@media (max-width: 374px) {
  .small_man_name img {
    display: none;
  }
}

.small_man_cap {
  height: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
  margin-top: 3px;
}

.small_man_music {
  margin-top: 12px;
  margin-left: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 374px) {
  .small_man_music {
    margin-top: 9px;
    margin-left: 56px;
  }
}
@media screen and (min-width: 321px) and (max-width: 361px) {
  .small_man_music {
    margin-left: 62px;
  }
}

.small_man_music img {
  width: 10px;
}

.small_man_music img.playing {
  filter: drop-shadow(0px 0px 6px);
}

.small_man_player {
  width: 180px;
  max-width: 180px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 11px;
  position: relative;
}
@media (max-width: 374px) {
  .small_man_player {
    width: 150px;
    max-width: 150px;
  }
}

.small_man_player .progress {
  max-width: 180px;
  width: 30%;
  top: 0;
  left: 0;
  height: 2px;
  background: #fff;
  transition: width 0.1s linear;
  position: absolute;
}
@media (max-width: 374px) {
  .small_man_player .progress {
    max-width: 150px;
  }
}

.mobile_man {
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile_man {
    display: none;
  }
}

.leaders {
  position: relative;
  z-index: 10;
  margin-top: 32px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .leaders {
    margin-top: 108px;
    display: flex;
    padding: 32px 0;
  }
}

.leaders_h {
  z-index: 10;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
  opacity: 0.5;
  display: none;
}
@media (min-width: 1024px) {
  .leaders_h {
    opacity: 1;
    font-size: 18px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .leaders_h {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .leaders_h {
    display: block;
  }
}

.leaders_items {
  z-index: 10;
  width: 100%;
  opacity: 0.5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .leaders_items {
    opacity: 1;
    height: 40px !important;
    align-items: center;
    margin-top: 0;
    max-width: 610px;
    margin-right: 20px;
  }
}

.leaders_items img {
  height: 11px;
}
@media (min-width: 1024px) {
  .leaders_items img {
    margin-top: 0;
    height: 20px;
  }
}

.podcasts {
  margin-top: 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .podcasts {
    margin-top: 48px;
  }
}

@media (min-width: 1024px) {
  .filter-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.podcasts_see-all-desc {
  display: none;
}
@media (min-width: 1024px) {
  .podcasts_see-all-desc {
    display: block;
    position: absolute;
    top: 24px;
    right: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .podcasts_see-all-desc {
    right: 50px;
    top: -50px;
  }
}

@media (min-width: 1024px) {
  .essays .podcasts_see-all-desc {
    top: 0px;
    right: 0px;
    margin-top: -10px;
  }
}

.podcasts_see-all .btn, .podcasts_see-all-desc .btn {
  width: 166px;
  height: 44px;
}

.podcasts_see-all {
  width: 100%;
  margin-top: 36px;
  display: block;
}
@media (min-width: 1024px) {
  .podcasts_see-all {
    display: none;
  }
}

.podcasts_see-all .btn {
  font-size: 18px;
}

.authors {
  width: 100%;
  display: flex;
  margin-top: 32px;
  padding-left: 20px;
  cursor: grab;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 1024px) {
  .authors {
    position: absolute;
    top: 207px;
    margin: 0 auto;
    padding-left: 0px;
    left: 80px;
    padding-right: 220px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .authors {
    left: 62px;
  }
}

.authors:active {
  cursor: grabbing;
}

.authors::-webkit-scrollbar {
  display: none;
}

.authors_item {
  height: 400px;
  width: 240px;
  margin-right: 4px;
  border-radius: 24px;
  position: relative;
}

.authors_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 92px 20px 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.authors_cap {
  font-weight: 900;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
}

.authors_desc {
  margin-top: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
}

.authors_date {
  margin-top: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.filters {
  padding-top: 2px;
  padding-left: 20px;
  margin-top: 24px;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 1024px) {
  .filters {
    margin: 0 auto;
    padding-left: 0px;
    width: 923px;
    margin-right: 400px;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .filters {
    margin: 0 auto;
    padding-left: 0px;
    width: 90%;
    margin-top: 24px;
  }
}

.filters_item {
  min-width: 110px;
  z-index: 20px;
  font-size: 16px !important;
}

.filters::-webkit-scrollbar {
  display: none;
}

.essays {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
  .essays {
    margin: 0 auto;
    padding-left: 0px;
    width: 100%;
    max-width: 1280px;
    margin-top: 200px;
  }
}

.carts {
  margin-top: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: left;
}

.carts_item {
  margin-bottom: 32px;
  width: 335px;
}
@media (min-width: 1024px) {
  .carts_item {
    width: 417px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .carts_item {
    width: 305px;
  }
}
@media (max-width: 374px) {
  .carts_item {
    width: 290px;
  }
}

.carts_cover {
  width: 100%;
  border-radius: 8px;
}

.carts_date {
  margin-top: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.single-news .carts_date {
  margin-top: unset;
}

.carts_caption {
  margin-top: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
}

.carts_desc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs-page .h1-caption-style {
  margin-top: 8px;
}

.cats {
  width: 100%;
  display: flex;
  height: 51px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer */
}

.cats::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.cats_item {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.05em;
  position: relative;
  margin-top: 16px;
  margin-right: 0px;
  min-width: 140px;
}

.cats_item_current {
  color: #ea53d3;
}

.cats_item_current::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background: #ea53d3;
  top: 25px;
  left: 0;
}

.breadcrumbs-page .filters {
  padding-left: 0px;
}

.catalog {
  margin-top: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .catalog {
    gap: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .catalog a {
    width: 30%;
  }
}

.catalog_item {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .catalog_item {
    width: 417px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .catalog_item {
    width: 100%;
  }
}

.catalog_cover {
  width: 100%;
  position: relative;
}

.catalog_cover img {
  width: 100%;
  border-radius: 8px;
}

.catalog_time {
  position: absolute;
  right: 20px;
  bottom: 12px;
  background-color: rgba(71, 71, 71, 0.4784313725);
  padding: 5px 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
  border-radius: 8px;
}

.catalog_caption {
  font-weight: 600;
  font-size: 16px;
  line-height: 126%;
  letter-spacing: -0.035em;
  color: #fff;
  margin-top: 16px;
}

.catalog_desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}

.breadcrumbs-page .h1-caption-style {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .breadcrumbs-page .filters {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .breadcrumbs-page .filters {
    width: 100%;
  }
}

.video-page .essays {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .video {
    display: flex;
    justify-content: space-between;
  }
}

.video_content {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}
@media (min-width: 1024px) {
  .video_content {
    max-width: 928px;
  }
}

.video_content iframe {
  order: 2;
  border-radius: 8px;
  width: 335px;
  height: 182px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .video_content iframe {
    order: 0;
    width: 100%;
    height: 481px;
  }
}

.video_cap {
  order: 0;
  margin-top: 8px;
  font-weight: 900;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.05em;
  background: linear-gradient(130deg, #fff 0%, #ea53d3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1024px) {
  .video_cap {
    order: 1;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.05em;
    color: #fff;
    color: white;
    margin-top: 24px;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
  }
}

.video_date {
  margin-top: 8px;
  order: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1024px) {
  .video_date {
    order: 2;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 18px;
  }
}

.video_desc {
  margin-top: 32px;
  order: 3;
  border-radius: 12px;
  padding: 40px 0px;
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .video_desc {
    order: 3;
    margin-top: 24px;
    background: linear-gradient(180deg, #1a1a1a 0%, rgba(20, 20, 20, 0.14) 100%);
    padding: 40px 24px;
  }
}

.video_desc h2, h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.video_desc li {
  list-style: disc;
  margin-left: 13px;
}

.video_desc h2 span {
  font-weight: 500 !important;
}

.video_desc h3 span {
  font-weight: 500 !important;
}

.video_desc_cap {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
}

.video_desc_cap h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
}

.video_desc h2 span {
  color: white !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.05em;
}

.video_desc_text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}

.video_desc_read_more {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ff7105;
  margin-top: 21px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#read_more img {
  margin-left: 11px;
}

.podcast_iframe {
  margin-top: 24px;
}

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

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

.author_info {
  margin-top: 32px;
  min-width: 320px;
  width: 100%;
  border-radius: 12px;
  padding: 40px 24px;
  background: linear-gradient(180deg, rgba(234, 83, 211, 0.1) 0%, rgb(16, 16, 16) 100%);
}
@media (min-width: 1024px) {
  .author_info {
    height: fit-content;
    width: 320px;
  }
}

.author_info_name {
  font-weight: 900;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.05em;
  text-align: center;
  background: linear-gradient(130deg, #fff 0%, #ea53d3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.author_info_role {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
}

.author_info_achive {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author_info_achive img {
  margin-top: 16px;
  width: 148px;
  opacity: 0.5;
}

.author_info_desc {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.video-page .breadcrumbs {
  overflow: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.video-page .breadcrumbs::-webkit-scrollbar {
  display: none;
}

.essay_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  max-width: 900px;
  margin-top: 16px;
}

.airtable-embed {
  height: 100%;
}

.custom-player {
  background: #562c51 !important;
  color: white !important;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.not-found img {
  margin-top: 69px;
}
.not-found_caption {
  font-family: "Graphik LCG";
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin-top: -240px;
}
.not-found_desc {
  margin-top: 24px;
  text-align: center;
  font-family: "Graphik LCG";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .not-found_desc br {
    display: none;
  }
}

.not-found_btn {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 110% !important;
  letter-spacing: -0.09px !important;
  width: 254px !important;
  height: 52px !important;
  padding: 16px !important;
  margin-top: 24px !important;
  margin-bottom: 110px !important;
}
.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;
}

.popular-news-link {
  transform: none !important;
  transition: none !important;
}

.popular-news-link:hover {
  transform: none !important;
  box-shadow: none !important;
  color: #d33ebc;
}

.essay_page {
  background: white !important;
  color: black;
  background-color: white;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.essay_page .wrapper {
  position: relative;
}
.essay_page body.essay_page {
  min-height: 200vh;
}
.essay_page header {
  background: #000000;
}
.essay_page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}
.essay_page .essay-overlay-elements {
  display: none;
}
.essay_page .essay_page .h1-caption-style {
  padding-right: 10px;
  width: fit-content;
  font-weight: 900;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: -0.05em;
  background: linear-gradient(130deg, #000 0%, #ea53d3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.essay_page .hero-section {
  margin: 32px auto 32px;
  width: 100%;
  max-width: 672px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .essay_page .hero-section {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.essay_page .hero-container {
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: transparent;
}
.essay_page .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
}
.essay_page .hero-logo {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 4px;
  height: 80px;
  width: 80px;
}
.essay_page .logo-figure {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}
.essay_page .logo-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.essay_page .hero-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.essay_page .hero-title-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 576px;
}
.essay_page .hero-title {
  width: 100%;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1;
}
@media (min-width: 640px) {
  .essay_page .hero-title {
    font-size: 3rem;
  }
}
.essay_page .hero-title p {
  margin: 0;
}
.essay_page .hero-subtitle p {
  width: 100%;
  text-align: center;
  font-family: Inter, sans-ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #030712;
  margin-bottom: unset;
}
@media (min-width: 640px) {
  .essay_page .hero-subtitle p {
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 2rem;
  }
}
.essay_page .hero-subtitle p p {
  margin: 0;
  line-height: 1.5;
}
.essay_page .hero-subscribe {
  margin: 16px auto 0;
  max-width: 384px;
}
@media (min-width: 640px) {
  .essay_page .hero-subscribe {
    max-width: 512px;
  }
}
.essay_page .subscribe-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.essay_page .subscribe-form {
  width: 100%;
  border-radius: 8px;
  background: transparent;
}
.essay_page .form-container {
  display: flex;
  flex-direction: column;
  height: 116px;
}
@media (min-width: 1024px) {
  .essay_page .form-container {
    height: 64px;
  }
}
.essay_page .input-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 4px;
  border-radius: 8px;
  background-color: rgb(249, 250, 251);
  border: 2px solid rgb(3, 7, 18);
}
@media (min-width: 640px) {
  .essay_page .input-wrapper {
    flex-direction: row;
  }
}
.essay_page .email-input-container {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgb(249, 250, 251);
}
.essay_page .email-input {
  z-index: 10;
  width: 100%;
  border: none;
  background: transparent;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(17, 24, 39);
  padding: 12px 12px;
  outline: none;
}
.essay_page .email-input::placeholder {
  color: rgb(107, 114, 128);
  text-overflow: ellipsis;
}
.essay_page .email-input:focus {
  outline: none;
}
.essay_page .submit-button {
  min-height: 52px;
  cursor: pointer;
  padding: 12px 20px;
  width: 100%;
  border-radius: 6px;
  background-color: rgb(3, 7, 18);
  color: rgb(249, 250, 251);
  font-family: Arial;
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  border: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
@media (min-width: 640px) {
  .essay_page .submit-button {
    width: auto;
  }
}
.essay_page .submit-button:hover {
  background-color: rgb(17, 24, 39);
}
.essay_page .submit-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 7, 18, 0.2);
}
.essay_page .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media (min-width: 1024px) {
  .essay_page .container {
    max-width: 1152px;
    padding: unset;
  }
}
.essay_page .writen-by {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.essay_page .writen-left-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.essay_page .writen-by-title {
  color: rgb(17, 24, 39);
  font-family: Arial, sans-ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
}
.essay_page .writen-by-link {
  color: rgb(17, 24, 39);
  font-family: Arial, sans-ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.essay_page .archive-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 48px;
  padding: 60px 0 0px;
}
@media (max-width: 768px) {
  .essay_page .archive-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin-bottom: 40px;
    padding: 32px 0 0px;
  }
}
.essay_page .archive-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 0;
  letter-spacing: -0.02em;
  font-family: Arial, sans-serif;
}
@media (max-width: 768px) {
  .essay_page .archive-title {
    font-size: 28px;
  }
}
.essay_page .search-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-top: 16px;
}
.essay_page .essays-search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.essay_page .essays-search-form.searching .search-field {
  border-color: #000;
}
.essay_page .search-field {
  width: 100%;
  height: 42px;
  padding: 12px 16px 12px 45px;
  border: unset;
  border-radius: 6px;
  font-size: 14px;
  color: rgb(17, 24, 39);
  background-color: rgb(249, 250, 251);
  transition: all 0.2s ease;
  color: #111827;
  border: 1px solid #F9FAFB;
  background-color: #F9FAFB;
  font-size: 1rem;
  line-height: 1.5rem;
}
.essay_page .search-field:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.essay_page .search-field::placeholder {
  color: #999;
}
.essay_page .search-submit {
  position: absolute;
  left: 8px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}
.essay_page .search-submit:hover {
  color: #000;
}
.essay_page .search-submit svg {
  width: 16px;
  height: 16px;
}
.essay_page .search-clear {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.essay_page .search-clear:hover {
  color: #000;
}
.essay_page .essays-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 60px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .essay_page .essays-grid {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.essay_page .essays-grid::after {
  content: "";
  flex: 0 0 calc(33.333% - 16px);
  max-width: 368px;
}
@media (max-width: 1200px) {
  .essay_page .essays-grid::after {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .essay_page .essays-grid::after {
    display: none;
  }
}
.essay_page .essay-card {
  flex: 0 0 calc(33.333% - 16px);
  max-width: 368px;
  min-width: 348px;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  position: relative;
}
.essay_page .essay-card:hover {
  cursor: pointer;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .essay_page .essay-card {
    flex: 0 0 calc(50% - 12px);
    max-width: none;
    min-width: 348px;
  }
}
@media (max-width: 768px) {
  .essay_page .essay-card {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.essay_page .essay-card-content {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.essay_page .essay-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.essay_page .essay-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.essay-card:hover .essay_page .essay-card-image img {
  transform: scale(1.02);
}
.essay_page img.attachment-large.size-large.wp-post-image {
  width: 100%;
  object-fit: cover;
  height: 193px;
  border-radius: 8px;
}
.essay_page .essay-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: white;
  padding: 30px 16px 16px;
}
.essay_page .essay-number {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4px;
}
.essay_page .essay-title {
  font-size: 20px;
  font-weight: 600;
  color: black;
  margin: 8px 0 6px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.essay_page .essay-subtitle {
  font-size: 16px;
  color: black;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.essay_page .essay-card-footer {
  padding: 16px;
  background: white;
}
.essay_page .essay-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .essay_page .essay-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.essay_page .essay-date-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .essay_page .essay-date-author {
    width: 100%;
    justify-content: space-between;
  }
}
.essay_page .essay-date {
  font-size: 11px;
  color: #000000;
  font-weight: 400;
}
.essay_page .essay-author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.essay_page .author-avatar {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
}
.essay_page .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.essay_page .author-name {
  font-size: 14px;
  font-weight: 500;
  color: #0C4A6E;
}
.essay_page a.essay-author-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.essay_page a.essay-author-link img {
  width: 28px;
  height: 28px;
}
.essay_page .essay-stats {
  display: flex;
  align-items: center;
  gap: 8px;
}
.essay_page .essay-likes {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  color: #000000;
}
.essay_page .essay-likes svg {
  width: 15px;
  height: 15px;
  color: #000000;
}
.essay_page .no-essays {
  flex: 1 1 100%;
  text-align: center;
  padding: 80px 20px;
}
.essay_page .no-essays h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
}
.essay_page .no-essays p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
.essay_page .load-more-wrapper {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px;
}
@media (max-width: 768px) {
  .essay_page .load-more-wrapper {
    margin: 40px 0 30px;
  }
}
.essay_page .load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: #000;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 200px;
}
.essay_page .load-more-btn:hover:not(:disabled) {
  background: #333;
  transform: translateY(-1px);
}
.essay_page .load-more-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.essay_page .load-more-btn.loading {
  opacity: 0.8;
  cursor: not-allowed;
}
.essay_page .load-more-btn.loading .load-more-text {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .essay_page .load-more-btn {
    padding: 14px 28px;
    font-size: 15px;
    min-width: 180px;
  }
}
.essay_page .load-more-spinner .spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.essay_page .load-more-error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fee;
  border: 1px solid #fcc;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 16px;
  color: #c33;
  font-size: 14px;
}
.essay_page .load-more-error p {
  margin: 0;
  flex: 1;
}
.essay_page .load-more-error .error-close {
  background: none;
  border: none;
  color: #c33;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.essay_page .load-more-error .error-close:hover {
  background: rgba(204, 51, 51, 0.1);
  border-radius: 50%;
}
.essay_page .essays-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 8px;
}
.essay_page .loading-spinner {
  text-align: center;
}
.essay_page .loading-spinner .spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 12px;
}
.essay_page .loading-spinner p {
  color: #666;
  font-size: 13px;
  margin: 0;
}
.essay_page .search-error {
  flex: 1 1 100%;
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
.essay_page .search-error h3 {
  font-size: 18px;
  color: #d63384;
  margin-bottom: 8px;
  font-weight: 600;
}
.essay_page .search-error p {
  color: #666;
  font-size: 14px;
  margin-bottom: 16px;
}
.essay_page .search-error .retry-button {
  background: #000;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}
.essay_page .search-error .retry-button:hover {
  background: #333;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.essay_page .main-news-subtitle {
  font-size: 20px;
  line-height: 1.4;
  color: #666;
  margin: 10px 0 15px;
  font-weight: 400;
}
.essay_page .news-item-subtitle {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin: 5px 0 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .essay_page .search-container {
    max-width: 100%;
  }
  .essay_page .search-clear {
    right: 40px;
  }
  .essay_page .essays-loading-overlay {
    border-radius: 8px;
  }
  .essay_page .loading-spinner .spinner {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
}
.essay_page .essay-content-section {
  padding: 0.75rem;
}
.essay_page .essay-date-container {
  font-weight: 300;
}
.essay_page .essay-meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-essays-beehiiv .container {
  max-width: 672px;
}
.single-essays-beehiiv .carts_desc {
  margin-top: 1px;
}
.single-essays-beehiiv .news-essays {
  border-top: unset;
  border-bottom: unset;
}
.single-essays-beehiiv .news-essays .news-cart-item {
  gap: 0px;
  flex-direction: column;
}
.single-essays-beehiiv .news-essays .cart-content {
  padding: 16px;
}
.single-essays-beehiiv .news-essays .news-cart-date {
  display: none;
}
.single-essays-beehiiv .news-essays .news-cart-caption {
  font-size: 16px;
}
.single-essays-beehiiv .news-essays .news-cart-desc {
  font-weight: 300;
  font-size: 14px;
}
.single-essays-beehiiv .news-essays .news-cart-cover {
  max-width: 100%;
}
.single-essays-beehiiv button.reaction-btn {
  width: 100%;
}
.single-essays-beehiiv .reaction-buttons {
  flex-direction: column;
  gap: 0px;
}
.single-essays-beehiiv span.breadcrumb-item {
  white-space: nowrap;
}
.single-essays-beehiiv .container {
  padding: 0 0px;
}
@media (min-width: 1024px) {
  .single-essays-beehiiv .container {
    padding: 0 15px;
  }
  .single-essays-beehiiv .news-essays .carts {
    flex-direction: column;
  }
  .single-essays-beehiiv .news-essays .news-cart-item {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    gap: 16px;
  }
  .single-essays-beehiiv .news-essays .news-cart-cover {
    max-width: 319px;
    max-height: 167px;
  }
  .single-essays-beehiiv .news-essays .cart-content {
    gap: 0px;
    padding: unset;
  }
  .single-essays-beehiiv .news-essays .news-cart-date {
    display: block;
  }
  .single-essays-beehiiv .news-essays .news-cart-caption {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #030712;
    margin-top: 12px;
  }
  .single-essays-beehiiv .news-essays .news-cart-desc {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #030712;
  }
  .single-essays-beehiiv button.reaction-btn {
    background-color: transparent;
    border: unset;
    padding: 0;
    opacity: 0.8;
    color: #030712;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
    margin-left: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-style: italic;
    text-decoration: underline;
  }
  .single-essays-beehiiv button.reaction-btn span {
    font-family: "Helvetica", Arial, sans-serif;
  }
  .single-essays-beehiiv .news-essays {
    margin-top: 32px;
    padding: unset;
  }
  .single-essays-beehiiv .news-essays .section_caption_h2 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.1px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: #030712;
  }
  .single-essays-beehiiv .news-essays .carts {
    gap: 0px;
  }
}
.single-essays-beehiiv .reaction-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .single-essays-beehiiv .reaction-buttons {
    flex-direction: row;
  }
}
.single-essays-beehiiv .reaction-btn img {
  width: 24px;
  height: 24px;
}
.single-essays-beehiiv .social-icon-small {
  width: 28px;
  height: 28px;
}
.single-essays-beehiiv .bh__byline_social_wrapper a {
  display: block;
  width: 28px;
}
.single-essays-beehiiv .bh__byline_social_wrapper {
  display: flex;
  gap: 16px;
}
.single-essays-beehiiv .author-section-single {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 1px;
}
@media (min-width: 1024px) {
  .single-essays-beehiiv .author-section-single {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
    align-items: center;
  }
}
.single-essays-beehiiv .author-row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.single-essays-beehiiv .author-info {
  display: flex;
}
.single-essays-beehiiv p.author-text {
  display: flex;
  flex-direction: column;
  margin-bottom: unset;
}
.single-essays-beehiiv p.author-text span {
  position: relative;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: var(--wt-text-on-background-color);
  margin: 0px;
  line-height: 20px;
}
.single-essays-beehiiv p.author-text span.text-wt-text-on-background {
  opacity: 0.7;
  font-weight: 400;
}
.single-essays-beehiiv h1.main-title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 2.5rem;
  padding-bottom: 8px;
  margin-top: 24px;
}
.single-essays-beehiiv h2.subtitle {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.75rem;
  padding-bottom: 20px;
  font-weight: 400;
}
.single-essays-beehiiv article {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .single-essays-beehiiv article {
    margin-top: 32px;
  }
}
.single-essays-beehiiv article b {
  font-weight: 600;
  font-family: "Arial", Helvetica, sans-serif;
}
.single-essays-beehiiv article i {
  font-family: "Arial", Helvetica, sans-serif;
}
.single-essays-beehiiv article img {
  max-width: 100%;
  padding: 20px 0;
}
.single-essays-beehiiv article ol {
  color: var(--wt-text-on-background-color) !important;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: decimal;
  margin: 0px 0px 0px 8px;
  padding: 0;
  padding-bottom: 12px;
  padding-left: 37px;
  padding-right: 24px;
  padding-top: 12px;
}
.single-essays-beehiiv article ul {
  color: var(--wt-text-on-background-color) !important;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
  margin: 0px 0px 0px 8px;
  padding: 0;
  padding-bottom: 12px;
  padding-left: 37px;
  padding-right: 24px;
  padding-top: 12px;
}
.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;
}
.single-essays-beehiiv article li {
  font-family: "Helvetica", Arial, sans-serif;
  margin: 10px 0px 0px 0px;
}
.single-essays-beehiiv article p {
  padding-bottom: 12px;
  padding-top: 12px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--wt-text-on-background-color) !important;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 24px;
  text-align: left;
  margin-bottom: unset;
}
.single-essays-beehiiv article h2 {
  padding-bottom: 7px;
  padding-top: 20px;
  font-family: "Arial", Helvetica, sans-serif !important;
}
.single-essays-beehiiv article h2 b {
  font-weight: 600;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 36px;
}
.single-essays-beehiiv article h3 b {
  color: #2A2A2A;
  color: var(--wt-text-on-background-color) !important;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  font-weight: 700;
  text-align: left;
}
.single-essays-beehiiv article h3 {
  margin-bottom: 4px;
  margin-top: 16px;
}
.single-essays-beehiiv p.content-paragraph {
  display: none;
}
.single-essays-beehiiv .breadcrumbs {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.single-essays-beehiiv .breadcrumbs::-webkit-scrollbar {
  display: none;
}
.single-essays-beehiiv .breadcrumbs img {
  opacity: 0.5;
  margin: 0px 6px;
}
.single-essays-beehiiv span.breadcrumb-item {
  opacity: 0.7;
  font-size: 12px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-weight: 600;
  line-height: 1rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
.single-essays-beehiiv span.breadcrumb-item:last-child {
  opacity: 1;
}
.single-essays-beehiiv .reaction-title {
  color: var(--wt-text-on-background-color);
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 15px;
  text-align: left;
}
.single-essays-beehiiv .reaction-buttons {
  flex-direction: column;
  gap: 0px;
  margin-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 12px;
  padding-top: 12px;
}

.single-essays-beehiiv .author-avatar {
  width: 40px;
  height: 40px;
  margin-top: 4px;
}

button.viewmore_btn {
  border: unset;
  display: flex;
  white-space: nowrap;
  background: unset;
  padding-left: 20px;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1024px) {
  button.viewmore_btn {
    padding-left: 0px;
  }
}
button.viewmore_btn svg {
  width: 12px;
  height: 12px;
}

.essay_page .paywall-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  background: linear-gradient(to top, white 70%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0.7) 95%, transparent 100%);
  z-index: 9999;
  display: flex;
  align-items: end;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .essay_page .paywall-overlay {
    height: 60vh;
    min-height: 350px;
  }
}

.essay_page .paywall-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .essay_page .paywall-container {
    padding: 30px 16px;
  }
}

.essay_page .paywall-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .essay_page .paywall-content {
    gap: 20px;
    max-width: 100%;
  }
}

.essay_page .paywall-header h2 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(17, 24, 39);
  margin: 0 0 8px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .essay_page .paywall-header h2 {
    font-size: 22px;
  }
}
.essay_page .paywall-header p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(75, 85, 99);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .essay_page .paywall-header p {
    font-size: 15px;
  }
}

.essay_page .paywall-form-section {
  width: 100%;
}
.essay_page .paywall-form-section .paywall-subscribe-form {
  width: 100%;
}
.essay_page .paywall-form-section .input-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 4px;
  border-radius: 8px;
  background-color: rgb(249, 250, 251);
  border: 2px solid rgb(3, 7, 18);
}
@media (min-width: 640px) {
  .essay_page .paywall-form-section .input-wrapper {
    flex-direction: row;
  }
}
.essay_page .paywall-form-section .email-input-container {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgb(249, 250, 251);
}
.essay_page .paywall-form-section .email-input {
  z-index: 10;
  width: 100%;
  border: none;
  background: transparent;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(17, 24, 39);
  padding: 12px 16px;
  outline: none;
}
.essay_page .paywall-form-section .email-input::placeholder {
  color: rgb(107, 114, 128);
  text-overflow: ellipsis;
}
.essay_page .paywall-form-section .email-input:focus {
  outline: none;
}
.essay_page .paywall-form-section .submit-button {
  cursor: pointer;
  padding: 12px 20px;
  font-weight: 600;
  width: 100%;
  font-size: 1rem;
  border-radius: 6px;
  background-color: rgb(3, 7, 18);
  color: rgb(249, 250, 251);
  font-family: Arial, sans-serif;
  border: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
@media (min-width: 640px) {
  .essay_page .paywall-form-section .submit-button {
    width: auto;
  }
}
.essay_page .paywall-form-section .submit-button:hover {
  background-color: rgb(17, 24, 39);
}
.essay_page .paywall-form-section .submit-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 7, 18, 0.2);
}

.essay_page .paywall-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.essay_page .paywall-links p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(17, 24, 39);
  margin: 0;
}
.essay_page .paywall-links p a {
  color: rgb(17, 24, 39);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.essay_page .paywall-links p a:hover {
  color: rgb(55, 65, 81);
}
.essay_page .paywall-links a {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(17, 24, 39);
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 8px 0;
}
.essay_page .paywall-links a:hover {
  color: rgb(55, 65, 81);
}

button.viewmore_btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
}

button.viewmore_btn .loading-spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 4px;
}

/* Удаляем стили для старой полосы прогресса */
.reading-progress-bar {
  display: none !important;
}

.subscribe_page {
  background: white !important;
  color: black;
  background-color: white;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.subscribe_page .wrapper {
  position: relative;
}
.subscribe_page header {
  background: #000000;
}
.subscribe_page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.subscribe-hero-section {
  background-color: #FFFFFF;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .subscribe-hero-section {
    padding: 32px 0;
    min-height: auto;
  }
}

.subscribe-hero-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 640px) {
  .subscribe-hero-container {
    padding: 0 0px;
  }
}

.subscribe-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 640px) {
  .subscribe-content-wrapper {
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
}

.subscribe-main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .subscribe-main-content {
    align-items: flex-start;
    max-width: 736px;
  }
}

.subscribe-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 640px) {
  .subscribe-text-section {
    align-items: flex-start;
    text-align: left;
  }
}

.subscribe-logo {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 12px;
  height: 96px;
  width: 96px;
  box-shadow: none;
}

.subscribe-logo-figure {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}

.subscribe-logo-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.subscribe-hero-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  width: 100%;
}

.subscribe-title-wrapper {
  margin: 0;
  width: 100%;
  max-width: 576px;
}
@media (min-width: 640px) {
  .subscribe-title-wrapper {
    max-width: none;
  }
}

.subscribe-hero-title {
  width: 100%;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.1;
}
@media (min-width: 640px) {
  .subscribe-hero-title {
    font-size: 3.75rem;
    text-align: left;
    letter-spacing: 0.1px;
    line-height: 1;
  }
}
.subscribe-hero-title p {
  margin: 0;
}

.subscribe-hero-subtitle {
  width: 100%;
  margin-top: 8px;
}
.subscribe-hero-subtitle p {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #030712;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .subscribe-hero-subtitle p {
    text-align: left;
    font-size: 20px;
    line-height: 1.75rem;
  }
}

.subscribe-form-section {
  width: 100%;
  max-width: 512px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.subscribe-form-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .subscribe-form-wrapper {
    align-items: flex-start;
  }
}

.subscribe-main-form {
  width: 100%;
  border-radius: 8px;
  background: transparent;
}

.subscribe-form-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .subscribe-form-container {
    flex-direction: row;
  }
}

.subscribe-input-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 4px;
  border-radius: 8px;
  background-color: rgb(249, 250, 251);
  border: 2px solid rgb(0, 0, 0);
}
@media (min-width: 640px) {
  .subscribe-input-wrapper {
    flex-direction: row;
  }
}

.subscribe-email-input-container {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgb(249, 250, 251);
}

.subscribe-email-input {
  z-index: 10;
  width: 100%;
  border: none;
  background: transparent;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(17, 24, 39);
  padding: 12px 12px;
  outline: none;
}
.subscribe-email-input::placeholder {
  color: rgb(107, 114, 128);
  text-overflow: ellipsis;
}
.subscribe-email-input:focus {
  outline: none;
}

.subscribe-submit-button {
  cursor: pointer;
  padding: 12px 20px;
  width: 100%;
  border-radius: 6px;
  background-color: rgb(0, 0, 0);
  color: rgb(249, 250, 251);
  font-family: Arial, sans-serif;
  line-height: 1.75rem;
  font-size: 1.125rem;
  border: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
@media (min-width: 640px) {
  .subscribe-submit-button {
    width: auto;
  }
}
.subscribe-submit-button:hover {
  background-color: rgb(17, 24, 39);
}
.subscribe-submit-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.subscribe-form-caption {
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  .subscribe-form-caption {
    text-align: left;
  }
}
.subscribe-form-caption p {
  color: #1F2937;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

.subscribe-image-section {
  display: none;
}
@media (min-width: 640px) {
  .subscribe-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    flex-shrink: 0;
  }
}

.subscribe-image-wrapper {
  width: 100%;
  height: auto;
}

.subscribe-main-image {
  width: 100%;
  height: 414px;
  object-fit: contain;
  margin-top: 40px;
}

.subscribe-testimonials-section {
  background-color: #FFFFFF;
  width: 100%;
  margin-top: 114px;
  padding: 0px 16px;
}
@media (min-width: 640px) {
  .subscribe-testimonials-section {
    padding: 0px;
  }
}

.subscribe-testimonials-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}

.subscribe-testimonials-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 48px;
  text-align: left;
}

.subscribe-testimonials-label {
  color: #1F2937;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.subscribe-testimonials-label p {
  margin: 0;
}

.subscribe-testimonials-title {
  color: #111827;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 640px) {
  .subscribe-testimonials-title {
    font-size: 3rem;
  }
}
.subscribe-testimonials-title p {
  margin: 0;
}

.subscribe-testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}

.subscribe-footer-section {
  position: relative;
  padding: 16px;
}

.subscribe-footer-links {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 640px) {
  .subscribe-footer-links {
    bottom: 16px;
    left: 16px;
    transform: none;
    text-align: left;
    flex-direction: row;
    gap: 16px;
  }
}
.subscribe-footer-links p {
  margin: 0;
  white-space: nowrap;
}
.subscribe-footer-links p small {
  font-size: 12px;
  line-height: 1.33;
  color: #111827;
}
@media (min-width: 640px) {
  .subscribe-footer-links p small {
    font-size: 14px;
  }
}
.subscribe-footer-links p small a {
  color: inherit;
  text-decoration: underline;
  opacity: 0.3;
}
.subscribe-footer-links p small a:hover {
  opacity: 1;
}
.subscribe-footer-links p small a:not([href*=privacy]):not([href*=terms]) {
  opacity: 1;
}

@media (max-width: 767px) {
  .subscribe-hero-section {
    padding: 64px 0 32px;
  }
  .subscribe-content-wrapper {
    gap: 0;
  }
  .subscribe-main-content {
    width: 100%;
    max-width: 100%;
  }
  .subscribe-form-section {
    max-width: 100%;
  }
  .subscribe-testimonials-header {
    margin-bottom: 32px;
  }
}
.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, .video-page .site_header, .breadcrumbs-page .site_header {
  height: 73px;
}

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

@media (min-width: 1024px) {
  .logo_line {
    height: 36px;
    width: 1px;
    background-color: #fff;
    margin-left: 24px;
  }
}

@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 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: 32px;
}

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

.social {
  display: none;
  justify-content: space-between;
  width: 156px;
  z-index: 999999999;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .social {
    display: flex;
  }
}

.social img: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: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 78px;
}

.open-header .main_navigation {
  display: flex;
}

.open-header .logo_wrapper {
  display: none;
}

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

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

.open-header .main_navigation li {
  margin-left: 0px;
}

.open-header .menu_item {
  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);
}

.open-header .social {
  display: flex;
  margin-bottom: 60px;
}

.open-header .social img {
  width: 24px;
  height: 24px;
}

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

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: #d27300;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.preloader-active {
  overflow: hidden;
}

.site_footer {
  margin-top: 40px;
  width: 100%;
  background: #191919;
  padding: 40px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.footer_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer_nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

.footer_capiration {
  margin-top: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.site_footer .logo {
  height: 32px;
  width: 90px;
}

.site_footer .social {
  display: flex;
  margin-top: 24px;
  width: 156px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .site_footer .social {
    margin-top: 0;
  }
}

.site_footer .social a {
  margin-right: 0px;
}

.site_footer .leaders_items {
  padding: 24px 0px 24px 0px;
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .site_footer .leaders_items {
    max-width: unset;
    width: 100%;
    justify-content: center;
    height: 72px !important;
    padding: 0;
  }
}

.small-height {
  height: 20px !important;
}
@media (min-width: 1024px) {
  .small-height {
    height: 34px !important;
  }
}

.site_footer .leaders_items img {
  margin-top: 0;
  height: 12px;
}
@media (min-width: 1024px) {
  .site_footer .leaders_items img {
    height: 20px;
  }
}

@media (min-width: 1024px) {
  .site_footer .leaders_items img:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .site_footer li {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .site_footer li:not(:last-child) {
    margin-right: 40px;
  }
}

.btn {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  height: 44px;
  width: 110px;
  position: relative;
  margin: 2px 4px;
}
@media (max-width: 374px) {
  .btn {
    font-size: 14px !important;
  }
}

.btn_filter {
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease;
}

.btn_filter:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn_gradient-border {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  background-color: rgb(51, 51, 51);
  border-radius: 8px;
  margin-top: 4px;
  height: 40px;
  width: 110px;
}
@media (max-width: 374px) {
  .btn_gradient-border {
    font-size: 14px !important;
  }
}

.btn_gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(136deg, #ea53d3 0%, #ff7105 100%);
  border-radius: 8px;
  z-index: -1;
}

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

.btn_gradient:hover {
  background-position: left;
}

.btn_loadable.loading {
  pointer-events: none;
  color: transparent;
}
.btn_loadable.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.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: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .main-form input[type=email] {
    height: 30px;
    width: 300px;
    padding-left: 3px;
  }
}
@media (min-width: 1024px) {
  .main-form input[type=email] {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.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: -0.05em;
    text-align: center;
    color: #fff;
  }
}

.main-form input[type=email]::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .main-form input[type=email]::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.05em;
    color: #fff;
  }
}

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

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

.main-form .btn {
  margin: 2px 1px;
}
@media (max-width: 374px) {
  .main-form .btn {
    margin: -4px -4px 0px 2px;
  }
}

/* Contact Form Styles */
.form-contacts {
  margin-bottom: 30px;
}

.form-response {
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px;
}

.success-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.error-message {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Loading state */
.form-container.loading {
  opacity: 0.7;
  pointer-events: none;
}

.form-container button:disabled {
  cursor: not-allowed;
}

.news-page {
  background: #fff;
}

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

.news-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .news-sidebar {
    width: 320px;
    margin-top: 24px;
  }
}
.news-sidebar .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) {
  .news-sidebar .popular-news-section {
    display: flex;
  }
}
.news-sidebar .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;
}
.news-sidebar .popular-news-section .popular-news-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-sidebar .popular-news-section .popular-news-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-sidebar .popular-news-section .popular-news-item .popular-news-content {
  width: 117px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.news-sidebar .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;
}
.news-sidebar .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;
}
.news-sidebar .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);
}
.news-sidebar .popular-news-section .popular-news-item .popular-news-image {
  width: 86px;
  height: 67px;
  border-radius: 8px;
  overflow: hidden;
}
.news-sidebar .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-ad {
  width: 100%;
  height: 250px;
  background-color: #F6F7F9;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #000;
}

.news-popular {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .news-popular {
    display: block;
  }
}
.news-popular-heading {
  font-family: "Graphik LCG";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}
.news-popular-title {
  color: var(--on-surface, #000);
  font-family: "Graphik LCG";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}
.news-popular-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-popular-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-popular-item-title {
  font-family: "Graphik LCG";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
.news-popular-item-title a {
  color: inherit;
  text-decoration: none;
}
.news-popular-item-title a:hover {
  color: #ea53d3;
}
.news-popular-item-date {
  font-family: "Graphik LCG";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57em;
  color: rgba(0, 0, 0, 0.5);
}
.news-popular-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(8, 11, 22, 0.1);
  margin: 16px 0;
}

.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-page .main-news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.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:last-child {
  border-bottom: none;
}
.news-item-image {
  width: 100%;
  min-width: 160px;
  height: 212px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .news-item-image {
    width: 312px;
    min-width: 312px;
    height: 202px;
  }
}
.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;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 0 24px;
}
.pagination-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  border: 2px solid rgba(8, 11, 22, 0.1);
  border-radius: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.pagination-item:hover {
  border-color: rgba(8, 11, 22, 0.2);
}
.pagination-item.active {
  border: 2px solid #ea53d3;
  border-radius: 8px;
}
.pagination-item.prev {
  padding: 10px 20px 10px 12px;
}
.pagination-item.prev svg path {
  stroke: rgba(0, 0, 0, 0.5);
}
.pagination-item.next {
  padding: 10px 12px 10px 20px;
}
.pagination-item.next svg path {
  stroke: #000;
}

.news-related {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(8, 11, 22, 0.1);
}
.news-related .section_caption {
  color: #ea53d3;
  margin-bottom: 24px;
}
.news-related .related-posts {
  margin-top: 24px;
}
.news-related .news-item:last-child {
  padding-bottom: 0;
}

.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;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .al-nav .al-nav_item {
    margin: 0 16px;
  }
}
.al-nav .al-nav_item a {
  text-decoration: none;
  color: #333;
}
.al-nav .al-nav_item a:hover {
  color: #EA53D3;
}
.al-nav .al-nav-less-more {
  height: 31.4px;
  display: none;
  color: var(--on-surface-variant, #555);
  font-family: "Graphik LCG";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .al-nav .al-nav-less-more {
    display: flex;
    align-items: center;
    margin-left: 16px;
  }
}
@media (min-width: 1024px) {
  .al-nav .al-nav-more {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .al-nav .al-nav-less {
    display: none;
    align-items: center;
  }
}

.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),
.news-page .breadcrumbs .breadcrumb-item:nth-child(3):not(:last-child) {
  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: 374px) {
  .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;
  }
}

.single-news {
  background: #fff;
}
.single-news .wrapper {
  position: relative;
}
.single-news header {
  background: #000000;
}
.single-news header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}
.single-news .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.single-news .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;
}
.single-news .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.single-news .breadcrumbs .breadcrumb-item:nth-child(1),
.single-news .breadcrumbs .breadcrumb-item:nth-child(3):not(:last-child) {
  color: #EA53D3;
}
.single-news .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.single-news .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .single-news .breadcrumbs {
    margin-top: 28px;
  }
}
.single-news .main-news {
  gap: unset;
}
@media (min-width: 1024px) {
  .single-news .main-news {
    gap: unset;
  }
}
.single-news .container {
  max-width: 1040px;
}
.single-news .news-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .single-news .news-content {
    max-width: 660px;
  }
}
.single-news .main-news {
  margin-top: 32px !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}
@media (min-width: 1024px) {
  .single-news .main-news {
    margin-top: 30px !important;
    margin-bottom: 32px !important;
  }
}
.single-news .main-news-title {
  font-family: "Graphik LCG" !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 1.21 !important;
  letter-spacing: -0.005em !important;
  color: #000 !important;
  margin: 0 !important;
  order: unset !important;
}
@media (min-width: 1024px) {
  .single-news .main-news-title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.single-news .main-news-image {
  width: 100% !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  height: auto !important;
  order: unset !important;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .single-news .main-news-image {
    margin-top: 24px;
    height: 460px !important;
    margin-bottom: 10px;
  }
}
.single-news .main-news-image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}
.single-news .news-intro {
  margin-top: 0;
  color: #000000;
  font-family: "Graphik LCG";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .single-news .news-intro {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .single-news .news-intro {
    font-size: 20px;
    line-height: 1.4;
  }
}
.single-news .author-date-section {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}
@media (min-width: 1024px) {
  .single-news .author-date-section {
    padding: 2px 0;
  }
}
.single-news .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);
}
.single-news .author-date-section .divider {
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.single-news .author-date-section .author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-news .author-date-section .author-info .author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.single-news .author-date-section .author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-news .author-date-section .author-info .author-name {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.57;
  color: #555;
}
.single-news .article-content {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  order: unset !important;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .single-news .article-content {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 18px;
    letter-spacing: -0.3px;
  }
}
.single-news .article-content h2, .single-news .article-content h3, .single-news .article-content h4 {
  font-family: "Graphik LCG";
  font-weight: 500;
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
}
.single-news .article-content h2 {
  font-size: 26px;
  line-height: 1.31;
  letter-spacing: -0.5%;
}
.single-news .article-content h3 {
  font-size: 20px;
  line-height: 1.4;
}
.single-news .article-content p {
  margin-bottom: 0px;
}
.single-news .article-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}
.single-news .article-content blockquote {
  margin: 16px 0;
  padding: 16px;
  background-color: rgba(234, 83, 211, 0.08);
  border-left: 3px solid #EA53D3;
  border-radius: 8px;
}
.single-news .article-content ul {
  margin: 8px 0;
  padding-left: 0;
  list-style-type: none;
}
.single-news .article-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}
.single-news .article-content ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #EA53D3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.single-news .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.single-news .post-tags .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;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.single-news .post-tags .tag:hover {
  background-color: #eef1f7;
}
.single-news .reaction-section {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-news .reaction-section .reaction-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 26px;
  line-height: 1.31;
  letter-spacing: -0.5%;
  color: #000;
  margin: 0;
}
.single-news .reaction-section .reaction-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .single-news .reaction-section .reaction-buttons {
    flex-wrap: nowrap;
  }
}
.single-news .reaction-section .reaction-buttons .reaction-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #F6F6F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  cursor: pointer;
  min-width: 206px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .single-news .reaction-section .reaction-buttons .reaction-btn {
    min-width: 150px;
    width: 206px;
  }
}
.single-news .reaction-section .reaction-buttons .reaction-btn img {
  width: 24px;
  height: 24px;
}
.single-news .reaction-section .reaction-buttons .reaction-btn:hover {
  background-color: #EDEDF2;
}
.single-news .reaction-section .reaction-buttons .reaction-btn.loading {
  opacity: 0.7;
  cursor: wait;
  position: relative;
}
.single-news .reaction-section .reaction-buttons .reaction-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #4a90e2;
  animation: spinner 0.6s linear infinite;
}
.single-news .reaction-section .reaction-buttons .reaction-btn.active {
  background-color: #f0f8ff;
  border-color: #4a90e2;
  font-weight: 500;
}
.single-news .reaction-section .reaction-buttons .reaction-btn.active:hover {
  background-color: #e6f3ff;
}
.single-news .social-icon {
  text-decoration: none;
}
.single-news .social-icon .social-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-news .social-icon .social-circle img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 0.64;
}
.single-news .social-icon:hover .social-circle {
  background-color: #F6F6F9;
}
.single-news .share-section .social-icon .social-circle img {
  width: 14px;
  height: 14px;
}
.single-news .news-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 0px !important;
}
@media (min-width: 1024px) {
  .single-news .news-sidebar {
    width: 320px;
    position: relative;
  }
}
.single-news .news-sidebar .floating-share {
  display: none; /* Hide on mobile */
}
@media (min-width: 1024px) {
  .single-news .news-sidebar .floating-share {
    position: sticky;
    top: 143px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: -865px;
    align-self: flex-start;
  }
}
.single-news .news-sidebar .floating-share .social-circle {
  width: 56px;
  height: 56px;
}
.single-news .news-sidebar .popular-news-section {
  display: none;
  border: 1px solid rgba(8, 11, 22, 0.1);
  border-radius: 16px;
  padding: 30px 24px;
  position: absolute;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .single-news .news-sidebar .popular-news-section {
    display: flex;
    width: 320px;
  }
}
.single-news .news-sidebar .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;
}
.single-news .news-sidebar .popular-news-section .popular-news-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-news .news-sidebar .popular-news-section .popular-news-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-news .news-sidebar .popular-news-section .popular-news-item .popular-news-content {
  width: 117px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.single-news .news-sidebar .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;
}
.single-news .news-sidebar .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;
}
.single-news .news-sidebar .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);
}
.single-news .news-sidebar .popular-news-section .popular-news-item .popular-news-image {
  width: 86px;
  height: 67px;
  border-radius: 8px;
  overflow: hidden;
}
.single-news .news-sidebar .popular-news-section .popular-news-item .popular-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.share-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .share-section {
    margin-top: 24px;
  }
}
.share-section .share-label {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

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

.single-news-content {
  display: flex !important;
  flex-direction: column !important;
  order: unset !important;
}
@media (min-width: 1024px) {
  .single-news-content {
    margin-top: 24px !important;
  }
}
.single-news-content .main-news-title {
  order: 0 !important;
}
.single-news-content .main-news-image {
  order: 1 !important;
  margin-top: 16px !important;
  margin-bottom: unset;
}
@media (min-width: 1024px) {
  .single-news-content .main-news-image {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.single-news-content .news-intro {
  order: 2 !important;
}
.single-news-content .author-date-section {
  order: 3 !important;
}
.single-news-content .share-section {
  order: 4 !important;
}
.single-news-content .article-content {
  order: 5 !important;
}
.single-news-content .post-tags {
  order: 6 !important;
}
.single-news-content .reaction-section {
  order: 7 !important;
}
.single-news-content .container {
  order: 8 !important;
}
.single-news-content .subscribe-block {
  order: 9 !important;
}
@media (min-width: 1024px) {
  .single-news-content .main-news-title {
    order: 0 !important;
  }
  .single-news-content .main-news-image {
    order: 1 !important;
  }
  .single-news-content .author-date-section {
    order: 2 !important;
  }
  .single-news-content .news-intro {
    order: 3 !important;
  }
  .single-news-content .article-content {
    order: 4 !important;
  }
  .single-news-content .post-tags {
    order: 5 !important;
  }
  .single-news-content .reaction-section {
    order: 6 !important;
  }
  .single-news-content .share-section {
    order: 7 !important;
  }
  .single-news-content .container {
    order: 8 !important;
  }
  .single-news-content .subscribe-block {
    order: 9 !important;
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.subscribe-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .subscribe-block {
    margin: 40px 0;
    border: unset;
  }
}
.subscribe-block .subscribe-content {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .subscribe-block .subscribe-content {
    padding: unset;
  }
}
.subscribe-block .subscribe-title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #000000;
  margin: 0;
}
@media (min-width: 1024px) {
  .subscribe-block .subscribe-title {
    font-size: 32px;
    line-height: 1.25;
  }
}
.subscribe-block .subscribe-desc {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  margin: 0;
}
.subscribe-block .subscribe-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  gap: 16px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 14px;
}
@media (min-width: 1024px) {
  .subscribe-block .subscribe-form {
    flex-direction: row;
    align-items: center;
    padding: 3px 3px 3px 10px;
    gap: 40px;
    max-width: 542px;
    margin-top: 24px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 14px;
  }
}
.subscribe-block .subscribe-form input[type=email] {
  flex: 1;
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 1.47;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .subscribe-block .subscribe-form input[type=email] {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.5%;
    text-align: left;
    opacity: 0.7;
  }
}
.subscribe-block .subscribe-form input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-block .subscribe-form button[type=submit] {
  width: 100%;
  padding: 16px 20px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  background: linear-gradient(135deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  height: 52px;
}
@media (min-width: 1024px) {
  .subscribe-block .subscribe-form button[type=submit] {
    width: auto;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.5%;
    white-space: nowrap;
    padding: 16px 22px 16px 20px;
  }
}
.subscribe-block .subscribe-form button[type=submit]:hover {
  opacity: 0.9;
}
.subscribe-block .subscribe-form input[type=submit] {
  display: none;
}

.news-essays {
  margin-top: 32px;
  border-top: 1px solid rgba(8, 11, 22, 0.1);
}
@media (min-width: 1024px) {
  .news-essays {
    margin-top: 24px;
    padding: 24px 0;
  }
}
.news-essays .section_caption_h2 {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 374px) {
  .news-essays .section_caption_h2 {
    font-size: 24px;
  }
}
.news-essays .carts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media (max-width: 374px) {
  .news-essays .carts {
    flex-direction: column;
  }
}
.news-essays .cart-link {
  flex: 1;
  text-decoration: none;
  color: inherit;
}
.news-essays .news-cart-item {
  max-width: 333px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.news-essays .news-cart-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}
.news-essays .news-cart-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-essays .cart-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-essays .news-cart-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);
}
.news-essays .news-cart-caption {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #000000;
}
.news-essays .news-cart-desc {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}

.copy-notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}
.copy-notification-overlay.active {
  opacity: 1;
  visibility: visible;
}
.copy-notification-overlay .copy-notification-message {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 24px;
  color: #000;
  padding: 20px 40px;
  border-radius: 8px;
  animation: fadeInOut 2s ease;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .load-more-container {
    display: none !important;
  }
}
.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;
}

.author-page {
  background: #fff;
}

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

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

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

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

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

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

.author-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  margin-top: 32px;
  margin-bottom: 40px;
  padding: 16px;
  box-shadow: 0 4px 16px 0 rgba(6, 6, 20, 0.1);
}
@media (min-width: 1024px) {
  .author-header {
    padding: 16px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    height: 152px;
    box-shadow: 0 4px 16px 0 rgba(6, 6, 20, 0.1);
    background: var(--surface);
  }
}
.author-header-row {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.author-header-row img {
  margin-left: 8px;
  margin-right: 4px;
}
.author-header-verif {
  display: none;
}
@media (min-width: 1024px) {
  .author-header-verif {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: black;
  }
}
.author-header-image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 2px solid rgb(205, 205, 205);
  overflow: hidden;
  margin: 0 auto;
  background-color: #f5f5f5;
}
@media (min-width: 1024px) {
  .author-header-image {
    width: 120px;
    height: 120px;
    margin: 0;
  }
}
.author-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-header-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.author-header-content h1 {
  font-family: "Graphik LCG";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0;
}
@media (min-width: 1024px) {
  .author-header-content h1 {
    font-size: 32px;
  }
}
.author-header-content .position {
  font-family: "Graphik LCG";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #555;
}
.author-header-content .social-links {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.author-header-content .social-links a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.author-header-content .social-links a:hover {
  color: #EA53D3;
}

.author-bio {
  margin-bottom: 40px;
  font-family: "Graphik LCG";
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
@media (min-width: 1024px) {
  .author-bio {
    font-size: 18px;
    line-height: 1.6;
  }
}

.author-posts {
  margin-top: 40px;
}
.author-posts-title {
  font-family: "Graphik LCG";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .author-posts-title {
    font-size: 32px;
  }
}
.author-posts .news-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .author-posts .news-item {
    flex-direction: row;
    gap: 32px;
    padding: 16px 0;
    align-items: center;
  }
}
.author-posts .news-item:last-child {
  border-bottom: none;
}
.author-posts .news-item-image {
  width: 100%;
  min-width: 160px;
  height: 212px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .author-posts .news-item-image {
    width: 312px;
    min-width: 312px;
    height: 202px;
  }
}
.author-posts .news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-posts .news-item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
@media (min-width: 1024px) {
  .author-posts .news-item-content {
    gap: 24px;
    padding: 16px 0;
    justify-content: center;
  }
}
.author-posts .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) {
  .author-posts .news-item-title {
    font-size: 26px;
    line-height: 1.31;
  }
}
.author-posts .news-item-title a {
  color: inherit;
  text-decoration: none;
}
.author-posts .news-item-title a:hover {
  color: #ea53d3;
}
.author-posts .news-item-text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
}
@media (min-width: 1024px) {
  .author-posts .news-item-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.author-posts .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);
}

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

.news-item-date .tag {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  background-color: rgba(234, 83, 211, 0.1);
  color: #EA53D3;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
}

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

/* 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),
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(3):not(:last-child) {
  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__learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  padding-bottom: 16px;
  flex-direction: column;
  cursor: pointer;
}
.casinos-page__learn-more .learn-more-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.casinos-page__learn-more svg {
  margin-top: 4px;
  transition: transform 0.3s ease;
}
.casinos-page__learn-more.hide-detailed-info svg {
  transform: rotate(180deg);
}
.casinos-page--expanded .casino-card__expanded-content {
  max-height: 1000px; /* Adjust based on expected content height */
}
.casinos-page--expanded > .casino-card__learn-more:not(.hide-detailed-info) {
  display: none;
}
.casinos-page--expanded .casino-card__expanded-content .casino-card__learn-more.hide-detailed-info {
  display: flex;
}
.casinos-page .casino-card__expanded-content .casino-card__learn-more.hide-detailed-info {
  display: none;
}
@media (min-width: 1024px) {
  .casinos-page__container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: auto;
  }
  .casinos-page__text {
    font-family: "Graphik LCG";
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #FFFFFF;
    margin: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__text {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 1024px) {
  .casinos-page__navigation {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__navigation {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .casinos-page__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__links {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .casinos-page__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    height: 44px;
    font-family: "Graphik LCG";
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .casinos-page__link:hover {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__link {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
}
@media (min-width: 1024px) {
  .casinos-page__image {
    margin-top: 24px;
    width: 100%;
  }
  .casinos-page__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__image {
    flex: 1;
    margin-top: 0;
    max-width: 440px;
  }
}
.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%;
  }
}
.casinos-page .casino-hero__navigation {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__navigation {
    margin-top: 0;
  }
}
.casinos-page .casino-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__links {
    gap: 10px;
  }
}
.casinos-page .casino-hero__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  height: 44px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casinos-page .casino-hero__link:hover {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__link {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
}
.casinos-page .casino-hero__image {
  margin-top: 16px;
  width: 100%;
}
.casinos-page .casino-hero__image img {
  margin: 0 auto;
  max-height: 124px;
  width: auto;
  border-radius: 8px;
  display: block;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__image img {
    max-height: unset;
  }
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__image {
    flex: 1;
    margin-top: -47px;
    max-width: 440px;
  }
}
.casinos-page .casino-hero__link {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: white;
  transition: border 0.5s ease, background-color 0.5s ease;
}
.casinos-page .casino-hero__link:hover {
  border: 1px solid #EA53D3;
  background-color: rgba(255, 255, 255, 0.1411764706);
}

.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 */
.casino-toc {
  margin-top: 48px;
  background: #F8F9F9;
  border-radius: 8px;
  padding: 20px 16px;
  transition: all 0.3s ease;
}
.casino-toc__table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.casino-toc__title {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}
@media (min-width: 1024px) {
  .casino-toc__title {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-toc__button {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF7105;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.casino-toc__button:hover {
  opacity: 0.8;
}
.casino-toc__content {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}
.casino-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.casino-toc__item {
  margin-bottom: 12px;
}
.casino-toc__item:last-child {
  margin-bottom: 0;
}
.casino-toc__item a {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.casino-toc__item a:hover {
  color: #EA53D3;
}
@media (min-width: 1024px) {
  .casino-toc__item a {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-toc--expanded .casino-toc__content {
  max-height: 500px; /* Adjust based on expected content height */
  margin-top: 20px;
}

/* Top 10 Casinos Styles */
.casino-top10 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casino-top10 {
    margin-top: 48px;
    justify-content: space-between;
  }
}
.casino-top10__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
  width: 100%;
  order: 1;
}
@media (min-width: 1024px) {
  .casino-top10__title {
    font-size: 32px;
    line-height: 125%;
    order: unset;
  }
}
.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  order: 3;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: center;
    order: unset;
    width: unset;
  }
}
.casino-top10__button {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  background: transparent;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  padding: 12px 16px;
  height: 44px;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.casino-top10__button:hover {
  border-color: #EA53D3;
  color: #EA53D3;
}
.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: center;
    width: unset;
  }
}
.casino-top10__description {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #555555;
  margin: 0;
  order: 2;
}
@media (max-width: 374px) {
  .casino-top10__description {
    font-size: 15px;
    line-height: 147%;
  }
}
@media (min-width: 1024px) {
  .casino-top10 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }
  .casino-top10__title {
    margin-bottom: 24px;
    width: 50%;
  }
  .casino-top10__buttons {
    width: 50%;
    margin-bottom: 24px;
  }
  .casino-top10__description {
    width: 100%;
  }
}

.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: end;
  }
}

/* Casino Card Styles */
.casino-card {
  position: relative;
  margin-top: 24px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  /* Desktop Styles */
}
@media (min-width: 1024px) {
  .casino-card {
    margin-top: 32px;
  }
}
.casino-card__container {
  background-color: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  flex-direction: column;
}
.casino-card__container.rank-1 {
  box-shadow: 0px 4px 0px 0px rgb(243, 188, 50);
}
.casino-card__container.rank-1 .casino-card__number {
  background: linear-gradient(to right, #FFCF46, #EDAD05);
}
.casino-card__container.rank-2 {
  box-shadow: 0 4px 0 0 #bfc3c9;
}
.casino-card__container.rank-2 .casino-card__number {
  background: linear-gradient(90deg, #a8aeba 0%, #d5d8dc 15.88%, #babec7 34.8%, #cfd3d4 56.74%, #f2f2f2 71.88%, #c3c4c6 100%);
}
.casino-card__container.rank-3 {
  box-shadow: 0 4px 0 0 #dda285;
}
.casino-card__container.rank-3 .casino-card__number {
  background: linear-gradient(90deg, #dc9b7b 0%, #eac09e 21.5%, #ecbd9d 41.5%, #dda285 57.5%, #cc7f67 100%);
}
.casino-card__container.rank-default {
  box-shadow: unset;
}
.casino-card__container.rank-default .casino-card__number {
  background: #F8F9F9;
}
@media (min-width: 1024px) {
  .casino-card__col {
    order: 3;
  }
}
.casino-card__header {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.casino-card__logo-wrapper {
  position: relative;
}
.casino-card__logo {
  width: 315px;
  height: 153px;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}
.casino-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.casino-card__number {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #FFCF46, #EDAD05);
  color: #000000;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -5%;
  padding: 6px 12px;
  border-radius: 8px 1px 16px 1px;
}
.casino-card__rating {
  padding: 0 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.casino-card__rating-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.casino-card__rating-score {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}
.casino-card__rating-stars {
  display: flex;
  gap: 2px;
}
.casino-card__rating-stars img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(74%) saturate(2476%) hue-rotate(358deg) brightness(102%) contrast(104%); /* Filter to change SVG color to #FF7105 */
}
.casino-card__review-link {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #FF7105;
  text-decoration: underline;
  width: 100%;
  text-align: center;
}
.casino-card__review-link:hover {
  text-decoration: underline;
}
.casino-card__divider {
  height: 1px;
  background-color: #E7E7E8;
  margin: 0 20px;
}
.casino-card__features {
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.casino-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.casino-card__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 22px;
  flex-shrink: 0;
}
.casino-card__feature-icon img {
  width: 16px;
  height: 16px;
}
.casino-card__feature-text {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.5%;
  color: #000000;
}
.casino-card__bonus {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.casino-card__bonus-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media (min-width: 1024px) {
  .casino-card__bonus-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    width: 285px;
    text-align: start;
  }
}
.casino-card__bonus-tag {
  background-color: rgba(234, 83, 211, 0.1);
  border-radius: 4px;
  padding: 2px 4px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #EA53D3;
  text-align: center;
}
.casino-card__bonus-text {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5%;
  color: #000000;
}
.casino-card__bonus-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casino-card__bonus-button:hover {
  opacity: 0.9;
}
.casino-card__bonus-button:hover {
  color: white;
}
.casino-card__expanded-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  width: 100%;
}
.casino-card__advantages, .casino-card__info-list, .casino-card__estimated-ratings {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casino-card__advantages, .casino-card__info-list, .casino-card__estimated-ratings {
    order: 1;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .casino-card__estimated-ratings {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .casino-card__estimated-ratings {
    width: 615px;
  }
}
@media (min-width: 1024px) {
  .casino-card__advantages {
    padding: 20px 16px 60px 16px;
  }
}
.casino-card__advantages-title, .casino-card__info-list-title, .casino-card__estimated-ratings-title {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
.casino-card__points {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.casino-card__point {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.casino-card__point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.casino-card__point-icon img {
  width: 20px;
  height: 20px;
}
.casino-card__point-bullet {
  width: 6px;
  height: 6px;
  background-color: #FF7105;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px; /* Align bullet with text */
}
.casino-card__point-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.casino-card__point-text-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000;
}
.casino-card__point-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #000;
}
.casino-card__point-text-description {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: rgba(0, 0, 0, 0.5);
}
.casino-card__ratings-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .casino-card__ratings-list {
    gap: 17px;
  }
}
.casino-card__rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.casino-card__rating-item:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .casino-card__rating-item {
    width: 100%;
  }
}
.casino-card__rating-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-card__rating-item-title img {
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .casino-card .logo15m {
    width: 62px;
    height: auto;
  }
}
.casino-card__rating-text {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5B6074;
}
.casino-card__rating-score-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-card__learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  padding-bottom: 16px;
  flex-direction: column;
  cursor: pointer;
}
.casino-card__learn-more .learn-more-text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.casino-card__learn-more svg {
  margin-top: 4px;
  transition: transform 0.3s ease;
}
.casino-card__learn-more.hide-detailed-info svg {
  transform: rotate(180deg);
}
.casino-card--expanded .casino-card__expanded-content {
  max-height: 1000px; /* Adjust based on expected content height */
}
@media (min-width: 1024px) {
  .casino-card__container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .casino-card__row {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casino-card__row {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .casino-card__row .casino-card__vertical {
    height: 130px;
    width: 1px;
    margin: unset;
  }
  .casino-card__header {
    flex: 0 0 180px;
    padding: 20px 0 20px 16px;
    align-items: center;
    border-radius: 16px 0 0 16px;
  }
  .casino-card__logo {
    width: 180px;
    height: 130px;
  }
  .casino-card__number {
    top: 0px;
    right: -5px;
    font-size: 12px;
    padding: 4px 8px;
    width: 23px;
  }
  .casino-card__rating {
    flex: 0 0 130px;
    padding: 0px 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 130px;
  }
  .casino-card__rating-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .casino-card__rating-score {
    font-size: 16px;
    line-height: 150%;
  }
  .casino-card__review-link {
    text-align: left;
    font-size: 14px;
    line-height: 157%;
  }
  .casino-card__features {
    flex: 1;
    padding: 20px 14px;
    width: 208px;
  }
  .casino-card__bonus {
    flex: 0 0 200px;
    padding: 20px 16px;
    border-radius: 0 16px 16px 0;
    flex: unset;
    flex-flow: row;
    width: 464px;
  }
  .casino-card__bonus-text {
    font-size: 20px;
    line-height: 140%;
  }
  .casino-card__bonus-button {
    width: 140px;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
  .casino-card__learn-more {
    position: absolute;
    right: 48%;
    bottom: -23px;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    padding: 2px 0;
    width: 36px;
    height: 24px;
  }
  .casino-card__learn-more .casino-card__divider {
    display: none;
  }
  .casino-card__learn-more .learn-more-text {
    display: none;
  }
  .casino-card__learn-more svg {
    margin-top: unset;
  }
  .casino-card__bonus-footer {
    width: 100%;
  }
  .casino-card__bonus-footer .casino-card__bonus-button {
    margin: 0 auto;
    width: 240px;
  }
  .casino-card .hide-row {
    align-items: start;
    justify-content: space-between;
  }
  .casino-card .casino-card__divider-desc {
    order: 2;
    height: 435px;
    width: 1px;
    margin: unset;
    margin-top: 12px;
  }
}

.hide {
  display: none;
}

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

.casino-card--expanded .casino-card__expanded-content {
  max-height: 1000px;
}

.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-comparison {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.casino-comparison__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #000000;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__title {
    font-size: 32px;
  }
}
.casino-comparison__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-comparison__box {
  margin: 20px 0;
  background: #F6F8FB;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.casino-comparison__box-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__box-title {
    font-size: 26px;
  }
}
.casino-comparison__box-text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__box-text {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-comparison__banner {
  width: 100%;
  background-color: #E8E9E3;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .casino-comparison__banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.casino-comparison__banner-text {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-text {
    padding: 20px;
  }
}
.casino-comparison .us-map {
  margin-top: -7px;
}
@media (min-width: 1024px) {
  .casino-comparison .us-map {
    margin-top: -4px;
    width: 110px;
    height: 110px;
  }
}
.casino-comparison__banner-logo {
  width: 40px;
}
.casino-comparison__banner-logo img {
  width: 34px;
}
.casino-comparison__banner-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -5%;
  color: #000000;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-title {
    font-size: 24px;
  }
}
.casino-comparison__banner-map {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-map {
    height: 200px;
    width: calc(100% - 170px);
  }
}
.casino-comparison__map-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.casino-comparison__map-highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-comparison__map-highlight img {
  max-width: 80%;
  max-height: 80%;
}
.casino-comparison__map-label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.casino-comparison__map-tag {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 3px 5px;
  font-family: "Graphik LCG";
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
.casino-comparison__map-marker {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.casino-comparison__map-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0.3;
}
.casino-comparison__cta {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casino-comparison__cta:hover {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .casino-comparison__cta {
    font-size: 18px;
    max-width: 280px;
    align-self: center;
  }
}
.casino-comparison .casino-comparison__cta:hover {
  color: white;
}

/* Custom Single Page Styles */
.custom-single-page {
  background: #fff;
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
}

.custom-single-page .wrapper {
  position: relative;
}

.custom-single-page .container {
  width: 343px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .custom-single-page .container {
    width: 1040px;
    flex-direction: unset;
  }
}

.custom-single-page header {
  background: #000000;
}

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

.custom-single-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}

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

.custom-single-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}

.custom-single-page .breadcrumbs .breadcrumb-item:nth-child(1),
.custom-single-page .breadcrumbs .breadcrumb-item:nth-child(3):not(:last-child) {
  color: #EA53D3;
}

.custom-single-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}

.custom-single-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .custom-single-page .breadcrumbs {
    margin-top: 28px;
  }
}
/* Review Hero Section Styles */
.review-hero {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}

@media (min-width: 1024px) {
  .review-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 0 0 48px;
  }
}
.review-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1024px) {
  .review-hero__content {
    gap: 24px;
  }
}
.review-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) {
  .review-hero__title {
    font-size: 56px;
    line-height: 114%;
  }
}
.review-hero__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-hero__author,
.review-hero__date {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: white;
}

.review-hero__author span,
.review-hero__date span {
  color: #919191;
}

.review-hero__banner {
  margin-top: 16px;
  width: 100%;
  background-color: #b9b9b9; /* Placeholder color */
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .review-hero__banner {
    flex: 1;
    margin-top: 0;
    flex-direction: row;
    align-items: stretch;
    max-height: 130px;
  }
}
.review-hero__banner-img {
  width: 100%;
  height: 101px; /* Placeholder height */
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media (min-width: 1024px) {
  .review-hero__banner-img {
    width: 245px;
    height: 130px;
    border-radius: 16px 0 0 16px;
  }
}
.review-hero__banner-img img {
  width: 100%;
}

.review-hero__banner-bonus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  padding: 12px 16px;
  background-color: white;
  color: #000;
}

@media (min-width: 1024px) {
  .review-hero__banner-bonus {
    flex: 1;
    padding: 20px 16px;
    border-radius: 0 16px 16px 0;
    flex-direction: row;
    gap: 20px;
  }
}
.review-hero__bonus-tag {
  background-color: rgba(234, 83, 211, 0.1);
  border-radius: 4px;
  padding: 4px 4px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #EA53D3;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}

.review-hero__banner-wrapp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .review-hero__banner-wrapp {
    width: 518px;
  }
}

.review-hero__bonus-text {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.1px;
  color: #000;
  text-align: center;
}

@media (min-width: 1024px) {
  .review-hero__bonus-text {
    font-size: 20px;
    line-height: 140%;
  }
}
.review-hero__bonus-flag {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 4px;
}

.review-hero__bonus-flag span {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.5%;
  color: #5B6074; /* Placeholder color */
  text-align: center;
}

.review-hero__bonus-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.review-hero__bonus-cta:hover {
  opacity: 0.9;
  color: white;
}

@media (min-width: 1024px) {
  .review-hero__bonus-cta {
    width: 255px;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
}
.custom-single-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;
}

.custom-single-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

.single-casinos-container {
  display: flex;
  justify-content: space-between;
}

.single-casinos-container .main-content {
  max-width: 700px;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .single-casinos-container .side-bar {
    width: 280px;
  }
}

/* Video Review Section Styles */
.video-review {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .video-review {
    margin-top: 48px;
  }
}

.video-review__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
}
@media (min-width: 1024px) {
  .video-review__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
  }
}

.video-review__placeholder {
  width: 100%;
  height: 180px; /* Placeholder height */
  background-color: #ccc; /* Placeholder color */
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .video-review__placeholder {
    height: 356px;
  }
}
.video-review__placeholder p {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.video-review__placeholder iframe {
  width: 100% !important;
  height: 180px;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .video-review__placeholder iframe {
    height: 356px;
  }
}

/* Financial Information Section Styles */
.financial-info {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .financial-info {
    margin-top: 48px;
  }
}

@media (min-width: 1024px) {
  .financial-info-main {
    display: none;
  }
}

.financial-info__title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}

.financial-info__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.financial-info__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 2px;
}

.financial-info__label {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.financial-info__value {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5%;
  color: #000000;
}

.financial-info__item:not(:last-child) {
  border-bottom: 1px solid #E7E7E8;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

/* Estimated Ratings Section Styles */
.estimated-ratings {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .estimated-ratings {
    margin-top: 32px;
  }
}

.estimated-ratings .logo15m {
  width: 62px;
}

.estimated-ratings__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.estimated-ratings__score {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px 16px 0px 0px; /* Adjust as needed */
}

.estimated-ratings__score span {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}

.estimated-ratings__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}

.estimated-ratings__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 16px;
}

.estimated-ratings__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  flex: 1;
}

.estimated-ratings__label span {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5B6074;
}

.estimated-ratings__value {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px 16px 0px 0px; /* Adjust as needed */
}

.estimated-ratings__value span {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}

/* Expert Thoughts Section Styles */
.expert-thoughts {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.expert-thoughts__title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}

.expert-thoughts__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

.expert-thoughts__author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  /* Adjust as needed */
  padding: 12px 0px 0px; /* Adjust as needed */
  border-top: 1px solid #E7E7E8;
}

.expert-thoughts__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
  flex: 1;
}

.expert-thoughts__author-name {
  font-family: "Graphik LCG";
  font-weight: 900;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -5%;
  background: linear-gradient(130deg, #000000 0%, #EA53D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
}

.expert-thoughts__author-role {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
}

/* Advantages and Disadvantages Section Styles */
.advantages-disadvantages {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.advantages-disadvantages__title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}

.advantages-disadvantages__points {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
}

.advantages-disadvantages__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}

.advantages-disadvantages__item span {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
}

.advantages-disadvantages__item.disadvantage span {
  color: #FF5858;
}

/* Betway Reviews Section Styles */
.betway-reviews {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.betway-reviews__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 10px;
}

.betway-reviews__title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
  flex: 1;
}

.betway-reviews__rating-stars img {
  width: 13px;
  height: 13px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(74%) saturate(2476%) hue-rotate(358deg) brightness(102%) contrast(104%);
}

.betway-reviews__arrows {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.betway-reviews__arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.betway-reviews__arrow:hover {
  opacity: 0.8;
}
.betway-reviews__arrow--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.betway-reviews__reviews-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.betway-reviews__reviews-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}

.betway-reviews__review-text {
  min-width: 100%;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
  padding: 16px 12px;
  background-color: #F6F8FB;
  border-radius: 8px;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .betway-reviews__review-text {
    min-height: 250px;
  }
}
.betway-reviews__review-text.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.betway-reviews__author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  /* Adjust as needed */
}

.betway-reviews__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.betway-reviews__author-name {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000; /* Placeholder color */
}

.betway-reviews__review-date {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.betway-reviews__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

.betway-reviews__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.betway-reviews__cta:hover {
  opacity: 0.9;
}

/* Additional Text Section Styles */
.additional-text {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.additional-text .additional-text {
  margin-top: 16px;
}

.additional-text p {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

.additional-text h4 {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}

.additional-text__points {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 12px;
}

.additional-text__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.additional-text__item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.additional-text__item-info span:first-child {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}

.additional-text__item-info span:last-child {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: rgba(0, 0, 0, 0.5);
}

/* Bookmaker License and Reliability Section Styles */
.license-reliability {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.license-reliability__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
}

.license-reliability p {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

.license-reliability__review-text {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
  padding: 16px 12px;
  background-color: #F8F9F9; /* Placeholder color */
  border-radius: 8px;
}

.license-reliability__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 12px;
}

.license-reliability__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  flex: 1;
}

.license-reliability__author-info span:first-child {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000; /* Placeholder color */
}

.license-reliability__author-info span:last-child {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.license-reliability__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.license-reliability__cta:hover {
  opacity: 0.9;
}

/* Tennis Betting Section Styles */
.tennis-betting {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.tennis-betting__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
}

.tennis-betting__banner {
  width: 100%;
  background-color: #E8E9E3; /* Placeholder color */
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .tennis-betting__banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.tennis-betting__banner-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 0px 0px 0px 12px; /* Adjust as needed */
}

.tennis-betting__banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex: 1; /* Adjust as needed */
}

.tennis-betting__banner-text span {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -5%;
  color: #000000;
}

.tennis-betting__banner-map {
  position: relative;
  width: 100%;
  height: 100px; /* Placeholder height */
  overflow: hidden;
  flex: 1; /* Adjust as needed */
}

.tennis-betting__banner-map img {
  width: 158px;
  height: 100px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -39px;
}

@media (min-width: 1024px) {
  .tennis-betting__banner-map {
    height: 100px;
  }
}
.tennis-betting p {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

/* Best USA Casinos Banner Styles */
.best-usa-casinos-banner {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #7EE193; /* Placeholder color */
  border-radius: 16px;
  overflow: hidden;
}

.best-usa-casinos-banner__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 0px 0px 0px 12px; /* Adjust as needed */
}

.best-usa-casinos-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex: 1; /* Adjust as needed */
}

.best-usa-casinos-banner__text img {
  max-width: 68px;
  max-height: 30px;
}

.best-usa-casinos-banner__text span {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -5%;
  color: #000000;
}

.best-usa-casinos-banner__map {
  position: relative;
  width: 100%;
  height: 100px; /* Placeholder height */
  overflow: hidden;
  flex: 1; /* Adjust as needed */
}

@media (min-width: 1024px) {
  .best-usa-casinos-banner__map {
    height: 100px;
  }
}
.best-usa-casinos-banner__map img {
  width: 199px;
  position: absolute;
  top: -22px;
  right: -19px;
}

.best-usa-casinos-banner__btns {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  align-self: stretch;
  gap: 8px;
  padding: 12px;
}

.best-usa-casinos-banner__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.best-usa-casinos-banner__cta:hover {
  opacity: 0.9;
}

/* Registration and Login Section Styles */
.registration-login {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.registration-login__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
}

.registration-login p {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

.registration-login__points {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 8px;
  padding: 0px 0px 8px; /* Adjust as needed */
}

.registration-login__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}

.registration-login__item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.registration-login__item-info span:first-child {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}

.registration-login__item-info span:last-child {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: rgba(0, 0, 0, 0.5);
}

.registration-login__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.registration-login__cta:hover {
  opacity: 0.9;
}

/* How to Make a Deposit Section Styles */
.how-to-deposit {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.how-to-deposit__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
}

.how-to-deposit__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.how-to-deposit p {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

.how-to-deposit__points {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 1px;
}

.how-to-deposit__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}

.how-to-deposit__item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.how-to-deposit__item-info span:first-child {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #FF7105; /* Placeholder color */
}

.how-to-deposit__item-info span:last-child {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
}

.how-to-deposit__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.how-to-deposit__cta:hover {
  opacity: 0.9;
}

/* FAQ Section Styles */
.faq-section {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.faq-section__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
}

.faq-section__items {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.faq-section__item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0;
}

.faq-section__question {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  padding: 12px 12px 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.faq-section__question .faq-arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 6px;
}
.faq-section__question .faq-arrow svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.faq-section__question span {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
  flex: 1;
}

.faq-section__answer {
  display: none;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-section__answer p {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

/* Author Section Styles */
.author-section {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.author-section__title {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}

.author-section__info {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  align-self: stretch;
  gap: 12px;
  padding: 0px 0px 12px; /* Adjust as needed */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Placeholder color */
}

.author-section__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.author-section__name {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000; /* Placeholder color */
}

.author-section__role {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.author-section p {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}

.author-section__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.author-section__cta:hover {
  opacity: 0.9;
}

/* Other Crypto Casinos Section Styles */
.other-crypto-casinos {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.other-crypto-casinos__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
}

.custom-single-page .casino-card__rating-item-title img {
  height: unset;
}

.casino-card__rating-item-header {
  border-bottom: 1px solid #E7E7E8;
  padding-bottom: 20px;
  margin-bottom: 8px;
}

.other-crypto-casinos__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .other-crypto-casinos__cards {
    flex-direction: row;
    gap: 20px;
  }
}
.other-crypto-casinos__cards casino-card {
  margin-top: unset;
}

.other-crypto-casinos .casino-card {
  max-width: 100%;
  margin-top: unset;
  /* Reuse styles from _casinos-page.scss */
}
@media (min-width: 1024px) {
  .other-crypto-casinos .casino-card {
    max-width: 333px;
  }
}

@media (min-width: 1024px) {
  .other-crypto-casinos .casino-card__bonus {
    flex-direction: column;
    width: 100%;
  }
}

.registration-login__item {
  display: flex;
  align-items: flex-start;
}

.registration-login__number {
  font-weight: 900;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #555555;
  padding-top: 2px;
}

.registration-login__text {
  font-size: 15px;
  line-height: 147%;
  color: #555555;
}

.registration-login__text span {
  color: #FF7105;
}

.how-to-deposit__points {
  color: #000;
}

.how-to-deposit__item {
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
  align-items: flex-start;
  position: relative;
}

.how-to-deposit__item:not(:last-child)::before {
  content: "";
  width: 2px;
  background-color: #FF7105;
  position: absolute;
  height: 100%;
  left: 12px;
}

.how-to-deposit__number {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #FF7105;
  border: 2px solid white;
  z-index: 999;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.how-to-deposit__text {
  max-width: 270px;
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
}
@media (min-width: 1024px) {
  .how-to-deposit__text {
    width: 100%;
  }
}

.how-to-deposit__text a {
  color: #FF7105;
  text-decoration: underline;
}

.custom-single-page .casino-card__features {
  padding: unset;
}

.custom-single-page .casino-card__point-text {
  color: #555555;
  font-size: 15px;
}

.casino-card__bonus-text {
  letter-spacing: -0.01em;
}

@media (min-width: 1024px) {
  .custom-single-page .casino-card__header {
    padding: 16px;
  }
  .custom-single-page .casino-card__logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130px;
  }
  .custom-single-page .casino-card__logo {
    width: 100%;
    height: auto;
    min-height: 130px;
    max-height: 130px;
  }
  .custom-single-page .casino-card__rating {
    height: unset;
    margin-bottom: 16px;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }
  .custom-single-page .casino-card__rating-info {
    flex-direction: row;
    align-items: center;
  }
  .custom-single-page .casino-card__bonus-button {
    width: 100%;
  }
  .custom-single-page .casino-card__review-link {
    width: unset;
  }
  .custom-single-page .casino-card__features {
    width: 100%;
  }
  .custom-single-page .caption {
    font-weight: 600;
    font-size: 26px;
    line-height: 131%;
    letter-spacing: -0.01em;
  }
  .custom-single-page .caption-bold {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
  }
  .custom-single-page .review-hero__bonus-cta,
  .custom-single-page .betway-reviews__cta,
  .custom-single-page .license-reliability__cta,
  .custom-single-page .best-usa-casinos-banner__cta,
  .custom-single-page .how-to-deposit__cta,
  .custom-single-page .author-section__cta,
  .custom-single-page .casino-card__bonus-button:hover {
    color: white;
  }
}

.about-us-page {
  color: #000000;
  /* неактивные */
  /* убедитесь, чтобы ваша розовая рамка .pink-border не перебивала общее правило */
  /* Скрываем дефолтный скроллбар, но оставляем возможность скроллить */
}
.about-us-page .menu a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.about-us-page h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.32px;
}
@media (min-width: 1024px) {
  .about-us-page h1 {
    margin-bottom: 24px;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.56px;
    margin-bottom: 16px;
  }
}
.about-us-page h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.1px;
  margin-bottom: 16px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .about-us-page h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.13px;
    margin-bottom: 16px;
  }
}
.about-us-page h3, .about-us-page h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.about-us-page p, .about-us-page li {
  color: #555;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .about-us-page p, .about-us-page li {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.about-us-page article a {
  color: #EA53D3;
}
.about-us-page article ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.about-us-page article ul li {
  display: flex;
  align-items: center;
}
.about-us-page article ul li::marker {
  /* Отключаем стандартный маркер в современных браузерах */
  content: "";
}
.about-us-page article ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--primary, #EA53D3);
  border-radius: 50%;
  margin-right: 12px;
  margin-left: 8px;
  flex-shrink: 0;
}
.about-us-page article ol li {
  list-style: decimal;
  margin-left: 20px;
  line-height: 24px;
  margin-bottom: 4px;
}
.about-us-page article ol {
  margin-bottom: 16px;
}
.about-us-page article .toc {
  margin-bottom: unset;
  margin-top: 16px;
}
.about-us-page article .toc ul li::before {
  display: none;
}
.about-us-page .container {
  max-width: 1200px;
  padding: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .about-us-page .container {
    padding: unset;
  }
}
.about-us-page .news-main {
  gap: unset;
  justify-content: space-between;
  padding-top: unset;
}
.about-us-page .main {
  max-width: 820px;
}
.about-us-page .main article {
  border-radius: 8px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .about-us-page .main article {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.about-us-page .main article img {
  border-radius: 8px;
  margin-top: 8px;
}
.about-us-page .main article h1 {
  margin-bottom: 16px;
}
.about-us-page .form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .about-us-page .form-container {
    gap: 32px;
  }
}
.about-us-page .form-container .btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .about-us-page .form-container .btn {
    width: 129px;
  }
}
.about-us-page .form-desc {
  color: #555;
  font-family: "Graphik LCG";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}
.about-us-page .form-header {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.13px;
}
@media (min-width: 1024px) {
  .about-us-page .form-header_h2 {
    font-size: 32px !important;
    font-weight: 700;
  }
}
.about-us-page .form-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .about-us-page .form-row {
    flex-direction: row;
    gap: 24px;
  }
}
.about-us-page .text-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-radius: 12px;
  flex-grow: 1;
  position: relative;
}
.about-us-page .text-field.grey-border {
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.about-us-page .text-field label {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5714285714em;
  letter-spacing: -0.5%;
  color: #EA53D3;
  position: absolute;
  top: -26px;
  left: 8px;
}
.about-us-page .text-field input,
.about-us-page .text-field textarea {
  border: none;
  outline: none;
  width: 100%;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
}
.about-us-page .text-field textarea {
  resize: none;
  height: 100px; /* Adjust height as needed */
}
.about-us-page .text-field input::placeholder,
.about-us-page .text-field textarea::placeholder {
  color: #AAABB1;
}
.about-us-page .form-container .active {
  border: 2px solid #EA53D3 !important;
}
.about-us-page .form-container .active label {
  color: #EA53D3 !important;
}
.about-us-page .text-field:not(.active) label {
  color: #FFFFFF;
}
.about-us-page .text-field.pink-border.active {
  border-color: #EA53D3;
}
.about-us-page .about_us_slider {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  overflow: hidden;
}
.about-us-page .slider-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.about-us-page .slider-header h2 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3076923077em;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
.about-us-page .slider-arrows {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.about-us-page .arrow-left,
.about-us-page .arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; /* Assuming a fixed size for arrows */
  height: 40px; /* Assuming a fixed size for arrows */
  border-radius: 8px;
  border: 2px solid #000000; /* Default border color */
  cursor: pointer;
}
.about-us-page .arrow-right {
  border: 2px solid #000000; /* Active arrow border color */
}
.about-us-page .arrow-left img,
.about-us-page .arrow-right img {
  width: 20px; /* Assuming icon size */
  height: 20px; /* Assuming icon size */
}
.about-us-page .slider-cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow-x: hidden; /* Hide the scrollbar */
  scroll-behavior: smooth; /* Smooth scrolling */
}
.about-us-page .team-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 260px; /* Fixed width based on Figma */
  flex-shrink: 0; /* Prevent shrinking */
}
.about-us-page .team-member-image {
  width: 100%;
  height: 260px; /* Assuming a fixed height for the image based on card width */
  border-radius: 16px;
  object-fit: cover; /* Cover the area without distorting aspect ratio */
}
.about-us-page .role-name {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.about-us-page .role {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3em;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.about-us-page .name {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: -0.5%;
  color: #000000;
}
.about-us-page .description {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
}
.about-us-page .slider-cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* плавность на iOS */
}
.about-us-page .team-card {
  flex: 0 0 auto; /* фиксированная ширина, как было */
  width: 260px;
  scroll-snap-align: start; /* карточки «прилипают» по левому краю */
}
.about-us-page .slider-cards::-webkit-scrollbar {
  display: none;
}
.about-us-page .slider-cards {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.about-us-page .arrow-left.disabled,
.about-us-page .arrow-right.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.about-us-page .contacts-block {
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 100%; /* alignSelf: stretch and horizontal: fill */
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .about-us-page .contacts-block {
    margin-bottom: 60px;
    margin-top: unset;
  }
}
.about-us-page .contacts-title {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3em; /* Approximately 1.2999999182564872em */
  letter-spacing: 0.05em; /* 5% */
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.about-us-page .contact-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%; /* alignSelf: stretch and horizontal: fill */
}
.about-us-page .point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%; /* alignSelf: stretch and horizontal: fill */
}
.about-us-page .icon-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: 100%; /* alignSelf: stretch and horizontal: fill */
}
.about-us-page .icon-label img {
  width: 24px; /* Assuming icon size based on typical usage */
  height: 24px; /* Assuming icon size based on typical usage */
}
.about-us-page .label {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
}
.about-us-page .contact-info {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
  align-self: stretch;
  font-family: "Graphik LCG";
  font-size: 16px;
  font-style: normal;
  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;
}
.about-us-page .divider {
  border-top: 1px solid #E7E7E8;
  width: 100%; /* horizontal: fill */
  height: 1px; /* vertical: fixed */
}
.about-us-page .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%; /* alignSelf: stretch and horizontal: fill */
}
.about-us-page .socials img {
  width: 40px; /* Assuming icon size based on typical usage */
  height: 40px; /* Assuming icon size based on typical usage */
}
.about-us-page .btn {
  border: unset;
  letter-spacing: -0.09px;
}
.about-us-page .news-sidebar .popular-news-section {
  display: flex;
}
.about-us-page .news-sidebar {
  margin-top: unset;
  gap: unset;
}
@media (min-width: 1024px) {
  .about-us-page .news-sidebar {
    margin-top: 24px;
  }
}
.about-us-page .qoute {
  padding: 16px;
  border-radius: 16px;
  background: #F6F8FB;
}
@media (min-width: 1024px) {
  .about-us-page .qoute {
    padding: 24px;
  }
}
.about-us-page .qoute h2 {
  margin-top: unset;
}
.about-us-page .qoute p {
  margin-bottom: unset;
}
@media (min-width: 1024px) {
  .about-us-page .main .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.about-us-page .privacy-summary {
  align-self: stretch;
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}
.about-us-page .privacy-meta {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #555;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .about-us-page .privacy-meta {
    flex-direction: row;
  }
}
.about-us-page .privacy-meta .effective-date {
  padding-right: 16px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .about-us-page .privacy-meta .effective-date {
    border-right: 1px solid #E7E7E8;
    margin-right: 16px;
    margin-bottom: unset;
  }
}
.about-us-page .cookie-card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: #F6F8FB;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .about-us-page .cookie-card {
    padding: 24px;
  }
}
.about-us-page .cookie-card h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.1px;
  color: #000000;
  margin-bottom: unset;
  margin-top: unset;
}
.about-us-page .cookie-card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #555;
  margin-top: 16px;
}

.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),
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(3):not(:last-child) {
  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__learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  padding-bottom: 16px;
  flex-direction: column;
  cursor: pointer;
}
.casinos-page__learn-more .learn-more-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.casinos-page__learn-more svg {
  margin-top: 4px;
  transition: transform 0.3s ease;
}
.casinos-page__learn-more.hide-detailed-info svg {
  transform: rotate(180deg);
}
.casinos-page--expanded .casino-card__expanded-content {
  max-height: 1000px; /* Adjust based on expected content height */
}
.casinos-page--expanded > .casino-card__learn-more:not(.hide-detailed-info) {
  display: none;
}
.casinos-page--expanded .casino-card__expanded-content .casino-card__learn-more.hide-detailed-info {
  display: flex;
}
.casinos-page .casino-card__expanded-content .casino-card__learn-more.hide-detailed-info {
  display: none;
}
@media (min-width: 1024px) {
  .casinos-page__container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: auto;
  }
  .casinos-page__text {
    font-family: "Graphik LCG";
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #FFFFFF;
    margin: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__text {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 1024px) {
  .casinos-page__navigation {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__navigation {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .casinos-page__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__links {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .casinos-page__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    height: 44px;
    font-family: "Graphik LCG";
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .casinos-page__link:hover {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__link {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
}
@media (min-width: 1024px) {
  .casinos-page__image {
    margin-top: 24px;
    width: 100%;
  }
  .casinos-page__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__image {
    flex: 1;
    margin-top: 0;
    max-width: 440px;
  }
}
.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%;
  }
}
.casinos-page .casino-hero__navigation {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__navigation {
    margin-top: 0;
  }
}
.casinos-page .casino-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__links {
    gap: 10px;
  }
}
.casinos-page .casino-hero__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  height: 44px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casinos-page .casino-hero__link:hover {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__link {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
}
.casinos-page .casino-hero__image {
  margin-top: 16px;
  width: 100%;
}
.casinos-page .casino-hero__image img {
  margin: 0 auto;
  max-height: 124px;
  width: auto;
  border-radius: 8px;
  display: block;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__image img {
    max-height: unset;
  }
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__image {
    flex: 1;
    margin-top: -47px;
    max-width: 440px;
  }
}
.casinos-page .casino-hero__link {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: white;
  transition: border 0.5s ease, background-color 0.5s ease;
}
.casinos-page .casino-hero__link:hover {
  border: 1px solid #EA53D3;
  background-color: rgba(255, 255, 255, 0.1411764706);
}

.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 */
.casino-toc {
  margin-top: 48px;
  background: #F8F9F9;
  border-radius: 8px;
  padding: 20px 16px;
  transition: all 0.3s ease;
}
.casino-toc__table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.casino-toc__title {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}
@media (min-width: 1024px) {
  .casino-toc__title {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-toc__button {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF7105;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.casino-toc__button:hover {
  opacity: 0.8;
}
.casino-toc__content {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}
.casino-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.casino-toc__item {
  margin-bottom: 12px;
}
.casino-toc__item:last-child {
  margin-bottom: 0;
}
.casino-toc__item a {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.casino-toc__item a:hover {
  color: #EA53D3;
}
@media (min-width: 1024px) {
  .casino-toc__item a {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-toc--expanded .casino-toc__content {
  max-height: 500px; /* Adjust based on expected content height */
  margin-top: 20px;
}

/* Top 10 Casinos Styles */
.casino-top10 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casino-top10 {
    margin-top: 48px;
    justify-content: space-between;
  }
}
.casino-top10__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
  width: 100%;
  order: 1;
}
@media (min-width: 1024px) {
  .casino-top10__title {
    font-size: 32px;
    line-height: 125%;
    order: unset;
  }
}
.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  order: 3;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: center;
    order: unset;
    width: unset;
  }
}
.casino-top10__button {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  background: transparent;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  padding: 12px 16px;
  height: 44px;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.casino-top10__button:hover {
  border-color: #EA53D3;
  color: #EA53D3;
}
.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: center;
    width: unset;
  }
}
.casino-top10__description {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #555555;
  margin: 0;
  order: 2;
}
@media (max-width: 374px) {
  .casino-top10__description {
    font-size: 15px;
    line-height: 147%;
  }
}
@media (min-width: 1024px) {
  .casino-top10 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }
  .casino-top10__title {
    margin-bottom: 24px;
    width: 50%;
  }
  .casino-top10__buttons {
    width: 50%;
    margin-bottom: 24px;
  }
  .casino-top10__description {
    width: 100%;
  }
}

.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: end;
  }
}

/* Casino Card Styles */
.casino-card {
  position: relative;
  margin-top: 24px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  /* Desktop Styles */
}
@media (min-width: 1024px) {
  .casino-card {
    margin-top: 32px;
  }
}
.casino-card__container {
  background-color: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  flex-direction: column;
}
.casino-card__container.rank-1 {
  box-shadow: 0px 4px 0px 0px rgb(243, 188, 50);
}
.casino-card__container.rank-1 .casino-card__number {
  background: linear-gradient(to right, #FFCF46, #EDAD05);
}
.casino-card__container.rank-2 {
  box-shadow: 0 4px 0 0 #bfc3c9;
}
.casino-card__container.rank-2 .casino-card__number {
  background: linear-gradient(90deg, #a8aeba 0%, #d5d8dc 15.88%, #babec7 34.8%, #cfd3d4 56.74%, #f2f2f2 71.88%, #c3c4c6 100%);
}
.casino-card__container.rank-3 {
  box-shadow: 0 4px 0 0 #dda285;
}
.casino-card__container.rank-3 .casino-card__number {
  background: linear-gradient(90deg, #dc9b7b 0%, #eac09e 21.5%, #ecbd9d 41.5%, #dda285 57.5%, #cc7f67 100%);
}
.casino-card__container.rank-default {
  box-shadow: unset;
}
.casino-card__container.rank-default .casino-card__number {
  background: #F8F9F9;
}
@media (min-width: 1024px) {
  .casino-card__col {
    order: 3;
  }
}
.casino-card__header {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.casino-card__logo-wrapper {
  position: relative;
}
.casino-card__logo {
  width: 315px;
  height: 153px;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}
.casino-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.casino-card__number {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #FFCF46, #EDAD05);
  color: #000000;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -5%;
  padding: 6px 12px;
  border-radius: 8px 1px 16px 1px;
}
.casino-card__rating {
  padding: 0 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.casino-card__rating-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.casino-card__rating-score {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}
.casino-card__rating-stars {
  display: flex;
  gap: 2px;
}
.casino-card__rating-stars img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(74%) saturate(2476%) hue-rotate(358deg) brightness(102%) contrast(104%); /* Filter to change SVG color to #FF7105 */
}
.casino-card__review-link {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #FF7105;
  text-decoration: underline;
  width: 100%;
  text-align: center;
}
.casino-card__review-link:hover {
  text-decoration: underline;
}
.casino-card__divider {
  height: 1px;
  background-color: #E7E7E8;
  margin: 0 20px;
}
.casino-card__features {
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.casino-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.casino-card__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 22px;
  flex-shrink: 0;
}
.casino-card__feature-icon img {
  width: 16px;
  height: 16px;
}
.casino-card__feature-text {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.5%;
  color: #000000;
}
.casino-card__bonus {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.casino-card__bonus-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media (min-width: 1024px) {
  .casino-card__bonus-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    width: 285px;
    text-align: start;
  }
}
.casino-card__bonus-tag {
  background-color: rgba(234, 83, 211, 0.1);
  border-radius: 4px;
  padding: 2px 4px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #EA53D3;
  text-align: center;
}
.casino-card__bonus-text {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5%;
  color: #000000;
}
.casino-card__bonus-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casino-card__bonus-button:hover {
  opacity: 0.9;
}
.casino-card__bonus-button:hover {
  color: white;
}
.casino-card__expanded-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  width: 100%;
}
.casino-card__advantages, .casino-card__info-list, .casino-card__estimated-ratings {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casino-card__advantages, .casino-card__info-list, .casino-card__estimated-ratings {
    order: 1;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .casino-card__estimated-ratings {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .casino-card__estimated-ratings {
    width: 615px;
  }
}
@media (min-width: 1024px) {
  .casino-card__advantages {
    padding: 20px 16px 60px 16px;
  }
}
.casino-card__advantages-title, .casino-card__info-list-title, .casino-card__estimated-ratings-title {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
.casino-card__points {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.casino-card__point {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.casino-card__point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.casino-card__point-icon img {
  width: 20px;
  height: 20px;
}
.casino-card__point-bullet {
  width: 6px;
  height: 6px;
  background-color: #FF7105;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px; /* Align bullet with text */
}
.casino-card__point-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.casino-card__point-text-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000;
}
.casino-card__point-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #000;
}
.casino-card__point-text-description {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: rgba(0, 0, 0, 0.5);
}
.casino-card__ratings-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .casino-card__ratings-list {
    gap: 17px;
  }
}
.casino-card__rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.casino-card__rating-item:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .casino-card__rating-item {
    width: 100%;
  }
}
.casino-card__rating-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-card__rating-item-title img {
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .casino-card .logo15m {
    width: 62px;
    height: auto;
  }
}
.casino-card__rating-text {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5B6074;
}
.casino-card__rating-score-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-card__learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  padding-bottom: 16px;
  flex-direction: column;
  cursor: pointer;
}
.casino-card__learn-more .learn-more-text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.casino-card__learn-more svg {
  margin-top: 4px;
  transition: transform 0.3s ease;
}
.casino-card__learn-more.hide-detailed-info svg {
  transform: rotate(180deg);
}
.casino-card--expanded .casino-card__expanded-content {
  max-height: 1000px; /* Adjust based on expected content height */
}
@media (min-width: 1024px) {
  .casino-card__container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .casino-card__row {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casino-card__row {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .casino-card__row .casino-card__vertical {
    height: 130px;
    width: 1px;
    margin: unset;
  }
  .casino-card__header {
    flex: 0 0 180px;
    padding: 20px 0 20px 16px;
    align-items: center;
    border-radius: 16px 0 0 16px;
  }
  .casino-card__logo {
    width: 180px;
    height: 130px;
  }
  .casino-card__number {
    top: 0px;
    right: -5px;
    font-size: 12px;
    padding: 4px 8px;
    width: 23px;
  }
  .casino-card__rating {
    flex: 0 0 130px;
    padding: 0px 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 130px;
  }
  .casino-card__rating-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .casino-card__rating-score {
    font-size: 16px;
    line-height: 150%;
  }
  .casino-card__review-link {
    text-align: left;
    font-size: 14px;
    line-height: 157%;
  }
  .casino-card__features {
    flex: 1;
    padding: 20px 14px;
    width: 208px;
  }
  .casino-card__bonus {
    flex: 0 0 200px;
    padding: 20px 16px;
    border-radius: 0 16px 16px 0;
    flex: unset;
    flex-flow: row;
    width: 464px;
  }
  .casino-card__bonus-text {
    font-size: 20px;
    line-height: 140%;
  }
  .casino-card__bonus-button {
    width: 140px;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
  .casino-card__learn-more {
    position: absolute;
    right: 48%;
    bottom: -23px;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    padding: 2px 0;
    width: 36px;
    height: 24px;
  }
  .casino-card__learn-more .casino-card__divider {
    display: none;
  }
  .casino-card__learn-more .learn-more-text {
    display: none;
  }
  .casino-card__learn-more svg {
    margin-top: unset;
  }
  .casino-card__bonus-footer {
    width: 100%;
  }
  .casino-card__bonus-footer .casino-card__bonus-button {
    margin: 0 auto;
    width: 240px;
  }
  .casino-card .hide-row {
    align-items: start;
    justify-content: space-between;
  }
  .casino-card .casino-card__divider-desc {
    order: 2;
    height: 435px;
    width: 1px;
    margin: unset;
    margin-top: 12px;
  }
}

.hide {
  display: none;
}

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

.casino-card--expanded .casino-card__expanded-content {
  max-height: 1000px;
}

.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-comparison {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.casino-comparison__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #000000;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__title {
    font-size: 32px;
  }
}
.casino-comparison__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-comparison__box {
  margin: 20px 0;
  background: #F6F8FB;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.casino-comparison__box-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__box-title {
    font-size: 26px;
  }
}
.casino-comparison__box-text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__box-text {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-comparison__banner {
  width: 100%;
  background-color: #E8E9E3;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .casino-comparison__banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.casino-comparison__banner-text {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-text {
    padding: 20px;
  }
}
.casino-comparison .us-map {
  margin-top: -7px;
}
@media (min-width: 1024px) {
  .casino-comparison .us-map {
    margin-top: -4px;
    width: 110px;
    height: 110px;
  }
}
.casino-comparison__banner-logo {
  width: 40px;
}
.casino-comparison__banner-logo img {
  width: 34px;
}
.casino-comparison__banner-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -5%;
  color: #000000;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-title {
    font-size: 24px;
  }
}
.casino-comparison__banner-map {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-map {
    height: 200px;
    width: calc(100% - 170px);
  }
}
.casino-comparison__map-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.casino-comparison__map-highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-comparison__map-highlight img {
  max-width: 80%;
  max-height: 80%;
}
.casino-comparison__map-label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.casino-comparison__map-tag {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 3px 5px;
  font-family: "Graphik LCG";
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
.casino-comparison__map-marker {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.casino-comparison__map-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0.3;
}
.casino-comparison__cta {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casino-comparison__cta:hover {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .casino-comparison__cta {
    font-size: 18px;
    max-width: 280px;
    align-self: center;
  }
}
.casino-comparison .casino-comparison__cta:hover {
  color: white;
}

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

.companies-page .filters {
  margin-top: 32px;
  margin-bottom: 32px;
  background: #F8F9F9;
  border-radius: 8px;
  padding: 12px 8px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.companies-page .filters_item {
  font-family: "Graphik LCG";
  font-size: 16px;
  font-weight: 500;
  color: #555;
  background: #fff;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: border 0.3s, color 0.3s, background 0.3s;
  white-space: nowrap;
}

.companies-page .filters_item--active,
.companies-page .filters_item.active {
  color: #EA53D3;
  border: 1.5px solid #EA53D3;
  background: #F6E9F5;
}

.companies-page .catalog {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.companies-page .catalog_item {
  display: block;
  width: 320px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
  padding: 16px;
  transition: box-shadow 0.2s;
}

.companies-page .catalog_item:hover {
  box-shadow: 0 4px 24px 0 rgba(234, 83, 211, 0.1);
}

.companies-page .catalog_cover {
  width: 100%;
  height: 120px;
  background: #F6F8FB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
}

.companies-page .catalog_cover img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.companies-page .carts_caption {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.companies-page .carts_desc {
  font-family: "Graphik LCG";
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

.companies-banner {
  margin-top: 40px;
  margin-bottom: 32px;
  background: linear-gradient(120deg, #F6E9F5 0%, #E8E9E3 100%);
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.companies-banner__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}

.companies-banner__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
}

.companies-banner__logo {
  max-width: 68px;
  max-height: 30px;
}

.companies-banner__text span {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 24px;
  color: #EA53D3;
  margin-bottom: 4px;
}

.companies-banner__text p {
  font-family: "Graphik LCG";
  font-size: 16px;
  color: #555;
  margin: 0;
}

.companies-banner__image img {
  max-width: 320px;
  width: 100%;
  border-radius: 12px;
}

.companies-cta {
  margin-top: 48px;
  background: #F6E9F5;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.companies-cta__text {
  max-width: 600px;
}

.companies-cta__text h2 {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  color: #EA53D3;
  margin-bottom: 8px;
}

.companies-cta__text p {
  font-family: "Graphik LCG";
  font-size: 16px;
  color: #555;
  margin: 0;
}

.companies-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.companies-cta__button:hover {
  opacity: 0.9;
}

.companies-page {
  background: #fff;
  padding-bottom: 60px;
}
.companies-page h1, .companies-page h2, .companies-page h3, .companies-page h4, .companies-page h5, .companies-page h6 {
  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: 768px) {
  .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: 768px) {
  .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: 767px) {
  .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,
  .companies-page .companies-filters .companies-sort.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,
.companies-page .companies-sort.active {
  background: #F8F8F8;
}
.companies-page .companies-select svg,
.companies-page .companies-sort svg {
  transition: transform 0.3s ease;
}
.companies-page .companies-select.active svg,
.companies-page .companies-sort.active svg {
  transform: rotate(180deg);
}
.companies-page .select-title,
.companies-page .sort-label,
.companies-page .sort-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-right: 8px;
}
.companies-page .sort-label {
  color: #555555;
  margin-right: 4px;
}
.companies-page .sort-value {
  color: rgba(0, 0, 0, 0.5);
}
.companies-page .select-icon,
.companies-page .sort-icon {
  width: 20px;
  height: 20px;
}
.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 .no-results-message {
  width: 100%;
  padding: 30px;
  background: #F6E9F5;
  border-radius: 16px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #BB0B68;
  text-align: center;
  margin: 20px 0;
}
.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.loading {
  background: linear-gradient(136deg, rgba(234, 83, 211, 0.7019607843) 0%, rgba(255, 113, 5, 0.6196078431) 100%);
  cursor: wait;
}
.companies-page .load-more-button:disabled {
  background: #E7E7E8;
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.companies-page .loading-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #FFFFFF;
  animation: spin 0.8s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.companies-page .company-card {
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
.companies-page .company-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.companies-page .companies-filter-clear {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .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 .companies-filter-clear .filter-clear-btn.active {
  color: rgba(0, 0, 0, 0.5);
}
.companies-page .companies-top,
.companies-page .companies-listing,
.companies-page .companies-featured {
  margin-top: 32px;
}
.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-page .companies-cards,
.companies-page .listing-cards,
.companies-page .featured-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  transition: height 0.5s ease-out;
}
.companies-page .featured-cards {
  margin-top: 16px;
}
.companies-page .company-card {
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
}
.companies-page .company-card--vertical {
  flex: 1;
  min-width: 300px;
  max-width: 332px;
}
@media (max-width: 767px) {
  .companies-page .company-card--vertical {
    min-width: 100%;
    max-width: 100%;
  }
}
.companies-page .company-card--vertical:first-child {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11), 0px 4px 0px #F3BC32;
}
.companies-page .company-card--vertical:nth-child(2) {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11), 0px 4px 0px #BFC3C9;
}
.companies-page .company-card--vertical:nth-child(3) {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11), 0px 4px 0px #DDA285;
}
.companies-page .company-card--horizontal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .companies-page .company-card--horizontal {
    flex-direction: column;
    gap: 16px;
  }
  .companies-page .company-card--horizontal .company-header {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .companies-page .company-card--horizontal .company-logo {
    width: 100%;
    height: 124px;
    border-radius: 8px;
    overflow: hidden;
  }
  .companies-page .company-card--horizontal .company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .companies-page .company-card--horizontal .company-info {
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: space-between;
  }
  .companies-page .company-card--horizontal .company-name-row {
    align-items: center;
    text-align: center;
  }
  .companies-page .company-card--horizontal .tag-rating-row {
    justify-content: center;
    width: 100%;
    margin-top: 12px;
  }
  .companies-page .company-card--horizontal .company-rating {
    justify-content: center;
  }
  .companies-page .company-card--horizontal .company-tag-info {
    width: 100% !important;
    margin-bottom: 16px;
    text-align: center;
    align-items: center;
  }
  .companies-page .company-card--horizontal .company-description {
    font-size: 15px;
    margin-top: 0;
    text-align: start;
  }
  .companies-page .company-card--horizontal .company-tag-mobile {
    display: none;
  }
  .companies-page .company-card--horizontal .company-tag {
    display: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .companies-page .company-card--horizontal {
    flex-wrap: nowrap;
    align-items: center;
    padding: 16px;
    height: 140px;
    gap: 16px;
  }
}
.companies-page .company-card--featured {
  flex: 1;
  min-width: 300px;
  max-width: 332px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .companies-page .company-card--featured {
    min-width: 100%;
    max-width: 100%;
  }
  .companies-page .company-card--featured .company-header {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  .companies-page .company-card--featured .company-logo {
    width: 59px;
    height: 55px;
  }
  .companies-page .company-card--featured .company-name-website {
    align-items: flex-start;
    text-align: left;
  }
  .companies-page .company-card--featured .company-tag-rating {
    flex-direction: row;
    justify-content: space-between;
  }
}
.companies-page .company-label {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FFCF46 0%, #EDAD05 100%);
  border-radius: 16px 0px 16px 0px;
  padding: 3px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.companies-page .company-label--popular {
  background: linear-gradient(90deg, #A8AEBA 0%, #D5D8DC 15.88%, #BABEC7 34.8%, #CFD3D4 56.74%, #F2F2F2 71.88%, #C3C4C6 100%);
}
.companies-page .company-label--casino {
  background: linear-gradient(90deg, #DC9B7B 0%, #EAC09E 21.5%, #ECBD9D 41.5%, #DDA285 57.5%, #CC7F67 100%);
}
.companies-page .company-header {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .companies-page .company-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
  }
}
.companies-page .featured-cards .company-header {
  margin-bottom: unset;
}
.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: 767px) {
  .companies-page .company-logo {
    width: 100%;
    height: 124px;
  }
  .company-card--featured .companies-page .company-logo {
    width: 59px;
    height: 55px;
  }
}
.companies-page .company-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.company-card--horizontal .companies-page .company-logo {
  width: 160px;
  height: 108px;
}
.company-card--featured .companies-page .company-logo {
  width: 59px;
  height: 55px;
  flex-shrink: 0;
}
.companies-page .company-card--horizontal img {
  width: 160px;
  height: 108px;
  object-fit: cover;
}
.companies-page .company-card--horizontal .company-logo {
  width: 100%;
  height: 124px;
}
@media (min-width: 1024px) {
  .companies-page .company-card--horizontal .company-logo {
    width: 160px;
    height: 108px;
  }
}
.companies-page .company-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 152px;
}
@media (max-width: 767px) {
  .companies-page .company-info {
    width: 100%;
    align-items: center;
    font-size: 14px !important;
  }
  .companies-page .company-info .tag-rating-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
  }
  .companies-page .company-info .tag-rating-row .company-tag {
    margin-bottom: 0;
  }
  .companies-page .company-info .company-tag-mobile {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    background: #FFF1F8;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #BB0B68;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .companies-page .company-info .company-tag-mobile {
    font-size: 14px !important;
  }
}
.companies-page .company-info > * {
  font-size: 14px;
}
.companies-page .company-info .company-name-row,
.companies-page .company-info .tag-rating-row,
.companies-page .company-info .company-name,
.companies-page .company-info .company-website,
.companies-page .company-info .company-rating,
.companies-page .company-info .rating-score,
.companies-page .company-info .rating-count,
.companies-page .company-info .company-tag-mobile {
  font-size: 14px;
}
.companies-page .company-card--horizontal .company-info {
  height: 108px;
}
.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: 767px) {
  .companies-page .company-name-row {
    align-items: center;
    text-align: center;
  }
}
.companies-page .company-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #000000;
}
@media (max-width: 767px) {
  .companies-page .company-name {
    font-size: 14px;
  }
}
.companies-page .company-website {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #FF7105;
  text-decoration: underline;
}
.companies-page .company-website:hover {
  text-decoration: underline;
}
.companies-page .company-name-website {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .companies-page .company-name-website {
    align-items: center;
    text-align: center;
  }
}
.companies-page .company-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .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-divider--vertical {
  width: 1px;
  height: 100px;
  display: none;
}
@media (min-width: 768px) {
  .companies-page .company-divider--vertical {
    display: block;
  }
}
@media (max-width: 767px) {
  .companies-page .company-divider--vertical {
    width: 100%;
    height: 1px;
    display: block;
    margin: 0;
  }
}
.companies-page .company-tag-info {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .companies-page .company-tag-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .company-card--horizontal .companies-page .company-tag-info {
    text-align: center;
    align-items: center;
    gap: 16px;
  }
  .companies-page .company-tag-info .company-tag {
    display: none;
  }
  .company-card--horizontal .companies-page .company-tag-info .company-tag {
    display: none;
  }
}
.company-card--horizontal .companies-page .company-tag-info {
  width: 490px;
}
.companies-page .featured-cards .company-tag {
  margin-bottom: unset;
}
@media (min-width: 1024px) {
  .companies-page .company-card--horizontal .company-tag-info {
    width: 513px;
  }
}
.companies-page .company-tag-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .companies-page .company-tag-rating {
    flex-direction: column;
    gap: 8px;
  }
}
.companies-page .company-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  background: #FFF1F8;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #BB0B68;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .companies-page .company-tag {
    font-size: 14px;
  }
}
.company-card--featured .companies-page .company-tag {
  margin-bottom: 0;
}
.companies-page .company-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #555555;
  text-align: start;
}
.company-card--featured .companies-page .company-description {
  font-size: 15px;
}
.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: 767px) {
  .companies-page .company-button {
    width: 100%;
  }
  .company-card--horizontal .companies-page .company-button {
    width: 100%;
    margin-top: 0;
  }
}
.companies-page .company-button:hover {
  background-color: rgba(255, 194, 249, 0.168627451);
}
.company-card--featured .companies-page .company-button {
  align-self: flex-start;
}
@media (max-width: 767px) {
  .company-card--featured .companies-page .company-button {
    align-self: stretch;
  }
}
@media (max-width: 767px) {
  .companies-page .company-card--horizontal .company-description {
    margin-top: 0;
  }
}
.companies-page .companies-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.companies-page .pagination-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  text-decoration: none;
}
.companies-page .pagination-button--with-icon {
  gap: 8px;
}
.companies-page .pagination-button--with-icon img {
  width: 16px;
  height: 16px;
}
.companies-page .pagination-button--active {
  border: 2px solid;
  border-image: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%) 1;
}
.companies-page .pagination-button:hover {
  border-color: #EA53D3;
  color: #EA53D3;
}

.company-card--featured .company-name {
  font-size: 14px;
}
.company-card--featured .company-website {
  font-size: 14px;
}
.company-card--featured .company-tag {
  font-size: 14px;
}
.company-card--featured .rating-score,
.company-card--featured .rating-stars,
.company-card--featured .rating-count {
  font-size: 14px;
}
.company-card--featured .company-description {
  font-size: 15px;
}
@media (max-width: 767px) {
  .company-card--featured .company-button {
    align-self: flex-start;
  }
}

/* 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),
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(3):not(:last-child) {
  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__learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  padding-bottom: 16px;
  flex-direction: column;
  cursor: pointer;
}
.casinos-page__learn-more .learn-more-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.casinos-page__learn-more svg {
  margin-top: 4px;
  transition: transform 0.3s ease;
}
.casinos-page__learn-more.hide-detailed-info svg {
  transform: rotate(180deg);
}
.casinos-page--expanded .casino-card__expanded-content {
  max-height: 1000px; /* Adjust based on expected content height */
}
.casinos-page--expanded > .casino-card__learn-more:not(.hide-detailed-info) {
  display: none;
}
.casinos-page--expanded .casino-card__expanded-content .casino-card__learn-more.hide-detailed-info {
  display: flex;
}
.casinos-page .casino-card__expanded-content .casino-card__learn-more.hide-detailed-info {
  display: none;
}
@media (min-width: 1024px) {
  .casinos-page__container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: auto;
  }
  .casinos-page__text {
    font-family: "Graphik LCG";
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #FFFFFF;
    margin: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__text {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 1024px) {
  .casinos-page__navigation {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__navigation {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .casinos-page__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__links {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .casinos-page__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    height: 44px;
    font-family: "Graphik LCG";
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .casinos-page__link:hover {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__link {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
}
@media (min-width: 1024px) {
  .casinos-page__image {
    margin-top: 24px;
    width: 100%;
  }
  .casinos-page__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casinos-page__image {
    flex: 1;
    margin-top: 0;
    max-width: 440px;
  }
}
.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%;
  }
}
.casinos-page .casino-hero__navigation {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__navigation {
    margin-top: 0;
  }
}
.casinos-page .casino-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__links {
    gap: 10px;
  }
}
.casinos-page .casino-hero__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  height: 44px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casinos-page .casino-hero__link:hover {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__link {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
}
.casinos-page .casino-hero__image {
  margin-top: 16px;
  width: 100%;
}
.casinos-page .casino-hero__image img {
  margin: 0 auto;
  max-height: 124px;
  width: auto;
  border-radius: 8px;
  display: block;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__image img {
    max-height: unset;
  }
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__image {
    flex: 1;
    margin-top: -47px;
    max-width: 440px;
  }
}
.casinos-page .casino-hero__link {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: white;
  transition: border 0.5s ease, background-color 0.5s ease;
}
.casinos-page .casino-hero__link:hover {
  border: 1px solid #EA53D3;
  background-color: rgba(255, 255, 255, 0.1411764706);
}

.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 */
.casino-toc {
  margin-top: 48px;
  background: #F8F9F9;
  border-radius: 8px;
  padding: 20px 16px;
  transition: all 0.3s ease;
}
.casino-toc__table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.casino-toc__title {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}
@media (min-width: 1024px) {
  .casino-toc__title {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-toc__button {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF7105;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.casino-toc__button:hover {
  opacity: 0.8;
}
.casino-toc__content {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}
.casino-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.casino-toc__item {
  margin-bottom: 12px;
}
.casino-toc__item:last-child {
  margin-bottom: 0;
}
.casino-toc__item a {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.casino-toc__item a:hover {
  color: #EA53D3;
}
@media (min-width: 1024px) {
  .casino-toc__item a {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-toc--expanded .casino-toc__content {
  max-height: 500px; /* Adjust based on expected content height */
  margin-top: 20px;
}

/* Top 10 Casinos Styles */
.casino-top10 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casino-top10 {
    margin-top: 48px;
    justify-content: space-between;
  }
}
.casino-top10__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
  margin: 0;
  width: 100%;
  order: 1;
}
@media (min-width: 1024px) {
  .casino-top10__title {
    font-size: 32px;
    line-height: 125%;
    order: unset;
  }
}
.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  order: 3;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: center;
    order: unset;
    width: unset;
  }
}
.casino-top10__button {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  background: transparent;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  padding: 12px 16px;
  height: 44px;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.casino-top10__button:hover {
  border-color: #EA53D3;
  color: #EA53D3;
}
.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: center;
    width: unset;
  }
}
.casino-top10__description {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #555555;
  margin: 0;
  order: 2;
}
@media (max-width: 374px) {
  .casino-top10__description {
    font-size: 15px;
    line-height: 147%;
  }
}
@media (min-width: 1024px) {
  .casino-top10 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }
  .casino-top10__title {
    margin-bottom: 24px;
    width: 50%;
  }
  .casino-top10__buttons {
    width: 50%;
    margin-bottom: 24px;
  }
  .casino-top10__description {
    width: 100%;
  }
}

.casino-top10__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1024px) {
  .casino-top10__buttons {
    justify-content: flex-end;
    justify-content: end;
  }
}

/* Casino Card Styles */
.casino-card {
  position: relative;
  margin-top: 24px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  /* Desktop Styles */
}
@media (min-width: 1024px) {
  .casino-card {
    margin-top: 32px;
  }
}
.casino-card__container {
  background-color: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  flex-direction: column;
}
.casino-card__container.rank-1 {
  box-shadow: 0px 4px 0px 0px rgb(243, 188, 50);
}
.casino-card__container.rank-1 .casino-card__number {
  background: linear-gradient(to right, #FFCF46, #EDAD05);
}
.casino-card__container.rank-2 {
  box-shadow: 0 4px 0 0 #bfc3c9;
}
.casino-card__container.rank-2 .casino-card__number {
  background: linear-gradient(90deg, #a8aeba 0%, #d5d8dc 15.88%, #babec7 34.8%, #cfd3d4 56.74%, #f2f2f2 71.88%, #c3c4c6 100%);
}
.casino-card__container.rank-3 {
  box-shadow: 0 4px 0 0 #dda285;
}
.casino-card__container.rank-3 .casino-card__number {
  background: linear-gradient(90deg, #dc9b7b 0%, #eac09e 21.5%, #ecbd9d 41.5%, #dda285 57.5%, #cc7f67 100%);
}
.casino-card__container.rank-default {
  box-shadow: unset;
}
.casino-card__container.rank-default .casino-card__number {
  background: #F8F9F9;
}
@media (min-width: 1024px) {
  .casino-card__col {
    order: 3;
  }
}
.casino-card__header {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.casino-card__logo-wrapper {
  position: relative;
}
.casino-card__logo {
  width: 315px;
  height: 153px;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}
.casino-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.casino-card__number {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #FFCF46, #EDAD05);
  color: #000000;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -5%;
  padding: 6px 12px;
  border-radius: 8px 1px 16px 1px;
}
.casino-card__rating {
  padding: 0 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.casino-card__rating-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.casino-card__rating-score {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000000;
}
.casino-card__rating-stars {
  display: flex;
  gap: 2px;
}
.casino-card__rating-stars img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(74%) saturate(2476%) hue-rotate(358deg) brightness(102%) contrast(104%); /* Filter to change SVG color to #FF7105 */
}
.casino-card__review-link {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #FF7105;
  text-decoration: underline;
  width: 100%;
  text-align: center;
}
.casino-card__review-link:hover {
  text-decoration: underline;
}
.casino-card__divider {
  height: 1px;
  background-color: #E7E7E8;
  margin: 0 20px;
}
.casino-card__features {
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.casino-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.casino-card__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 22px;
  flex-shrink: 0;
}
.casino-card__feature-icon img {
  width: 16px;
  height: 16px;
}
.casino-card__feature-text {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.5%;
  color: #000000;
}
.casino-card__bonus {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.casino-card__bonus-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media (min-width: 1024px) {
  .casino-card__bonus-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    width: 285px;
    text-align: start;
  }
}
.casino-card__bonus-tag {
  background-color: rgba(234, 83, 211, 0.1);
  border-radius: 4px;
  padding: 2px 4px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #EA53D3;
  text-align: center;
}
.casino-card__bonus-text {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5%;
  color: #000000;
}
.casino-card__bonus-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casino-card__bonus-button:hover {
  opacity: 0.9;
}
.casino-card__bonus-button:hover {
  color: white;
}
.casino-card__expanded-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  width: 100%;
}
.casino-card__advantages, .casino-card__info-list, .casino-card__estimated-ratings {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casino-card__advantages, .casino-card__info-list, .casino-card__estimated-ratings {
    order: 1;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .casino-card__estimated-ratings {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .casino-card__estimated-ratings {
    width: 615px;
  }
}
@media (min-width: 1024px) {
  .casino-card__advantages {
    padding: 20px 16px 60px 16px;
  }
}
.casino-card__advantages-title, .casino-card__info-list-title, .casino-card__estimated-ratings-title {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
.casino-card__points {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.casino-card__point {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.casino-card__point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.casino-card__point-icon img {
  width: 20px;
  height: 20px;
}
.casino-card__point-bullet {
  width: 6px;
  height: 6px;
  background-color: #FF7105;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px; /* Align bullet with text */
}
.casino-card__point-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.casino-card__point-text-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #000;
}
.casino-card__point-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #000;
}
.casino-card__point-text-description {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: rgba(0, 0, 0, 0.5);
}
.casino-card__ratings-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .casino-card__ratings-list {
    gap: 17px;
  }
}
.casino-card__rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.casino-card__rating-item:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .casino-card__rating-item {
    width: 100%;
  }
}
.casino-card__rating-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-card__rating-item-title img {
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .casino-card .logo15m {
    width: 62px;
    height: auto;
  }
}
.casino-card__rating-text {
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5B6074;
}
.casino-card__rating-score-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-card__learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  padding-bottom: 16px;
  flex-direction: column;
  cursor: pointer;
}
.casino-card__learn-more .learn-more-text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.casino-card__learn-more svg {
  margin-top: 4px;
  transition: transform 0.3s ease;
}
.casino-card__learn-more.hide-detailed-info svg {
  transform: rotate(180deg);
}
.casino-card--expanded .casino-card__expanded-content {
  max-height: 1000px; /* Adjust based on expected content height */
}
@media (min-width: 1024px) {
  .casino-card__container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .casino-card__row {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .casino-card__row {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .casino-card__row .casino-card__vertical {
    height: 130px;
    width: 1px;
    margin: unset;
  }
  .casino-card__header {
    flex: 0 0 180px;
    padding: 20px 0 20px 16px;
    align-items: center;
    border-radius: 16px 0 0 16px;
  }
  .casino-card__logo {
    width: 180px;
    height: 130px;
  }
  .casino-card__number {
    top: 0px;
    right: -5px;
    font-size: 12px;
    padding: 4px 8px;
    width: 23px;
  }
  .casino-card__rating {
    flex: 0 0 130px;
    padding: 0px 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 130px;
  }
  .casino-card__rating-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .casino-card__rating-score {
    font-size: 16px;
    line-height: 150%;
  }
  .casino-card__review-link {
    text-align: left;
    font-size: 14px;
    line-height: 157%;
  }
  .casino-card__features {
    flex: 1;
    padding: 20px 14px;
    width: 208px;
  }
  .casino-card__bonus {
    flex: 0 0 200px;
    padding: 20px 16px;
    border-radius: 0 16px 16px 0;
    flex: unset;
    flex-flow: row;
    width: 464px;
  }
  .casino-card__bonus-text {
    font-size: 20px;
    line-height: 140%;
  }
  .casino-card__bonus-button {
    width: 140px;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
  .casino-card__learn-more {
    position: absolute;
    right: 48%;
    bottom: -23px;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    padding: 2px 0;
    width: 36px;
    height: 24px;
  }
  .casino-card__learn-more .casino-card__divider {
    display: none;
  }
  .casino-card__learn-more .learn-more-text {
    display: none;
  }
  .casino-card__learn-more svg {
    margin-top: unset;
  }
  .casino-card__bonus-footer {
    width: 100%;
  }
  .casino-card__bonus-footer .casino-card__bonus-button {
    margin: 0 auto;
    width: 240px;
  }
  .casino-card .hide-row {
    align-items: start;
    justify-content: space-between;
  }
  .casino-card .casino-card__divider-desc {
    order: 2;
    height: 435px;
    width: 1px;
    margin: unset;
    margin-top: 12px;
  }
}

.hide {
  display: none;
}

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

.casino-card--expanded .casino-card__expanded-content {
  max-height: 1000px;
}

.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-comparison {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.casino-comparison__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #000000;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__title {
    font-size: 32px;
  }
}
.casino-comparison__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-comparison__box {
  margin: 20px 0;
  background: #F6F8FB;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.casino-comparison__box-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__box-title {
    font-size: 26px;
  }
}
.casino-comparison__box-text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #555555;
  margin: 0;
}
@media (min-width: 1024px) {
  .casino-comparison__box-text {
    font-size: 16px;
    line-height: 150%;
  }
}
.casino-comparison__banner {
  width: 100%;
  background-color: #E8E9E3;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .casino-comparison__banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.casino-comparison__banner-text {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-text {
    padding: 20px;
  }
}
.casino-comparison .us-map {
  margin-top: -7px;
}
@media (min-width: 1024px) {
  .casino-comparison .us-map {
    margin-top: -4px;
    width: 110px;
    height: 110px;
  }
}
.casino-comparison__banner-logo {
  width: 40px;
}
.casino-comparison__banner-logo img {
  width: 34px;
}
.casino-comparison__banner-title {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -5%;
  color: #000000;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-title {
    font-size: 24px;
  }
}
.casino-comparison__banner-map {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .casino-comparison__banner-map {
    height: 200px;
    width: calc(100% - 170px);
  }
}
.casino-comparison__map-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.casino-comparison__map-highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-comparison__map-highlight img {
  max-width: 80%;
  max-height: 80%;
}
.casino-comparison__map-label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.casino-comparison__map-tag {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 3px 5px;
  font-family: "Graphik LCG";
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
.casino-comparison__map-marker {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.casino-comparison__map-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0.3;
}
.casino-comparison__cta {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border-radius: 8px;
  font-family: "Graphik LCG";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.casino-comparison__cta:hover {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .casino-comparison__cta {
    font-size: 18px;
    max-width: 280px;
    align-self: center;
  }
}
.casino-comparison .casino-comparison__cta:hover {
  color: white;
}

.companies-single-page {
  background: #fff;
  padding-bottom: 60px;
}
.companies-single-page h1, .companies-single-page h2, .companies-single-page h3, .companies-single-page h4, .companies-single-page h5, .companies-single-page h6 {
  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;
}
.companies-single-page .company-hero__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px !important;
  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) {
  .companies-single-page .company-hero__title {
    font-size: 56px !important;
  }
}

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

.company-single-card,
.company-content-block,
.company-card {
  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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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, .company-single-card.company-contacts .contact-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: 767px) {
  .company-single-card .company-divider.mobile-hidden-divider {
    display: none;
  }
}
.company-single-card .company-tag-info {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
  align-items: start;
}
@media (min-width: 992px) {
  .company-single-card .company-tag-info {
    max-width: 376px;
    margin-bottom: unset;
  }
}

.company-name,
.company-card--featured .company-header .company-name-website .company-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #000000;
}

.company-website,
.company-card--featured .company-header .company-name-website .company-website {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #FF7105;
  text-decoration: underline;
}
.company-website:hover,
.company-card--featured .company-header .company-name-website .company-website:hover {
  text-decoration: underline;
}

.company-single-card .company-info .company-rating,
.company-single-card .company-actions .company-rating-group,
.company-card--featured .company-tag-rating .company-rating,
.company-reviews .review-author .author-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;
}

.company-single-card .company-actions .company-rating-group {
  justify-content: center;
  width: 100%;
}

.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 .rating-score {
  font-weight: 600;
}

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

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

.company-single-card .company-actions .rating-score {
  font-size: 16px;
  line-height: 150%;
}

.company-single-card .company-actions .rating-stars {
  font-size: 16px;
}

.company-reviews .review-author .author-rating .rating-score {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.company-reviews .review-author .author-rating .rating-stars {
  color: #FF7105;
}

.company-tag-info .company-tag,
.company-card--featured .company-tag-rating .company-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  background: #FFF1F8;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #BB0B68;
}

.company-tag-info .company-tag {
  margin-bottom: 12px;
  width: fit-content;
}

.company-tag-info .company-about-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.47;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .company-tag-info .company-about-title {
    display: none;
  }
}

.company-tag-info .company-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 768px) {
  .company-tag-info .company-columns {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .company-tag-info .company-columns {
    flex-wrap: nowrap;
  }
}
.company-tag-info .company-columns .company-column .company-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.company-tag-info .company-columns .company-column .company-detail:last-child {
  margin-bottom: 0;
}
.company-tag-info .company-columns .company-column .company-detail .detail-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #555555;
}
.company-tag-info .company-columns .company-column .company-detail .detail-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: #000000;
}

.company-single-card .company-actions .company-button--primary,
.content-block-list .content-block-button,
.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,
.content-block-list .content-block-button: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: 768px) {
  .company-single-card .company-actions .company-button--primary {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 110%;
  }
}
.company-single-card .company-actions .rating-mark {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 8px;
}
.company-single-card .company-actions .rating-mark .mark-icon {
  width: 12px;
  height: 12px;
}

.company-tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E7E7E8;
  margin-bottom: 32px;
}
.company-tabs .company-tab {
  padding: 12px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  margin-right: 8px;
  background: #fff;
  border: unset;
}
.company-tabs .company-tab.active {
  color: #EA53D3;
  font-weight: 600;
}
.company-tabs .company-tab.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #EA53D3;
  border-radius: 2px 2px 0 0;
}
.company-tabs .company-tab:hover:not(.active) {
  color: rgba(0, 0, 0, 0.7);
}

.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;
  }
}
.company-content-columns .company-sidebar-column .sidebar-ad {
  background: #F8F9F9;
  border-radius: 16px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -5%;
  color: #000000;
  margin-bottom: 24px;
}
.company-content-columns .company-sidebar-column .sidebar-ad:last-child {
  margin-bottom: 0;
}

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

.content-block-title,
.other-companies-title {
  font-weight: 700;
  color: #000000;
}

.content-block-title {
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .content-block-title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }
}

.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,
.company-card--featured .company-description,
.jobs-description p,
.review-item .review-text {
  color: #000000;
  line-height: 150%;
}

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

.company-card--featured .company-description,
.review-item .review-text {
  font-size: 16px;
}

.review-item .review-text p {
  margin-bottom: 16px;
}
.review-item .review-text p:last-child {
  margin-bottom: 0;
}

.content-block-list .list-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 8px;
}
.content-block-list .list-items {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.content-block-list .list-item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 8px;
}
.content-block-list .list-item:last-child {
  margin-bottom: 0;
}
.content-block-list .list-item .list-bullet {
  width: 8px;
  height: 8px;
  background-color: #EA53D3;
  border-radius: 50%;
  margin-top: 8px;
}
.content-block-list .list-item .list-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #555555;
}
.content-block-list .content-block-button {
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  width: 100%;
}
@media (min-width: 1024px) {
  .content-block-list .content-block-button {
    width: auto;
  }
}

.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: 768px) {
  .company-content-block.company-contacts .contact-divider {
    display: block;
  }
}

.jobs-table {
  margin-top: 0;
  margin-bottom: 24px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.jobs-table .jobs-table-header, .jobs-table .jobs-table-row {
  display: flex;
  width: 100%;
  min-width: 700px;
  border-bottom: 1px solid #E7E7E8;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-header, .jobs-table .jobs-table-row {
    min-width: auto;
  }
}
.jobs-table .jobs-table-header {
  padding-bottom: 10px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-header {
    padding-bottom: 16px;
  }
}
.jobs-table .jobs-table-row {
  padding: 16px 0;
  align-items: center;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-row {
    padding: 24px 0;
  }
}
.jobs-table .jobs-table-row:last-child {
  border-bottom: none;
}
.jobs-table .jobs-table-cell {
  flex-shrink: 0;
}
.jobs-table .jobs-table-cell--title {
  flex: 1;
  padding-right: 16px;
  flex-shrink: 1;
  width: 180px;
  min-width: 180px;
  max-width: unset;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-cell--title {
    width: auto;
    min-width: auto;
    padding-right: 32px;
    max-width: auto;
  }
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-cell--location, .jobs-table .jobs-table-cell--posted, .jobs-table .jobs-table-cell--actions {
    padding-right: 32px;
  }
}
.jobs-table .jobs-table-cell--location {
  width: 130px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-cell--location {
    width: 150px;
  }
}
.jobs-table .jobs-table-cell--posted {
  width: 80px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-cell--posted {
    width: 100px;
  }
}
.jobs-table .jobs-table-cell--actions {
  width: 100px;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-cell--actions {
    width: 240px;
  }
}
.jobs-table .jobs-table-header .jobs-table-cell {
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-header .jobs-table-cell {
    font-size: 14px;
    letter-spacing: 5%;
  }
}
.jobs-table .jobs-table-row .jobs-table-cell--title .job-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  white-space: normal;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-row .jobs-table-cell--title .job-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.5%;
  }
}
.jobs-table .jobs-table-row .jobs-table-cell--location,
.jobs-table .jobs-table-row .jobs-table-cell--posted {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-row .jobs-table-cell--location,
  .jobs-table .jobs-table-row .jobs-table-cell--posted {
    font-size: 16px;
    line-height: 150%;
  }
}
.jobs-table .jobs-table-row .jobs-table-cell--actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 200px;
  flex-shrink: 0;
  margin-left: 16px;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-row .jobs-table-cell--actions {
    gap: 16px;
    width: 240px;
    margin-left: 0;
  }
}
.jobs-table .jobs-table-row .jobs-table-cell--actions .job-action {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .jobs-table .jobs-table-row .jobs-table-cell--actions .job-action {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
}
.jobs-table .jobs-table-row .jobs-table-cell--actions .job-action--primary {
  font-weight: 500;
  color: #FF7105;
}
.jobs-table .jobs-table-row .jobs-table-cell--actions .job-action:hover {
  text-decoration: underline;
}

.jobs-description {
  margin-top: 24px;
}

.jobs-content-block {
  padding: 12px;
}
@media (min-width: 1024px) {
  .jobs-content-block {
    padding: 24px;
  }
}
.jobs-content-block .content-block-title {
  margin-bottom: 12px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .jobs-content-block .content-block-title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}

.jobs-content-columns {
  display: block;
}

.jobs-main-column {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

.other-companies {
  padding: 16px 0 0;
}
.other-companies .other-companies-title {
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 24px;
}
.other-companies .other-companies-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.company-card {
  padding: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.company-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.company-card--featured {
  flex: 1;
  min-width: 300px;
  max-width: 332px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.company-card--featured .company-header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
}
.company-card--featured .company-header .company-logo {
  width: 59px;
  height: 55px;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.company-card--featured .company-header .company-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.company-card--featured .company-header .company-name-website {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.company-card--featured .company-tag-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-card--featured .company-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background: #FFFFFF;
  border: 2px solid #E7E7E8;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #3B1E37;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  align-self: flex-start;
}
.company-card--featured .company-button:hover {
  border-color: #FF7105;
  color: #FF7105;
}

.casino-first-screen {
  background: radial-gradient(circle at 50% 0%, #000000, #461F40);
  color: #fff;
  padding: 24px 0;
  position: relative;
}
.casino-first-screen .company-hero {
  padding: 24px 0;
}
.casino-first-screen .company-hero__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #fff;
  background: linear-gradient(to right, #fff 49%, #EA53D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.casino-first-screen .company-hero__text {
  font-size: 18px;
  line-height: 150%;
  max-width: 660px;
}
.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 {
  width: 6px;
  height: 10px;
}

.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-item {
  padding: 16px !important;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #F8F9F9;
}
@media (min-width: 1024px) {
  .company-reviews .review-item {
    padding: 24px;
  }
}
.company-reviews .review-item .review-author {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.company-reviews .review-item .review-author .author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.company-reviews .review-item .review-author .author-info .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7E7E8;
}
.company-reviews .review-item .review-author .author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-reviews .review-item .review-author .author-info .author-avatar .avatar-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.company-reviews .review-item .review-author .author-info .author-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.company-reviews .review-item .review-author .author-info .author-details .author-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #000000;
}
.company-reviews .review-item .review-author .author-info .author-details .author-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.5);
}
.company-reviews .review-divider {
  height: 1px;
  background-color: #E7E7E8;
  border: none;
  margin: 24px 0;
}
.company-reviews .review-message {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.company-reviews .review-message.review-success {
  background-color: rgba(41, 183, 126, 0.1);
  color: #29B77E;
  border: 1px solid #29B77E;
}
.company-reviews .review-message.review-error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #EF4444;
  border: 1px solid #EF4444;
}
.company-reviews .rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.company-reviews .form-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5%;
  color: #000000;
  margin-bottom: 0;
}
.company-reviews .rating-select {
  margin-bottom: 0;
  border: unset;
}
.company-reviews .rating-stars-select {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.company-reviews .rating-stars-select input[type=radio] {
  display: none;
}
.company-reviews .rating-stars-select .star-label {
  color: #BCBCBC;
  font-size: 26px;
  cursor: pointer;
  padding: 0 2px;
  transition: color 0.2s ease;
}
.company-reviews .rating-stars-select .star-label:hover, .company-reviews .rating-stars-select .star-label.hover, .company-reviews .rating-stars-select .star-label.selected {
  color: #FF7105;
}
.company-reviews .rating-stars-select .star-label.validation-error {
  animation: star-error 0.6s ease;
}
@keyframes star-error {
  0%, 100% {
    transform: translateX(0);
    color: #BCBCBC;
  }
  20%, 60% {
    transform: translateX(-5px);
    color: #EF4444;
  }
  40%, 80% {
    transform: translateX(5px);
    color: #EF4444;
  }
}
.company-reviews .review-input input,
.company-reviews .review-textarea textarea {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.company-reviews .review-input input::placeholder,
.company-reviews .review-textarea textarea::placeholder {
  color: #AAABB1;
}
.company-reviews .review-input input:focus,
.company-reviews .review-textarea textarea:focus {
  outline: none;
  border-color: #EA53D3;
}
.company-reviews .review-input {
  margin-bottom: 16px;
}
.company-reviews .review-input input {
  padding: 12px 16px;
}
.company-reviews .review-textarea {
  margin-bottom: 16px;
}
.company-reviews .review-textarea textarea {
  min-height: 120px;
  padding: 16px;
  resize: vertical;
}
.company-reviews .submit-review-button {
  padding: 16px 20px;
  border: none;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
  cursor: pointer;
}

.companies-single-page .casino-first-screen .company-hero {
  background: unset;
}

.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 h1 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #000000;
  margin: 0 0 24px 0;
}
.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 h4 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.005em;
  color: #000000;
  margin: 16px 0 16px 0;
}
.content-block-text h4:first-child {
  margin-top: 0;
}
.content-block-text h5, .content-block-text h6 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin: 16px 0 8px 0;
}
.content-block-text h5:first-child, .content-block-text h6: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 a {
  color: #FF7105;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.content-block-text a:hover {
  color: #EA53D3;
  text-decoration: underline;
}
.content-block-text strong, .content-block-text b {
  font-weight: 600;
  color: #000000;
}
.content-block-text em, .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 strong, .content-block-text ul li b, .content-block-text ul li em, .content-block-text ul li i, .content-block-text ul li span, .content-block-text ul li a, .content-block-text ul li code {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.content-block-text ul li strong, .content-block-text ul li b {
  font-weight: 600;
}
.content-block-text ul li em, .content-block-text ul li i {
  font-style: italic;
}
.content-block-text ul li ul {
  margin: 8px 0 0 0;
}
.content-block-text ul li ul li {
  font-size: 15px;
  color: #555555;
}
.content-block-text ul li ul li::before {
  background-color: #FF7105;
  width: 6px;
  height: 6px;
  top: 7px;
}
.content-block-text ul li ul li strong, .content-block-text ul li ul li b, .content-block-text ul li ul li em, .content-block-text ul li ul li i, .content-block-text ul li ul li span, .content-block-text ul li ul li a, .content-block-text ul li ul li code {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.content-block-text ol {
  padding: 0;
  margin: 0 0 16px 0;
  counter-reset: list-counter;
}
.content-block-text ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  counter-increment: list-counter;
}
.content-block-text ol li:last-child {
  margin-bottom: 0;
}
.content-block-text ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #EA53D3;
  width: 20px;
}
.content-block-text ol li strong, .content-block-text ol li b, .content-block-text ol li em, .content-block-text ol li i, .content-block-text ol li span, .content-block-text ol li a, .content-block-text ol li code {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.content-block-text ol li strong, .content-block-text ol li b {
  font-weight: 600;
}
.content-block-text ol li em, .content-block-text ol li i {
  font-style: italic;
}
.content-block-text ol li ol {
  margin: 8px 0 0 0;
  counter-reset: nested-counter;
}
.content-block-text ol li ol li {
  font-size: 15px;
  color: #555555;
  padding-left: 24px;
  counter-increment: nested-counter;
}
.content-block-text ol li ol li::before {
  content: counter(nested-counter, lower-alpha) ".";
  color: #FF7105;
  width: 16px;
}
.content-block-text ol li ol li strong, .content-block-text ol li ol li b, .content-block-text ol li ol li em, .content-block-text ol li ol li i, .content-block-text ol li ol li span, .content-block-text ol li ol li a, .content-block-text ol li ol li code {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.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 thead th {
  font-family: "Graphik LCG", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  padding: 0px 0px 8px 0;
  border-bottom: 1px solid #E7E7E8;
}
.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;
}
.content-block-text blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  background: #F8F9F9;
  border-left: 4px solid #EA53D3;
  border-radius: 0 8px 8px 0;
}
.content-block-text blockquote p {
  font-style: italic;
  color: #555555;
  margin: 0;
}
.content-block-text blockquote p:not(:last-child) {
  margin-bottom: 12px;
}
.content-block-text blockquote cite {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-top: 8px;
}
.content-block-text blockquote cite::before {
  content: "— ";
}
.content-block-text pre {
  background: #F8F9F9;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  overflow-x: auto;
}
.content-block-text pre code {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  background: none;
  padding: 0;
}
.content-block-text code {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 14px;
  background: #F8F9F9;
  color: #EA53D3;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #E7E7E8;
}
.content-block-text hr {
  border: none;
  height: 1px;
  background: #E7E7E8;
  margin: 32px 0;
}
.content-block-text img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}
.content-block-text img.alignleft {
  float: left;
  margin: 0 16px 16px 0;
  max-width: 50%;
}
.content-block-text img.alignright {
  float: right;
  margin: 0 0 16px 16px;
  max-width: 50%;
}
.content-block-text img.aligncenter {
  display: block;
  margin: 16px auto;
}
.content-block-text figure {
  margin: 24px 0;
}
.content-block-text figure img {
  margin: 0;
}
.content-block-text figure figcaption {
  font-size: 14px;
  color: #555555;
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}
.content-block-text dl {
  margin: 16px 0;
}
.content-block-text dl dt {
  font-weight: 600;
  color: #000000;
  margin: 16px 0 4px 0;
}
.content-block-text dl dt:first-child {
  margin-top: 0;
}
.content-block-text dl dd {
  margin: 0 0 8px 16px;
  color: #555555;
}
@media (max-width: 767px) {
  .content-block-text h1 {
    font-size: 28px;
  }
  .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 thead th {
    padding: 12px 8px;
    font-size: 14px;
  }
  .content-block-text table tbody td {
    padding: 10px 8px;
    font-size: 13px;
  }
  .content-block-text blockquote {
    margin: 16px 0;
    padding: 12px 16px;
  }
  .content-block-text img.alignleft, .content-block-text img.alignright {
    float: none;
    max-width: 100%;
    margin: 16px 0;
  }
}

.content-block-text-company {
  padding: unset;
  box-shadow: unset;
  background: unset;
  border: unset;
  border-radius: unset;
  margin-bottom: unset;
}

.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: rgb(209, 90.288, 0);
}
.company-reviews .review-item {
  background-color: #F8F9F9;
  border-radius: 12px;
  margin-bottom: 16px;
}
.company-reviews .review-item .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: flex-start;
  background: unset;
}
.company-reviews .review-item .review-header .reviewer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7105;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-details .reviewer-name {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5%;
  color: #000000;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-details .reviewer-date {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.5);
}
.company-reviews .review-item .review-header .reviewer-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.company-reviews .review-item .review-header .reviewer-rating .rating-stars {
  color: #FF7105;
  font-size: 16px;
}
.company-reviews .review-item .review-header .reviewer-rating .rating-score {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.company-reviews .review-item .review-content {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.company-reviews .review-item .review-content p {
  margin: 0 0 16px;
}
.company-reviews .review-item .review-content p:last-child {
  margin-bottom: 0;
}
.company-reviews .review-item .review-company {
  margin-top: 12px;
  font-family: "Graphik LCG", sans-serif;
}
.company-reviews .review-item .review-company small {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.company-reviews .review-item .review-company small a {
  color: #FF7105;
  text-decoration: none;
}
.company-reviews .review-item .review-company small a:hover {
  text-decoration: underline;
}
.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 #company-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 .leave-review-form .form-subtitle {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0 0 12px;
}
.company-reviews .leave-review-form .rating-select {
  margin-bottom: 24px;
}
.company-reviews .leave-review-form .rating-select .rating-stars-select {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.company-reviews .leave-review-form .rating-select .rating-stars-select input[type=radio] {
  display: none;
}
.company-reviews .leave-review-form .rating-select .rating-stars-select .star-label {
  font-size: 28px;
  color: #BCBCBC;
  cursor: pointer;
  margin-right: 5px;
  transition: color 0.2s ease;
}
.company-reviews .leave-review-form .rating-select .rating-stars-select input[type=radio]:checked ~ .star-label,
.company-reviews .leave-review-form .rating-select .rating-stars-select input[type=radio]:hover ~ .star-label {
  color: #FF7105;
}
.company-reviews .leave-review-form .review-input {
  margin-bottom: 16px;
}
.company-reviews .leave-review-form .review-input input {
  width: 100%;
  padding: 16px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.company-reviews .leave-review-form .review-input input::placeholder {
  color: #AAABB1;
}
.company-reviews .leave-review-form .review-input input:focus {
  outline: none;
  border-color: #FF7105;
}
.company-reviews .leave-review-form .review-textarea {
  margin-bottom: 24px;
}
.company-reviews .leave-review-form .review-textarea textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
}
.company-reviews .leave-review-form .review-textarea textarea::placeholder {
  color: #AAABB1;
}
.company-reviews .leave-review-form .review-textarea textarea:focus {
  outline: none;
  border-color: #FF7105;
}
.company-reviews .leave-review-form .submit-review-button {
  background: linear-gradient(135deg, #EA53D3 0%, #FF7105 100%);
  border: none;
  border-radius: 8px;
  padding: 16px 20px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5%;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.company-reviews .leave-review-form .submit-review-button:hover {
  opacity: 0.9;
}

.post-approved-reviews {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #E7E7E8;
}
.post-approved-reviews h3 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0 0 24px;
}
.post-approved-reviews .review-item {
  background-color: #F8F9F9;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}
.post-approved-reviews .review-item .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.post-approved-reviews .review-item .review-header .reviewer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7105;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-details .reviewer-name {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5%;
  color: #000000;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-details .reviewer-date {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.5);
}
.post-approved-reviews .review-item .review-header .reviewer-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-approved-reviews .review-item .review-header .reviewer-rating .rating-stars {
  color: #FF7105;
  font-size: 16px;
}
.post-approved-reviews .review-item .review-header .reviewer-rating .rating-score {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.post-approved-reviews .review-item .review-content {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.post-approved-reviews .review-item .review-content p {
  margin: 0 0 16px;
}
.post-approved-reviews .review-item .review-content p:last-child {
  margin-bottom: 0;
}
.post-approved-reviews .review-item .review-company {
  margin-top: 12px;
  font-family: "Graphik LCG", sans-serif;
}
.post-approved-reviews .review-item .review-company small {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.post-approved-reviews .review-item .review-company small a {
  color: #FF7105;
  text-decoration: none;
}
.post-approved-reviews .review-item .review-company small a:hover {
  text-decoration: underline;
}

.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: rgb(209, 90.288, 0);
}
.company-reviews .review-item {
  background-color: #F8F9F9;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .company-reviews .review-item {
    padding: 24px;
  }
}
.company-reviews .review-item .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: flex-start;
  background: unset;
}
.company-reviews .review-item .review-header .reviewer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7105;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-details .reviewer-name {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5%;
  color: #000000;
}
.company-reviews .review-item .review-header .reviewer-info .reviewer-details .reviewer-date {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.5);
}
.company-reviews .review-item .review-header .reviewer-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.company-reviews .review-item .review-header .reviewer-rating .rating-stars {
  color: #FF7105;
  font-size: 16px;
}
.company-reviews .review-item .review-header .reviewer-rating .rating-score {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.company-reviews .review-item .review-content {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.company-reviews .review-item .review-content p {
  margin: 0 0 16px;
}
.company-reviews .review-item .review-content p:last-child {
  margin-bottom: 0;
}
.company-reviews .review-item .review-service {
  margin-top: 12px;
  font-family: "Graphik LCG", sans-serif;
}
.company-reviews .review-item .review-service small {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.company-reviews .review-item .review-service small a {
  color: #FF7105;
  text-decoration: none;
}
.company-reviews .review-item .review-service small a:hover {
  text-decoration: underline;
}
.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: rgb(209, 90.288, 0);
}
.company-reviews .review-message {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
}
.company-reviews .review-message.review-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.company-reviews .review-message.review-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
@media (max-width: 374px) {
  .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 .review-item {
    padding: 16px;
  }
  .company-reviews .review-item .review-header {
    flex-direction: column;
    gap: 12px;
  }
  .company-reviews .review-item .review-header .reviewer-rating {
    align-self: flex-start;
  }
  .company-reviews .review-item .reviewer-info .reviewer-avatar {
    width: 36px;
    height: 36px;
  }
  .company-reviews .review-item .reviewer-info .reviewer-avatar .avatar-placeholder {
    font-size: 16px;
  }
  .company-reviews .review-item .reviewer-info .reviewer-details .reviewer-name {
    font-size: 16px;
  }
  .company-reviews .review-item .reviewer-info .reviewer-details .reviewer-date {
    font-size: 12px;
  }
  .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;
  }
}

.personas-archive .main-content {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  justify-content: space-between;
  flex-direction: row;
}
.personas-archive .main-content__inner {
  max-width: 740px;
  flex: 1;
}
.personas-archive .main-content__side-bar {
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .personas-archive .main-content__side-bar {
    display: none;
  }
}
.personas-archive .companies-filter-clear {
  top: -46px !important;
}
.personas-archive .page-header {
  margin-bottom: 2rem;
}
.personas-archive .persona-item {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.personas-archive .persona-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.personas-archive .persona-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.personas-archive .persona-thumbnail {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  overflow: hidden;
}
.personas-archive .persona-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.personas-archive .persona-thumbnail .no-image {
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
}
.personas-archive .persona-thumbnail .verification-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #4CAF50;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.personas-archive .persona-content {
  padding: 1rem;
}
.personas-archive .persona-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.personas-archive .persona-position {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.personas-archive .persona-company {
  color: #888;
  font-size: 0.9rem;
}

.personas-section {
  margin-bottom: 32px;
}
.personas-section__title {
  margin-bottom: 16px;
}
.personas-section__title h2 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.5%;
  margin: 0;
  color: #000000;
}

.personas-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.persona-card {
  display: flex;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(6, 6, 20, 0.1);
  overflow: hidden;
  padding: 16px;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .persona-card {
    flex-direction: row;
  }
}
.persona-card__img {
  position: relative;
  width: 134px;
  height: 134px;
  flex-shrink: 0;
}
.persona-card__img .persona-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(97deg, #EA53D3 4.41%, #FF7105 96.06%);
  overflow: hidden;
}
.persona-card__img .persona-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.persona-card__img .persona-thumbnail.no-image {
  background-color: #f5f5f5;
}
.persona-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.persona-card__content {
  flex: 1;
  padding: 8px 18px;
  background-color: #F8F9F9;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
}
@media (min-width: 1024px) {
  .persona-card__content {
    width: auto;
    align-items: unset;
  }
}
.persona-card__name {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5%;
  margin: 0;
  color: #000000;
}
.persona-card__role {
  display: inline-flex;
  padding: 4px 16px;
  background: var(--outline-primary, linear-gradient(97deg, #EA53D3 4.41%, #FF7105 96.06%));
  border-radius: 4px;
  width: fit-content;
  color: #ffffff;
}
.persona-card__role span {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.persona-card__description {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #000000;
}

.sidebar-ad {
  background-color: #F8F9F9;
  border-radius: 16px;
  height: 320px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-ad h3 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -5%;
  color: #000000;
}

.persona-single {
  background-color: #ffffff;
}
.persona-single .breadcrumbs .breadcrumb-item:nth-child(1), .persona-single .breadcrumbs .breadcrumb-item:nth-child(3):not(:last-child) {
  color: #EA53D3;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: "Graphik LCG";
}
.persona-single .breadcrumbs .breadcrumb-item:last-child {
  font-family: "Graphik LCG";
  color: #000000 !important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.persona-single .main-content {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  justify-content: space-between;
  flex-direction: row;
}
.persona-single .main-content__inner {
  max-width: 740px;
  flex: 1;
}
.persona-single .main-content__side-bar {
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .persona-single .main-content__side-bar {
    display: none;
  }
}
.persona-single .container {
  max-width: 1040px;
}
@media (min-width: 1024px) {
  .persona-single .container {
    width: 1040px;
  }
}
.persona-single .wrapper {
  position: relative;
}
.persona-single header {
  background: #000000;
}
.persona-single header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}
.persona-single e .container {
  position: relative;
  max-width: 1200px;
}
.persona-single .persona-main-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(6, 6, 20, 0.1);
  overflow: hidden;
  padding: 16px;
  gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .persona-single .persona-main-screen {
    flex-direction: row;
    align-items: center;
  }
}
.persona-single .persona-main-screen .mobile-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.persona-single .persona-main-screen .mobile-layout .persona-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.persona-single .persona-main-screen .mobile-layout .mobile-header-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.persona-single .persona-main-screen .mobile-layout .mobile-header-row .persona-card__img {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}
.persona-single .persona-main-screen .mobile-layout .mobile-header-row .persona-header {
  flex: 1;
}
.persona-single .persona-main-screen .mobile-layout .persona-verification {
  position: absolute;
  right: 28px;
  top: 35px;
}
.persona-single .persona-main-screen .mobile-layout .persona-position {
  text-align: unset;
}
.persona-single .persona-main-screen .mobile-layout .persona-verification span {
  display: none !important;
}
.persona-single .persona-main-screen .mobile-layout .persona-social {
  flex-direction: row;
  justify-content: space-between;
}
.persona-single .persona-main-screen .mobile-layout .persona-social-icons {
  gap: 6px;
}
.persona-single .persona-main-screen .mobile-layout .persona-card__badge {
  top: -4px;
  right: -6px;
}
@media (min-width: 768px) {
  .persona-single .persona-main-screen .mobile-layout {
    display: none;
  }
}
.persona-single .persona-main-screen .desktop-layout {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .persona-single .persona-main-screen .desktop-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.persona-single .persona-img {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.persona-single .persona-img .persona-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.persona-single .persona-img .persona-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(97deg, #EA53D3 4.41%, #FF7105 96.06%);
}
.persona-single .persona-img .persona-thumbnail.no-image {
  background-color: #f5f5f5;
}
.persona-single .persona-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #555;
}
.persona-single .persona-content p {
  font-family: "Graphik LCG";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .persona-single .persona-content {
    width: 100%;
  }
}
.persona-single .persona-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.persona-single .persona-title-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .persona-single .persona-title-icon {
    justify-content: center;
  }
}
.persona-single .persona-name {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  margin: 0;
  color: #000000;
}
.persona-single .persona-verification {
  display: flex;
  align-items: center;
  gap: 4px;
}
.persona-single .persona-verification img.icon-verified {
  width: 24px;
  height: 24px;
}
.persona-single .persona-verification span {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.persona-single .persona-position {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
@media (max-width: 576px) {
  .persona-single .persona-position {
    text-align: center;
  }
}
.persona-single .persona-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .persona-single .persona-social {
    flex-direction: column;
    align-items: center;
  }
}
.persona-single .persona-social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.persona-single .social-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.persona-single .social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.persona-single .persona-updated span {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.5);
}
.persona-single .persona-section {
  margin-bottom: 32px;
}
.persona-single .persona-section__title {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.5%;
  margin: 0 0 16px;
  color: #000000;
}
.persona-single .persona-events {
  background-color: #F8F9F9;
  border-radius: 16px;
  padding: 24px;
}
.persona-single .unordered-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.persona-single .list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.persona-single .list-item .list-bullet {
  width: 8px;
  height: 8px;
  background-color: #5B6074;
  border-radius: 50%;
  display: block;
  margin-top: 8px;
}
.persona-single .list-item span {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.persona-single .work-history-content {
  display: flex;
  gap: 16px;
}
.persona-single .work-timeline {
  width: 24px;
  position: relative;
  flex-shrink: 0;
}
.persona-single .timeline-line {
  position: relative;
  height: 100%;
  width: 100%;
}
.persona-single .timeline-line:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 1px;
  height: calc(100% - 12px);
  background-color: #E7E7E8;
}
.persona-single .timeline-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.persona-single .timeline-dot:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EA53D3;
}
.persona-single .work-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.persona-single .work-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding-left: 24px;
}
.persona-single .work-item .dot {
  background-color: #EA53D3;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 1px;
  top: 7px;
}
.persona-single .work-item:before {
  content: "";
  width: 1px;
  background-color: #E7E7E8;
  position: absolute;
  height: 140%;
  left: 4px;
  top: 14px;
}
.persona-single .work-item:last-child:before {
  background-color: #FFFFFF;
}
.persona-single .work-title {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.persona-single .work-period {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.5);
}
.persona-single .mastery-card {
  background-color: #ffffff;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.persona-single .mastery-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
}
.persona-single .mastery-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(to right, #FFCF46, #EDAD05);
  border-radius: 50%;
  position: relative;
}
.persona-single .mastery-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9.33346C12 11.9135 9.91421 14.0001 7.33333 14.0001C4.75244 14.0001 2.66667 11.9135 2.66667 9.33346C2.66667 6.75346 4.75244 4.66675 7.33333 4.66675H9.33333' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3333 2.00012L10 5.33346M8.66667 6.66679H12H8.66667Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.persona-single .mastery-title {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5%;
  margin: 0;
  color: #000000;
}
.persona-single .mastery-description {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.persona-single .mastery-description p {
  margin: 0 0 10px;
}
.persona-single .mastery-description p:last-child {
  margin-bottom: 0;
}
.persona-single .persona-info-card {
  background-color: #ffffff;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.persona-single .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.persona-single .info-label {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.persona-single .info-value {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.persona-single .info-link {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FF7105;
  text-decoration: none;
}
.persona-single .info-link:hover {
  text-decoration: underline;
}
.persona-single .info-divider {
  height: 1px;
  width: 100%;
  background-color: #E7E7E8;
  margin: 24px 0;
}

.persona-info-card.mobile-clone {
  margin-bottom: 24px;
}

.persona-single .persona-section {
  margin-bottom: 24;
}

.persona-single-old .persona-header {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .persona-single-old .persona-header {
    grid-template-columns: 1fr;
  }
}
.persona-single-old .persona-image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.persona-single-old .persona-image img {
  width: 100%;
  height: auto;
  display: block;
}
.persona-single-old .persona-image .no-image {
  background-color: #e0e0e0;
  width: 100%;
  aspect-ratio: 3/4;
}
.persona-single-old .persona-verification-status {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.persona-single-old .persona-verification-status .verified {
  background-color: #4CAF50;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}
.persona-single-old .persona-verification-status .not-verified {
  background-color: #F44336;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}
.persona-single-old .persona-info .entry-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.persona-single-old .persona-info .persona-position {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 0.5rem;
}
.persona-single-old .persona-info .persona-company {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1rem;
}
.persona-single-old .persona-info .persona-company .company-position {
  font-style: italic;
}
.persona-single-old .persona-info .persona-birth-date {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 1rem;
}
.persona-single-old .persona-info .persona-social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.persona-single-old .persona-info .persona-social-links .social-link {
  color: #555;
  transition: color 0.2s ease;
}
.persona-single-old .persona-info .persona-social-links .social-link:hover {
  color: #000;
}
.persona-single-old .persona-info .persona-social-links .social-link svg {
  width: 24px;
  height: 24px;
}
.persona-single-old .persona-work-history {
  margin: 2rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}
.persona-single-old .persona-work-history h2 {
  margin-bottom: 1.5rem;
}
.persona-single-old .persona-work-history .work-history-entries {
  display: grid;
  gap: 1.5rem;
}
.persona-single-old .persona-work-history .work-history-entry {
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 6px;
}
.persona-single-old .persona-work-history .work-history-entry h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.persona-single-old .persona-work-history .work-history-entry .subtitle {
  color: #666;
  font-style: italic;
}
.persona-single-old .persona-events-visited {
  margin: 2rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}
.persona-single-old .persona-events-visited h2 {
  margin-bottom: 1.5rem;
}
.persona-single-old .persona-events-visited .events-content {
  line-height: 1.6;
}
.persona-single-old .persona-mastery-mention {
  margin: 2rem 0;
  padding: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  border-radius: 6px;
  position: relative;
}
.persona-single-old .persona-mastery-mention.is-top {
  background-color: #f5f5dc;
  border: 1px solid #e0e0c0;
}
.persona-single-old .persona-mastery-mention h2 {
  margin-bottom: 1.5rem;
}
.persona-single-old .persona-mastery-mention .mastery-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-color: #FFD700;
  color: #333;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
}
.persona-single-old .persona-mastery-mention .mastery-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #333;
}
.persona-single-old .persona-mastery-mention .mastery-description {
  line-height: 1.6;
  color: #555;
}
.persona-single-old .persona-taxonomy {
  margin: 2rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .persona-single-old .persona-taxonomy {
    grid-template-columns: 1fr;
  }
}
.persona-single-old .persona-taxonomy h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.persona-single-old .persona-taxonomy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.persona-single-old .persona-taxonomy li {
  margin-bottom: 0.5rem;
}
.persona-single-old .persona-taxonomy li a {
  text-decoration: none;
  color: #0066cc;
  transition: color 0.2s ease;
}
.persona-single-old .persona-taxonomy li a:hover {
  color: #004080;
  text-decoration: underline;
}

.affiliate-programs-single-page .casino-first-screen {
  background: #ffffff;
  padding: unset;
}
.affiliate-programs-single-page .companies-page .breadcrumbs .breadcrumb-item:last-child {
  color: #black !important;
}
@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 .company-name-row h2 {
  color: #000;
  font-family: "Graphik LCG";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #000000 !important;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-name-row h2 {
    gap: 16px !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}
.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 .small-geos {
    display: none;
  }
  .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 .company-website {
  text-align: center;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .company-website {
    text-align: left;
  }
}
.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 .author-date-section .author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.affiliate-programs-single-page .author-date-section .author-info .author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.affiliate-programs-single-page .author-date-section .author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.affiliate-programs-single-page .author-date-section .author-info .author-name {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #555;
}
.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;
}
@media (min-width: 1024px) {
  .affiliate-programs-single-page .companies-search input {
    height: 56px;
  }
}
.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: rgb(209, 90.288, 0);
}
.affiliate-programs-single-page .review-item {
  background-color: #F8F9F9;
  border-radius: 12px;
  margin-bottom: 16px;
}
.affiliate-programs-single-page .review-item .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: flex-start;
  background: unset;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-info .reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-info .reviewer-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7105;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-info .reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-info .reviewer-details .reviewer-name {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5%;
  color: #000000;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-info .reviewer-details .reviewer-date {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.5);
}
.affiliate-programs-single-page .review-item .review-header .reviewer-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-rating .rating-stars {
  color: #FF7105;
  font-size: 16px;
}
.affiliate-programs-single-page .review-item .review-header .reviewer-rating .rating-score {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.affiliate-programs-single-page .review-item .review-content {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.affiliate-programs-single-page .review-item .review-content p {
  margin: 0 0 16px;
}
.affiliate-programs-single-page .review-item .review-content p:last-child {
  margin-bottom: 0;
}
.affiliate-programs-single-page .review-item .review-company {
  margin-top: 12px;
  font-family: "Graphik LCG", sans-serif;
}
.affiliate-programs-single-page .review-item .review-company small {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.affiliate-programs-single-page .review-item .review-company small a {
  color: #FF7105;
  text-decoration: none;
}
.affiliate-programs-single-page .review-item .review-company small a:hover {
  text-decoration: underline;
}
.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;
}
.affiliate-programs-single-page #company-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;
}
.affiliate-programs-single-page .leave-review-form .form-subtitle {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0 0 12px;
}
.affiliate-programs-single-page .leave-review-form .rating-select {
  margin-bottom: 24px;
}
.affiliate-programs-single-page .leave-review-form .rating-select .rating-stars-select {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.affiliate-programs-single-page .leave-review-form .rating-select .rating-stars-select input[type=radio] {
  display: none;
}
.affiliate-programs-single-page .leave-review-form .rating-select .rating-stars-select .star-label {
  font-size: 28px;
  color: #BCBCBC;
  cursor: pointer;
  margin-right: 5px;
  transition: color 0.2s ease;
}
.affiliate-programs-single-page .leave-review-form .rating-select .rating-stars-select input[type=radio]:checked ~ .star-label,
.affiliate-programs-single-page .leave-review-form .rating-select .rating-stars-select input[type=radio]:hover ~ .star-label {
  color: #FF7105;
}
.affiliate-programs-single-page .leave-review-form .review-input {
  margin-bottom: 16px;
}
.affiliate-programs-single-page .leave-review-form .review-input input {
  width: 100%;
  padding: 16px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.affiliate-programs-single-page .leave-review-form .review-input input::placeholder {
  color: #AAABB1;
}
.affiliate-programs-single-page .leave-review-form .review-input input:focus {
  outline: none;
  border-color: #FF7105;
}
.affiliate-programs-single-page .leave-review-form .review-textarea {
  margin-bottom: 24px;
}
.affiliate-programs-single-page .leave-review-form .review-textarea textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
}
.affiliate-programs-single-page .leave-review-form .review-textarea textarea::placeholder {
  color: #AAABB1;
}
.affiliate-programs-single-page .leave-review-form .review-textarea textarea:focus {
  outline: none;
  border-color: #FF7105;
}
.affiliate-programs-single-page .leave-review-form .submit-review-button {
  background: linear-gradient(135deg, #EA53D3 0%, #FF7105 100%);
  border: none;
  border-radius: 8px;
  padding: 16px 20px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5%;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.affiliate-programs-single-page .leave-review-form .submit-review-button:hover {
  opacity: 0.9;
}

.post-approved-reviews {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #E7E7E8;
}
.post-approved-reviews h3 {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0 0 24px;
}
.post-approved-reviews .review-item {
  background-color: #F8F9F9;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}
.post-approved-reviews .review-item .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.post-approved-reviews .review-item .review-header .reviewer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7105;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-details .reviewer-name {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5%;
  color: #000000;
}
.post-approved-reviews .review-item .review-header .reviewer-info .reviewer-details .reviewer-date {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.5);
}
.post-approved-reviews .review-item .review-header .reviewer-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-approved-reviews .review-item .review-header .reviewer-rating .rating-stars {
  color: #FF7105;
  font-size: 16px;
}
.post-approved-reviews .review-item .review-header .reviewer-rating .rating-score {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.post-approved-reviews .review-item .review-content {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.post-approved-reviews .review-item .review-content p {
  margin: 0 0 16px;
}
.post-approved-reviews .review-item .review-content p:last-child {
  margin-bottom: 0;
}
.post-approved-reviews .review-item .review-company {
  margin-top: 12px;
  font-family: "Graphik LCG", sans-serif;
}
.post-approved-reviews .review-item .review-company small {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.post-approved-reviews .review-item .review-company small a {
  color: #FF7105;
  text-decoration: none;
}
.post-approved-reviews .review-item .review-company small a:hover {
  text-decoration: underline;
}

.affiliate-programs-archive-page {
  /* Mobile filter button */
  /* Affiliate Programs Dropdown CSS */
  /* Search input styles */
  /* Default desktop styles */
  /* Mobile filter styles */
}
.affiliate-programs-archive-page .casino-first-screen {
  background: radial-gradient(circle at 50% 0%, #000000, #461F40);
}
.affiliate-programs-archive-page .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff !important;
}
.affiliate-programs-archive-page .company-tabs, .affiliate-programs-archive-page .companies-filters {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .affiliate-programs-archive-page .companies-page .companies-filter-clear {
    top: -68px;
  }
}
.affiliate-programs-archive-page .companies-title {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .companies-title {
    margin-top: 48px;
  }
}
.affiliate-programs-archive-page .companies-page .companies-header {
  margin-top: unset;
}
.affiliate-programs-archive-page .companies-page .companies-select, .affiliate-programs-archive-page .companies-page .companies-sort {
  background: #F2F2F2;
}
.affiliate-programs-archive-page .section-title {
  margin-top: 32px;
}
.affiliate-programs-archive-page .companies-page .company-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .companies-page .company-card {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.affiliate-programs-archive-page .company-logo {
  width: 144px;
  height: 108px;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .company-logo {
    width: 158px;
    height: 84px;
  }
}
.affiliate-programs-archive-page .company-header {
  flex-direction: row;
  margin-bottom: unset;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .company-header {
    flex-direction: row;
    margin-bottom: unset;
  }
}
.affiliate-programs-archive-page .rating-stars-wrapper {
  display: flex;
  gap: 8px;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .rating-stars-wrapper {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .affiliate-programs-archive-page .companies-page .company-rating {
    justify-content: unset;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    width: 100%;
    gap: 8px;
  }
}
.affiliate-programs-archive-page .rating-count {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .rating-count {
    text-decoration: unset;
  }
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .company-content {
    width: 505px;
  }
}
.affiliate-programs-archive-page .company-divider-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .company-divider-mobile {
    display: none;
  }
}
.affiliate-programs-archive-page .company-divider-desktop {
  display: block;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .company-divider-desktop {
    display: unset;
    width: 1px;
    height: 84px;
    background-color: #E7E7E8;
    margin: unset;
  }
}
.affiliate-programs-archive-page .companies-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.affiliate-programs-archive-page .small-geos {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.06px;
}
.affiliate-programs-archive-page .company-content-row {
  display: flex;
  justify-content: space-between;
}
.affiliate-programs-archive-page .company-content-row .commission_type {
  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;
}
.affiliate-programs-archive-page .company-content {
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.affiliate-programs-archive-page .company-info {
  height: 106px;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .company-info {
    height: unset;
  }
}
.affiliate-programs-archive-page .company-content .company-content-row {
  display: none;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .company-content .company-content-row {
    display: flex;
  }
}
.affiliate-programs-archive-page .btn_gradient {
  width: 100%;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .btn_gradient {
    width: unset;
    min-width: 114px;
  }
}
.affiliate-programs-archive-page .commission_type_mobile {
  display: flex;
  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;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .commission_type_mobile {
    display: none;
  }
}
.affiliate-programs-archive-page .company-divider {
  margin: unset;
}
.affiliate-programs-archive-page .company-divider-mobile-none {
  display: none;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .company-divider-mobile-none {
    display: block;
  }
}
.affiliate-programs-archive-page .company-tab {
  padding: 12px;
}
.affiliate-programs-archive-page .company-card a:hover {
  color: #ffffff !important;
}
.affiliate-programs-archive-page .mobile-filter-button {
  display: block;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .mobile-filter-button {
    display: none;
  }
}
.affiliate-programs-archive-page .mobile-filter-button .btn-secondary.filter-toggle {
  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;
}
.affiliate-programs-archive-page .mobile-filter-button .btn-secondary.filter-toggle span {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.47;
  color: #3B1E37;
}
.affiliate-programs-archive-page .mobile-filter-button .btn-secondary.filter-toggle .filter-icon {
  display: flex;
  align-items: center;
}
.affiliate-programs-archive-page .mobile-filter-button .btn-secondary.filter-toggle:hover {
  border-color: #D7D7D8;
}
.affiliate-programs-archive-page .mobile-filter-button .btn-secondary.filter-toggle.active {
  background-color: #F8F8F8;
}
.affiliate-programs-archive-page .mobile-filter-button .filter-toggle.active {
  background-color: #F8F8F8;
}
.affiliate-programs-archive-page .companies-select,
.affiliate-programs-archive-page .companies-sort {
  position: relative;
}
.affiliate-programs-archive-page .companies-search {
  position: relative;
  flex: 1;
}
.affiliate-programs-archive-page .companies-search input {
  width: 100%;
  padding: 16px;
  padding-right: 48px;
  background: #F2F2F2;
  border-radius: 12px;
  font-size: 16px;
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: #F8F9F9;
}
@media (min-width: 1024px) {
  .affiliate-programs-archive-page .companies-search input {
    height: 100%;
  }
}
.affiliate-programs-archive-page .companies-search svg {
  position: absolute;
  right: 16px;
  top: 44%;
  transform: translateY(-50%);
}
.affiliate-programs-archive-page .companies-filters {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .affiliate-programs-archive-page .companies-filters {
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    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;
  }
  .affiliate-programs-archive-page .companies-filters.visible {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
  }
  .affiliate-programs-archive-page .filter-toggle.active {
    background-color: #F8F8F8;
  }
  .affiliate-programs-archive-page .companies-select,
  .affiliate-programs-archive-page .companies-sort {
    position: relative;
  }
  .affiliate-programs-archive-page .companies-select.has-dropdown-open,
  .affiliate-programs-archive-page .companies-sort.has-dropdown-open {
    margin-bottom: calc(var(--dropdown-height, 200px) + 16px);
    transition: margin-bottom 0.3s ease;
  }
  .affiliate-programs-archive-page .dropdown-content {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    z-index: 100;
  }
}
.affiliate-programs-archive-page .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;
}
.affiliate-programs-archive-page .companies-select.active .dropdown-content,
.affiliate-programs-archive-page .companies-sort.active .dropdown-content,
.affiliate-programs-archive-page .dropdown-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.affiliate-programs-archive-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, background-color 0.2s;
}
.affiliate-programs-archive-page .dropdown-item:hover {
  color: #EA53D3;
  background-color: rgba(234, 83, 211, 0.05);
}
.affiliate-programs-archive-page .dropdown-item.selected {
  color: #EA53D3;
  background-color: #F8F8F8;
}
.affiliate-programs-archive-page .dropdown-empty {
  color: #999;
  font-style: italic;
}

.archive-services-page .servivces-cards {
  margin-top: 16px;
}
.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-mobile {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .archive-services-page .servivces-card-mobile {
    display: none;
  }
}
.archive-services-page .servivces-card-mobile img {
  width: 158px;
  height: 90px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E7E7E8;
}
.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 h2 {
  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;
  }
}
.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 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.archive-services-page .servivces-card-desktop .servivces-card-content {
  margin-top: 0px;
}
.archive-services-page .payments-services-cards .servivces-card {
  flex-direction: row;
  border-top: 1px solid #E7E7E8;
  border-bottom: 1px solid #E7E7E8;
  margin-bottom: -1px;
}
.archive-services-page .payments-services-cards .servivces-card-mobile {
  flex-wrap: nowrap;
}
.archive-services-page .payments-services-cards .servivces-card-col {
  width: auto;
  width: 140px;
}
.archive-services-page .payments-services-cards img {
  width: 80px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--outline-variant, #E7E7E8);
  object-fit: cover;
}
@media (min-width: 1024px) {
  .archive-services-page .payments-services-cards img {
    width: 158px;
    height: 66px;
  }
}
.archive-services-page .payments-services-cards .servivces-card-content {
  display: none;
}
@media (min-width: 1024px) {
  .archive-services-page .payments-services-cards .servivces-card-content {
    max-width: 379px;
    margin-top: 0px;
    display: block;
  }
}
.archive-services-page .payments-services-cards .servivces-card {
  justify-content: space-between;
}
.archive-services-page .payments-services-cards .servivces-card-review-stars {
  display: flex;
  gap: 4px;
  align-items: center;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .archive-services-page .payments-services-cards .servivces-card-review-stars {
    padding: 4px 8px;
    border: 1px solid #000;
  }
}
.archive-services-page .payments-services-cards .servivces-card-title h2 {
  align-self: stretch;
  color: #000;
  font-family: "Graphik LCG";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.archive-services-page .payments-services-cards .servivces-card-link {
  width: 112px;
  height: 46px;
  display: flex;
  background: #FFF;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 2px solid var(--outline-variant, #E7E7E8);
  color: #3B1E37;
  text-align: center;
  font-family: "Graphik LCG";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.07px;
  white-space: nowrap;
}
.archive-services-page .view-all-btn {
  color: var(--secondary, #FF7105);
  font-family: "Graphik LCG";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.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 .service-cards-table-header {
  width: 100%;
  display: flex;
  padding: 8px 0px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  justify-content: space-between;
  max-width: 736px;
}
.archive-services-page .service-cards-table-header_item {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Graphik LCG";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}
.archive-services-page .service-cards-table-header_item:nth-child(2) {
  margin-left: 217px;
}
@media (min-width: 1024px) {
  .archive-services-page .service-cards-table-header_item:nth-child(2) {
    margin-left: 58px;
  }
}
.archive-services-page .service-cards-table-header_item:nth-child(3) {
  margin-left: 159px;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .archive-services-page .service-cards-table-header_item:nth-child(3) {
    margin-left: 0;
    margin-right: 135px;
  }
}
.archive-services-page .third-services-cards {
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 16px;
}
.archive-services-page .third-services-cards::-webkit-scrollbar {
  height: 4px;
}
.archive-services-page .third-services-cards::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.archive-services-page .third-services-cards::-webkit-scrollbar-thumb {
  background: #FF7105;
  border-radius: 4px;
}
.archive-services-page .third-services-cards .servivces-card {
  max-width: 736px;
  width: 736px;
  min-width: 736px;
  flex-shrink: 0;
}
.archive-services-page .third-services-cards .servivces-card-link {
  color: var(--secondary, #FF7105);
  font-family: "Graphik LCG";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.07px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  border: unset;
}
.archive-services-page .third-services-cards img {
  width: 100px;
  height: 66px;
}
.archive-services-page .third-services-cards .servivces-card-desktop {
  display: flex;
}
.archive-services-page .third-services-cards .servivces-card-mobile {
  display: none;
}
.archive-services-page .third-services-cards .servivces-card-content {
  display: block;
}
.archive-services-page .third-services-cards .servivces-card-reviews {
  display: flex;
}
.archive-services-page .third-services-cards .servivces-card-col {
  width: 140px;
}
.archive-services-page .third-services-cards .servivces-card-reviews {
  width: auto;
}
.archive-services-page .key-advantages {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E7E7E8;
  margin: 24px 0;
  gap: 16px;
}
.archive-services-page .key-advantages .key-advantages-header h2 {
  font-family: "Graphik LCG";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: -0.5%;
  color: #000000;
}
@media (min-width: 1024px) {
  .archive-services-page .key-advantages .key-advantages-header h2 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.13px;
  }
}
.archive-services-page .key-advantages.functionality li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23EA53D3'/%3E%3C/svg%3E");
  background-size: 8px 8px;
  top: 8px;
}
.archive-services-page .key-advantages-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) {
  .archive-services-page .key-advantages-content h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.13px;
  }
}
.archive-services-page .key-advantages-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-services-page .key-advantages-content li {
  position: relative;
  padding-left: 32px;
  font-family: "Graphik LCG";
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.5em;
}
.archive-services-page .key-advantages-content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00071 0.271729C4.18326 0.271729 0.273438 4.18242 0.273438 8.999C0.273438 13.8173 4.18326 17.7263 9.00071 17.7263C13.8269 17.7263 17.728 13.8173 17.728 8.999C17.728 4.18242 13.8269 0.271729 9.00071 0.271729V0.271729Z' fill='%230AA727' fill-opacity='0.2'/%3E%3Cpath d='M8.05837 11.6179C7.87415 11.6198 7.68993 11.5503 7.54793 11.4092L5.72203 9.59286C5.43899 9.31171 5.43611 8.85375 5.71532 8.56873C5.99548 8.28372 6.45028 8.28082 6.73333 8.56197L8.04782 9.86821L11.2582 6.59681C11.5375 6.3118 11.9932 6.30986 12.2763 6.59102C12.5583 6.87217 12.5612 7.33012 12.282 7.61514L8.56594 11.4025C8.42585 11.5455 8.24259 11.617 8.05837 11.6179' fill='%230AA727'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
.archive-services-page .key-advantages-content li b {
  font-weight: 600;
}
.archive-services-page .functionality-description {
  align-self: stretch;
  color: #555;
  font-family: "Graphik LCG";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.archive-services-page .content-sidebar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .archive-services-page .content-sidebar-wrapper {
    flex-direction: row;
    gap: 24px;
  }
}
.archive-services-page .content-main {
  flex: 1;
}
.archive-services-page .sidebar {
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .archive-services-page .sidebar {
    width: 280px;
    flex-shrink: 0;
  }
}
.archive-services-page .sidebar-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background-color: #F6F8FB;
  border-radius: 16px;
}
.archive-services-page .sidebar-ad span {
  color: #000000;
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1em;
  letter-spacing: -5%;
}
.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 .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 .companies-filters {
  margin-top: 24px !important;
}
.archive-services-page .program-details-table-wrapper {
  margin-top: 24px;
}
.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;
  }
}

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