/* Page Update — banner + unified table styling (Swiss red #e51a38) */
.promo-banner_ahch {
  margin: 1.6rem 0 2.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(229, 26, 56, 0.18);
  background: #111;
}

.promo-banner__img_ahch {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.lepics-pu-banner {
  margin: 1.6rem 0 2.4rem;
}

.lepics-casino-widget-wrap {
  width: 100%;
  margin: 0 0 1.6rem;
}

.lepics-casino-widget-wrap iframe {
  width: 100%;
  border: none;
  display: block;
  overflow: hidden;
}

/* ——— All content tables (native .table + PU .table_ahch) ——— */
.content .table,
.table {
  display: block;
  width: 100%;
  text-align: left;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(229, 26, 56, 0.18);
  overflow-x: auto;
  margin: 1.4rem 0 2.8rem;
}

.content .table:not(:last-child),
.table:not(:last-child) {
  margin-bottom: 2.8rem;
}

.content .table table,
.table table {
  width: 100% !important;
  min-width: 48rem !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: #fff !important;
  margin: 0 !important;
  border-radius: inherit;
}

.content .table--small table,
.table--small table,
.content .table--info table,
.table--info table {
  min-width: 36rem !important;
}

.content .table table th:first-child,
.content .table table td:first-child,
.table table th:first-child,
.table table td:first-child {
  width: auto !important;
}

.content .table table thead th,
.content .table table th,
.table table thead th,
.table table th {
  background: #e51a38 !important;
  background-image: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-align: left !important;
  padding: 1.4rem 1.6rem !important;
  font-size: 1.6rem !important;
  line-height: 1.35 !important;
  border: none !important;
  border-bottom: none !important;
  vertical-align: middle !important;
}

.content .table table tbody td,
.content .table table td,
.table table tbody td,
.table table td {
  padding: 1.4rem 1.6rem !important;
  font-size: 1.6rem !important;
  line-height: 1.45 !important;
  color: #333 !important;
  text-align: left !important;
  border: none !important;
  border-bottom: 1px solid #f0d0d5 !important;
  vertical-align: middle !important;
  background: #fff !important;
}

.content .table table tbody tr:nth-child(even) td,
.table table tbody tr:nth-child(even) td {
  background: #fff8f9 !important;
}

.content .table table tbody tr:last-child td,
.table table tbody tr:last-child td {
  border-bottom: none !important;
}

.content .table table td p,
.content .table table th p,
.table table td p,
.table table th p {
  margin: 0 !important;
}

/* Info tables: label column */
.content .table--info table td:first-child,
.table--info table td:first-child {
  width: 20rem !important;
  background: #fff8f9 !important;
  border-right: 1px solid #f0d0d5 !important;
  font-weight: 600;
}

.content .table--info table tbody tr:nth-child(even) td:first-child,
.table--info table tbody tr:nth-child(even) td:first-child {
  background: #fff0f3 !important;
}

/* Multi-column data tables (games etc.): no label-column treatment when ≥3 cols via thead */
.content .table--info table thead th:first-child,
.table--info table thead th:first-child {
  width: auto !important;
}

/* PU compare + rating column */
.content .table_ahch.table--has-rating_ahch table td:last-child,
.table_ahch.table--has-rating_ahch table td:last-child {
  color: #e51a38 !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .promo-banner_ahch {
    border-radius: 1rem;
    margin-bottom: 1.6rem;
  }

  .content .table table,
  .table table {
    min-width: 32rem !important;
  }

  .content .table--info table td:first-child,
  .table--info table td:first-child {
    width: 14rem !important;
  }
}

/* Header logo */
.header .logo__img {
  width: auto;
  max-height: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
}

/* Author card */
.author-card {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 3.2rem 0 1.6rem;
  padding: 1.6rem 2rem;
  background: #fff;
  border: 1px solid rgba(229, 26, 56, 0.18);
  border-radius: 1.2rem;
  box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.06);
}

.author-card__photo {
  flex-shrink: 0;
}

.author-card__img {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(229, 26, 56, 0.25);
}

.author-card__name {
  margin: 0 0 0.4rem;
  font-size: 1.8rem;
  color: #1a1a1a;
}

.author-card__position,
.author-card__updated {
  margin: 0 0 0.4rem;
  font-size: 1.4rem;
  color: #555;
}

.author-card__btn {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.6rem 1.4rem;
  background: #e51a38;
  color: #fff !important;
  border-radius: 0.6rem;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
}

.author-card__btn:hover {
  background: #c4102a;
}

