* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

/* Fonts */

@font-face {
  font-family: 'Poppins';
  src: url('/magyarjackpot-fontsSDMS/magyarjackpot-fonts-mainSDMS/magyarjackpot-poppins-regularSDMS.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Poppins Bold (700) */
@font-face {
  font-family: 'Poppins';
  src: url('/magyarjackpot-fontsSDMS/magyarjackpot-fonts-mainSDMS/magyarjackpot-poppins-boldSDMS.woff2')
    format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* text-style */

.ac-color {
  color: #fcc705;
}

.color-white {
  color: #fff;
}

.tx-36-20 {
  color: #fcc705;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .tx-36-20 {
    font-size: 24px;
  }
}

@media (max-width: 780px) {
  .tx-36-20 {
    font-size: 20px;
  }
}

.tx-hero-16-12 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 780px) {
  .tx-hero-16-12 {
    font-size: 12px;
    text-align: center;
  }
}

.magyarjackpot-btn-styleSDMS {
  color: #161616;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 10px;
  background: #fcc705;
  padding: 10px 20px;
  width: 180px;
}

@media (max-width: 780px) {
  .magyarjackpot-btn-styleSDMS {
    font-size: 12px;
  }
}

/* promo text */
.tx-promo-24-16 {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 780px) {
  .tx-promo-24-16 {
    font-size: 16px;
  }
}

.tx-promo-16-14 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}

@media (max-width: 780px) {
  .tx-promo-16-14 {
    font-size: 14px;
  }
}

/* result text */

.tx-result-24-14 {
  color: #fcc705;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 780px) {
  .tx-result-24-14 {
    font-size: 14px;
  }
}

.tx-result-16-12 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 780px) {
  .tx-result-26-12 {
    font-size: 12px;
  }
}

/* faq text */

.tx-faq-16-12 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .tx-faq-16-12 {
    font-size: 12px;
  }
}

/* footer text */

.tx-footer-16 {
  color: #fcc705;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.tx-footer-14-gray {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.tx-footer-18 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

/* second page text */

.tx-second-14-12 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width: 780px) {
  .tx-second-14-12 {
    font-size: 12px;
  }
}

.tx-second-18-14 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}

@media (max-width: 780px) {
  .tx-second-18-14 {
    font-size: 14px;
  }
}

