/* Casino review page — scorecard, pros/cons, info grid, CTA banner */

/* Review summary card — at top of page, holds rating + key bonus + CTA */
.review-summary { padding: 20px 0 8px; }
.review-summary .review-card { background: linear-gradient(135deg, rgba(212, 168, 83, 0.08) 0%, rgba(196, 30, 58, 0.04) 100%); border: 1px solid rgba(212, 168, 83, 0.25); border-radius: 12px; padding: 22px; display: grid; grid-template-columns: 1fr; gap: 22px; align-items: center; }
.review-summary .review-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.review-summary .review-brand-logo { display: inline-flex; align-items: center; justify-content: center; background: rgba(10, 26, 18, 0.55); border-radius: 8px; padding: 12px 22px; min-height: 64px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35); border: 1px solid rgba(212, 168, 83, 0.25); }
.review-summary .review-brand-logo img { height: 44px; width: auto; max-width: 220px; object-fit: contain; display: block; }
.review-summary .review-brand-logo .review-brand-text { font-size: 22px; font-weight: 800; color: #ffffff; letter-spacing: 0.5px; }
.review-summary .review-rating-overall { display: flex; align-items: baseline; gap: 8px; }
.review-summary .review-rating-score { font-size: 42px; font-weight: 800; color: #d4a853; line-height: 1; }
.review-summary .review-rating-max { font-size: 18px; font-weight: 600; color: rgba(255, 255, 255, 0.5); }
.review-summary .review-rating-stars { display: inline-flex; gap: 2px; }
.review-summary .review-rating-stars svg { width: 18px; height: 18px; fill: #d4a853; }
.review-summary .review-rating-stars .star-empty { fill: rgba(212, 168, 83, 0.25); }
.review-summary .review-bonus-block { display: flex; flex-direction: column; gap: 6px; padding: 14px 18px; background: rgba(0, 0, 0, 0.2); border-radius: 8px; border-left: 3px solid #d4a853; }
.review-summary .review-bonus-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #d4a853; }
.review-summary .review-bonus-amount { font-size: 22px; font-weight: 800; color: #ffffff; line-height: 1.1; }
.review-summary .review-bonus-detail { font-size: 13px; line-height: 18px; color: rgba(255, 255, 255, 0.65); }
.review-summary .review-cta { display: inline-block; padding: 14px 32px; background: #c41e3a; color: #ffffff; font-size: 15px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 6px; text-decoration: none; transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 16px rgba(196, 30, 58, 0.3); text-align: center; }
.review-summary .review-cta:hover { background: #d4253f; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(196, 30, 58, 0.4); color: #ffffff; }
.review-summary .review-cta-terms { font-size: 11px; line-height: 16px; color: rgba(255, 255, 255, 0.4); margin-top: 8px; margin-bottom: 0; max-width: 360px; }
.review-summary .review-sponsored { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-top: 6px; }

/* Score breakdown grid — Spil, Live, Mobil, Bonus */
.review-scorecard { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 18px 0 22px; }
.review-scorecard .review-score-row { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(212, 168, 83, 0.18); border-radius: 8px; padding: 12px 14px; display: flex; flex-direction: column; gap: 6px; }
.review-scorecard .review-score-label { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); }
.review-scorecard .review-score-value { font-size: 22px; font-weight: 800; color: #d4a853; line-height: 1; }
.review-scorecard .review-score-bar { height: 4px; background: rgba(255, 255, 255, 0.06); border-radius: 2px; overflow: hidden; }
.review-scorecard .review-score-bar-fill { height: 100%; background: linear-gradient(90deg, #d4a853, #f0d48a); border-radius: 2px; }

/* Quick info grid — operator facts (license, founded, currency, support) */
.review-facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0 18px; }
.review-facts-grid .review-fact { background: rgba(10, 26, 18, 0.6); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 6px; padding: 10px 12px; }
.review-facts-grid .review-fact-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); margin-bottom: 4px; }
.review-facts-grid .review-fact-value { display: block; font-size: 14px; font-weight: 600; color: #ffffff; line-height: 18px; }

/* Pros & cons split panel */
.review-pros-cons { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 14px 0 22px; }
.review-pros, .review-cons { padding: 16px 20px; border-radius: 8px; border: 1px solid; }
.review-pros { background: linear-gradient(135deg, rgba(45, 90, 63, 0.18) 0%, rgba(45, 90, 63, 0.06) 100%); border-color: rgba(102, 204, 136, 0.3); border-left: 3px solid #66cc88; }
.review-cons { background: linear-gradient(135deg, rgba(196, 30, 58, 0.1) 0%, rgba(196, 30, 58, 0.04) 100%); border-color: rgba(255, 107, 107, 0.3); border-left: 3px solid #c41e3a; }
.review-pros-cons .review-pros-label, .review-pros-cons .review-cons-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.review-pros .review-pros-label { color: #66cc88; }
.review-cons .review-cons-label { color: #ff6b6b; }
.review-pros-cons ul { list-style: none; padding: 0; margin: 0; }
.review-pros-cons li { position: relative; padding: 6px 0 6px 26px; font-size: 14px; line-height: 20px; color: rgba(255, 255, 255, 0.85); border-bottom: 1px solid rgba(255, 255, 255, 0.04); margin-bottom: 0; }
.review-pros-cons li:last-child { border-bottom: none; padding-bottom: 2px; }
.review-pros-cons li:first-child { padding-top: 2px; }
.review-pros li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 12px; height: 6px; border: solid #66cc88; border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.review-cons li::before, .review-cons li::after { content: ""; position: absolute; left: 6px; top: 12px; width: 12px; height: 2px; background: #ff6b6b; }
.review-cons li::before { transform: rotate(45deg); }
.review-cons li::after { transform: rotate(-45deg); }

/* Game / payment table — review-data-table reuses cookie-table look */
.review-data-table { width: 100%; border-collapse: collapse; background: rgba(255, 255, 255, 0.03); border-radius: 8px; overflow: hidden; margin: 14px 0 18px; border: 1px solid rgba(212, 168, 83, 0.18); }
.review-data-table thead { background: rgba(212, 168, 83, 0.12); }
.review-data-table th { padding: 10px 12px; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #d4a853; text-align: left; border-bottom: 1px solid rgba(212, 168, 83, 0.25); }
.review-data-table td { padding: 10px 12px; font-size: 14px; line-height: 20px; color: rgba(255, 255, 255, 0.85); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.review-data-table tbody tr:last-child td { border-bottom: none; }
.review-data-table tbody tr:hover { background: rgba(212, 168, 83, 0.04); }
.review-data-table .td-positive { color: #66cc88; font-weight: 600; }
.review-data-table .td-negative { color: #ff6b6b; font-weight: 600; }
@media (max-width: 600px) {
  .review-data-table { display: block; border: none; background: transparent; }
  .review-data-table thead { display: none; }
  .review-data-table tbody, .review-data-table tr { display: block; }
  .review-data-table tr { padding: 10px 12px; border: 1px solid rgba(212, 168, 83, 0.18); border-radius: 8px; background: rgba(255, 255, 255, 0.03); margin-bottom: 8px; }
  .review-data-table td { display: flex; padding: 4px 0; border-bottom: none; gap: 10px; font-size: 13px; }
  .review-data-table td::before { content: attr(data-label); flex: 0 0 110px; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #d4a853; padding-top: 2px; }
}

/* Screenshot gallery — single full-width or 2-up grid */
.review-screenshot { margin: 14px 0 18px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(212, 168, 83, 0.18); background: rgba(0, 0, 0, 0.3); }
.review-screenshot img { width: 100%; height: auto; display: block; }
.review-screenshot figcaption { padding: 8px 14px; font-size: 12px; line-height: 18px; color: rgba(255, 255, 255, 0.55); border-top: 1px solid rgba(212, 168, 83, 0.15); background: rgba(10, 26, 18, 0.6); }
.review-screenshot-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 14px 0 18px; }
.review-screenshot-grid .review-screenshot { margin: 0; }
@media (min-width: 700px) {
  .review-screenshot-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}

/* Bottom CTA banner — final call to action before FAQ */
.review-cta-banner { padding: 16px 0 24px; }
.review-cta-banner .review-cta-banner-inner { background: linear-gradient(135deg, rgba(196, 30, 58, 0.18) 0%, rgba(212, 168, 83, 0.1) 100%); border: 1px solid rgba(212, 168, 83, 0.3); border-radius: 12px; padding: 24px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.review-cta-banner .review-cta-banner-title { font-size: 22px; font-weight: 800; color: #ffffff; margin: 0; }
.review-cta-banner .review-cta-banner-text { font-size: 14px; line-height: 22px; color: rgba(255, 255, 255, 0.75); max-width: 540px; margin: 0; }
.review-cta-banner .review-cta-banner-button { display: inline-block; padding: 14px 36px; background: #c41e3a; color: #ffffff; font-size: 15px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 6px; text-decoration: none; box-shadow: 0 4px 16px rgba(196, 30, 58, 0.3); transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.review-cta-banner .review-cta-banner-button:hover { background: #d4253f; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(196, 30, 58, 0.4); color: #ffffff; }
.review-cta-banner .review-cta-banner-terms { font-size: 11px; line-height: 16px; color: rgba(255, 255, 255, 0.4); margin: 0; max-width: 540px; }

@media (min-width: 768px) {
  .review-summary .review-card { grid-template-columns: 1fr 1.1fr 1fr; padding: 28px; gap: 28px; }
  .review-scorecard { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .review-facts-grid { grid-template-columns: repeat(4, 1fr); }
  .review-pros-cons { grid-template-columns: 1fr 1fr; gap: 16px; }
  .review-cta-banner .review-cta-banner-title { font-size: 26px; }
}
