/* England landing – extra components on top of the base template styles */

.rich-content table,
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(201, 161, 74, 0.25);
  border-radius: 10px;
  overflow: hidden;
}

.rich-content table caption {
  caption-side: top;
  text-align: left;
  font-size: 0.85rem;
  opacity: 0.7;
  padding-bottom: 0.5rem;
}

.rich-content th {
  text-align: left;
  padding: 0.7rem 0.9rem;
  background: rgba(201, 161, 74, 0.14);
  color: #e7c87a;
  font-weight: 700;
  border-bottom: 1px solid rgba(201, 161, 74, 0.3);
  white-space: nowrap;
}

.rich-content td {
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  vertical-align: top;
}

.rich-content tr:last-child td {
  border-bottom: none;
}

.rich-content tbody tr:hover {
  background: rgba(201, 161, 74, 0.06);
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
}

.rich-content blockquote {
  border-left: 3px solid #c9a14a;
  background: rgba(201, 161, 74, 0.07);
  padding: 0.9rem 1.1rem;
  margin: 1.25rem 0;
  border-radius: 0 10px 10px 0;
  font-style: italic;
}

.rich-content blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 0.85rem;
  opacity: 0.75;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0;
}

.review-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.review-card-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
  opacity: 0.85;
}

.review-src {
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
}

.review-src.reddit {
  background: rgba(255, 69, 0, 0.16);
  color: #ff7a45;
}

.review-src.trustpilot {
  background: rgba(0, 182, 122, 0.16);
  color: #2fd39b;
}

.review-card p {
  margin: 0 0 0.6rem;
  font-size: 0.93rem;
  line-height: 1.55;
}

.review-meta {
  font-size: 0.78rem;
  opacity: 0.6;
}

.footnotes {
  margin: 1.5rem 0 0;
  padding: 1rem 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  opacity: 0.75;
}

.footnotes ol {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
}

.footnotes li {
  margin-bottom: 0.35rem;
}

sup.fn a {
  color: #e7c87a;
  text-decoration: none;
  font-size: 0.75em;
}

.verdict-box {
  border: 1px solid rgba(201, 161, 74, 0.4);
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(180deg, rgba(201, 161, 74, 0.1), rgba(201, 161, 74, 0.02));
  margin: 1.25rem 0;
}

.verdict-box h3 {
  margin-top: 0;
}

/* Comfortable reading measure for the long-form England review */
.article-content {
  max-width: 1080px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.game-categories {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (max-width: 640px) {
  .rich-content table {
    font-size: 0.85rem;
  }
  .rich-content th,
  .rich-content td {
    padding: 0.55rem 0.6rem;
  }
}

/* Second byline (fact-checker) */
.author-second{display:flex;gap:.85rem;align-items:flex-start;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(201,161,74,.22)}
.author-second img{width:56px;height:56px;border-radius:50%;object-fit:cover;flex:0 0 56px;border:1px solid rgba(201,161,74,.35)}
.author-second p{margin:0;font-size:.9rem;line-height:1.55;opacity:.85}
