/* Shared blog post styles — generated by scripts/externalize-blog-css.js
   Source canonical: blog/beste-reiscreditcards-in-belgie-2026-gerangschikt-op-echte-waarde.html
   Update by re-running the script after editing one post's inline CSS. */
:root {
            --gold: #C9A84C;
            --gold-light: #E8C97A;
            --dark: #111111;
            --dark2: #1A1A1A;
            --white: #FFFFFF;
            --grey: #888888;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            background: var(--dark);
            color: var(--white);
            line-height: 1.7;
            padding-top: 64px;
        }
        
        h1, h2, h3 {
            font-family: 'Playfair Display', serif;
            font-weight: 600;
        }
        
        .article-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 60px 24px;
        }
        
        .article-meta {
            color: var(--gold);
            font-size: 0.85rem;
            letter-spacing: 0.1em;
            margin-bottom: 16px;
        }
        
        .article-title {
            font-size: clamp(2rem, 5vw, 3rem);
            line-height: 1.2;
            margin-bottom: 24px;
            color: var(--white);
        }
        
        .article-subtitle {
            font-size: 1.15rem;
            color: rgba(255,255,255,0.7);
            margin-bottom: 40px;
            font-weight: 300;
        }
        
        .hero-image {
            width: 100%;
            border-radius: 8px;
            margin: 2rem 0;
            object-fit: cover;
            display: block;
            max-height: 450px;
        }
        
        .article-content {
            font-size: 1.05rem;
            color: rgba(255,255,255,0.85);
        }
        
        .article-content p {
            margin-bottom: 1.5rem;
        }
        
        .article-content h2 {
            font-size: 1.8rem;
            color: var(--white);
            margin: 3rem 0 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid rgba(201,168,76,0.2);
        }
        
        .article-content h3 {
            font-size: 1.3rem;
            color: var(--gold-light);
            margin: 2rem 0 1rem;
        }
        
        .article-content a {
            color: var(--gold);
            text-decoration: none;
            border-bottom: 1px solid rgba(201,168,76,0.3);
            transition: all 0.3s ease;
        }
        
        .article-content a:hover {
            color: var(--gold-light);
            border-bottom-color: var(--gold-light);
        }
        
        .article-content ul {
            margin: 1.5rem 0;
            padding-left: 1.5rem;
        }
        
        .article-content li {
            margin-bottom: 0.75rem;
            color: rgba(255,255,255,0.8);
        }
        
        .highlight-box {
            background: linear-gradient(135deg, rgba(201,168,76,0.1) 0%, rgba(201,168,76,0.05) 100%);
            border: 1px solid rgba(201,168,76,0.25);
            border-radius: 8px;
            padding: 24px;
            margin: 2rem 0;
        }
        
        .highlight-box h4 {
            color: var(--gold);
            font-family: 'Playfair Display', serif;
            margin-bottom: 12px;
        }
        
        .card-comparison {
            background: var(--dark2);
            border-radius: 12px;
            padding: 28px;
            margin: 2rem 0;
            border: 1px solid rgba(201,168,76,0.15);
        }
        
        .card-comparison h4 {
            color: var(--gold);
            font-family: 'Playfair Display', serif;
            font-size: 1.3rem;
            margin-bottom: 16px;
        }
        
        .card-comparison .price {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.6);
            margin-bottom: 16px;
        }
        
        .card-comparison ul {
            list-style: none;
            padding: 0;
        }
        
        .card-comparison li {
            padding: 8px 0;
            border-bottom: 1px solid rgba(255,255,255,0.05);
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .card-comparison li:last-child {
            border-bottom: none;
        }
        
        .card-comparison li::before {
            content: "✦";
            color: var(--gold);
            font-size: 0.8rem;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
            color: var(--dark);
            padding: 18px 36px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            margin: 2rem 0;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }
        
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(201,168,76,0.3);
        }
        
        .faq-section {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(201,168,76,0.2);
        }
        
        .faq-item {
            margin-bottom: 2rem;
        }
        
        .faq-item h3 {
            color: var(--white);
            font-size: 1.15rem;
            margin-bottom: 0.75rem;
        }
        
        .faq-item p {
            color: rgba(255,255,255,0.75);
        }
        
        .author-box {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 24px;
            background: var(--dark2);
            border-radius: 8px;
            margin-top: 3rem;
        }
        
        .author-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--gold), var(--gold-light));
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            color: var(--dark);
        }
        
        .author-info h4 {
            color: var(--white);
            font-family: 'Playfair Display', serif;
        }
        
        .author-info p {
            color: var(--grey);
            font-size: 0.9rem;
        }
        
        footer {
            background: var(--dark2);
            padding: 40px 24px;
            text-align: center;
            margin-top: 60px;
            border-top: 1px solid rgba(201,168,76,0.1);
        }
        
        footer p {
            color: var(--grey);
            font-size: 0.85rem;
        }
        
        footer a {
            color: var(--gold);
            text-decoration: none;
        }
        
        [data-lang="fr"], [data-lang="en"] {
            display: none;
        }
        
        [data-lang="nl"].active, [data-lang="fr"].active, [data-lang="en"].active {
            display: block;
        }
        
        @media (max-width: 768px) {
            .article-container {
                padding: 40px 20px;
            }
            
            .article-title {
                font-size: 1.8rem;
            }
            
            .article-content h2 {
                font-size: 1.5rem;
            }
        }

/* === Mobile-nav-patch (was inline) === */
@media (max-width: 768px) {
  nav[style*="position:fixed"][style*="height:64px"] {
    padding: 0 16px !important;
    height: auto !important;
    min-height: 56px;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  nav[style*="position:fixed"][style*="height:64px"] > a[href="/"],
  nav[style*="position:fixed"][style*="height:64px"] > a[href="/fr/"],
  nav[style*="position:fixed"][style*="height:64px"] > a[href="/en/"] {
    font-size: 1rem !important;
  }
  nav[style*="position:fixed"][style*="height:64px"] > div {
    gap: 14px !important;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  nav[style*="position:fixed"][style*="height:64px"] > div > a {
    font-size: 0.85rem !important;
  }
  nav[style*="position:fixed"][style*="height:64px"] > div > div > a {
    font-size: 0.78rem !important;
    padding: 5px 10px !important;
  }
  body { padding-top: 90px !important; }
  /* Article content: reduce padding on mobile */
  .article-container,
  [class*="container"],
  article,
  main { padding-left: 16px !important; padding-right: 16px !important; }
  /* Hero image: full width no overflow */
  .hero-image, img { max-width: 100%; height: auto; }
  /* Tables scroll horizontally */
  table { display: block; overflow-x: auto; white-space: nowrap; }
  /* Reduce h1 on very narrow screens */
  h1 { font-size: clamp(1.6rem, 7vw, 2.4rem) !important; line-height: 1.2 !important; }
  h2 { font-size: clamp(1.3rem, 5.5vw, 1.8rem) !important; }
  /* Referral CTA buttons: full width */
  a[href*="my-amex.be"] { display: inline-block; max-width: 100%; word-break: break-word; }
}
@media (max-width: 420px) {
  nav[style*="position:fixed"][style*="height:64px"] > a[href="/"],
  nav[style*="position:fixed"][style*="height:64px"] > a[href="/fr/"],
  nav[style*="position:fixed"][style*="height:64px"] > a[href="/en/"] {
    font-size: 0.9rem !important;
  }
}
