/* Review content on top of legacy Jokabet theme */
.review-body { max-width: 920px; padding-top: 1.5rem; padding-bottom: 2.5rem; }
.review-body h1 { margin-bottom: 1rem; }
.review-body h2 { margin-top: 2rem; margin-bottom: .75rem; }
.review-body h3 { margin-top: 1.25rem; }
.review-kicker {
  color: var(--secondary-color, #69F67F);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}
.review-body .table-wrap { overflow-x: auto; margin: 1rem 0 1.5rem; }
.review-body table { width: 100%; border-collapse: collapse; min-width: 560px; }
.review-body th, .review-body td {
  border: 1px solid rgba(255,255,255,.12);
  padding: .65rem .75rem;
  text-align: left;
  vertical-align: top;
  color: #f2f4fa;
}
.review-body thead th { background: rgba(105,246,127,.12); color: #fff; }
.review-body p,
.review-body li,
.review-body cite {
  color: #e8ebf5 !important;
}

/* FAQ: force high contrast (theme summary/strong was near-black) */
.faq-item {
  border: 1px solid rgba(105,246,127,.28);
  border-radius: 12px;
  padding: .85rem 1.05rem;
  margin: .6rem 0;
  background: #2a3150;
}
.faq-item summary {
  cursor: pointer;
  color: #ffffff !important;
  font-weight: 700;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "▸";
  display: inline-block;
  margin-right: .45rem;
  color: var(--secondary-color, #69F67F);
}
.faq-item[open] summary::before { content: "▾"; }
.faq-item summary strong {
  color: #ffffff !important;
  font-weight: 700;
}
.faq-answer {
  margin: .75rem 0 .15rem;
  color: #dce1f2 !important;
  line-height: 1.55;
}

.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.review-card {
  margin: 0;
  padding: 1rem;
  border-radius: 12px;
  background: #2a3150;
  border: 1px solid rgba(255,255,255,.1);
}
.review-card blockquote,
.review-card p { color: #eef1fa !important; margin: 0 0 .75rem; }
.review-card cite { color: #b7bdd6 !important; font-style: normal; font-size: .86rem; }
.helplines { display: flex; flex-wrap: wrap; gap: .35rem .75rem; }
.helplines a { color: var(--secondary-color, #69F67F) !important; }
.age-note { margin-top: 2rem; color: #c5cade !important; font-size: .92rem; }
.registry-link { font-weight: 700; color: var(--secondary-color, #69F67F) !important; }

/* Visible language bar in content */
.lang-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem .65rem;
  margin: 0 0 1.25rem;
  padding: .75rem .9rem;
  border-radius: 12px;
  background: rgba(105,246,127,.08);
  border: 1px solid rgba(105,246,127,.28);
}
.lang-bar__label {
  color: #fff !important;
  font-weight: 700;
  font-size: .86rem;
  margin-right: .25rem;
}
.lang-bar__link {
  display: inline-flex;
  align-items: center;
  padding: .28rem .55rem;
  border-radius: 999px;
  text-decoration: none !important;
  color: #d7dcef !important;
  border: 1px solid rgba(255,255,255,.14);
  font-size: .78rem;
  font-weight: 600;
}
.lang-bar__link:hover,
.lang-bar__link[aria-current="true"] {
  color: #041007 !important;
  background: var(--secondary-color, #69F67F);
  border-color: var(--secondary-color, #69F67F);
}

/* Compact language dropdown in header */
.lang-switch {
  position: relative;
  margin-right: .45rem;
  z-index: 60;
}
.lang-switch__btn {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid var(--secondary-color, #69F67F);
  background: rgba(105,246,127,.12);
  color: #fff !important;
  border-radius: 10px;
  padding: .5rem .75rem;
  font-size: .8rem;
  font-weight: 700;
}
.lang-switch__btn::-webkit-details-marker { display: none; }
.lang-switch__code {
  color: var(--secondary-color, #69F67F);
  font-size: .72rem;
  letter-spacing: .05em;
}
.lang-switch__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 80;
  margin: 0;
  padding: .4rem;
  list-style: none;
  min-width: 176px;
  max-height: 300px;
  overflow: auto;
  background: #1e2132;
  border: 1px solid rgba(105,246,127,.35);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0,0,0,.45);
}
.lang-switch__option {
  display: block;
  padding: .5rem .7rem;
  border-radius: 8px;
  color: #f0f2fa !important;
  text-decoration: none !important;
  font-size: .84rem;
  font-weight: 600;
}
.lang-switch__option:hover,
.lang-switch__option[aria-current="true"] {
  background: rgba(105,246,127,.16);
  color: var(--secondary-color, #69F67F) !important;
}
@media (max-width: 920px) {
  .header__btn-group .lang-switch { display: inline-flex; }
  .lang-switch__label { max-width: 4.5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
