

:root {
  --Colors-Green_Transp: #76DBA129;
  --Colors-Ocean_Transp: #83D1FC29;
  --Colors-Red: #FF3232;
  --Colors-Green: #76DBA1;
  --Colors-Ocean: #83D1FC;
  --Colors-Purple: #AD7BFF;
  --Colors-Purple_Transp: #AD7BFF29;
  --Colors-Grass_Transp: #ACE54E29;
  --Colors-Grass: #ACE54E;
  --stack-gap: 16px;
}

.bottom-filter-tags__btn {
  display: flex;
  width: auto;
  height: 42px;
  border-radius: var(--SystemCorners-Small, 8px);
  overflow: hidden;
  background: var(--BG-Bg_2, #232320);
  padding: 12px 15px 12px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Text-Txt_Main, #FFFFFF);
  transition: background-color .3s ease, color .3s ease;
}

@media(min-width:1366px) {
  .bottom-filter-tags__btn:hover {
    background: var(--BG-Bg_3, #2C2C28);
  }
}

.bottom-filter-tags__btn:active {
  background: #21211e;
}

@media(max-width:360px) {
  .bottom-filter-tags__btn {
    height: 40px;
    font-family: Manrope, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    line-height: 16.39px;
  }
}

.breadcrumbs__container,
.loyalty-hero__container,
.loyalty-overview__container,
.loyalty-details__container,
.screenshot-grid__container,
.bottom-filter-tags__container {
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}

@media(max-width:767.98px) {
  .breadcrumbs__container,
.loyalty-hero__container,
.loyalty-overview__container,
.loyalty-details__container,
.screenshot-grid__container,
.bottom-filter-tags__container {
    padding: 0 16px;
  }
}

.bottom-filter-tags__header {
  transform: translate(2px);
}

.bottom-filter-tags__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.bottom-filter-tags__column {
  margin: 0 0 4px;
  padding: 0 2px;
}

@media(max-width:1439.98px) {.loyalty-hero__body {
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg-menu)center repeat;
    background-size: 130%;
  }
}

.loyalty-hero__row {
  display: flex;
}

@media(max-width:1439.98px) {
.loyalty-hero__row {
    flex-direction: column;
  }
}

.loyalty-hero__media {
  border-radius: var(--SystemCorners-Medium, 12px);
  overflow: hidden;
  position: relative;
  background: var(--bg-loyalty-card)center repeat;
  background-size: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media(max-width:1439.98px) {
.loyalty-hero__media {
    margin: 0 0 10px;
  }
}

@media(max-width:1439.98px) {
.loyalty-hero__media {
    flex: auto;
    background: transparent;
    padding: calc(50% - 22px) 12px 0;
    min-height: 0;
  }
}

.loyalty-hero__image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 6.8px;
  overflow: hidden;
}

.loyalty-hero__image-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000026;
  z-index: 1;
  pointer-events: none;
}

@media(max-width:1439.98px) {
.loyalty-hero__image-block {
    height: auto;
    aspect-ratio: 2 / 1;
  }
}

.loyalty-hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media(max-width:1439.98px) {
.loyalty-hero__image.loyalty-hero__image--cover {
    opacity: .85;
  }
.loyalty-hero__image.loyalty-hero__image--cover img {
    object-position: center top;
  }
}

.loyalty-hero__brand {
  position: relative;
  z-index: 2;
  display: flex;
}

.loyalty-hero__brand-block--mobile {
  display: none;
}

@media(max-width:1439.98px) {
.loyalty-hero__brand {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.loyalty-hero__brand-block--desktop {
    display: none;
  }
.loyalty-hero__brand-block--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
  }
}

.loyalty-hero__brand-logo {
  overflow: hidden;
  position: relative;
}

.loyalty-hero__brand-logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.loyalty-hero__brand-logo img {
  width: auto;
}

@media(max-width:1439.98px) {
.loyalty-hero__brand-logo {
    flex: 0 0 100px;
    height: 100px;
    border-radius: 15px;
    margin: 0 0 12px;
  }
.loyalty-hero__brand-block--mobile .loyalty-hero__brand-logo {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    margin: 0;
    border-radius: 14px;
  }
.loyalty-hero__brand-block--mobile-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }
.loyalty-hero__brand-block--mobile .loyalty-hero__brand-title {
    margin: 0;
    flex: 0 1 auto;
  }
}

.loyalty-hero__brand-content {
  display: flex;
  flex-wrap: wrap;
}

@media(max-width:1439.98px) {
.loyalty-hero__brand-content {
    flex: 1 1 100%;
  }
}

.loyalty-hero__brand-title {
  font-weight: 600;
  line-height: 28px;
  flex: 1 1 100%;
  color: var(--Text-Txt_Main, #FFFFFF);
  transition: color .3s ease;
}

@media(min-width:1366px) {
  .loyalty-hero__brand-block--desktop:hover .loyalty-hero__brand-title {
    color: var(--Colors-Accent, #FFCF23);
  }
}

@media(max-width:1439.98px) {
.loyalty-hero__brand-title {
    font-size: 22px;
    text-align: center;
    margin: 0;
  }
}

@media(max-width:767.98px) {
  .loyalty-hero__brand-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.loyalty-hero__brand .loyalty-hero__rating {
  margin: 0;
}

@media(max-width:1439.98px) {
.loyalty-hero__brand .loyalty-hero__rating {
    padding: 42px 0 0;
    display: flex;
  }
.loyalty-hero__brand-block--mobile .loyalty-hero__rating {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
  }
}

.loyalty-hero__brand .loyalty-hero__rating-icon {
  margin-right: 6px;
  color: var(--Colors-Accent, #FFCF23);
}

@media(max-width:1439.98px) {
.loyalty-hero__brand .loyalty-hero__rating-icon {
  /* `width` рядом с `flex-basis` — не дубль: внутри `svg` на `width: 100%`,
     и WebKit при расчёте max-content берёт его ширину по умолчанию (300px),
     а не basis. Отсюда «уехавший» бренд-блок на iPhone, см. ADR 0025. */
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }
}

@media(max-width:767.98px) {
  .loyalty-hero__brand .loyalty-hero__rating-icon {
    margin: 0 4px 0 0;
  }
}

.loyalty-hero__brand .loyalty-hero__rating-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.loyalty-hero__brand .loyalty-hero__rating-number {
  font-weight: 400;
  color: var(--Text-Txt_Main, #FFFFFF);
}

@media(max-width:1439.98px) {
.loyalty-hero__brand .loyalty-hero__rating-number {
    font-size: 14px;
    line-height: 19.25px;
  }
}

@media(max-width:767.98px) {
  .loyalty-hero__brand .loyalty-hero__rating-number {
    font-weight: 600;
    line-height: 1;
    display: block;
  }
}

.loyalty-hero__content {
  flex: 1 1 100%;
  display: flex;
  justify-content: space-between;
  background-size: 70%;
  min-height: 290px;
}

@media(max-width:1439.98px) {
.loyalty-hero__content {
    flex-direction: column;
    background: transparent;
    border-radius: 0;
    padding: 0 12px;
  }
}

.loyalty-hero__content-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media(max-width:1439.98px) {
.loyalty-hero__content-main {
    padding: 0;
  }
.loyalty-hero__content-main:not(:last-child) {
    margin: 0 0 16px;
  }
}

.loyalty-hero__content-title {
  display: block;
  line-height: 32px;
  color: var(--Text-Txt_Main, #FFFFFF);
  font-weight: 600;
}

@media(max-width:1439.98px) {
.loyalty-hero__content-title {
    font-size: 26px;
    text-align: center;
  }
.loyalty-hero__content-title:not(:last-child) {
    margin: 0 0 6px;
  }
}

@media(max-width:767.98px) {
  .loyalty-hero__content-title {
    font-size: 20px;
    font-weight: 700;
  }
}

.loyalty-hero__content-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}

@media(max-width:1439.98px) {
.loyalty-hero__content-subtitle {
    text-align: center;
  }
}

@media(max-width:767.98px) {
  .loyalty-hero__content-subtitle {
    font-size: 12px;
    line-height: 14.4px;
  }
}

.loyalty-hero__country:not(:last-child) {
  margin: 0 0 16px;
}

.loyalty-hero__content .loyalty-hero__cta--visit {
  width: 100%;
  max-width: 360px;
  padding: 0 15px;
}

#btn-blocked-players-from-country {
  display: none;
}

@media(max-width:1439.98px) {
.loyalty-hero__content .loyalty-hero__cta--visit {
    height: 56px;
  }
}

@media(max-width:767.98px) {
  .loyalty-hero__content .loyalty-hero__cta--visit {
    height: 44px;
    font-weight: 700;
    line-height: 20px;
  }
}

.loyalty-hero__country {
  flex-direction: column;
}

@media(max-width:1439.98px) {
.loyalty-hero__country {
    width: 100%;
    align-items: center;
  }
}

.loyalty-hero__country-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 8.01px 0 0;
}

.loyalty-hero__country-icon::before {
  position: absolute;
  content: "";
  width: 17.07px;
  height: 17.07px;
  background: var(--icon-flag-before-url)top right no-repeat;
  background-size: cover;
  top: 2.93px;
  left: 2.94px;
}

.loyalty-hero__country-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
}

@media(max-width:767.98px) {
  .loyalty-hero__country-icon {
    margin: 0 8px 0 0;
  }
  .loyalty-hero__country-icon::before {
    width: 13.66px;
    height: 13.66px;
    top: 2.34px;
    left: 2.35px;
  }
}

.loyalty-hero__country-text {
  font-weight: 400;
}

/* Гео-плашка: флаг остаётся на месте в обоих состояниях, различает их только
   цвет текста (то же правило, что на странице казино). */
.loyalty-hero__country--blocked .loyalty-hero__country-text {
  color: var(--Colors-Red, #FF3232);
}

@media(max-width:767.98px) {
  .loyalty-hero__country-text {
    font-weight: 600;
  }
}

.loyalty-hero__image--cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__item {
  padding: 6px;
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumbs__item:not(:last-child) {
  margin: 0 8px 0 0;
}

.breadcrumbs__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  right: -8px;
  background: var(--arrow-yellow)center no-repeat;
  background-size: contain;
}

.breadcrumbs__item a {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  transition: color .3s ease;
  text-decoration: none;
}

@media(min-width:1366px) {
  .breadcrumbs__item a:hover {
    color: #fff;
  }
}

.breadcrumbs__item span {
  color: #4c4c4c;
}

.breadcrumbs__link {
  font-size: 13px;
  font-weight: 600;
  line-height: 17.76px;
}

@media(min-width:768px) {
  .page__main-section.breadcrumbs {
    margin-bottom: 8px;
  }
}

.breadcrumbs__icon-home {
  display: block;
  width: 16px;
  height: 16px;
}

.breadcrumbs__icon-home path {
  fill: #6c6c6c;
  transition: fill .3s ease;
}

@media(min-width:1366px) {
  .breadcrumbs__item a:hover .breadcrumbs__icon-home path {
    fill: #fff;
  }
}

@media(max-width:767.98px) {
  .breadcrumbs__link {
    font-size: 11px;
    line-height: 16px;
  }
}

.loyalty-hero:not(:last-child) {
  margin: 0 0 32px;
}

@media(min-width:1440px) {
.loyalty-hero {
    min-height: 0;
  }
.loyalty-hero__row {
    align-items: stretch;
  }
  /* Колонка с обложкой тянется по высоте соседней карточки: обе колонки ряда
     заканчиваются на одной высоте (`min-height: 460px` у ряда), как в исходнике
     дизайна. Рамка обложки при этом выше пропорции 2:1, и `object-fit: cover`
     срезает картинку по краям. 27.08.2026 пробовали наоборот — рамка держала
     свои 2:1, а остаток колонки был панелью; полосу под баннером (до 370px на
     узких десктопах) заказчик не принял, и 04.09.2026 вернулись к растянутой
     рамке как к временному состоянию. Разбор и направление решения:
     context/tasks/active/hero-cover-geometry.md. */
.loyalty-hero__media {
    padding: 0;
    border-radius: var(--SystemCorners-Medium, 12px);
    margin: 0;
  }
.loyalty-hero__image-block {
    border-radius: inherit;
  }
.loyalty-hero__image-block::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, .08) 55%, rgba(0, 0, 0, .22) 100%);
  }
.loyalty-hero__image,
  .loyalty-hero__image img {
    width: 100%;
    height: 100%;
  }
.loyalty-hero__image img {
    object-fit: cover;
    object-position: center;
  }
.loyalty-hero__brand {
    top: auto;
    width: auto;
    transform: none;
  }
.loyalty-hero__brand-block--desktop {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
  }
.loyalty-hero__brand-logo {
    flex: 0 0 76px;
    height: 76px;
    margin: 0;
    border-radius: 8px;
    box-shadow: none;
  }
.loyalty-hero__brand-content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
.loyalty-hero__brand-title {
    flex: 0 1 auto;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    text-shadow: none;
  }
.loyalty-hero__brand .loyalty-hero__rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }
.loyalty-hero__brand .loyalty-hero__rating-icon {
    margin: 0;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
.loyalty-hero__brand .loyalty-hero__rating-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
}

