@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebas-neue-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --gold: #f5c518;
    --gold-light: #ffd84d;
    --dark: #0a0a0f;
    --dark2: #12121a;
    --dark3: #1a1a26;
    --dark4: #22223a;
    --accent: #e63946;
    --text: #e8e8f0;
    --muted: #8888aa;
    --green: #2ecc71;
    --radius: 12px;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Outfit', sans-serif;
    background: var(--dark);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 40px; height: 68px;
    background: rgba(10,10,15,.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245,197,24,.15);
  }
  .nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .nav-logo img { height: 36px; }
  .nav-logo span { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--gold); letter-spacing: 1px; }
  .nav-links { display: flex; gap: 28px; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .2s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-btns { display: flex; gap: 10px; }
  .btn-ghost { background: transparent; border: 1px solid rgba(245,197,24,.4); color: var(--gold); padding: 8px 18px; border-radius: 8px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: all .2s; display: block;text-align: center;text-decoration: none;line-height: 1.2;}
  .btn-ghost:hover { background: rgba(245,197,24,.1); border-color: var(--gold); }
  .btn-primary { background: linear-gradient(135deg, var(--gold), #e6a800); color: #0a0a0f; padding: 9px 20px; border-radius: 8px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; border: none; cursor: pointer; transition: all .2s; text-align: center;text-decoration: none;display: flex;align-items: center;line-height: 1.2;}
  .btn-primary:hover { filter: brightness(1.1); transform: translateY(-1px); }

  /* ── HERO ── */
  #top {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    padding: 120px 60px 60px;
    position: relative;
    overflow: hidden;
  }
  #top::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(245,197,24,.08) 0%, transparent 70%),
                radial-gradient(ellipse 60% 80% at 10% 80%, rgba(230,57,70,.06) 0%, transparent 60%);
    pointer-events: none;
  }
  .hero-left { position: relative; z-index: 1; }
  .hero-geo-badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; color: var(--muted);
    background: var(--dark3); border: 1px solid var(--dark4);
    padding: 6px 14px; border-radius: 100px; margin-bottom: 24px;
  }
  .flag { font-size: 18px; }
  .hero-left h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 20px;
  }
  .hero-left h1 span { color: var(--gold); }
  .hero-left p { font-size: 17px; color: var(--muted); margin-bottom: 28px; max-width: 480px; }

  .promo-block {
    display: flex; align-items: center; gap: 16px;
    background: var(--dark3); border: 1px solid rgba(245,197,24,.2);
    border-radius: var(--radius); padding: 16px 20px; margin-bottom: 24px; width: fit-content;
  }
  .promo-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
  .promo-code {
    font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--gold);
    letter-spacing: 3px;
  }
  .timer-block { text-align: center; }
  .timer-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
  .timer { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--accent); letter-spacing: 2px; }

  .hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
  .btn-hero {
    background: linear-gradient(135deg, var(--gold), #e6a800);
    color: #0a0a0f; padding: 16px 36px; border-radius: 10px;
    font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 700;
    border: none; cursor: pointer; transition: all .2s;
    text-decoration: none; display: inline-block;
  }
  .btn-hero:hover { filter: brightness(1.1); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,197,24,.35); }
  .btn-how { color: var(--gold); font-size: 15px; font-weight: 500; text-decoration: none; display: flex; align-items: center; gap: 6px; }
  .btn-how:hover { color: var(--gold-light); }

  .trust-badges { display: flex; gap: 20px; flex-wrap: wrap; }
  .badge { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); }
  .badge-icon { width: 20px; height: 20px; border-radius: 50%; background: rgba(245,197,24,.15); display: flex; align-items: center; justify-content: center; font-size: 11px; }

  .hero-right { position: relative; z-index: 1; }
  .hero-img { width: 100%; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.6); }
  .hero-img img { width: 100%; display: block; }
  .jackpot-card {
    position: absolute; bottom: -20px; left: -30px;
    background: var(--dark3); border: 1px solid rgba(245,197,24,.3);
    border-radius: var(--radius); padding: 16px 20px;
    backdrop-filter: blur(8px);
    animation: float 3s ease-in-out infinite;
  }
  @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
  .jackpot-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
  .jackpot-amount { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--gold); letter-spacing: 1px; text-align: center; }
  .jackpot-btn { margin-top: 8px; width: 100%; background: var(--accent); color: #fff; border: none; border-radius: 6px; padding: 7px; font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; transition: filter .2s; display: block; text-align: center; text-decoration: none; }
  .jackpot-btn:hover { filter: brightness(1.15); }

  /* ── SECTION COMMONS ── */
  section { padding: 90px 60px; }
  .section-label { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); font-weight: 600; margin-bottom: 12px; text-align: center; }
  .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px, 4vw, 56px); color: #fff; line-height: 1.05; margin-bottom: 48px; }
  
  #faq .section-title{text-align: center;}
  
  #article .section-title{text-align: center;}

  /* ── STEPS ── */
  #bonus { background: var(--dark2); }
  .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .step-card {
    background: var(--dark3); border: 1px solid var(--dark4);
    border-radius: 16px; padding: 32px 24px;
    transition: border-color .3s, transform .3s;
  }
  .step-card:hover { border-color: rgba(245,197,24,.35); transform: translateY(-4px); }
  .step-num { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: rgba(245,197,24,.2); line-height: 1; margin-bottom: 16px; }
  .step-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #fff; }
  .step-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

  /* ── PROVIDERS TICKER ── */
  #providers { padding: 60px 0; overflow: hidden; background: var(--dark); }
  #providers .inner { padding: 0 60px; margin-bottom: 32px; }
  .ticker-wrap { overflow: hidden; position: relative; }
  .ticker-wrap::before, .ticker-wrap::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
  }
  .ticker-wrap::before { left: 0; background: linear-gradient(to right, var(--dark), transparent); }
  .ticker-wrap::after { right: 0; background: linear-gradient(to left, var(--dark), transparent); }
  .ticker { display: flex; gap: 0; width: max-content; animation: ticker 25s linear infinite; }
  .ticker-2 { animation: ticker2 20s linear infinite; margin-top: 0; }
  @keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
  @keyframes ticker2 { 0%{transform:translateX(-50%)} 100%{transform:translateX(0)} }
  .provider-chip {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--dark3); border: 1px solid var(--dark4);
    border-radius: 50px; padding: 10px 24px; margin: 6px;
    font-size: 14px; font-weight: 600; color: var(--muted);
    white-space: nowrap; transition: all .2s;
  }
  .provider-chip:hover { border-color: var(--gold); color: var(--gold); }

  /* ── TIPS ── */
  #tips { background: var(--dark2); }
  .tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .tip-card {
    background: var(--dark3); border: 1px solid var(--dark4);
    border-radius: 16px; padding: 28px 24px;
    transition: border-color .3s, transform .3s;
  }
  .tip-card:hover { border-color: rgba(245,197,24,.3); transform: translateY(-4px); }
  .tip-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(245,197,24,.1); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
  .tip-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: #fff; }
  .tip-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

  /* ── FAQ ── */
  #faq { background: var(--dark); }
  .faq-list { max-width: 800px; display: flex; flex-direction: column; gap: 12px; margin: 0 auto;}
  .faq-item { background: var(--dark3); border: 1px solid var(--dark4); border-radius: var(--radius); overflow: hidden; }
  .faq-q {
    width: 100%; text-align: left; background: none; border: none; color: #fff;
    font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600;
    padding: 20px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  }
  .faq-q:hover { color: var(--gold); }
  .faq-arrow { font-size: 20px; transition: transform .3s; }
  .faq-item.open .faq-arrow { transform: rotate(45deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; padding: 0 24px; font-size: 15px; color: var(--muted); line-height: 1.7; }
  .faq-item.open .faq-a { max-height: 300px; padding: 0 24px 20px; }

  /* ── ARTICLE ── */
  #article { background: var(--dark2); }
  .article-content { max-width: 860px; margin: 0 auto;}
  .article-content h3 { font-size: 20px; font-weight: 700; color: #fff; margin: 28px 0 10px; }
  .article-content p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 8px; }
  .article-content strong { color: var(--text); }

  /* ── AUTHOR ── */
  #author { background: var(--dark); }
  .author-card {
    display: flex; align-items: flex-start; gap: 40px;
    background: var(--dark3); border: 1px solid var(--dark4);
    border-radius: 20px; padding: 40px; max-width: 860px; margin: 0 auto;
  }
  .author-img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid rgba(245,197,24,.3); }
  .author-info h3 { font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 4px; }
  .author-role { font-size: 13px; color: var(--gold); font-weight: 500; margin-bottom: 16px; }
  .author-bio { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
  .author-stats { display: flex; gap: 32px; }
  .stat { text-align: center; }
  .stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: var(--gold); line-height: 1; }
  .stat-label { font-size: 12px; color: var(--muted); margin-top: 4px; }

  /* ── PAYMENT TICKER ── */
  #payments { padding: 60px 0; background: var(--dark2); overflow: hidden; }
  #payments .inner { padding: 0 60px; margin-bottom: 32px; }

  /* ── CTA SECTION ── */
  #cta {
    background: var(--dark3);
    border-top: 1px solid rgba(245,197,24,.15);
    border-bottom: 1px solid rgba(245,197,24,.15);
    text-align: center;
    padding: 90px 60px;
    position: relative; overflow: hidden;
  }
  #cta::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(245,197,24,.06) 0%, transparent 70%);
    pointer-events: none;
  }
  #cta .section-title { margin-bottom: 16px; }
  #cta p { font-size: 17px; color: var(--muted); max-width: 560px; margin: 0 auto 32px; }
  .cta-promo {
    display: inline-flex; align-items: center; gap: 16px;
    background: var(--dark2); border: 1px solid rgba(245,197,24,.25);
    border-radius: var(--radius); padding: 16px 28px; margin-bottom: 28px;
  }
  .cta-promo-label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
  .cta-promo-code { font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--gold); letter-spacing: 3px; }

  /* ── FOOTER ── */
  footer {
    background: var(--dark2);
    border-top: 1px solid var(--dark4);
    padding: 60px;
  }
  .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
  .footer-brand p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-top: 14px; max-width: 260px; }
  .footer-col h4 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col a { color: var(--muted); font-size: 14px; text-decoration: none; transition: color .2s; }
  .footer-col a:hover { color: var(--gold); }
  .lang-pills { display: flex; flex-wrap: wrap; gap: 8px; }
  .lang-pill { background: var(--dark3); border: 1px solid var(--dark4); border-radius: 6px; padding: 5px 12px; font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; transition: all .2s; }
  .lang-pill:hover, .lang-pill.active { border-color: var(--gold); color: var(--gold); }
  .footer-bottom { border-top: 1px solid var(--dark4); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: gap; gap: 16px; justify-content: center; }
  .footer-badges { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
  .footer-badge { background: var(--dark3); border: 1px solid var(--dark4); border-radius: 6px; padding: 5px 10px; font-size: 11px; font-weight: 700; color: var(--muted); }
  .footer-disclaimer { font-size: 12px; color: #555; max-width: 600px; line-height: 1.6; margin-top: 20px; }
  .footer-copy { font-size: 13px; color: #555; }
  .age-badge { background: var(--accent); color: #fff; font-size: 12px; font-weight: 900; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 0 20px; }
    .nav-links { display: none; }
    #top { grid-template-columns: 1fr; padding: 100px 20px 60px; }
    .hero-right { display: none; }
    section { padding: 60px 20px; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .tips-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    footer { padding: 40px 20px; }
    .author-card { flex-direction: column; padding: 24px; }
    #top { gap: 0; }
  }
  @media (max-width: 600px) {
    .steps-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
  }

  /* Scroll reveal */
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.visible { opacity: 1; transform: none; }
.nav-logo-title { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--gold); letter-spacing: 1px; margin: 0; line-height: 1; }
.hero-main-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(42px, 5vw, 72px); line-height: 1.05; color: #fff; margin-bottom: 20px; }
.hero-main-title span { color: var(--gold); }

.site-main-blog,
.site-main-single { padding-top: 68px; min-height: 60vh; }
.blog-hero,
.single-content-section,
.blog-listing { padding-left: 60px; padding-right: 60px; }
.blog-hero { background: var(--dark2); border-bottom: 1px solid rgba(245,197,24,.12); }
.single-hero { padding-bottom: 36px; }
.section-title-small { margin-bottom: 20px; }
.blog-hero-text { max-width: 780px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.novibet-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; font-size: 13px; color: var(--muted); }
.novibet-breadcrumbs a { color: var(--muted); text-decoration: none; }
.novibet-breadcrumbs a:hover { color: var(--gold); }
.novibet-breadcrumbs .sep { color: #555; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { background: var(--dark3); border: 1px solid var(--dark4); border-radius: 18px; overflow: hidden; }
.post-card-thumb img { width: 100%; height: 220px; object-fit: cover; display: block; }
.post-card-body { padding: 22px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13px; color: var(--gold); margin-bottom: 14px; }
.post-card-title { font-size: 22px; line-height: 1.25; margin-bottom: 12px; }
.post-card-title a { color: #fff; text-decoration: none; }
.post-card-title a:hover { color: var(--gold); }
.post-card-excerpt { color: var(--muted); font-size: 15px; line-height: 1.8; margin-bottom: 16px; }
.pagination-wrap { margin-top: 36px; }
.pagination-wrap .nav-links { display: flex; gap: 10px; list-style: none; }
.pagination-wrap .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; border-radius: 10px; background: var(--dark3); border: 1px solid var(--dark4); color: var(--text); text-decoration: none; }
.pagination-wrap .page-numbers.current,
.pagination-wrap .page-numbers:hover { border-color: var(--gold); color: var(--gold); }
.single-post-wrap { padding-bottom: 90px; }
.single-thumb { margin-top: 24px; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.single-thumb img { width: 100%; height: auto; display: block; }
.single-content { max-width: 860px; margin: 0 auto; background: var(--dark3); border: 1px solid var(--dark4); border-radius: 20px; padding: 36px; }
.single-content ul, .single-content ol { margin: 0 0 16px 24px; color: var(--muted); }
.single-content a { color: var(--gold); }
.single-content blockquote { margin: 20px 0; padding: 18px 22px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.03); color: var(--text); }
.empty-state { background: var(--dark3); border: 1px solid var(--dark4); border-radius: 16px; padding: 24px; color: var(--muted); }
.lang-pills a.lang-pill { text-decoration: none; display: inline-flex; }

@media (max-width: 1100px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .blog-hero,
  .single-content-section,
  .blog-listing { padding-left: 20px; padding-right: 20px; }
  .single-content { padding: 24px; }
}
@media (max-width: 700px) {
  .blog-grid { grid-template-columns: 1fr; }
}

.footer-badge-image { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 6px 10px; }
.footer-badge-image img { display: block; max-height: 28px; width: auto; max-width: 120px; object-fit: contain; }

.article-content table,
.entry-content table,
.landing-article table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 190, 40, 0.18);
  border-radius: 18px;
  background: rgba(13, 13, 18, 0.92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.article-content table tbody tr:first-child,
.entry-content table tbody tr:first-child,
.landing-article table tbody tr:first-child {
  background: linear-gradient(135deg, rgba(255, 190, 40, 0.22), rgba(255, 132, 0, 0.14));
}

.article-content table td,
.entry-content table td,
.landing-article table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.55;
  vertical-align: top;
}

.article-content table td:last-child,
.entry-content table td:last-child,
.landing-article table td:last-child {
  border-right: 0;
}

.article-content table tr:last-child td,
.entry-content table tr:last-child td,
.landing-article table tr:last-child td {
  border-bottom: 0;
}

.article-content table tbody tr:first-child td,
.entry-content table tbody tr:first-child td,
.landing-article table tbody tr:first-child td {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.article-content table tbody tr:not(:first-child):hover,
.entry-content table tbody tr:not(:first-child):hover,
.landing-article table tbody tr:not(:first-child):hover {
  background: rgba(255, 255, 255, 0.035);
}

@media (max-width: 768px) {
  .article-content table,
  .entry-content table,
  .landing-article table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
  }

  .article-content table tbody,
  .entry-content table tbody,
  .landing-article table tbody {
    display: table;
    min-width: 720px;
    width: 100%;
  }

  .article-content table td,
  .entry-content table td,
  .landing-article table td {
    padding: 14px 15px;
    font-size: 14px;
  }
}
