
.tb-consent[hidden]{display:none !important}
.tb-consent{
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:99999;
  background:rgba(24,21,23,.98);
  color:#f7f1e8;
  border:1px solid rgba(211,173,114,.35);
  border-radius:16px;
  box-shadow:0 18px 50px rgba(0,0,0,.32);
}
.tb-consent__inner{
  max-width:1120px;
  margin:0 auto;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.tb-consent strong{font-family:Georgia,serif;font-size:1.05rem}
.tb-consent p{margin:.35rem 0 0;color:#d8d0c5;font-size:.92rem;line-height:1.5}
.tb-consent__actions{display:flex;gap:10px;flex:0 0 auto}
.tb-consent button{
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:transparent;
  color:#fff;
  padding:10px 15px;
  cursor:pointer;
  font:inherit;
}
.tb-consent button.primary{background:#6c2033;border-color:#6c2033}
.tb-consent button:focus-visible{outline:3px solid #d3ad72;outline-offset:2px}
@media(max-width:760px){
  .tb-consent__inner{display:block}
  .tb-consent__actions{margin-top:14px;display:grid;grid-template-columns:1fr 1fr}
}
