:root {
  --color-bg: #ff2d95;
  --color-primary: #00e5ff;
  --color-secondary: #14121f;
  --color-surface: rgba(255, 255, 255, 0.1);
  --color-text: #fff;
  --color-border: rgba(255, 255, 255, 0.2);
  --color-muted: #d9d1dc;
  --shadow: 0 18px 48px rgba(20, 18, 31, 0.18);
  --radius: 18px;
  --content: 1180px;
  --unused-accent: #ffdd57;
  --unused-gap: clamp(1rem, 3vw, 3rem);
  --unused-font: system-ui;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
.pm-x7k2-shell {
  width: min(var(--content), calc(100% - 32px));
  margin-inline: auto;
}
.pm-x7k2-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(20, 18, 31, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-border);
}
.pm-x7k2-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.pm-x7k2-brand img {
  display: block;
  width: 210px;
  height: auto;
}
.pm-x7k2-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.pm-x7k2-nav a,
.pm-x7k2-footer a {
  text-decoration: none;
}
.pm-x7k2-nav a {
  font-size: 0.82rem;
  color: #f7eef7;
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
}
.pm-x7k2-nav-icon {
  color: var(--color-primary);
  font-size: 1.05rem;
  font-weight: 700;
}
.pm-x7k2-header__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.pm-x7k2-au {
  font-size: 1.1rem;
  white-space: nowrap;
}
.pm-x7k2-au small {
  font-size: 0.65rem;
  display: block;
  color: var(--color-muted);
}
.pm-x7k2-burger {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 8px;
}
.pm-x7k2-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  margin: 5px;
}
.pm-x7k2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: var(--color-secondary);
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pm-x7k2-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 229, 255, 0.28);
}
.pm-x7k2-button--small {
  padding: 7px 14px;
  font-size: 0.82rem;
}
.pm-x7k2-button--dark {
  background: var(--color-secondary);
  color: #fff;
}
.pm-x7k2-button--outline {
  background: transparent;
  color: var(--color-primary);
}
.pm-x7k2-button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.pm-x7k2-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  padding-block: 72px 82px;
}
.pm-x7k2-eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--color-primary);
  margin: 0 0 10px;
}
.pm-x7k2-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin: 0 0 20px;
  max-width: 760px;
}
.pm-x7k2-lead {
  font-size: 1.15rem;
  max-width: 640px;
  color: #fff9ff;
}
.pm-x7k2-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}
.pm-x7k2-badges span,
.pm-x7k2-trust span {
  padding: 6px 10px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 99px;
  font-size: 0.78rem;
}
.pm-x7k2-hero__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pm-x7k2-disclaimer,
.pm-x7k2-note {
  font-size: 0.82rem;
  color: var(--color-muted);
}
.pm-x7k2-hero__visual {
  position: relative;
}
.pm-x7k2-hero__visual img {
  width: 100%;
  display: block;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--color-border);
}
.pm-x7k2-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}
.pm-x7k2-breadcrumbs {
  display: flex;
  gap: 9px;
  padding-top: 20px;
  font-size: 0.78rem;
  color: #f7c9e6;
}
.pm-x7k2-breadcrumbs a {
  color: var(--color-primary);
}
.pm-x7k2-section {
  padding-block: 74px;
}
.pm-x7k2-section--dark {
  background: var(--color-secondary);
}
.pm-x7k2-section--tint {
  background: rgba(20, 18, 31, 0.1);
}
h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 0 0 24px;
}
h3 {
  line-height: 1.2;
  margin: 6px 0 8px;
}
.pm-x7k2-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}
.pm-x7k2-section-heading p {
  max-width: 650px;
  margin: 0;
}
.pm-x7k2-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.pm-x7k2-controls label {
  font-size: 0.72rem;
  font-weight: 700;
}
.pm-x7k2-controls select,
.pm-x7k2-form-grid input,
.pm-x7k2-demo-form input,
.pm-x7k2-demo-form textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  color: var(--color-secondary);
  padding: 9px;
}
.pm-x7k2-casino-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.pm-x7k2-casino-card {
  background: rgba(20, 18, 31, 0.94);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.pm-x7k2-casino-card:nth-child(-n + 3) {
  border-color: var(--color-primary);
}
.pm-x7k2-casino-card__top {
  display: grid;
  grid-template-columns: auto 56px 1fr;
  gap: 12px;
  align-items: center;
}
.pm-x7k2-rank {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-primary);
}
.pm-x7k2-casino-logo {
  width: 56px;
  height: 56px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--color-primary), var(--color-bg));
  color: var(--color-secondary);
  font-weight: 900;
}
.pm-x7k2-status {
  font-size: 0.68rem;
  color: #cefaff;
}
.pm-x7k2-casino-card__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 18px 0;
  font-size: 0.78rem;
  color: var(--color-muted);
}
.pm-x7k2-casino-card__facts span {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}
.pm-x7k2-casino-card__facts b {
  color: #fff;
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.pm-x7k2-bonus-line {
  background: rgba(255, 45, 149, 0.25);
  border-radius: 8px;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 0.85rem;
}
.pm-x7k2-checklist {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  color: #fbeefa;
  font-size: 0.85rem;
}
.pm-x7k2-checklist li:before {
  content: "✓";
  color: var(--color-primary);
  font-weight: 800;
  margin-right: 7px;
}
.pm-x7k2-license {
  font-size: 0.72rem;
  color: var(--color-muted);
  margin-top: auto;
}
.pm-x7k2-card-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
}
.pm-x7k2-text-link {
  font-size: 0.8rem;
  color: var(--color-primary);
}
.pm-x7k2-filter-empty {
  padding: 20px;
  background: var(--color-surface);
  border-radius: 10px;
}
.pm-x7k2-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: 12px;
}
.pm-x7k2-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1100px;
  background: rgba(20, 18, 31, 0.5);
  font-size: 0.8rem;
}
.pm-x7k2-table th,
.pm-x7k2-table td {
  padding: 13px 12px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}