body {
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* header section */
.magyarjackpot-headerSDMS {
  background: #111315;
  padding: 12px 0;
  position: relative;
  z-index: 100;
}

.magyarjackpot-header__containerSDMS {
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.magyarjackpot-header__logoSDMS img {
  display: block;
  height: 36px;
  width: auto;
}

/* --- Навигация --- */
.magyarjackpot-navSDMS {
  display: flex;
  align-items: center;
}

.magyarjackpot-nav__listSDMS {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.magyarjackpot-nav__linkSDMS {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.magyarjackpot-nav__linkSDMS:hover {
  color: #fcc705;
}

/* --- Кнопки --- */
.magyarjackpot-btn-primarySDMS {
  background: #fcc705;
  color: #161616;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.magyarjackpot-btn-primarySDMS:hover {
  background: #ffd84d;
}

.magyarjackpot-btn-outlineSDMS {
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  padding: 8px 16px;
  border: 1px solid #f5c63a;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.magyarjackpot-btn-outlineSDMS:hover {
  background: #f5c63a;
  color: #111315;
}

/* --- Бургер --- */
.magyarjackpot-burgerSDMS {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.magyarjackpot-burgerSDMS span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fcc705;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* --- Мобильная адаптация --- */
@media (max-width: 768px) {
  .magyarjackpot-burgerSDMS {
    display: flex;
  }

  .magyarjackpot-navSDMS {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #111315;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    display: none;
  }

  .magyarjackpot-navSDMS.active {
    display: flex;
  }

  .magyarjackpot-nav__listSDMS {
    flex-direction: column;
    gap: 24px;
  }

  .magyarjackpot-burgerSDMS.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .magyarjackpot-burgerSDMS.active span:nth-child(2) {
    opacity: 0;
  }

  .magyarjackpot-burgerSDMS.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* hero section */

.magyarjackpot-heroSDMS {
  width: 100%;
  background: linear-gradient(180deg, #1d2129 0%, #2e3745 100%);
  padding: 60px 0 0 0;
}

.magyarjackpot-heroSDMS .container {
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.magyarjackpot-hero__contentSDMS {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.magyarjackpot-hero__imageSDMS {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.magyarjackpot-hero__imageSDMS img {
  width: 100%;
  height: auto;
  max-width: 520px;
  object-fit: contain;
}

/* --- адаптив --- */
@media (max-width: 1024px) {
  .magyarjackpot-heroSDMS .container {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .magyarjackpot-hero__imageSDMS img {
    max-width: 380px;
  }

  .magyarjackpot-hero__contentSDMS {
    align-items: center;
  }
}

@media (max-width: 780px) {
  .magyarjackpot-heroSDMS {
    padding: 40px 0 0 0;
  }

  .magyarjackpot-hero__imageSDMS img {
    max-width: 280px;
  }
}

/* promo section */

.magyarjackpot-keno-promoSDMS {
  background: url('/magyarjackpot-imgSDMS/magyarjackpot-imagesSDMS/magyarjackpot-keno-promo-bg-deskSDMS.webp')
    center/cover no-repeat;
  padding: 150px 0 150px 0;
  text-align: center;
}

.magyarjackpot-keno-promoSDMS .container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* --- мобильная версия --- */
@media (max-width: 780px) {
  .magyarjackpot-keno-promoSDMS {
    background: url('/magyarjackpot-imgSDMS/magyarjackpot-imagesSDMS/magyarjackpot-keno-promo-bg-mbSDMS.webp')
      center/cover no-repeat;
    padding: 40px 0;
  }

  .magyarjackpot-keno-promoSDMS .container {
    gap: 16px;
  }
}

/* result section */

/* --- Основной блок --- */
.magyarjackpot-resultSDMS {
  background: #111315;
  padding: 80px 0;
}

.magyarjackpot-resultSDMS .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/* --- Сетка карточек --- */
.magyarjackpot-result__gridSDMS {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
}

/* --- Карточки --- */
.magyarjackpot-result__cardSDMS {
  background: linear-gradient(180deg, #22262f 0%, #2e3745 100%);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* --- Числа --- */
.magyarjackpot-result__numbersSDMS {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.magyarjackpot-result__numbersSDMS span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111315;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* --- Блок с плюсом --- */
.magyarjackpot-result__plusSDMS {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: 8px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #fff; /* белый плюс */
  font-size: 22px;
}

.magyarjackpot-result__plusSDMS span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcc705;
  color: #111315;
  font-weight: 700;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* --- Промежуточное значение (tablet) --- */
@media (max-width: 1024px) {
  .magyarjackpot-result__gridSDMS {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .magyarjackpot-result__cardSDMS {
    padding: 20px;
    gap: 12px;
  }

  .magyarjackpot-result__numbersSDMS span {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .magyarjackpot-result__plusSDMS span {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/* --- Мобильная версия --- */
@media (max-width: 780px) {
  .magyarjackpot-result__gridSDMS {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .magyarjackpot-result__cardSDMS {
    padding: 20px 16px;
  }

  .magyarjackpot-result__numbersSDMS {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .magyarjackpot-result__numbersSDMS span,
  .magyarjackpot-result__plusSDMS span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .magyarjackpot-result__plusSDMS {
    font-size: 18px;
    margin-top: 6px;
  }

  .magyarjackpot-resultSDMS {
    padding: 40px 0;
  }
}

/* faq section */

.magyarjackpot-faqSDMS {
  background: linear-gradient(180deg, #1d2129 0%, #2e3745 100%);
  padding: 80px 0;
}

.magyarjackpot-faqSDMS .container {
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.magyarjackpot-faq__listSDMS {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.magyarjackpot-faq__itemSDMS {
  background: #181a1e;
  border-radius: 14px;
  padding: 24px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* --- планшет --- */
@media (max-width: 1024px) {
  .magyarjackpot-faqSDMS {
    padding: 60px 0;
  }

  .magyarjackpot-faq__itemSDMS {
    padding: 20px 24px;
  }
}

/* --- мобилка --- */
@media (max-width: 780px) {
  .magyarjackpot-faqSDMS {
    padding: 40px 0;
  }

  .magyarjackpot-faq__listSDMS {
    gap: 16px;
  }

  .magyarjackpot-faq__itemSDMS {
    padding: 16px 20px;
  }

  .tx-result-16-12 {
    font-size: 14px;
    line-height: 120%;
  }
}

/* footer */

.magyarjackpot-footerSDMS {
  background: #111315;
  padding: 80px 0;
  color: #fff;
}

.magyarjackpot-footer__contentSDMS {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/* --- Текстовый блок --- */
.magyarjackpot-footer__infoSDMS {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* --- Партнёры --- */
.magyarjackpot-footer__partnersSDMS {
  display: flex;
  justify-content: center;
  width: 100%;
}

.magyarjackpot-footer__partners-listSDMS {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.magyarjackpot-footer__partners-listSDMS li a img {
  display: block;
  height: 32px;
  width: auto;
  transition: opacity 0.3s ease;
}

.magyarjackpot-footer__partners-listSDMS li a img:hover {
  opacity: 0.8;
}

/* --- Навигация --- */
.magyarjackpot-footer__navSDMS {
  text-align: center;
  margin-top: 16px;
}

.magyarjackpot-footer__navSDMS ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.magyarjackpot-footer__navSDMS a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.magyarjackpot-footer__navSDMS a:hover {
  color: #fcc705;
}

/* --- Промежуточное значение (tablet) --- */
@media (max-width: 1024px) {
  .magyarjackpot-footerSDMS {
    padding: 60px 0 30px;
  }

  .magyarjackpot-footer__partners-listSDMS {
    gap: 20px;
  }

  .magyarjackpot-footer__navSDMS ul {
    gap: 24px;
  }
}

/* --- Мобильная версия --- */
@media (max-width: 780px) {
  .magyarjackpot-footer__infoSDMS {
    max-width: 100%;
    padding: 0 16px;
  }

  .magyarjackpot-footer__partners-listSDMS {
    gap: 16px;
  }

  .magyarjackpot-footer__navSDMS ul {
    flex-direction: column;
    gap: 12px;
  }

  .magyarjackpot-footerSDMS {
    padding: 40px 0 24px;
  }
}

/*  */
.magyarjackpot-retailSDMS {
  background: #111315;
  padding: 80px 0;
}

.magyarjackpot-retail__listSDMS {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-content: center;
}

/* карточка */
.magyarjackpot-retail__itemSDMS {
  background: linear-gradient(180deg, #22262f 0%, #2e3745 100%);
  border-radius: 14px;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

/* заголовок карточки */
.magyarjackpot-retail__titleSDMS {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 4px;
  text-transform: uppercase;
}

/* мета-инфо (звезда / адрес / телефон) */
.magyarjackpot-retail__metaSDMS {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.magyarjackpot-retail__metaSDMS li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.magyarjackpot-retail__iconSDMS {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: block;
}

.magyarjackpot-retail__telSDMS {
  color: #cfe6ff;
  text-decoration: none;
}

.magyarjackpot-retail__telSDMS:hover {
  text-decoration: underline;
}

/* теги */
.magyarjackpot-retail__tagsSDMS {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.magyarjackpot-retail__tagsSDMS li {
  background: #fcc705;
  color: #111315;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
}

/* ===== tablet (781–1200 px) ===== */
@media (max-width: 1200px) and (min-width: 781px) {
  .magyarjackpot-retailSDMS {
    padding: 60px 0;
  }

  .magyarjackpot-retail__listSDMS {
    display: grid;
    grid-template-columns: repeat(
      2,
      minmax(320px, 360px)
    ); /* 2 колонки фикс ширины */
    justify-content: center; /* центрируем по горизонтали */
    gap: 28px 40px; /* чуть больше горизонтальный отступ */
  }

  .magyarjackpot-retail__itemSDMS {
    padding: 22px;
  }

  .magyarjackpot-retail__titleSDMS {
    font-size: 16px;
  }
}

/* ===== mobile (≤780 px) ===== */
@media (max-width: 780px) {
  .magyarjackpot-retailSDMS {
    padding: 40px 0;
  }

  .magyarjackpot-retail__listSDMS {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
  }

  .magyarjackpot-retail__itemSDMS {
    width: 100%;
    max-width: 320px;
    padding: 20px 16px;
  }

  .magyarjackpot-retail__titleSDMS {
    font-size: 15px;
  }

  .magyarjackpot-retail__metaSDMS li {
    font-size: 13px;
  }

  .magyarjackpot-retail__tagsSDMS {
    justify-content: flex-start;
  }
}

.magyarjackpot-cookie-policySDMS {
  background: #111315;
  padding: 80px 0;
}

.magyarjackpot-secondSDMS {
  background: #111315;
  padding: 80px 0;
}

.magyarjackpot-secondSDMS ul {
  margin: 16px 0 24px;
  padding-left: 20px;
}

.magyarjackpot-secondSDMS ul li {
  margin-bottom: 8px;
  list-style: disc;
}

@media (max-width: 780px) {
  .magyarjackpot-secondSDMS {
    padding: 40px 0;
  }
}

/* ===== Cookie Policy Section ===== */
.magyarjackpot-cookie-policySDMS {
  background: #111315;
  padding: 80px 0;
}

.magyarjackpot-cookie-policySDMS .container {
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */
.magyarjackpot-cookie-policySDMS h1 {
  color: #ffcc33;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Вводный абзац */
.magyarjackpot-cookie-policySDMS > .container > p {
  text-align: center;
  color: #ccc;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 40px;
}

/* Подзаголовки */
.magyarjackpot-cookie-policySDMS h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin: 32px 0 12px;
}

/* Параграфы */
.magyarjackpot-cookie-policySDMS p {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}

/* Списки */
.magyarjackpot-cookie-policySDMS ul {
  margin: 16px 0 24px;
  padding-left: 20px;
  list-style: disc;
}

.magyarjackpot-cookie-policySDMS ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
  list-style: disc;
}

/* Ссылки */
.magyarjackpot-cookie-policySDMS a {
  color: #ffcc33;
  text-decoration: none;
}

.magyarjackpot-cookie-policySDMS a:hover {
  text-decoration: underline;
}

/* ===== Адаптив ===== */
@media (max-width: 780px) {
  .magyarjackpot-cookie-policySDMS {
    padding: 40px 0;
  }

  .magyarjackpot-cookie-policySDMS h1 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .magyarjackpot-cookie-policySDMS h2 {
    font-size: 14px;
    margin: 24px 0 8px;
  }

  .magyarjackpot-cookie-policySDMS p,
  .magyarjackpot-cookie-policySDMS li {
    font-size: 12px;
  }
}

/* ===== Responsible Gaming Section ===== */
.magyarjackpot-responsibleSDMS {
  background: #111315;
  padding: 80px 0;
}

.magyarjackpot-responsibleSDMS .container {
  margin: 0 auto;
  padding: 0 20px;
}

/* Главный заголовок */
.magyarjackpot-responsibleSDMS h1 {
  color: #ffcc33;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Основной вводный текст */
.magyarjackpot-responsibleSDMS > .container > p {
  color: #ccc;
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 40px;
}

/* Подзаголовки */
.magyarjackpot-responsibleSDMS h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin: 32px 0 12px;
}

/* Параграфы */
.magyarjackpot-responsibleSDMS p {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}

/* Списки */
.magyarjackpot-responsibleSDMS ul {
  margin: 16px 0 24px;
  padding-left: 20px;
  list-style-type: disc !important;
  list-style-position: outside !important;
}

.magyarjackpot-responsibleSDMS ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
  list-style: disc;
}

/* Ссылки, если появятся */
.magyarjackpot-responsibleSDMS a {
  color: #ffcc33;
  text-decoration: none;
}

.magyarjackpot-responsibleSDMS a:hover {
  text-decoration: underline;
}

/* ===== Адаптив ===== */
@media (max-width: 780px) {
  .magyarjackpot-responsibleSDMS {
    padding: 40px 0;
  }

  .magyarjackpot-responsibleSDMS h1 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .magyarjackpot-responsibleSDMS h2 {
    font-size: 14px;
    margin: 24px 0 8px;
  }

  .magyarjackpot-responsibleSDMS p,
  .magyarjackpot-responsibleSDMS li {
    font-size: 12px;
  }
}

/* popup */

/* === POPUP BASE === */
.magyarjackpot-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.magyarjackpot-popup.active {
  display: flex;
}

.magyarjackpot-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.magyarjackpot-popup__content {
  position: relative;
  background: radial-gradient(80% 100% at 50% 0%, #1d2029 0%, #11141d 100%);
  color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 420px;
  width: 90%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.magyarjackpot-popup__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.magyarjackpot-popup__title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #ffcc33;
  margin-bottom: 25px;
}

/* === FORM === */
.magyarjackpot-popup__form {
  display: none;
  width: 100%;
}

.magyarjackpot-popup__form.active {
  display: block;
}

.magyarjackpot-popup__form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* === INPUTS === */
.magyarjackpot-popup__form input {
  width: 100%;
  padding: 14px 18px;
  border-radius: 20px;
  border: none;
  background: #fff;
  font-size: 15px;
  outline: none;
  color: #000;
}

/* === BUTTON === */
.magyarjackpot-popup__btn {
  display: block;
  margin: 20px auto 0;
  border-radius: 20px;
  background: #ffcc33;
  color: #000;
  font-weight: 700;
  padding: 12px 20px;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

/* === TEXT SWITCH === */
.magyarjackpot-popup__switch {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}

.magyarjackpot-popup__switch a {
  color: #fff;
  text-decoration: none;
}

/* === SUCCESS MESSAGE === */
.magyarjackpot-popup__message {
  display: none;
  font-weight: 600;
  font-size: 14px;
  color: #00ff94;
  text-align: center;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.magyarjackpot-popup__message.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