@media(max-width:360px) {
  .loyalty-hero:not(:last-child) {
    margin: 0 0 24px;
  }
}

@media(max-width:1023.98px) {
  .loyalty-hero:not(:last-child) {
    margin-bottom: var(--stack-gap);
  }
}

.loyalty-details:not(:last-child) {
  margin: 0 0 32px;
}

.loyalty-overview:not(:last-child) {
  margin: 0 0 32px;
}

@media(max-width:1023.98px) {
  .loyalty-details:not(:last-child),
  .loyalty-overview:not(:last-child) {
    margin-bottom: 0;
  }
}

.loyalty-overview__body {
  min-height: 200px;
  border-radius: var(--SystemCorners-Medium, 12px);
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  background: var(--bg-loyalty-card) center repeat;
  padding: 16px 12px;
  gap: 20px;
}

.loyalty-overview__content {
  flex: 1 1 auto;
  min-width: 0;
}

.loyalty-overview__title {
  display: inline-block;
  margin: 0 0 10px 0;
  color: var(--Colors-Accent, #FFCF23);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.loyalty-overview__details-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}

.loyalty-overview__details-content p:not(:last-child) {
  margin: 0 0 16px;
}

/* Свёрнутая карточка на телефоне: вводный абзац подрезается по строкам. Обзор
   пишет редактор одним markdown-полем, и первым абзацем бывает десяток строк —
   свёрнутая карточка занимала пол-экрана. Подрезка только там, где есть кнопка
   раскрытия (`:has`): без неё остаток текста было бы не достать. */
@media(max-width:767.98px) {
  .loyalty-overview__details:has(.loyalty-overview__toggle):not(.loyalty-overview__details--open) .loyalty-overview__lead-intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
  }
}

.loyalty-overview__expanded-content {
  display: none;
}

.loyalty-overview__details.loyalty-overview__details--open .loyalty-overview__expanded-content {
  display: block;
}

.loyalty-overview__details-content h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--Text-Txt_Main, #FFFFFF);
  margin: 24px 0 10px 0;
}

/* Заголовки ниже второго уровня. Текст обзора пишет редактор markdown'ом, а
   разбор разрешает H2-H6 (`components/markdown`), — без правила они брали цвет
   у `body`, то есть чёрный. Капс остаётся приметой заголовка секции, у
   вложенных его нет. */
.loyalty-overview__details-content h3,
.loyalty-overview__details-content h4,
.loyalty-overview__details-content h5,
.loyalty-overview__details-content h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--Text-Txt_Main, #FFFFFF);
  margin: 24px 0 10px 0;
}

.loyalty-overview__expanded-content ul:not(:last-child),
.loyalty-overview__expanded-content ol:not(:last-child),
.loyalty-overview__table-wrap:not(:last-child) {
  margin-bottom: 16px;
}

.loyalty-overview__expanded-content ul,
.loyalty-overview__expanded-content ol {
  padding-left: 20px;
}

.loyalty-overview__details-content ul li {
  list-style: disc;
}

.loyalty-overview__details-content ol li {
  list-style: decimal;
}

.loyalty-overview__expanded-content li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  margin: 0 0 8px 0;
}

.loyalty-overview__details-content ul li::marker,
.loyalty-overview__details-content ol li::marker {
  color: var(--Colors-Accent, #FFCF23);
}

.loyalty-overview__expanded-content li:not(:last-child) {
  margin-bottom: 8px;
}

.loyalty-overview__table-wrap {
  margin: 16px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--SystemCorners-Small, 8px);
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  background: var(--BG-Bg_1, #171719);
}

.loyalty-overview__details-content table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  border: 0;
  background: transparent;
}

.loyalty-overview__details-content th,
.loyalty-overview__details-content td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid rgba(44, 44, 40, .9);
  font-size: 12px;
  line-height: 16px;
}

.loyalty-overview__table-wrap th {
  font-weight: 600;
}

