/* ========================================
   TABLES
======================================== */
.content-entry img {
  display: block;
  margin: 24px auto;
  max-width: 100%;
  height: auto;
}

.content-entry figure.wp-block-table,
.content-entry .wp-block-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 26px 0;
}

.content-entry .wp-block-table table,
.content-entry table {
  width: 100%;
  min-width: 700px;
  margin: 0;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #2436a5;
}

.content-entry th {
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.content-entry td {
  padding: 16px 22px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  border: 0;
}

.content-entry tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.04);
}

.wp-block-table td,
.wp-block-table th {
  border: unset;
}

/* ========================================
   LINKS BOX
======================================== */
.plinko-links-box {
  max-width: 520px;
  margin: 0 auto;
  padding: 18px 18px 14px;
  background: #14298d;
  border-radius: 4px;
}

.plinko-links-list {
  margin: 24px 0;
  padding: 16px 20px;
  list-style: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.plinko-links-list li {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
}

.plinko-links-list li:last-child {
  margin-bottom: 0;
}

.plinko-links-list a {
  color: #cfdcff;
  font-size: 16px;
  line-height: 1.3;
}

.plinko-links-list a:hover {
  text-decoration: underline;
}

/* ========================================
FASTLINK
======================================== */
.plinko-toc {
  width: 330px;
  max-width: 100%;
  margin: 0 28px 24px 0;
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid rgba(126, 178, 255, 0.22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.plinko-toc--left {
  float: left;
}

.plinko-toc--right {
  float: right;
  margin: 0 0 24px 28px;
}
.plinko-toc-clear {
  clear: both;
}

.plinko-toc__list {
  margin: 0;
  padding-left: 20px;
}

.plinko-toc__list li {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 900;
}

.plinko-toc__list li:last-child {
  margin-bottom: 0;
}

.plinko-toc__list a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.plinko-toc__list a:hover {
  color: #ffd84a;
}

@media (max-width: 767px) {
  .plinko-toc,
  .plinko-toc--left,
  .plinko-toc--right {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
}

.clear {
  clear: both;
}

/* ========================================
   CONTENT STYLE
======================================== */

.content-entry {
  font-size: 17px;
  line-height: 1.7;
}

.content-entry h2 {
  clear: both;
  margin: 42px 0 18px;
  padding-top: 0;
  font-size: 30px;
  line-height: 1.25;
}

.content-entry p {
   margin: 0 0 18px; 
  color: #e3e9ff;
  font-size: 17px;
  line-height: 1.7;
}

.content-entry ul,
.content-entry ol {
  margin: 0 0 24px 24px;
  padding-left: 18px;
  color: #e3e9ff;
  font-size: 17px;
  line-height: 1.7;
}

.content-entry li {
  margin-bottom: 8px;
}

.content-entry blockquote {
  clear: both;
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid #ffd84a;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.plinko-casino-list,
.plinko-steps-list,
.content-table-wrap,
.faq-section {
  clear: both;
}

.content-table-wrap {
 width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  margin: 28px auto;
  border-radius: 14px;
  border: 1px solid rgba(126, 178, 255, 0.18);
  background: rgba(7, 23, 66, 0.55);

  scrollbar-width: thin;
  scrollbar-color: #ff3ba7 rgba(255,255,255,.08);

}

.content-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.content-table-wrap::-webkit-scrollbar-track {
  background: rgba(255,255,255,.06);
  border-radius: 999px;
}

.content-table-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff3ba7 0%, #f00068 100%);
  border-radius: 999px;
}

.content-table-wrap table {
  width: auto;
  min-width: 720px;
  border-collapse: collapse;
}

.content-table-wrap th,
.content-table-wrap td {
  padding: 16px 20px;
  text-align: left;
  white-space: nowrap;
}

.content-table-wrap th {
  background: rgba(255,255,255,.08);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.content-table-wrap td {
  border-top: 1px solid rgba(255,255,255,.08);
  color: #dfe7ff;
  font-size: 15px;
}

.content-table-wrap tr:hover td {
  background: rgba(255,255,255,.03);
}

.casino-table-wrap {
  margin: 32px auto;
  padding: 0;
  overflow-x: auto;
  border: 0;
  border-radius: 18px;
  background: transparent;
}

.casino-info-table {
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  background: linear-gradient(180deg, #2943a7 0%, #1b2f8e 100%);
}

.casino-info-table th,
.casino-info-table td {
  padding: 14px 15px;
  text-align: left;
  vertical-align: middle;
  height: 72px;
  white-space: nowrap;
}

.casino-info-table th {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.casino-info-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #e8eeff;
  font-size: 14px;
}

.casino-info-table__casino {
  display: flex;
  align-items: center;
  gap: 14px;
}

.casino-info-table__logo {
  width: 96px;
  height: 46px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 4px 8px;

  border-radius: 8px;

background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.08);
}

.casino-info-table__logo-img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  display: block;
}

.casino-info-table__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.casino-info-table__casino strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.casino-info-table__promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: 190px;
  padding: 6px 8px 6px 12px;
  border-radius: 999px;
  background: #102483;
  border: 1px solid rgba(126, 178, 255, 0.32);
}

.casino-info-table__promo-code {
  max-width: 92px;
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.casino-info-table__copy {
  flex: 0 0 auto;
  padding: 5px 10px;
  border: 0;
  border-radius: 999px;
  background: #4d97e6;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;

    transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.casino-info-table__copy.is-copied {
  background: linear-gradient(180deg, #33d17a 0%, #1fa85d 100%);
  box-shadow: 0 0 12px rgba(51, 209, 122, 0.45);
}

.casino-info-table__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.casino-info-table__stars {
  color: #ffd84a;
  font-size: 14px;
  letter-spacing: 1px;
}

.casino-info-table__rating-number {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.casino-info-table__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 40px;
  padding: 9px 18px;
  border-radius: 11px;
  background: linear-gradient(180deg, #ff3ba7 0%, #f00068 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(240, 0, 104, 0.22);
}

.casino-info-table__bonus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  
  text-align: center;
}
@media (max-width: 767px) {
  .plinko-toc,
  .plinko-toc--left,
  .plinko-toc--right {
    float: none;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 24px;
  }

  .plinko-toc__list {
    text-align: left;
  }

  .plinko-toc__item a {
    justify-content: flex-start;
  }

  .plinko-toc__item--sub {
    padding-left: 28px;
  }
}

@media (max-width: 767px) {

  .casino-info-table th,
  .casino-info-table td {
    padding: 10px 8px;
    font-size: 12px;
  }

  .casino-info-table__logo {
    width: 72px;
    height: 38px;
    padding: 3px 6px;
  }

  .casino-info-table__title,
  .casino-info-table__casino strong {
    font-size: 13px;
  }

  .casino-info-table__bonus {
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.25;

    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .casino-info-table__promo {
    padding: 4px 6px 4px 8px;
    gap: 4px;
    max-width: 140px;
  }

  .casino-info-table__promo-code {
    max-width: 65px;
    font-size: 11px;
  }

  .casino-info-table__copy {
    padding: 4px 8px;
    font-size: 10px;
  }

  .casino-info-table__stars {
    font-size: 11px;
    letter-spacing: 0;
  }

  .casino-info-table__rating-number {
    padding: 3px 6px;
    font-size: 10px;
  }

  .casino-info-table__btn {
    min-width: 90px;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 12px;
  }
}