.pm-x7k2-table thead th {
  color: var(--color-primary);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.07);
}
.pm-x7k2-table a {
  color: var(--color-primary);
  font-weight: 700;
}
.pm-x7k2-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.pm-x7k2-calculator,
.pm-x7k2-demo-form {
  background: rgba(20, 18, 31, 0.94);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--color-border);
  max-width: 850px;
}
.pm-x7k2-calculator label,
.pm-x7k2-demo-form label {
  font-size: 0.8rem;
  font-weight: 700;
  display: block;
}
.pm-x7k2-calculator fieldset {
  border: 1px solid var(--color-border);
  border-radius: 9px;
  margin: 18px 0;
  padding: 12px;
  display: flex;
  gap: 20px;
}
.pm-x7k2-calculator fieldset label {
  font-weight: 400;
}
.pm-x7k2-calculator input[type="radio"],
.pm-x7k2-checkbox input {
  width: auto;
  display: inline;
}
.pm-x7k2-error {
  color: #ffd1df;
  min-height: 1.2em;
}
.pm-x7k2-calculator__result {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pm-x7k2-calculator__result span {
  background: var(--color-surface);
  padding: 15px;
  border-radius: 10px;
}
.pm-x7k2-calculator__result strong {
  display: block;
  font-size: 1.35rem;
  color: var(--color-primary);
}
.pm-x7k2-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.pm-x7k2-flow > div {
  background: rgba(20, 18, 31, 0.75);
  padding: 17px;
  border-radius: 13px;
  border: 1px solid var(--color-border);
  min-height: 160px;
}
.pm-x7k2-flow b {
  color: var(--color-primary);
  font-size: 1.3rem;
}
.pm-x7k2-flow-icon {
  display: block;
  font-size: 1.8rem;
}
.pm-x7k2-flow p {
  font-size: 0.78rem;
  color: var(--color-muted);
}
.pm-x7k2-flow > i {
  font-size: 1.4rem;
  color: var(--color-primary);
}
.pm-x7k2-security-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.pm-x7k2-security-grid article,
.pm-x7k2-bonus-scroller article {
  border: 1px solid var(--color-border);
  padding: 19px;
  border-radius: 15px;
  background: rgba(20, 18, 31, 0.76);
}
.pm-x7k2-security-grid span {
  font-size: 1.8rem;
  color: var(--color-primary);
}
.pm-x7k2-security-grid p,
.pm-x7k2-bonus-scroller p {
  font-size: 0.82rem;
  color: var(--color-muted);
}
.pm-x7k2-bonus-scroller {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pm-x7k2-bonus-scroller article {
  scroll-snap-align: start;
}
.pm-x7k2-bonus-scroller strong {
  color: var(--color-primary);
  font-size: 1.1rem;
}
.pm-x7k2-bonus-scroller a {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.82rem;
}
.pm-x7k2-review-content {
  min-height: 130px;
}
.pm-x7k2-content {
  color: #fff;
}
.pm-x7k2-content h2,
.pm-x7k2-content h3 {
  margin-top: 1.5em;
}
.pm-x7k2-content p,
.pm-x7k2-content li {
  max-width: 800px;
}
.pm-x7k2-content a {
  color: var(--color-primary);
}
.pm-x7k2-faq {
  max-width: 900px;
}
.pm-x7k2-faq details {
  border-bottom: 1px solid var(--color-border);
  padding: 15px 0;
}
.pm-x7k2-faq summary {
  cursor: pointer;
  font-weight: 800;
}
.pm-x7k2-faq p {
  color: #f4dbe9;
  max-width: 800px;
}
.pm-x7k2-empty {
  border: 1px dashed var(--color-border);
  padding: 25px;
  border-radius: 14px;
  margin-bottom: 18px;
}
.pm-x7k2-empty > span {
  font-size: 2rem;
  color: var(--color-primary);
}
.pm-x7k2-demo-form {
  display: grid;
  gap: 14px;
}
.pm-x7k2-demo-form textarea {
  min-height: 120px;
  resize: vertical;
}
.pm-x7k2-demo-form .pm-x7k2-button {
  justify-self: start;
}
.pm-x7k2-checkbox {
  display: flex !important;
  gap: 8px;
  align-items: flex-start;
  font-weight: 400 !important;
}
.pm-x7k2-form-message {
  color: var(--color-primary);
  min-height: 1.3em;
  font-size: 0.82rem;
}
.pm-x7k2-author {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: start;
  max-width: 800px;
}
.pm-x7k2-author__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--color-primary);
  color: var(--color-secondary);
  font-size: 1.6rem;
  font-weight: 800;
}
.pm-x7k2-footer {
  background: var(--color-secondary);
  padding: 55px 0 24px;
}
.pm-x7k2-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 30px;
}
.pm-x7k2-footer__logo {
  width: 200px;
}
.pm-x7k2-footer h3 {
  color: var(--color-primary);
  font-size: 0.95rem;
}
.pm-x7k2-footer p,
.pm-x7k2-footer a {
  font-size: 0.78rem;
  color: var(--color-muted);
  display: block;
  margin: 8px 0;
}
.pm-x7k2-methods {
  line-height: 2;
}
.pm-x7k2-footer__bottom {
  border-top: 1px solid var(--color-border);
  margin-top: 35px;
  padding-top: 20px;
}
.pm-x7k2-footer__bottom p {
  display: inline-block;
  margin-right: 20px;
}
.pm-x7k2-sticky {
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(640px, calc(100% - 20px));
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: var(--color-secondary);
  border: 1px solid var(--color-primary);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  box-shadow: 0 -5px 25px rgba(20, 18, 31, 0.3);
  font-size: 0.8rem;
}
.pm-x7k2-sticky button {
  border: 0;
  background: none;
  color: #fff;
  font-size: 1.5rem;
}
.pm-x7k2-info {
  padding-block: 20px 70px;
}
.pm-x7k2-info .pm-x7k2-content {
  max-width: 820px;
  background: rgba(20, 18, 31, 0.25);
  padding: 35px;
  border-radius: 18px;
  margin-top: 25px;
}
.pm-x7k2-info .pm-x7k2-content h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
}
.wp-block-query,
.elementor-widget {
  contain: content;
}
@media (max-width: 1024px) {
  .pm-x7k2-nav {
    gap: 9px;
  }
  .pm-x7k2-nav a {
    font-size: 0.72rem;
  }
  .pm-x7k2-au {
    display: none;
  }
  .pm-x7k2-security-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pm-x7k2-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {

  .pm-x7k2-header__inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .pm-x7k2-brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
  }

  .pm-x7k2-brand img {
    width: 130px;
    max-width: 100%;
    height: auto;
  }

  .pm-x7k2-header__actions {
    order: 2;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
  }

  .pm-x7k2-header__actions .pm-x7k2-au {
    display: none;
  }

  .pm-x7k2-header__actions .pm-x7k2-button {
    padding: 7px 9px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .pm-x7k2-burger {
    display: block;
    order: 3;
    margin-left: 0;
    flex-shrink: 0;
    padding: 5px;
  }

  .pm-x7k2-nav {
    display: none;
    order: 4;
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 0 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pm-x7k2-nav.is-open {
    display: flex;
  }

  .pm-x7k2-hero {
    grid-template-columns: 1fr;
    padding-block: 48px 60px;
  }

  .pm-x7k2-hero__visual {
    order: -1;
  }

  .pm-x7k2-hero h1 {
    font-size: clamp(2.3rem, 11vw, 4rem);
  }

  .pm-x7k2-section-heading {
    display: block;
  }

  .pm-x7k2-controls {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .pm-x7k2-casino-grid {
    grid-template-columns: 1fr;
  }

  .pm-x7k2-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pm-x7k2-flow > i {
    transform: rotate(90deg);
    justify-self: center;
  }

  .pm-x7k2-flow > div {
    min-height: 0;
  }

  .pm-x7k2-security-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-x7k2-bonus-scroller {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .pm-x7k2-bonus-scroller article {
    min-width: 82%;
  }

  .pm-x7k2-sticky {
    font-size: 0.72rem;
  }

  .pm-x7k2-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pm-x7k2-form-grid {
    grid-template-columns: 1fr;
  }

}
@media (max-width: 390px) {
  .pm-x7k2-shell {
    width: min(var(--content), calc(100% - 22px));
  }
  .pm-x7k2-header__actions .pm-x7k2-button {
    padding-inline: 10px;
  }
  .pm-x7k2-brand img {
    width: 160px;
  }
  .pm-x7k2-security-grid {
    grid-template-columns: 1fr;
  }
  .pm-x7k2-calculator fieldset {
    display: block;
  }
  .pm-x7k2-calculator fieldset label {
    display: block;
    margin: 4px 0;
  }
  .pm-x7k2-footer__grid {
    grid-template-columns: 1fr;
  }
  .pm-x7k2-casino-card {
    padding: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.pm-x7k2-author__avatar{
  width:64px;
  height:64px;
  flex:0 0 64px;
  border-radius:50%;
  overflow:hidden;
}

.pm-x7k2-author__avatar img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.pm-x7k2-hero--bg {
  background: linear-gradient(135deg, rgba(20,18,31,0.82) 0%, rgba(255,45,149,0.45) 100%),
              url('/banner-bg.jpg') center / cover no-repeat;
  border-radius: var(--radius);
  padding-inline: 40px;
}

.pm-x7k2-burger b {
  display: none;
}

.dd {
  width: min(1180px, calc(100% - 32px));
  margin: 40px auto;
  padding: 36px 40px;
  background: #17131f;
  border: 1px solid rgba(64, 233, 251, 0.28);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  color: #f4f2f7;
  line-height: 1.75;
}

.dd p {
  margin: 0 0 20px;
  color: #d8d4df;
  font-size: 1rem;
}

.dd h2 {
  margin: 42px 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(64, 233, 251, 0.2);
  color: #40e9fb;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.25;
}

.dd h3 {
  margin: 30px 0 14px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.3;
}

.dd ul,
.dd ol {
  margin: 0 0 24px;
  padding-left: 24px;
  color: #d8d4df;
}

.dd li {
  margin: 7px 0;
  padding-left: 4px;
}

.dd li::marker {
  color: #40e9fb;
  font-weight: 700;
}

.dd blockquote {
  margin: 28px 0;
  padding: 22px;
  background: #211a2c;
  border: 1px solid rgba(64, 233, 251, 0.2);
  border-left: 4px solid #40e9fb;
  border-radius: 12px;
  overflow: hidden;
}

.dd blockquote p {
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 700;
}

.dd table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  background: #1d1728;
  border: 1px solid rgba(64, 233, 251, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.dd th,
.dd td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dd th {
  background: #271d35;
  color: #40e9fb;
  font-size: 0.9rem;
  font-weight: 800;
}

.dd td {
  color: #d8d4df;
  font-size: 0.94rem;
}

.dd tr:last-child td {
  border-bottom: 0;
}

.dd th:last-child,
.dd td:last-child {
  border-right: 0;
}

.dd tr:hover td {
  background: rgba(64, 233, 251, 0.035);
}

@media (max-width: 768px) {

  .dd {
    width: calc(100% - 24px);
    margin: 24px auto;
    padding: 24px 18px;
    border-radius: 14px;
  }

  .dd p {
    font-size: 0.94rem;
    line-height: 1.7;
    margin-bottom: 17px;
  }

  .dd h2 {
    margin: 32px 0 15px;
    font-size: 1.4rem;
  }

  .dd h3 {
    margin: 25px 0 12px;
    font-size: 1.15rem;
  }

  .dd ul,
  .dd ol {
    padding-left: 21px;
    margin-bottom: 20px;
  }

  .dd li {
    margin: 6px 0;
  }

  .dd blockquote {
    margin: 22px 0;
    padding: 17px 14px;
    border-radius: 10px;
  }

  .dd table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: normal;
    border-radius: 10px;
  }

  .dd thead,
  .dd tbody,
  .dd tr {
    width: 100%;
  }

  .dd th,
  .dd td {
    min-width: 145px;
    padding: 11px 12px;
    font-size: 0.84rem;
  }

  .dd th {
    font-size: 0.82rem;
  }

}

@media (max-width: 390px) {

  .dd {
    width: calc(100% - 18px);
    padding: 20px 13px;
    margin: 18px auto;
  }

  .dd h2 {
    font-size: 1.28rem;
  }

  .dd h3 {
    font-size: 1.08rem;
  }

  .dd p {
    font-size: 0.9rem;
  }

  .dd table {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .dd th,
  .dd td {
    min-width: 135px;
    padding: 10px;
    font-size: 0.8rem;
  }

}

.pm-x7k2-faq {
  max-width: 900px;
  padding: 28px 30px;
  background: rgba(20, 18, 31, 0.72);
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(20, 18, 31, 0.2);
}

.pm-x7k2-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
}

.pm-x7k2-faq details:first-child {
  padding-top: 0;
}

.pm-x7k2-faq details:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pm-x7k2-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #fff;
}

.pm-x7k2-faq p {
  color: #f4dbe9;
  max-width: 800px;
  margin: 10px 0 0;
}

.pm-x7k2-author {
  max-width: 900px;
  padding: 28px 30px;
  background: rgba(20, 18, 31, 0.72);
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(20, 18, 31, 0.2);
}

.pm-x7k2-author__avatar {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 229, 255, 0.45);
}

.pm-x7k2-author__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .pm-x7k2-faq {
    width: 100%;
    padding: 20px 16px;
    border-radius: 14px;
  }

  .pm-x7k2-faq details {
    padding: 14px 0;
  }

  .pm-x7k2-faq summary {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .pm-x7k2-faq p {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .pm-x7k2-author {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 20px 16px;
    gap: 15px;
    border-radius: 14px;
  }

  .pm-x7k2-author__avatar {
    width: 64px;
    height: 64px;
  }

  .pm-x7k2-author p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}