/* Malina Casino SK - article pages */
:root {
  --sp-bg: var(--main-bg, #1a0320);
  --sp-panel: var(--tabs-bg, #361039);
  --sp-line: var(--stroke-accent, #7937cc);
  --sp-line-soft: rgba(199, 90, 214, 0.35);
  --sp-copy: var(--text-main, #fbe5fb);
  --sp-muted: var(--text-secondary, #e99ded);
  --sp-accent: var(--text-accent, #f897ea);
  --sp-cta: var(--button-primary-bg, #e739b1);
  --sp-cta-stroke: var(--button-primary-stroke, #7937cc);
}

.ml-6581cd8f13 {
  width: min(1320px, calc(100% - 4rem));
  margin-inline: auto;
}

.ml-5a6c3828fe {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--sp-line-soft);
  background: rgba(26, 3, 32, 0.96);
  backdrop-filter: blur(12px);
}

.ml-9c3792df6b {
  min-height: 7.2rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
}

.ml-cf6daf9e78 {
  display: flex;
  align-items: center;
  margin-right: auto;
  flex-shrink: 0;
}

.ml-cf6daf9e78 img {
  display: block;
  width: auto;
  height: auto;
  max-height: 5.2rem;
}

.ml-17faa900c9 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem 1.6rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(199, 90, 214, 0.75) rgba(32, 9, 34, 0.85);
  padding-bottom: 0.2rem;
}

.ml-17faa900c9::-webkit-scrollbar {
  height: 0.5rem;
}

.ml-17faa900c9::-webkit-scrollbar-track {
  border-radius: 0.4rem;
  background: rgba(26, 3, 32, 0.65);
}

.ml-17faa900c9::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
  background: rgba(199, 90, 214, 0.7);
}

.ml-17faa900c9 a,
.ml-5fea21f8c6 a {
  color: var(--sp-copy);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.ml-17faa900c9 a:hover,
.ml-5fea21f8c6 a:hover,
.ml-17faa900c9 a[aria-current="page"] {
  color: var(--sp-accent);
}

.ml-87b3c1614c {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4.4rem;
  padding: 0.9rem 2.2rem;
  border: 1px solid var(--sp-cta-stroke);
  border-radius: 0.8rem;
  background: var(--sp-cta);
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: filter 0.2s, transform 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.ml-87b3c1614c:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.ml-90cd45965c {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  border: 1px solid var(--sp-line);
  border-radius: 1.6rem;
  background: var(--sp-panel);
}

.ml-90cd45965c::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 3, 32, 0.78) 0%,
    rgba(26, 3, 32, 0.62) 45%,
    rgba(26, 3, 32, 0.85) 100%
  );
  pointer-events: none;
}

.ml-52ce1db942 {
  position: absolute;
  inset: 0;
  display: block;
}

.ml-52ce1db942 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ml-eeeaf9ccaf {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  padding: clamp(4rem, 7vw, 8rem) clamp(2.4rem, 5vw, 6rem);
}

.ml-6541949c9d {
  margin: 0 0 1rem;
  color: var(--sp-accent);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

.ml-eeeaf9ccaf h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

.ml-eeeaf9ccaf .ml-365c717815,
.ml-eeeaf9ccaf .ml-3e6d04b376,
.ml-eeeaf9ccaf .ml-ce5ac552ef {
  color: rgba(251, 229, 251, 0.85);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.ml-eeeaf9ccaf p:not(.ml-6541949c9d):not(.ml-365c717815):not(.ml-3e6d04b376):not(.ml-ce5ac552ef) {
  max-width: 68rem;
  margin: 2rem 0 2.4rem;
  color: #fff4fd;
  font-size: 1.7rem;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}

.ml-eeeaf9ccaf .ml-87b3c1614c {
  margin-top: 0.4rem;
}

.ml-7378919797 {
  display: grid;
  grid-template-columns: 32rem minmax(0, 1fr);
  grid-template-areas: "banner content";
  gap: 3.2rem;
  margin-block: 3.2rem 4.8rem;
  align-items: start;
}

.ml-7378919797 > .ml-7b0f19f38a {
  grid-area: banner;
}

.ml-7378919797 > :not(.ml-7b0f19f38a) {
  grid-area: content;
}

.ml-ee1f67cbf7 {
  min-width: 0;
}

.ml-917f2adb6b {
  margin: 0 0 2.4rem;
  border: 1px solid var(--sp-line);
  border-radius: 1.2rem;
  background: var(--sp-panel);
}

.ml-917f2adb6b summary {
  position: relative;
  padding: 1.8rem 5.4rem 1.8rem 2.2rem;
  color: var(--sp-copy);
  font-size: 1.7rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.ml-917f2adb6b summary::-webkit-details-marker {
  display: none;
}

.ml-917f2adb6b summary::after {
  position: absolute;
  top: 50%;
  right: 2.2rem;
  content: "+";
  color: var(--sp-accent);
  font-size: 2.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.ml-917f2adb6b[open] summary::after {
  content: "−";
}

.ml-917f2adb6b nav {
  padding: 0 2.2rem 2rem;
  border-top: 1px solid var(--sp-line-soft);
}

.ml-917f2adb6b ol {
  margin: 1.6rem 0 0;
  padding-left: 2.2rem;
}

.ml-917f2adb6b li + li {
  margin-top: 0.8rem;
}

.ml-917f2adb6b a {
  color: var(--sp-muted);
  font-size: 1.5rem;
  text-decoration: none;
}

.ml-917f2adb6b a:hover {
  color: var(--sp-accent);
}

.ml-ee1f67cbf7 > section:not(.ml-c71407dced):not(.ml-ab4faff3c2),
.ml-ee1f67cbf7 > .ml-fd6740fd17,
.ml-ee1f67cbf7 > .ml-0437962ab2 {
  margin-bottom: 2rem;
}

.ml-ee1f67cbf7 > section:not(.ml-c71407dced):not(.ml-ab4faff3c2) {
  padding: clamp(2.2rem, 3.5vw, 3.6rem);
  border: 1px solid var(--sp-line);
  border-radius: 1.2rem;
  background: var(--sp-panel);
}

.ml-ee1f67cbf7 h2 {
  margin: 0 0 1.6rem;
  color: var(--sp-accent);
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.2;
  font-weight: 700;
}

.ml-ee1f67cbf7 h3 {
  margin: 2.2rem 0 0.8rem;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--sp-copy);
}

.ml-ee1f67cbf7 p {
  margin: 0 0 1.4rem;
  color: var(--sp-muted);
  font-size: 1.6rem;
  line-height: 1.7;
}

.ml-ee1f67cbf7 p:last-child {
  margin-bottom: 0;
}

.ml-ee1f67cbf7 ul,
.ml-ee1f67cbf7 ol {
  margin: 1rem 0 0;
  padding-left: 2.2rem;
  color: var(--sp-muted);
  font-size: 1.6rem;
  line-height: 1.7;
}

.ml-ee1f67cbf7 ul li,
.ml-ee1f67cbf7 ol li {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--sp-muted);
}

.ml-ee1f67cbf7 li + li {
  margin-top: 0.8rem;
}

.ml-ee1f67cbf7 strong {
  color: var(--sp-copy);
}

.ml-ee1f67cbf7 ul li a,
.ml-ee1f67cbf7 ol li a {
  font-size: 1.6rem;
  line-height: 1.7;
}

.ml-ee1f67cbf7 a {
  color: var(--sp-accent);
}

.ml-ee1f67cbf7 a:hover {
  text-decoration: underline;
}

.ml-7b0f19f38a {
  position: sticky;
  top: 10rem;
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 1.6rem;
  background: linear-gradient(160deg, #3b0d4c 0%, #361039 55%, #200922 100%);
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.35);
}

.ml-7b0f19f38a::before {
  position: absolute;
  right: -8rem;
  bottom: -8rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: rgba(231, 57, 177, 0.12);
  filter: blur(2.8rem);
  content: "";
  pointer-events: none;
}

.ml-bdd00a082b {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--sp-copy);
  text-decoration: none;
}

.ml-37c39fd2e4 {
  position: relative;
  height: 16rem;
  overflow: hidden;
}

.ml-37c39fd2e4::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 3, 32, 0.1), #361039 96%);
  content: "";
}

.ml-37c39fd2e4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ml-bdd00a082b:hover .ml-37c39fd2e4 img {
  transform: scale(1.06);
}

.ml-67c918826d {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: 1;
  padding: 0.5rem 1rem;
  border: 1px solid var(--sp-line);
  border-radius: 0.6rem;
  background: rgba(26, 3, 32, 0.85);
  color: var(--sp-accent);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ml-1ac5c75712 {
  position: relative;
  padding: 0.8rem 2.2rem 2.4rem;
}

.ml-e94571b813 {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: -2.4rem 0 1.4rem;
  place-items: center;
  border: 1px solid var(--sp-line);
  border-radius: 1rem;
  background: var(--sp-cta);
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 0.6rem 1.6rem rgba(231, 57, 177, 0.3);
}

.ml-7b0f19f38a h2 {
  margin: 0 0 1rem;
  color: var(--sp-copy);
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ml-7b0f19f38a p {
  margin: 0 0 1.8rem;
  color: var(--sp-muted);
  font-size: 1.4rem;
  line-height: 1.65;
}

.ml-3d27a6f563 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.8rem;
  padding: 1rem 1.6rem;
  border: 1px solid var(--sp-cta-stroke);
  border-radius: 0.8rem;
  background: var(--sp-cta);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 0.6rem 1.6rem rgba(231, 57, 177, 0.22);
  transition: filter 0.2s, transform 0.2s;
}

.ml-bdd00a082b:hover .ml-3d27a6f563 {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.ml-1ac5c75712 small {
  display: block;
  margin-top: 1.2rem;
  color: var(--sp-muted);
  font-size: 1.1rem;
  text-align: center;
}

.ml-5fea21f8c6 {
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--sp-line-soft);
}

.ml-5fea21f8c6 span {
  color: var(--sp-muted);
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ml-745356ebc1 {
  border-top: 1px solid var(--sp-line-soft);
  background: var(--sp-bg);
}

.ml-7bc739cb1e {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 2.8rem;
}

.ml-7bc739cb1e p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 1.4rem;
}

.ml-7bc739cb1e nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.ml-7bc739cb1e a {
  color: var(--sp-copy);
  font-size: 1.4rem;
  text-decoration: none;
}

.ml-7bc739cb1e a:hover {
  color: var(--sp-accent);
}

.ml-ee1f67cbf7 .ml-c71407dced,
.ml-ee1f67cbf7 .ml-fd6740fd17,
.ml-ee1f67cbf7 .ml-ab4faff3c2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.ml-ee1f67cbf7 .ml-c71407dced {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}

.ml-ee1f67cbf7 .ml-1bc194746a {
  margin: 0 0 1.2rem;
  width: auto;
  max-width: none;
}

.ml-ee1f67cbf7 .ml-1bc194746a a {
  color: var(--sp-accent);
}

@media (max-width: 900px) {
  .ml-17faa900c9 {
    display: none;
  }

  .ml-7378919797 {
    grid-template-columns: 1fr;
    grid-template-areas: "banner" "content";
  }

  .ml-7b0f19f38a {
    position: static;
  }
}

@media (max-width: 560px) {
  .ml-6581cd8f13 {
    width: min(100% - 2.4rem, 1320px);
  }

  .ml-9c3792df6b {
    min-height: 6.4rem;
    gap: 1.2rem;
  }

  .ml-cf6daf9e78 img {
    max-height: 4rem;
  }

  .ml-9c3792df6b > .ml-87b3c1614c {
    padding-inline: 1.4rem;
    font-size: 1.3rem;
  }

  .ml-90cd45965c {
    margin-top: 0;
    border-radius: 1.2rem;
  }

  .ml-eeeaf9ccaf {
    padding: 3.6rem 2rem;
  }

  .ml-7378919797 {
    margin-block: 2.4rem 3.2rem;
  }

  .ml-ee1f67cbf7 > section:not(.ml-c71407dced):not(.ml-ab4faff3c2) {
    padding: 2rem 1.8rem;
  }
}

.ml-h2-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  vertical-align: -0.2rem;
  color: var(--text-accent, #f897ea);
}
