/* Operator table — bedste-casinoer.dk */
.operators-section { padding: 0 0 48px; }
.operators-section .operators-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.affiliate-disclosure { background: rgba(194,45,32,0.15); border: 1px solid rgba(194,45,32,0.4); border-radius: 6px; padding: 10px 16px; margin-bottom: 16px; font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.5; }
.affiliate-disclosure strong { font-weight: 600; color: #ffffff; }
.operator-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,0.06); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.25); margin-bottom: 12px; }
.operator-table thead { background: rgba(0,0,0,0.25); }
.operator-table thead th { padding: 14px 16px; text-align: left; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap; }
.operator-table thead th:last-child { text-align: center; }
.operator-table tbody tr { border-bottom: 1px solid rgba(255,255,255,0.07); transition: background 0.15s; }
.operator-table tbody tr:last-child { border-bottom: none; }
.operator-table tbody tr:nth-child(even) { background: rgba(255,255,255,0.04); }
.operator-table tbody tr:hover { background: rgba(194,45,32,0.12); }
.operator-table td { padding: 14px 16px; vertical-align: middle; }
.operator-table .col-logo { width: 150px; }
.operator-table .col-logo img { width: 130px; height: 40px; object-fit: contain; }
.operator-table .col-name { font-weight: 600; font-size: 15px; color: #ffffff; white-space: nowrap; }
.operator-table .col-bonus { font-size: 14px; color: #cdd4e0; }
.operator-table .col-bonus .bonus-headline { font-weight: 600; color: #E59100; margin-bottom: 2px; }
.operator-table .col-tags { }
.operator-table .col-cta { text-align: center; }
.tag-pill { display: inline-block; background: rgba(229,145,0,0.15); color: #E59100; font-size: 11px; font-weight: 500; padding: 2px 8px; border-radius: 10px; margin: 2px 2px 2px 0; white-space: nowrap; }
.cta-btn { display: inline-block; background: #C22D20; color: #ffffff; font-size: 14px; font-weight: 600; padding: 10px 20px; border-radius: 6px; text-decoration: none; white-space: nowrap; transition: background 0.2s; cursor: pointer; }
.cta-btn:hover { background: #9e2519; color: #ffffff; text-decoration: none; }
.operator-terms { font-size: 11px; color: rgba(255,255,255,0.38); margin-top: 4px; line-height: 1.4; }
.no-results { text-align: center; padding: 40px 16px; color: rgba(255,255,255,0.5); font-size: 15px; }

/* Mobile card layout */
@media (max-width: 767px) {
  .operator-table { display: block; box-shadow: none; background: transparent; }
  .operator-table thead { display: none; }
  .operator-table tbody { display: block; }
  .operator-table tbody tr { display: block; background: rgba(255,255,255,0.07); border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.2); margin-bottom: 12px; border-bottom: none; padding: 16px; }
  .operator-table tbody tr:nth-child(even) { background: rgba(255,255,255,0.07); }
  .operator-table td { display: block; padding: 4px 0; }
  .operator-table .col-logo { width: auto; }
  .operator-table .col-logo img { width: 120px; height: 40px; margin-bottom: 8px; }
  .operator-table .col-cta { text-align: left; padding-top: 12px; }
  .cta-btn { width: 100%; text-align: center; display: block; }
}

@media (min-width: 768px) {
  .operators-section .operators-inner { padding: 0 24px; }
}

/* Pros & cons component */
.pros-cons-section { padding: 48px 0 0; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.pros, .cons { border-radius: 10px; padding: 24px 28px; }
.pros { background: rgba(40, 167, 69, 0.1); border: 1px solid rgba(40, 167, 69, 0.35); }
.cons { background: rgba(194, 45, 32, 0.1); border: 1px solid rgba(194, 45, 32, 0.35); }
h3.pros-heading, h4.pros-heading, h3.cons-heading, h4.cons-heading, .pros-heading, .cons-heading { font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 16px 0; display: flex; align-items: center; gap: 8px; }
.pros-heading { color: #4caf6e; }
.pros-heading::before { content: '✓'; font-size: 16px; }
.cons-heading { color: #e07060; }
.cons-heading::before { content: '✕'; font-size: 16px; }
.pros ul, .cons ul { list-style: none; margin: 0; padding: 0; }
.pros ul li, .cons ul li { padding: 8px 0 8px 20px; position: relative; font-size: 14px; line-height: 1.5; border-bottom: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.85); }
.pros ul li:last-child, .cons ul li:last-child { border-bottom: none; }
.pros ul li::before { content: ''; position: absolute; left: 0; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: #4caf6e; }
.cons ul li::before { content: ''; position: absolute; left: 0; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: #e07060; }
@media (max-width: 600px) { .pros-cons { grid-template-columns: 1fr; } }
