/* ==========================================================================
   LegalCraps casino comparison table (BB saved layout 1645).
   This stylesheet loads on EVERY page, so the shared shortcode table is styled
   everywhere it appears, whether or not the page has been redesigned.
   Scoped entirely to .lc-casino-table-wrap so it cannot affect anything else.
   ========================================================================== */
.lc-casino-table-wrap{font-family:"Inter",system-ui,-apple-system,sans-serif;max-width:100%;margin:0 auto;}
.lc-casino-table-wrap *{box-sizing:border-box;}

/* WIDTH FIX: the casino-table shortcode shipped with a leftover max-width:760px
   on its inner .lc-cmp-wrap, leaving dead space inside the full-width card.
   Force every wrapper variant the snippet may use to fill the card width. */
.lc-casino-table-wrap,
.lc-casino-table-wrap .lc-cmp-wrap,
.lc-shortcode-slot .lc-cmp-wrap,
.lc-shortcode-slot .lc-casino-table-wrap,
.lc-shortcode-slot .responsive-table,
.fl-builder-content .lc-cmp-wrap{max-width:100% !important;width:100% !important;margin:0 auto !important;}
.lc-casino-table-wrap .lc-cmp-title{font-family:"Barlow Condensed","Oswald",sans-serif;font-weight:700;color:#0a2a52;font-size:1.5rem;text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px;text-align:center;}

.lc-casino-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #c4d2e2;border-radius:14px;overflow:hidden;box-shadow:0 18px 40px -16px rgba(8,32,64,.45);}
.lc-casino-table thead th{background:linear-gradient(135deg,#0a3161,#0a2a52);color:#fff;font-family:"Barlow Condensed","Oswald",sans-serif;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;text-align:left;padding:14px 16px;}
.lc-casino-table thead th:first-child{border-top-left-radius:14px;}
.lc-casino-table thead th:last-child{border-top-right-radius:14px;text-align:center;}
.lc-casino-table thead th.lc-type-col{text-align:center;}
.lc-casino-table tbody td{padding:14px 16px;border-bottom:1px solid #e7eef6;vertical-align:middle;font-size:.95rem;color:#3a4453;}
.lc-casino-table tbody tr:nth-child(even) td{background:#f6f9fd;}
.lc-casino-table tbody tr:last-child td{border-bottom:0;}
.lc-casino-table tbody tr:hover td{background:#eef4fc;}
.lc-casino-table td:first-child{width:160px;}
.lc-casino-table td:first-child img{max-height:34px;width:auto;display:block;}
.lc-casino-table .lc-bonus{font-weight:600;color:#10161d;}
.lc-casino-table .lc-bonus .lc-pct{color:#c8102e;font-family:"Barlow Condensed",sans-serif;font-weight:700;}

.lc-casino-table td.lc-type{text-align:center;}
.lc-type-badge{display:inline-block;font-family:"Barlow Condensed","Oswald",sans-serif;font-weight:700;font-size:.78rem;letter-spacing:.5px;text-transform:uppercase;padding:5px 14px;border-radius:100px;white-space:nowrap;}
.lc-type-offshore{background:#e9eff7;color:#14528f;border:1px solid #c4d2e2;}
.lc-type-regulated{background:#e3f3ea;color:#1b8a5a;border:1px solid #b3ddc6;}

.lc-casino-table td:last-child{text-align:center;}
.lc-casino-table .visit-link{display:inline-block;background:linear-gradient(135deg,#e0142f,#9b0c23);color:#fff !important;font-family:"Barlow Condensed","Oswald",sans-serif;font-weight:700;font-size:1rem;letter-spacing:.4px;text-transform:uppercase;text-decoration:none;padding:10px 22px;border-radius:100px;box-shadow:0 8px 22px -10px rgba(155,12,35,.6);transition:transform .15s ease;white-space:nowrap;}
.lc-casino-table .visit-link:hover{transform:translateY(-2px);color:#fff !important;}

@media(max-width:600px){
  .lc-casino-table thead{display:none;}
  .lc-casino-table tbody td{display:block;text-align:center;border-bottom:0;padding:6px 16px;}
  .lc-casino-table tbody tr{display:block;border-bottom:2px solid #e7eef6;padding:14px 0;}
  .lc-casino-table td:first-child{width:auto;}
  .lc-casino-table td:first-child img{margin:0 auto;}
  .lc-casino-table td.lc-type{text-align:center;}
}
