/* ── Reset & Base ────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html { font-size: 16px; }

    body {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 15px;
      line-height: 1.65;
      color: #333;
      background: #f4f4f4;
    }

    a { color: #1a6496; text-decoration: none; }
    a:hover { text-decoration: underline; color: #0d3b5e; }

    ul { list-style: disc; padding-left: 1.4em; }
    ul ul { list-style: circle; margin-top: 0.3em; }
    li { margin-bottom: 0.25em; }

    h1, h2, h3, h4 {
      font-family: 'Trebuchet MS', Helvetica, sans-serif;
      color: #1a4a6e;
      line-height: 1.25;
      margin-top: 1.4em;
      margin-bottom: 0.5em;
    }
    h1 { font-size: 1.75rem; border-bottom: 3px solid #1a6496; padding-bottom: 0.3em; }
    h2 { font-size: 1.35rem; border-bottom: 1px solid #c8dce8; padding-bottom: 0.2em; }
    h3 { font-size: 1.1rem; color: #245f8a; }

    p { margin-bottom: 0.85em; }

    strong { color: #1a4a6e; }

    /* ── Layout grid (Foundation-like) ───────────────────────── */
    .row {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 12px;
    }
    .row::after { content: ''; display: table; clear: both; }

    .columns { float: left; padding: 0 10px; }
    .large-12 { width: 100%; }
    .large-8  { width: 66.6667%; }
    .large-4  { width: 33.3333%; }
    .large-3  { width: 25%; }

    /* ── Colours / decoration ────────────────────────────────── */
    .pagewhite { background: #fff; }

    hr.colourtop {
      border: none;
      height: 4px;
      background: linear-gradient(to right, #1a6496, #2e9fd3, #1a6496);
      margin: 0;
    }

    /* ── Header ──────────────────────────────────────────────── */
    header.header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 0;
    }
    .brand a {
      font-family: 'Trebuchet MS', sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      color: #1a4a6e;
      letter-spacing: -0.02em;
    }
    .brand span.sub {
      display: block;
      font-size: 0.65rem;
      color: #666;
      font-weight: normal;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .search-bar form {
      display: flex;
      gap: 6px;
    }
    .search-bar input[type="text"] {
      padding: 6px 10px;
      border: 1px solid #ccc;
      font-size: 0.85rem;
      border-radius: 3px;
      width: 180px;
    }
    .search-bar input[type="submit"] {
      padding: 6px 14px;
      background: #1a6496;
      color: #fff;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      font-size: 0.85rem;
    }
    .search-bar input[type="submit"]:hover { background: #0d3b5e; }

    /* ── Navigation ──────────────────────────────────────────── */
    nav.lbaafnav {
      background: #1a4a6e;
    }
    nav.lbaafnav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
    }
    nav.lbaafnav ul li a {
      display: block;
      padding: 12px 18px;
      color: #c8dce8;
      font-family: 'Trebuchet MS', sans-serif;
      font-size: 0.88rem;
      letter-spacing: 0.02em;
      transition: background 0.2s, color 0.2s;
    }
    nav.lbaafnav ul li a:hover,
    nav.lbaafnav ul li.active a {
      background: #245f8a;
      color: #fff;
      text-decoration: none;
    }
    nav.lbaafnav ul li.active a.current {
      background: #2e9fd3;
      color: #fff;
    }

    /* ── Main typography column ──────────────────────────────── */
    .typography {
      padding-top: 24px;
      padding-bottom: 32px;
    }

    /* Table of Contents list (top of article) */
    .typography > p:first-child ul {
      background: #f0f6fa;
      border: 1px solid #c8dce8;
      border-radius: 4px;
      padding: 16px 16px 16px 32px;
      margin-bottom: 1.4em;
    }
    .typography > p:first-child ul li { margin-bottom: 0.2em; font-size: 0.9rem; }
    .typography > p:first-child ul li a { color: #1a6496; }
    .typography > p:first-child ul ul { margin-top: 0.15em; padding-left: 1.2em; }

    /* ── Sidebar ─────────────────────────────────────────────── */
    ul.experts {
      list-style: none;
      padding: 0;
      margin: 24px 0 0 0;
      border: 1px solid #c8dce8;
      border-radius: 4px;
      overflow: hidden;
    }
    ul.experts li.heading {
      background: #1a4a6e;
      padding: 10px 14px;
      margin: 0;
    }
    ul.experts li.heading a { color: #fff; font-family: 'Trebuchet MS', sans-serif; font-size: 0.9rem; }
    ul.experts a img {
      display: block;
      width: 100%;
      height: auto;
    }
    ul.experts li.details {
      padding: 12px 14px;
      font-size: 0.88rem;
      color: #444;
      line-height: 1.5;
      background: #f7f9fb;
    }

    /* ── Footer ──────────────────────────────────────────────── */
    .footerblue {
      background: #1a4a6e;
      color: #adc8dc;
      padding: 32px 0 12px;
      margin-top: 24px;
    }
    .footerblue .ripples {
      height: 8px;
      background: linear-gradient(to right, #2e9fd3, #1a6496, #2e9fd3);
      margin-bottom: 28px;
    }
    .footernav {
      padding-bottom: 20px;
    }
    .footernav a { display: block; color: #adc8dc; font-size: 0.83rem; line-height: 1.6; }
    .footernav a:hover { color: #fff; text-decoration: none; }
    .footernav a.level1link {
      font-family: 'Trebuchet MS', sans-serif;
      font-size: 0.95rem;
      color: #e0eef5;
      font-weight: bold;
      margin-bottom: 4px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }
    .footernav a.level2link { padding-left: 10px; }
    .footernav a.level2link:before { content: '› '; }

    .footerdetails {
      border-top: 1px solid #245f8a;
      padding-top: 12px;
      margin-top: 12px;
      font-size: 0.78rem;
      color: #7aa8c0;
    }
    .footerdetails a { color: #7aa8c0; }
    .footerdetails a:hover { color: #fff; }

    .clear { clear: both; }

    /* ── Affiliate Showcase Styles ───────────────────────────── */
    .affiliate-showcase {
      margin: 2em 0;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    .showcase-subtitle {
      font-size: 1.1rem;
      color: #666;
      margin-bottom: 20px;
      text-align: left;
      font-weight: bold;
    }
    .casino-card {
      display: flex;
      align-items: center;
      background: #ffffff;
      border: 1px solid #eaeaea;
      border-radius: 16px;
      padding: 24px;
      margin-bottom: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.03);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .casino-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    }
    .casino-logo-col {
      flex: 0 0 160px;
      background: #f4f4f4;
      border-radius: 12px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
    }
    .casino-logo-col img {
      max-width: 100%;
      max-height: 70px;
      object-fit: contain;
    }
    .casino-info-col {
      flex: 1;
      padding: 0 30px;
    }
    .casino-info-col h3 {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      margin: 0 0 12px 0;
      font-size: 1.4rem;
      color: #111;
      font-weight: 800;
      border-bottom: none;
      padding-bottom: 0;
    }
    .bonus-box {
      background-color: #fffaf0;
      border: 1px dashed #f5c276;
      border-radius: 8px;
      padding: 10px 16px;
      display: inline-block;
      margin-bottom: 14px;
      width: 100%;
      max-width: 420px;
    }
    .bonus-text {
      margin: 0;
      font-weight: 700;
      color: #2c3e50;
      font-size: 1rem;
    }
    .feature-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }
    .feature-tags span {
      background-color: #f0f4f8;
      color: #4a5568;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 0.85rem;
      font-weight: 600;
      display: flex;
      align-items: center;
    }
    .feature-tags span::before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #4b8bec;
      margin-right: 8px;
    }
    .casino-action-col {
      flex: 0 0 150px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 16px;
    }
    .rating {
      background-color: #f0f5ff;
      color: #1a6496;
      padding: 6px 16px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 0.95rem;
      display: inline-flex;
      align-items: center;
    }
    .play-btn {
      background-color: #4b8bec;
      color: #ffffff !important;
      padding: 14px 0;
      width: 100%;
      text-align: center;
      border-radius: 10px;
      font-weight: bold;
      font-size: 1rem;
      text-decoration: none !important;
      transition: background-color 0.2s ease;
    }
    .play-btn:hover {
      background-color: #3870c9;
    }

    /* ── Responsive ──────────────────────────────────────────── */
    @media (max-width: 768px) {
      .large-8, .large-4, .large-3 { width: 100%; float: none; }
      nav.lbaafnav ul { flex-direction: column; }
      nav.lbaafnav ul li a { padding: 10px 16px; border-bottom: 1px solid #245f8a; }
      header.header { flex-direction: column; align-items: flex-start; gap: 10px; }
      .search-bar input[type="text"] { width: 140px; }

      .casino-card {
        flex-direction: column;
        text-align: center;
      }
      .casino-logo-col {
        width: 100%;
        margin-bottom: 20px;
      }
      .casino-info-col {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .bonus-box {
        text-align: center;
      }
      .feature-tags {
        justify-content: center;
        margin-bottom: 20px;
      }
      .casino-action-col {
        width: 100%;
        align-items: center;
      }
    }