﻿#th-consent-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2147483647;
  background: rgba(6, 30, 45, 0.98);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 36px rgba(2,10,20,0.45);
  padding: 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  font-size: 14px;
}
#th-consent-banner .th-consent-inner { display:flex; gap:12px; width:100%; align-items:center; justify-content:space-between; }
#th-consent-banner .th-btn { background:#0b63a0; color:#fff; border:none; padding:8px 12px; border-radius:8px; cursor:pointer; font-weight:700; }
#th-consent-banner .th-btn.th-btn-muted { background:transparent; border:1px solid rgba(255,255,255,0.15); color:#fff; }
#th-consent-banner a { color: #bfe7ff; text-decoration: underline; }