.loyalty-overview__details-content thead th {
  color: var(--Colors-Accent, #FFCF23);
  border-bottom: 1px solid var(--BG-Bg_3, #2C2C28);
}

.loyalty-overview__details-content tbody th[scope="row"] {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  font-weight: 600;
  width: 26%;
}

.loyalty-overview__table-wrap td {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}

.loyalty-overview__toggle {
  margin: 12px auto 0;
  cursor: pointer;
  transition: color .3s ease;
}

.loyalty-overview__details.loyalty-overview__details--open .loyalty-overview__toggle-text--closed,
.loyalty-overview__toggle-text--open {
  display: none;
}

.loyalty-overview__details.loyalty-overview__details--open .loyalty-overview__toggle .loyalty-overview__toggle-text--open {
  display: inline;
}

.loyalty-overview__author {
  flex: 0 0 330px;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 12px;
  padding: 12px;
  margin: 24px auto 0;
  border-radius: var(--SystemCorners-Small, 8px);
  background: rgba(23, 23, 25, .6);
}

.loyalty-overview__author-link {
  position: relative;
  flex: 0 0 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.loyalty-overview__author-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loyalty-overview__author-label {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--Colors-Accent, #FFCF23);
  margin: 0 0 4px 0;
}

.loyalty-overview__author-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 3px 0;
}

.loyalty-overview__author-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: var(--Text-Txt_Main, #FFFFFF);
  margin: 0;
}

.loyalty-overview__author-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: var(--Colors-Accent, #FFCF23);
}

.loyalty-overview__author-social svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.loyalty-overview__author-role {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}

@media(min-width:768px) {
  .loyalty-overview__body {
    padding: 20px;
    gap: 0;
  }
  .loyalty-overview__details-content p,
  .loyalty-overview__expanded-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .loyalty-overview__details-content h3,
  .loyalty-overview__details-content h4,
  .loyalty-overview__details-content h5,
  .loyalty-overview__details-content h6 {
    font-size: 16px;
  }
  .loyalty-overview__table-wrap th,
  .loyalty-overview__table-wrap td {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.45;
  }
  .loyalty-overview__author {
    padding: 12px 14px;
    gap: 14px;
  }
  .loyalty-overview__author-link {
    flex-basis: 72px;
    height: 72px;
  }
  .loyalty-overview__author-name {
    font-size: 16px;
    line-height: 1.35;
  }
  .loyalty-overview__author-name-row {
    gap: 8px;
    margin: 0 0 3px 0;
  }
  .loyalty-overview__author-social {
    flex-basis: 24px;
    height: 24px;
  }
  .loyalty-overview__author-social svg {
    width: 14px;
    height: 14px;
  }
  .loyalty-overview__author-role {
    font-size: 13px;
    line-height: 1.45;
  }
}

@media(min-width:1024px) {
.loyalty-overview__title {
    padding-bottom: 12px;
  }
.loyalty-overview__toggle-text::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-right: 2px solid var(--Colors-Accent, #FFCF23);
    border-bottom: 2px solid var(--Colors-Accent, #FFCF23);
    transform: rotate(-45deg) translateY(-1px);
  }
}

.loyalty-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease, box-shadow .3s ease;
  white-space: nowrap;
}

.loyalty-hero__cta--visit {
  border-radius: var(--SystemCorners-Small, 8px);
  overflow: hidden;
  background: var(--Colors-Accent, #FFCF23);
  font-weight: 700;
  color: var(--Text-Txt_Dark, #020202);
}

.loyalty-hero__cta--visit span {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}

.loyalty-hero__cta--visit span svg {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.loyalty-hero__cta--visit span img {
  width: 20px;
  height: 20px;
}

.loyalty-hero__cta--visit:active {
  background: var(--Colors-Accent-dark);
}

@media(min-width:1366px) {
  .loyalty-hero__cta--visit:hover {
    background: linear-gradient(180deg, #ffe141, #fd9800), var(--Colors-Accent, #FFCF23);
    box-shadow: 0 -4px 8px #fff3 inset;
  }
}

@media(min-width:768px) {
  .loyalty-hero__cta--visit {
    line-height: 22px;
  }
  .loyalty-hero__cta--visit span svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
}

.loyalty-details__layout {
  display: flex;
  margin: 0 -10px;
}

@media(max-width:1365.98px) {
  .loyalty-details__layout {
    flex-direction: column;
  }
}

.loyalty-details__column {
  flex: 0 1 50%;
  padding: 0 10px;
}

.loyalty-details__item {
  margin: 0 0 12px;
  border-radius: var(--SystemCorners-Small, 8px);
  padding: 20px 20px 0;
  background: var(--BG-Bg_1, #171719);
}

@media(max-width:767.98px) {
  .loyalty-details__item {
    margin: 0 0 8px;
    padding: 12px 12px 0;
  }
}

.loyalty-key-facts {
  display: block;
  margin: 0 40px var(--stack-gap);
  padding: 14px 14px 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
}

.loyalty-key-facts__title {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--Colors-Accent, #FFCF23);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.loyalty-key-facts__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.loyalty-key-facts__row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.loyalty-key-facts__label {
  margin: 0 20px 0 0;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  white-space: nowrap;
}

.loyalty-key-facts__value {
  flex: 1 1 auto;
  text-align: right;
  color: var(--Text-Txt_Main, #FFFFFF);
}

@media(max-width:767.98px) {
  .loyalty-key-facts {
    margin-left: 16px;
    margin-right: 16px;
  }
}

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

.loyalty-details__updated {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}

@media(max-width:767.98px) {
  .loyalty-details__updated {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
  }
}

.loyalty-details__updated-label {
  margin: 0 3px 0 0;
}

.loyalty-details__content.loyalty-details__content--visible {
  overflow: visible;
}

.loyalty-details__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0 20px;

  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
}

@media(max-width:767.98px) {
  .loyalty-details__accordion-trigger {
    padding: 0 0 12px;
  }
}

.loyalty-details__accordion-trigger--active .loyalty-details__item-icon svg {
  transform: rotate(1deg);
}

.loyalty-details__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--Text-Txt_Main, #FFFFFF);
  margin: 0 20px 0 0;
}

@media(max-width:767.98px) {
  .loyalty-details__item-title {
    font-size: 18px;
    font-weight: 800;
  }
}

.loyalty-details__item-icon {
  display: flex;
  align-items: center;
}

.loyalty-details__item-icon svg {
  transform: rotate(180deg);
  width: 10px;
  height: 10px;
  transition: fill .55s ease, stroke .55s ease;
}

.loyalty-details__detail-row:not(:last-child) {
  margin: 0 0 4px;
}

.loyalty-details__detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background: var(--BG-Bg_4, #1C1C1C);
  border-radius: var(--SystemCorners-ExtraSmall, 6px);
}

@media(max-width:767.98px) {
  .loyalty-details__detail-row {
    font-size: 14px;
    line-height: 18px;
  }
}

.loyalty-details__detail-label {
  display: flex;
  align-items: center;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  margin: 0 20px 0 0;
  white-space: nowrap;
}

.loyalty-details__detail-value {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--Text-Txt_Main, #FFFFFF);
  position: relative;
}
@media(max-width:1439.98px) {
.loyalty-hero__content-header,
  .loyalty-hero__quick-take-mobile,
  .loyalty-hero__mobile-facts,
  .loyalty-hero__content .loyalty-hero__cta--visit,
  .loyalty-hero__country {
    order: 0;
  }

.loyalty-hero__content-main {
    --hero-gap: 16px;
  }
.loyalty-hero__content-header:not(:last-child) {
    margin: 0 0 var(--hero-gap);
  }
.loyalty-hero__quick-take-mobile {
    display: block;
    margin: 0 0 var(--hero-gap);
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(255, 207, 35, .07), rgba(255, 255, 255, .015));
  }
.loyalty-hero__mobile-inner {
    padding: 8px 16px;
  }
.loyalty-hero__content .loyalty-hero__cta--visit {
    margin: 0 auto var(--hero-gap);
    font-size: 16px;
  }

.loyalty-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 18px;
    margin: 0 0 var(--hero-gap);
  }
.loyalty-hero__country,
  .loyalty-hero__trust-panel,
  .loyalty-hero__trust-list {
    display: contents;
  }
.loyalty-hero__country-info,
  .loyalty-hero__trust-item {
    display: inline-flex;
    align-items: center;
    order: 0;
    gap: 8px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
  }
.loyalty-hero__country-icon,
  .loyalty-hero__trust-item img {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    opacity: .9;
  }
.loyalty-hero__country-info {
    flex: 0 0 100%;
    justify-content: center;
  }
.loyalty-hero__country-icon::before {
    display: none;
  }
.loyalty-hero__country-text {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }
.loyalty-hero__quick-take-mobile-eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    color: var(--Colors-Accent, #FFCF23);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
.loyalty-hero__quick-take-mobile-text {
    margin: 0;
    color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
    font-size: 14px;
    line-height: 1.57;
  }
.loyalty-hero__mobile-facts {
    margin: 0 0 var(--hero-gap);
  }
.loyalty-hero__mobile-facts-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.loyalty-hero__mobile-facts-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--Text-Txt_Main, #FFFFFF);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
  }
.loyalty-hero__mobile-facts-list li:not(:last-child) {
    margin-bottom: 10px;
  }
.loyalty-hero__mobile-facts-check {
    flex: 0 0 16px;
    height: 16px;
    margin-top: 2px;
    font-size: 0;
    position: relative;
  }
.loyalty-hero__mobile-facts-check::before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--Colors-Accent, #FFCF23);
    font-size: 12px;
    line-height: 1;
  }
.loyalty-hero__quick-take {
    display: none;
  }
}

@media(min-width:1024px) {
.loyalty-hero__content {
    justify-content: center;
  }
.loyalty-hero__quick-take-mobile,
  .loyalty-hero__mobile-facts {
    display: none;
  }
.loyalty-hero__content-main {
    padding: 0;
    position: relative;
    z-index: 1;
    justify-content: flex-start;
  }
.loyalty-hero__content-title {
    display: block;
    letter-spacing: 0;
  }
.loyalty-hero__content-title:not(:last-child) {
    margin: 0;
  }
.loyalty-hero__quick-take {
    margin: 0;
    position: relative;
    z-index: 1;
    color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  }

.loyalty-hero__content .loyalty-hero__cta--visit {
    justify-content: center;
  }
.page__main--detail .loyalty-hero .loyalty-hero__country {
    margin: 0;
    min-width: 0;
  }
.loyalty-hero__country-icon {
    min-width: 18px;
  }
.loyalty-hero__country-icon::before {
    display: none;
  }
.loyalty-hero__country-text {
    white-space: nowrap;
  }
.loyalty-hero__trust-panel {
    margin: 0;
    position: relative;
    z-index: 1;
  }
.loyalty-hero__trust-item {
    min-height: 0;
  }
.loyalty-hero__trust-item img {
    display: block;
  }
.loyalty-hero__trust-item::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 10px 0 12px;
    background: rgba(255, 255, 255, .32);
  }
}

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

@media(max-width:1023.98px) {
.loyalty-details__mobile {
    margin-top: var(--stack-gap);
  }
.loyalty-details__mobile .loyalty-details__detail-value {
    flex-wrap: nowrap;
    gap: 6px;
  }

.loyalty-details__mobile .loyalty-details__detail-row--stack {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

.loyalty-details__mobile .loyalty-details__detail-row--stack .loyalty-details__detail-label {
    margin: 0;
    white-space: normal;
    color: var(--Text-Txt_Main, #FFFFFF);
    font-weight: 400;
  }

.loyalty-details__mobile .loyalty-details__detail-row--stack .loyalty-details__detail-value--prose {
    display: block;
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid rgba(255, 207, 35, .38);
    color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
    line-height: 20px;
  }

.loyalty-details__mobile .loyalty-details__detail-value {
    text-align: right;
  }

.loyalty-details__mobile .loyalty-levels,
  .loyalty-details__mobile .loyalty-levels__col {
    gap: 8px;
  }

.loyalty-details__mobile .loyalty-levels__item {
    padding: 0 12px;
    border-radius: var(--SystemCorners-Small, 8px);
    background: var(--BG-Bg_4, #1C1C1C);
  }

.loyalty-details__mobile .loyalty-levels__trigger {
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

.loyalty-details__mobile .loyalty-levels__trigger:hover {
    background: none;
  }

.loyalty-details__mobile .loyalty-levels .loyalty-details__content {
    padding: 0 0 12px;
  }

.loyalty-details__mobile .loyalty-levels__item .loyalty-details__detail-row,
  .loyalty-details__mobile .loyalty-levels__item .loyalty-details__detail-row--stack {
    padding: 4px 0;
    background: none;
    border-radius: 0;
  }

.loyalty-details__mobile .loyalty-levels__note {
    margin: 10px 0 0;
  }

.loyalty-details__updated.loyalty-details__updated {
    margin-top: 15px;
    margin-bottom: 15px;
  }

.loyalty-details__mobile-toggle {
    cursor: pointer;
  }
.loyalty-details__mobile-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 92px;
    background: linear-gradient(180deg, rgba(23, 23, 25, 0) 0%, rgba(23, 23, 25, .9) 54%, rgba(23, 23, 25, 1) 100%);
    pointer-events: none;
    z-index: 1;
  }
.loyalty-details__show-all {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(30, 30, 30, .92);
    color: var(--Text-Txt_Main, #FFFFFF);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
.loyalty-details__show-all-text--open {
    display: none;
  }

.loyalty-details__item--all-levels.loyalty-details__item--expanded .loyalty-details__show-all {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: 14px;
  }
.loyalty-details__item--all-levels.loyalty-details__item--expanded .loyalty-details__show-all-text--closed {
    display: none;
  }
.loyalty-details__item--all-levels.loyalty-details__item--expanded .loyalty-details__show-all-text--open {
    display: inline;
  }
.loyalty-overview__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(30, 30, 30, .92);
    color: var(--Text-Txt_Main, #FFFFFF);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
  }
.loyalty-overview__toggle-text {
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
  }
.loyalty-details__item--all-levels.loyalty-details__item--expanded .loyalty-details__mobile-fade {
    display: none;
  }
.loyalty-details__modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(3, 3, 3, .62);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 1001;
  }
.loyalty-details__modal-backdrop.loyalty-details__modal--visible {
    opacity: 1;
    visibility: visible;
  }
.loyalty-details__modal-host {
    position: fixed;
    inset: 0;
    z-index: 1002;
    pointer-events: none;
  }
.loyalty-details__modal-host.loyalty-details__modal--visible {
    pointer-events: auto;
  }
body.page-state--popup-open {
    overflow: hidden;
  }
}
.page__main--sidebar-open .loyalty-hero .loyalty-hero__cta--visit {
  width: 100%;
  max-width: 360px;
  padding: 0 15px;
}

@media(max-width:1439.98px) {
.page__main--sidebar-open .loyalty-hero .loyalty-hero__cta--visit {
    height: 56px;
  }
}

@media(max-width:767.98px) {
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__cta--visit {
    height: 44px;
  }
}

.page__main--sidebar-open .loyalty-hero .loyalty-hero__image-block {
  height: calc(100% - 108px);
}

@media(min-width:1366px) and (max-width:1439.98px) {
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__image-block {
    height: calc(100% - 108px);
  }
}

@media(max-width:360px) {
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__image-block {
    height: 150px;
  }
}

.page__main--sidebar-open .loyalty-hero .loyalty-hero__media {
  flex: auto;
}

@media(min-width:1366px) and (max-width:1439.98px) {
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__media {
    flex: 0 0 433px;
  }
}

.page__main--sidebar-open .loyalty-hero .loyalty-hero__brand-logo {
  flex: 0 0 100px;
  height: 100px;
  border-radius: 15px;
}

@media(min-width:1440px) {
.page__main--sidebar-open .loyalty-hero .loyalty-hero__brand-logo {
    border-radius: 10.29px;
  }
}

@media(min-width:1366px) and (max-width:1439.98px) {
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__brand-logo {
    flex: 0 0 120px;
    height: 120px;
  }
}

@media(max-width:1439.98px) {
.page__main--sidebar-open .loyalty-hero .loyalty-hero__brand-title {
    font-size: 22px;
  }
}

@media(max-width:767.98px) {
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__brand-title {
    font-size: 16px;
  }
}

.page__main--sidebar-open .loyalty-hero .loyalty-hero__content-title {
  font-size: 20px;
}

@media(min-width:768px) {
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__content-title {
    font-size: 26px;
  }
}

@media(min-width:1366px) and (max-width:1439.98px) {
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__content-title {
    font-size: 20px;
  }
}

@media(min-width:1440px) {
.loyalty-hero__content,
  .page__main--sidebar-open .loyalty-hero .loyalty-hero__content {
    min-height: 430px;
  }
.page__main--sidebar-open .loyalty-hero .loyalty-hero__brand-logo {
    flex: 0 0 76px;
    height: 76px;
  }
.page__main--sidebar-open .loyalty-hero .loyalty-hero__brand-title {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media(min-width:1440px) {
  .page__main--sidebar-open .loyalty-details .loyalty-details__layout {
    flex-direction: column;
  }
}

.page__main-section.bottom-filter-tags {
  margin: 60px 0;
}

@media(max-width:360px) {
  .page__main-section.bottom-filter-tags {
    margin-bottom: 40px;
  }
}

.loyalty-details__accordion .loyalty-details__accordion-panel {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}

.loyalty-details__accordion>div:first-child {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.filter-sidebar__accordion-panel--open {
  visibility: visible;
}

.loyalty-details__content {
  min-height: fit-content;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.bottom-filter-tags__header:not(:last-child) {
  margin: 0 0 24px;
}

.loyalty-overview,
.loyalty-details {
  content-visibility: auto;
  contain-intrinsic-size: 0 500px;
}

@media(max-width:360px) {
  .bottom-filter-tags__header:not(:last-child) {
    margin: 0 0 16px;
  }
}

.bottom-filter-tags__title-block {
  display: flex;
  align-items: center;
}

.bottom-filter-tags__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: var(--Text-Txt_Main, #FFFFFF);
  transition: color .3s ease;
}

@media(max-width:360px) {
  .bottom-filter-tags__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.page__main-body {
  padding: 8px 0 0;
}

@media(max-width:1023.98px) {
  .page__main-section+.page__main-section {
    margin-top: var(--stack-gap);
  }
  .page__main-section.breadcrumbs+.page__main-section {
    margin-top: 8px;
  }
}

:root {
  --loyalty-layout-gap: 20px;
  --loyalty-layout-sticky-top: 20px;
}

@media(min-width:1024px) {
.loyalty-layout__container {
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
  }
}

@media(min-width:1024px) {
.loyalty-layout__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--loyalty-layout-gap);
  }
}

@media(max-width:1023.98px) {
.loyalty-layout__side,
  .hero-stats {
    display: none;
  }
}

@media(min-width:1024px) {
.loyalty-layout__main,
  .loyalty-layout__side {
    min-width: 0;
  }
.loyalty-layout__side--sticky {
    position: sticky;
    top: var(--loyalty-layout-sticky-top);
  }

.loyalty-layout .loyalty-overview__container,
  .loyalty-layout .loyalty-details__container,
  .loyalty-layout .screenshot-grid__container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
.loyalty-layout .page__main-section {
    margin: 0;
  }
.loyalty-layout .page__main-section:not(:last-child) {
    margin: 0 0 var(--loyalty-layout-gap);
  }

.loyalty-layout .loyalty-overview__container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.section-head__title {
  margin: 0;
  color: var(--Colors-Accent, #FFCF23);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.levels-rail__updated {
  display: flex;
  align-items: center;
  padding: 12px 16px 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
}

.levels-rail__updated-value {
  color: var(--Text-Txt_Main, #FFFFFF);
  font-weight: 600;
}

.levels-rail .loyalty-details__item {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.levels-rail .loyalty-details__detail-row {
  gap: 10px;
}

.levels-rail .loyalty-details__detail-label,
.levels-rail .loyalty-details__detail-value {
  font-size: 13px;
  line-height: 18px;
}

.levels-rail .loyalty-details__detail-value {
  text-align: right;
}

.levels-rail .loyalty-levels__item,
.levels-rail .loyalty-details__detail-row,
.levels-rail .loyalty-details__detail-label,
.levels-rail .loyalty-details__detail-value {
  min-width: 0;
}
.screenshot-grid__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

@media(min-width:768px) {
  .screenshot-grid__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.screenshot-grid__tile {
  margin: 0;
  min-width: 0;
}

.screenshot-grid__tile-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  border-radius: var(--SystemCorners-Small, 8px);
  background: var(--BG-Bg_2, #232320);
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.screenshot-grid__tile-btn:hover,
.screenshot-grid__tile-btn:focus-visible {
  border-color: var(--Colors-Accent, #FFCF23);
}

.screenshot-grid__tile-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}

.screenshot-grid__tile-btn:hover::after,
.screenshot-grid__tile-btn:focus-visible::after {
  opacity: 1;
}

.screenshot-grid__tile-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.screenshot-grid__tile-zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(2, 2, 2, .72);
  color: var(--Colors-Accent, #FFCF23);
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  z-index: 1;
}

.screenshot-grid__tile-btn:hover .screenshot-grid__tile-zoom,
.screenshot-grid__tile-btn:focus-visible .screenshot-grid__tile-zoom {
  opacity: 1;
  transform: translateY(0);
}

.screenshot-grid__tile-zoom svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loyalty-levels__panel {
  display: grid;
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
}

.loyalty-levels__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.loyalty-levels__item.is-open > .loyalty-levels__panel {
  grid-template-rows: 1fr;
}

.loyalty-levels__item.is-open.is-settled > .loyalty-levels__panel > .loyalty-levels__panel-inner {
  overflow: visible;
}

.loyalty-levels__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 16px;
  text-align: left;
  background: transparent;
  color: var(--Text-Txt_Main, #FFFFFF);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.loyalty-levels__trigger:hover {
  background: var(--BG-Bg_2, #232320);
}

.loyalty-levels__trigger-icon {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
  transform: rotate(180deg);
}

.loyalty-levels__item.is-open > .loyalty-levels__trigger .loyalty-levels__trigger-icon {
  transform: rotate(0deg);
  color: var(--Colors-Accent, #FFCF23);
}

.loyalty-levels__trigger-icon svg {
  display: block;
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  place-items: center;
  padding: 32px;
  opacity: 0;
  visibility: hidden;
}

.lightbox[hidden] {
  display: none;
}

.lightbox--open {
  opacity: 1;
  visibility: visible;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 2, 2, .9);
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  border-radius: var(--SystemCorners-Medium, 12px);
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  background: var(--BG-Bg_1, #171719);
  overflow: hidden;
  transform: scale(.98);
}

.lightbox--open .lightbox__dialog {
  transform: scale(1);
}

.lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 12px 18px;
  border-bottom: 1px solid var(--BG-Bg_3, #2C2C28);
}

.lightbox__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: var(--Text-Txt_Main, #FFFFFF);
}

.lightbox__count {
  font-weight: 500;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
}

.lightbox__close {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: var(--SystemCorners-Small, 8px);
  background: var(--BG-Bg_2, #232320);
  color: var(--Text-Txt_Main, #FFFFFF);
  transition: background-color .2s ease;
}

.lightbox__close:hover {
  background: var(--BG-Bg_3, #2C2C28);
}

.lightbox__close svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.lightbox__stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  overflow: auto;
  cursor: zoom-in;
  background: #101012;
}

.lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 260px);
  width: auto;
  height: auto;
  border-radius: var(--SystemCorners-Small, 8px);
}

.lightbox__stage.is-zoomed {
  cursor: zoom-out;
  place-items: start center;
}

.lightbox__stage.is-zoomed .lightbox__img {
  max-width: none;
  max-height: none;
  width: 1440px;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(2, 2, 2, .7);
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  color: var(--Text-Txt_Main, #FFFFFF);
  z-index: 2;
  transition: background-color .2s ease, border-color .2s ease;
}

.lightbox__nav:hover {
  background: var(--BG-Bg_2, #232320);
  border-color: var(--Colors-Accent, #FFCF23);
}

.lightbox__nav--prev {
  left: 14px;
}

.lightbox__nav--next {
  right: 14px;
}

.lightbox__nav svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lightbox__nav--next svg {
  transform: rotate(180deg);
}

.lightbox__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--BG-Bg_3, #2C2C28);
  overflow-x: auto;
}

.lightbox__dot {
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  border-radius: 6px;
  background: var(--BG-Bg_2, #232320);
  overflow: hidden;
  width: 74px;
  height: 46px;
  cursor: pointer;
  opacity: .55;
  transition: opacity .2s ease, border-color .2s ease;
}

.lightbox__dot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.lightbox__dot:hover {
  opacity: .85;
}

.lightbox__dot.is-on {
  opacity: 1;
  border-color: var(--Colors-Accent, #FFCF23);
}

.lightbox__hint {
  margin-left: auto;
  flex: 0 0 auto;
  padding-left: 12px;
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
}

@media(max-width:767.98px) {
  .lightbox {
    padding: 12px;
  }
  .lightbox__hint {
    display: none;
  }
}

@media(prefers-reduced-motion:reduce) {
  .lightbox,
  .lightbox__dialog,
  .lightbox__img,
  .screenshot-grid__tile-btn,
  .screenshot-grid__tile-zoom,
  .loyalty-levels__panel,
  .loyalty-levels__trigger-icon {
    transition: none;
  }
}

@media(min-width:1024px) {
.screenshot-grid--row .screenshot-grid__grid {
    grid-template-columns: none;
    overscroll-behavior-x: contain;
  }

.screenshot-grid--row .screenshot-grid__grid::-webkit-scrollbar {
    display: none;
  }

}

.levels-rail--cards .levels-rail__panel {
  display: flex;
  flex-direction: column;

  gap: 0;
  background: none;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
.levels-rail--cards .loyalty-levels__item {
  border: 0;
  border-radius: var(--SystemCorners-Small, 8px);
  background: var(--BG-Bg_1, #171719);
}

.levels-rail--cards .loyalty-levels__trigger {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--Text-Txt_Main, #FFFFFF);
}

.levels-rail--cards .loyalty-levels__item.is-open > .loyalty-levels__trigger {
  color: var(--Text-Txt_Main, #FFFFFF);
}

.levels-rail--cards .loyalty-levels__panel-inner {
  padding: 0;
}

.levels-rail--cards .loyalty-levels__item {
  padding: 20px 20px 0;
}

.levels-rail--cards .loyalty-levels__trigger {
  padding: 0 0 20px;
}

.levels-rail--cards .loyalty-levels__trigger:hover {
  background: none;
}

.levels-rail--cards .loyalty-details__content {
  padding: 0 0 20px;
}

.levels-rail--cards .loyalty-details__detail-label {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-right: 0;
}

.levels-rail--cards .loyalty-details__detail-value {
  flex: 0 1 auto;
}

.levels-rail--cards .loyalty-details__detail-row--stack {
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

.levels-rail--cards .loyalty-details__detail-value--prose {
  display: block;
  text-align: left;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
}

.screenshot-grid__body {
  background: none;
  border: 0;
  border-radius: 0;
}

@media(min-width:1024px) {
.screenshot-grid__body {
    padding: 0;
  }
}

@media(max-width:1023.98px) {
.screenshot-grid {
    margin: 0;
  }

.screenshot-grid__body {
    padding: 16px 12px;
    border-radius: var(--SystemCorners-Medium, 12px);
    border: 1px solid var(--BG-Bg_3, #2C2C28);
    background: var(--bg-loyalty-card) center repeat;
  }
.screenshot-grid__nav-group {
    display: none;
  }

.screenshot-grid__grid {
    display: flex;
    gap: 10px;
    margin: 0 -12px;
    padding: 0 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 12px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
.screenshot-grid__grid::-webkit-scrollbar {
    display: none;
  }
.screenshot-grid__tile {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

.screenshot-grid__tile-zoom {
    opacity: 1;
    transform: none;
  }
}

@media(min-width:1440px) {
.loyalty-hero,
  .loyalty-hero__body,
  .loyalty-hero__row,
  .loyalty-hero__media,
  .loyalty-hero__content {
    height: auto;
    max-height: none;
  }
.loyalty-hero__media {
    justify-content: flex-start;
    min-height: 0;
  }
.loyalty-hero__content {
    overflow: visible;
  }
.loyalty-hero__image-block {
    position: relative;
  }
.loyalty-hero__content {
    background-size: 48%;
  }
}

@media(min-width:1024px) {
.loyalty-layout .loyalty-overview__body {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
  }

.loyalty-layout .loyalty-overview__title {
    display: block;
    margin: 0 0 24px;
    padding: 0;
    border-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: normal;
    text-transform: none;
    color: var(--Text-Txt_Main, #FFFFFF);
  }

.loyalty-layout .loyalty-overview__details-content p,
  .loyalty-layout .loyalty-overview__details-content li,
  .loyalty-layout .loyalty-overview__details-content th,
  .loyalty-layout .loyalty-overview__details-content td,
  .loyalty-layout .loyalty-overview__details-content h2 {
    font-size: 14px;
    line-height: 20px;
  }

.loyalty-layout .loyalty-overview__details-content p,
  .loyalty-layout .loyalty-overview__details-content li,
  .loyalty-layout .loyalty-overview__details-content td {
    color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
  }

.loyalty-layout .loyalty-overview__details-content h2,
  .loyalty-layout .loyalty-overview__details-content h3,
  .loyalty-layout .loyalty-overview__details-content h4 {
    display: block;
    margin: 26px 0 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--Text-Txt_Main, #FFFFFF);
  }

.loyalty-layout .loyalty-overview__details-content th {
    color: var(--Text-Txt_Main, #FFFFFF);
  }

.loyalty-layout .loyalty-overview__details {
    position: relative;
  }
.loyalty-layout .loyalty-overview__details:not(.loyalty-overview__details--open) .loyalty-overview__expanded-content {
    display: block;
  }
.loyalty-layout .loyalty-overview__details:not(.loyalty-overview__details--open) .loyalty-overview__details-content {
    max-height: 120px;
    overflow: hidden;
  }

.loyalty-layout .loyalty-overview__details:not(.loyalty-overview__details--open) .loyalty-overview__toggle {
    position: static;
    z-index: 2;
    background: none;
  }

.loyalty-layout .loyalty-overview__details:not(.loyalty-overview__details--open) .loyalty-overview__details-content {
    -webkit-mask-image: linear-gradient(180deg, #000 0, #000 62%, rgba(0, 0, 0, .35) 100%);
    mask-image: linear-gradient(180deg, #000 0, #000 62%, rgba(0, 0, 0, .35) 100%);
  }

.loyalty-layout .loyalty-overview__toggle-text::after {
    display: none;
  }

.loyalty-layout .loyalty-overview__toggle {
    display: block;
    width: fit-content;
    margin: 16px auto 0 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
    color: var(--Colors-Accent, #FFCF23);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
  }

.loyalty-layout .loyalty-overview__toggle-text--closed {
    color: rgba(255, 255, 255, .38);
  }
.loyalty-layout .loyalty-overview__toggle:hover {
    color: var(--Text-Txt_Main, #FFFFFF);
  }
.loyalty-layout .loyalty-overview__toggle:hover .loyalty-overview__toggle-text--closed {
    color: var(--Colors-Accent, #FFCF23);
  }
.loyalty-layout .screenshot-grid {
    margin-top: 30px;
  }

.loyalty-layout .section-head__title {
    display: block;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: normal;
    text-transform: none;
    color: var(--Text-Txt_Main, #FFFFFF);
  }

.loyalty-layout .section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 24px;
    padding: 0;
    border-bottom: 0;
  }
}

@media(min-width:1440px) {
.loyalty-hero__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--loyalty-layout-gap);
  }
.page__main--detail .loyalty-hero .loyalty-hero__media,
  .page__main--detail .loyalty-hero .loyalty-hero__content {
    flex: none;
    width: auto;
    min-width: 0;
  }
}

@media(min-width:1024px) {
.loyalty-hero__content-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }
.loyalty-hero__content-header {
    display: flex;
    flex-direction: column;
  }
.loyalty-hero__content-subtitle {
    letter-spacing: 0;
    text-transform: none;
  }
.loyalty-hero__quick-take {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
.loyalty-hero__quick-take-eyebrow {
    letter-spacing: 0;
    text-transform: none;
  }
.loyalty-hero__quick-take-text {
    margin: 0;
  }
.hero-stats__act {
    display: flex;
    flex-direction: column;
  }
.hero-stats__act .loyalty-hero__cta--visit {
    margin-bottom: 6px;
  }
.hero-stats {
    display: grid;
    padding: 0;
    list-style: none;
  }
.hero-stats__item {
    display: inline-flex;
    align-items: center;
  }
.hero-stats__key {
    display: inline-flex;
    align-items: center;
  }
.loyalty-hero__content-main > * {
    flex: 0 0 auto;
  }
.loyalty-hero__meta {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    overflow: visible;
    min-width: 0;
  }
.loyalty-hero__country-info,
  .loyalty-hero__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
    white-space: nowrap;
  }
.loyalty-hero__trust-item {
    border-left: 0;
  }
.loyalty-hero__meta .loyalty-hero__country-info {
    padding-left: 0;
  }
.loyalty-hero__country-icon,
  .loyalty-hero__trust-item img {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    opacity: .9;
  }

.loyalty-hero__trust-item::before {
    display: none;
  }
}

@media(min-width:1440px) {
.loyalty-hero__media {
    position: relative;
  }
.loyalty-hero__media--caption {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
.loyalty-hero__media--caption > .loyalty-hero__image-block,
  .loyalty-hero__media--caption > .loyalty-hero__brand {
    grid-area: 1 / 1;
  }
.loyalty-hero__media--caption .loyalty-hero__brand {
    position: relative;
    align-self: end;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: none;
    margin: 0;
    padding: 22px 18px 14px;
    border-radius: 0 0 var(--SystemCorners-Medium, 12px) var(--SystemCorners-Medium, 12px);
    background: linear-gradient(180deg, rgba(2, 2, 2, 0), rgba(2, 2, 2, .88));
  }
}

.levels-reveal__viewport {
  position: relative;
  overflow: hidden;
  max-height: 300px;
}

.levels-reveal.is-revealed .levels-reveal__viewport {
  max-height: none;
  overflow: visible;
}

.levels-reveal__viewport::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0), rgba(13, 13, 13, .96));
}

.levels-reveal.is-revealed .levels-reveal__viewport::after {
  display: none;
}

.levels-reveal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 12px 0 0;
  padding: 13px 16px;
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  border-radius: var(--SystemCorners-Small, 8px);
  background: var(--BG-Bg_1, #171719);
  color: var(--Text-Txt_Main, #FFFFFF);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}

.levels-reveal__btn:hover {
  border-color: var(--Colors-Accent, #FFCF23);
  color: var(--Colors-Accent, #FFCF23);
}

.levels-reveal__btn-text--open {
  display: none;
}

.levels-reveal.is-revealed .levels-reveal__btn-text--closed {
  display: none;
}

.levels-reveal.is-revealed .levels-reveal__btn-text--open {
  display: inline;
}

.levels-rail--cards .levels-rail__updated {
  justify-content: flex-end;
  gap: 6px;
}

@media(min-width:1024px) {
.loyalty-layout [class*="screenshot-grid--"] .screenshot-grid__body {
    position: relative;
  }
.loyalty-layout [class*="screenshot-grid--"] .screenshot-grid__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
.loyalty-layout [class*="screenshot-grid--"] .screenshot-grid__grid::-webkit-scrollbar {
    display: none;
  }
.loyalty-layout [class*="screenshot-grid--"] .screenshot-grid__tile {
    flex: 0 0 calc((100% - 20px) / 3);
    scroll-snap-align: start;
  }
.screenshot-grid__nav-group {
    display: flex;
    gap: 8px;
  }
.screenshot-grid__nav {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid var(--BG-Bg_3, #2C2C28);
    border-radius: 50%;
    background: var(--BG-Bg_1, #171719);
    color: var(--Text-Txt_Main, #FFFFFF);
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
  }
.screenshot-grid__nav:hover {
    border-color: var(--Colors-Accent, #FFCF23);
    color: var(--Colors-Accent, #FFCF23);
  }
.screenshot-grid__nav svg {
    display: block;
    width: 10px;
    height: 10px;
    fill: currentColor;
  }
.screenshot-grid__nav:first-child svg { transform: rotate(-90deg); }
.screenshot-grid__nav:last-child svg  { transform: rotate(90deg); }

.screenshot-grid__nav-group {
    flex: 0 0 auto;
    margin: 0;
  }
}

.bottom-filter-tags__title-block:not(:last-child) {
  margin: 0 0 14px;
}

@media(min-width:1024px) {
.loyalty-layout__inner {
    align-items: stretch;
  }
.loyalty-layout__main,
  .loyalty-layout__side {
    display: flex;
    flex-direction: column;
  }

.loyalty-layout__main > .screenshot-grid {
    flex: 1 1 auto;
  }

.loyalty-layout__side--sticky {
    align-self: start;
    height: var(--levels-rail-target, auto);
  }

.loyalty-layout__side--sticky:has(.levels-reveal.is-revealed) {
    height: auto;
  }
.loyalty-layout .screenshot-grid__container,
  .loyalty-layout .screenshot-grid__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
.loyalty-layout [class*="screenshot-grid--"] .screenshot-grid__grid {
    flex: 1 1 auto;
    align-items: stretch;
  }
.loyalty-layout [class*="screenshot-grid--"] .screenshot-grid__tile,
  .loyalty-layout [class*="screenshot-grid--"] .screenshot-grid__tile-btn {
    display: flex;
    height: auto;
  }
.loyalty-layout [class*="screenshot-grid--"] .screenshot-grid__tile-img {
    height: 100%;
    aspect-ratio: auto;
  }

.levels-rail--cards .levels-rail__panel,
  .levels-rail--cards .levels-reveal {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
  }

.levels-rail--cards .levels-reveal__viewport {
    flex: 1 1 auto;
    min-height: 0;
  }

.loyalty-layout__side--sticky.is-rail-measured .levels-reveal__viewport {
    max-height: none;
  }

.levels-rail--cards .levels-reveal__btn {
    flex: 0 0 auto;
  }

.levels-rail--cards .levels-reveal.is-revealed .levels-reveal__viewport {
    flex: 0 0 auto;
    max-height: none;
    overflow: visible;
  }

.levels-rail--cards .levels-rail__updated {
    justify-content: flex-end;
    gap: 4px;
    padding: 12px 4px 0;
  }
}

@media(min-width:1024px) and (max-width:1439.98px) {
  .loyalty-hero__body {
    background: none;
    border-radius: 0;
    overflow: visible;
  }

  .loyalty-hero,
  .loyalty-hero__body,
  .loyalty-hero__row,
  .loyalty-hero__media,
  .loyalty-hero__content {
    height: auto;
    max-height: none;
  }

  .loyalty-hero__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: var(--loyalty-layout-gap, 20px);
  }

  .page__main--detail .loyalty-hero .loyalty-hero__media,
  .page__main--detail .loyalty-hero .loyalty-hero__content {
    flex: none;
    width: auto;
    min-width: 0;
    margin: 0;
  }

  .loyalty-hero__media {
    padding: 0;
    min-height: 0;
    border-radius: var(--SystemCorners-Medium, 12px);
    overflow: hidden;
    background: none;
    aspect-ratio: auto;
    align-self: stretch;
  }

  .loyalty-hero__media--caption {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: stretch;
  }

  .loyalty-hero__media--caption > .loyalty-hero__image-block,
  .loyalty-hero__media--caption > .loyalty-hero__brand {
    grid-area: 1 / 1;
  }

  .page__main--detail .loyalty-hero .loyalty-hero__image-block {
    position: relative;
    height: 100%;
    aspect-ratio: auto;
    border-radius: inherit;
  }

  .loyalty-hero__image,
  .loyalty-hero__image img {
    width: 100%;
    height: 100%;
  }

  .page__main--detail .loyalty-hero .loyalty-hero__image img {
    object-fit: cover;
    object-position: center;
  }

  .loyalty-hero__image.loyalty-hero__image--cover {
    opacity: 1;
  }

  .loyalty-hero__brand-block--desktop {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .loyalty-hero__brand-block--mobile {
    display: none;
  }

  .loyalty-hero__brand {
    position: relative;
    inset: auto;
    align-self: end;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 12px;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 22px 18px 14px;
    border-radius: 0 0 var(--SystemCorners-Medium, 12px) var(--SystemCorners-Medium, 12px);
    background: linear-gradient(180deg, rgba(2, 2, 2, 0), rgba(2, 2, 2, .88));
    transform: none;
  }

  .page__main--detail .loyalty-hero .loyalty-hero__brand-logo {
    flex: 0 0 64px;
    height: 64px;
    margin: 0;
    border-radius: 8px;
    box-shadow: none;
  }

  .loyalty-hero__brand-content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .page__main--detail .loyalty-hero .loyalty-hero__brand-title {
    flex: 0 1 auto;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    text-shadow: none;
  }

  .loyalty-hero__brand .loyalty-hero__rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .loyalty-hero__brand .loyalty-hero__rating-icon {
    margin: 0;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }

  .loyalty-hero__brand .loyalty-hero__rating-number {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }

  .loyalty-hero__content {
    display: flex;
    align-items: normal;
    overflow: visible;
    background-size: 48%;
  }

  .loyalty-hero__content-title,
  .loyalty-hero__content-subtitle {
    text-align: left;
  }

  .loyalty-hero__content-main {
    width: 100%;
    max-width: none;
    padding: 0;
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
  }
}

@media(min-width:1440px) {
  .loyalty-hero__media--caption {
    align-content: stretch;
  }

  .page__main--detail .loyalty-hero .loyalty-hero__image-block {
    height: 100%;
    aspect-ratio: auto;
    min-height: 0;
  }
}

@media(min-width:1024px) {
  .loyalty-hero__country,
  .loyalty-hero__trust-panel {
    display: inline-flex;
    align-items: center;
    width: auto;
  }

  .loyalty-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .loyalty-hero__trust-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}

@media(min-width:1024px) {
  .hero-stats__act {
    align-items: flex-start;
    width: 100%;
  }

  .loyalty-hero__content .loyalty-hero__cta--visit {
    margin-left: 0;
    margin-right: auto;
  }

  .loyalty-hero__meta {
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    margin: 0;
  }

  .loyalty-hero__country {
    flex-grow: 1;
    max-width: var(--hero-cta-w);
  }

  .loyalty-hero__trust-item:first-child {
    padding-left: 0;
  }
}

@media(min-width:1024px) and (max-width:1439.98px) {
  .hero-stats__act .loyalty-hero__cta--visit {
    margin-bottom: 16px;
  }
}

.levels-rail__title {
  flex: 0 0 auto;

  margin: 0 0 24px;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: var(--Text-Txt_Main, #FFFFFF);
}

.loyalty-levels {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.loyalty-levels__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.loyalty-levels--info:not(:last-child) {
  margin: 0 0 12px;
}

@media(min-width:1340px) {
  .loyalty-levels--info .loyalty-details__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 4px 12px;
  }

  .loyalty-levels--info .loyalty-details__detail-row:not(:last-child) {
    margin: 0;
  }
}

@media(min-width:1750px) {
  .loyalty-levels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .loyalty-levels--info {
    grid-template-columns: minmax(0, 1fr);
  }

  .levels-rail--cards .loyalty-levels .loyalty-levels__item {
    padding: 16px 16px 0;
  }
  .levels-rail--cards .loyalty-levels .loyalty-levels__trigger {
    padding: 0 0 16px;
  }
  .levels-rail--cards .loyalty-levels .loyalty-details__content {
    padding: 0 0 16px;
  }
}

.loyalty-levels__trigger {
  gap: 10px;
}

.loyalty-levels__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.loyalty-levels__ordinal {
  font-weight: 500;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
}

.loyalty-levels__tier {
  margin-left: 10px;
}

.loyalty-levels__item.is-open .loyalty-levels__tier {
  color: var(--Colors-Accent, #FFCF23);
}

.loyalty-levels__peek {
  margin-left: auto;
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.loyalty-levels__peek-cashback {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.loyalty-levels__peek-rate {
  color: var(--Text-Txt_Main, #FFFFFF);
  font-size: 14px;
  font-weight: 600;
}

.loyalty-levels__peek-benefits {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.loyalty-levels__group:not(:last-child) {
  margin: 0 0 14px;
}

.loyalty-levels__group-title {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--Text-Txt_Main, #FFFFFF);
}

.loyalty-levels__note {
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5));
}

.loyalty-levels__note-label {
  font-weight: 700;
  color: var(--Text-Txt_Main, #FFFFFF);
}

.offer-carousel__container {
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}

@media(max-width:767.98px) {
  .offer-carousel__container {
    padding: 0 16px;
  }
}

.swiper-pagination-bullet {
  display: inline-block;
}

.swiper-pagination-bullet-active {
  transform: scale(1.2);
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  will-change: transform;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.offer-carousel__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -8px;
}

.offer-carousel__head-column {
  padding: 0 8px;
}

.offer-carousel__head-column:nth-child(1) {
  flex: 1 1 100%;
}

.offer-carousel__title-block {
  display: flex;
  align-items: center;
}

.offer-carousel__title-block:not(:last-child) {
  margin: 0 0 4px;
}

.offer-carousel__title {
  transition: all .3s ease 0s;
}

.offer-carousel__slider-body:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 100%;
  top: 0;
  right: -40px;
  background: linear-gradient(90deg, #1110, #111);
  pointer-events: none;
  z-index: 2;
}

.offer-carousel__slider.is-dragging .swiper-wrapper {
  cursor: grabbing;
}

.offer-carousel__slider-body {
  position: relative;
}

.offer-carousel__swiper .swiper-slide {
  margin-right: 20px;
}

.offer-carousel__swiper .swiper-slide:last-child {
  margin-right: 0;
}

.offer-carousel__slider-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

.offer-carousel__pagination.swiper-pagination {
  position: relative;
  inset: auto;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-height: 20px;
}

.offer-carousel__pagination .swiper-pagination-bullet {
  width: 20.8px;
  height: 2px;
  border-radius: 2px;
  background: var(--BG-Bg_2, #232320);
  transition: all .3s ease 0s;
  margin: 0 2px;
  opacity: 1;
  cursor: pointer;
}

.offer-carousel__pagination .swiper-pagination-bullet-active {
  background: var(--Colors-Accent, #FFCF23);
}

.offer-carousel__slider {
  margin: 0 0 55px;
  touch-action: pan-y;
}

.offer-carousel__slider-body:not(:last-child) {
  margin: 0 0 22px;
}

.offer-carousel__slider-body .offer-carousel__swiper {
  overflow: hidden;
}

.offer-carousel__slider-body .swiper-slide {
  width: 336px;
}

.offer-carousel__slide {
  position: relative;
}

.ibg--custom img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media(max-width:1650.98px) {
  .offer-carousel__slider-body:before {
    width: 44px;
    right: -20px;
  }
}

@media(max-width:480.98px) {
  .offer-carousel__slider-body:before {
    display: none;
  }
}

@media(max-width:480.98px) {
  .offer-carousel__head:not(:last-child) {
    margin: 0 0 16px;
  }
}

@media(max-width:480.98px) {
  .offer-carousel__slider-body:not(:last-child) {
    margin: 0 0 6px;
  }
}

@media(max-width:1650.98px) {
  .offer-carousel__slider-body .swiper-slide {
    width: 282px;
  }
}

@media(max-width:480.98px) {
  .offer-carousel__slider-body .swiper-slide {
    width: 300px;
  }
}

@media(max-width:480.98px) {
  .offer-carousel__swiper .swiper-slide {
    margin-right: 16px;
  }
}

@media(max-width:767.98px) {
  .offer-carousel__slider-bottom {
    margin-top: 10px;
    display: block;
    visibility: visible;
  }
}

@media(min-width:1650.98px) {
  .offer-carousel .offer-card__casino-rating-icon {
    margin: .395px 4px 0 0;
  }
}

.offer-card__image-block {
  border-radius: var(--SystemCorners-Medium, 12px);
  overflow: hidden;
  height: 169.45px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 8.45px 8px;
  transition: all .3s ease 0s;
}

.offer-card__image-block:not(:last-child) {
  margin: 0 0 11px;
}

.offer-card__image-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all .3s ease 0s;
}

.offer-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer-card__casino {
  display: flex;
  align-items: center;
}

.offer-card__casino-image-block {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  position: relative;
  margin: 0 12px 0 0;
  border-radius: var(--SystemCorners-Small, 8px);
  overflow: hidden;
  transition: all .3s ease 0s;
}

.offer-card__casino-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer-card__casino-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offer-card__casino-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--Text-Txt_Main, #FFFFFF);
  transition: all .3s ease 0s;
}

.offer-card__casino-name:not(:last-child) {
  margin: 0 0 4.5px;
}

.offer-card__casino-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.offer-card__casino-info:not(:last-child) {
  margin: 0 0 4px;
}

.offer-card__casino-info-item {
  font-size: 13px;
  font-weight: 500;
  line-height: 17.76px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
}

.offer-card__casino-info-item:not(:last-child) {
  margin: 0 14px 0 0;
}

.offer-card__casino-info-item:not(:last-child):before {
  position: absolute;
  content: "";
  right: -9px;
  flex: 0 0 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}

.offer-card__casino-rating {
  display: flex;
  align-items: flex-start;
}

.offer-card__casino-rating-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin: 1.5px 4px 0 0;
}

.offer-card__casino-rating-icon img {
  width: 100%;
  height: 100%;
}

.offer-card__casino-rating-value {
  font-size: 13px;
  font-weight: 500;
  line-height: 17.76px;
  color: var(--Text-Txt_Main, #FFFFFF);
}

.offer-card__casino-rating-star {
  color: #ff0;
}

@media(max-width:1650.98px) {
  .offer-card__image-block {
    height: 142.31px;
    padding: 8px;
  }
}

@media(max-width:650.98px) {
  .offer-card__image-block {
    border-radius: var(--SystemCorners-Small, 8px);
  }
}

@media(max-width:480.98px) {
  .offer-card__image-block {
    height: 151px;
  }
}

@media(max-width:650.98px) {
  .offer-card__casino-image-block {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
  }
}

@media(min-width:1355.98px) {
  .offer-card__casino-name:hover {
    color: var(--Colors-Accent, #FFCF23);
  }
}

@media(max-width:650.98px) {
  .offer-card__casino-name {
    font-size: 12px;
    line-height: 12px;
  }
}

@media(max-width:650.98px) {
  .offer-card__casino-info-item {
    font-size: 11px;
    line-height: 16px;
  }
}

@media(max-width:650.98px) {
  .offer-card__casino-rating-icon {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    margin: 2px 1px 0 0;
  }
}

@media(max-width:650.98px) {
  .offer-card__casino-rating-value {
    font-size: 11px;
    line-height: 16px;
  }
}

.offer-carousel__head {
  padding: 0;
}

.offer-carousel__head:not(:last-child) {
  margin: 0 0 24px;
}

.offer-carousel__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: var(--Text-Txt_Main, #FFFFFF);
}

@media(max-width:480.98px) {
  .offer-carousel__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.offer-carousel__slider {
  margin-bottom: 0;
}

.page__main-section.offer-carousel {
  margin: 60px 0 32px;
}

@media(max-width:1023.98px) {
  .page__main-section.offer-carousel {
    margin-top: 30px;
  }
}

@media(min-width:1024px) {
  .loyalty-hero__content {
    position: relative;
    padding: 20px;
    border-radius: var(--SystemCorners-Medium, 12px);
    background: var(--BG-Bg_4, #1C1C1C);
  }

  .loyalty-hero__content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--bg-hero-card-pattern) top left repeat;
    background-size: 260px 260.5px;
    opacity: .06;
    pointer-events: none;
  }

  .loyalty-hero__row {
    min-height: 460px;
  }

  .loyalty-hero__content-main {
    gap: 24px;
  }

  .loyalty-hero__content-header {
    gap: 8px;
  }

  .loyalty-hero__content-header:not(:last-child) {
    margin: 0;
  }

  .hero-stats {
    row-gap: 12px;
    margin: 16px 0 0;
  }

  .hero-stats__item {
    gap: 12px;
  }

  .hero-stats__key {
    gap: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--Text-Txt_Sec, #FFFFFF80);
  }

  .hero-stats__key img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .hero-stats__value {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--Text-Txt_Main, #FFFFFF);
  }

  .hero-stats__act {
    --hero-cta-w: 360px;
    gap: 24px;
    margin-top: 16px;
  }

  .loyalty-hero__content-subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--Text-Txt_Sec, #FFFFFF80);
  }

  .page__main--detail .loyalty-hero .loyalty-hero__content-title {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--Text-Txt_Main, #FFFFFF);
  }

  .loyalty-hero__quick-take-eyebrow {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--Text-Txt_Sec, #FFFFFF80);
  }

  .loyalty-hero__quick-take-text {
    max-width: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--Text-Txt_Main, #FFFFFF);
  }

  .page__main--detail .loyalty-hero .loyalty-hero__content .loyalty-hero__cta--visit {
    width: 360px;
    max-width: none;
    height: 56px;
    margin: 0 auto 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }

  .loyalty-hero__meta {
    gap: 8px 40px;
  }

  .loyalty-hero__trust-list {
    gap: 40px;
  }

  .loyalty-hero__country-info,
  .loyalty-hero__trust-item {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--Text-Txt_Sec, #FFFFFF80);
  }

  .loyalty-hero__country-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--Text-Txt_Sec, #FFFFFF80);
  }
}

/* Плашка «Available in …» до ответа о стране посетителя стоит с `hidden`,
   а страница задаёт ей `display` (flex / contents) — без этой строки
   атрибут проигрывал и на странице висела пустая рамка с битым флажком. */
.loyalty-hero__country[hidden] {
  display: none;
}
