.tl-consent{
  position:fixed;left:18px;right:18px;bottom:18px;z-index:1000;
  max-width:860px;margin:0 auto;padding:18px 18px 16px;
  background:#18212B;color:#F4F6F7;border:1px solid #3A4C5E;border-top:3px solid #D4A03C;
  border-radius:4px;box-shadow:0 18px 50px rgba(0,0,0,.35);
  font-family:"Source Serif 4",Georgia,serif;
}
.tl-consent[hidden]{display:none!important}
.tl-consent__row{display:flex;gap:22px;align-items:center;justify-content:space-between}
.tl-consent__copy{max-width:62ch}
.tl-consent__title{margin:0 0 5px;font-family:"Overpass",system-ui,sans-serif;font-size:15px;font-weight:800;letter-spacing:.03em}
.tl-consent__text{margin:0;color:#C7D0D8;font-size:14px;line-height:1.5}
.tl-consent__text a{color:#E9B95A}
.tl-consent__actions{display:flex;gap:9px;flex:0 0 auto}
.tl-consent__btn{border:1px solid #53677A;background:transparent;color:#F4F6F7;border-radius:3px;padding:10px 13px;cursor:pointer;font-family:"Overpass",system-ui,sans-serif;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.tl-consent__btn--accept{background:#D4A03C;border-color:#D4A03C;color:#131A22}
.tl-consent__btn:hover{filter:brightness(1.06)}
.tl-consent__btn:focus-visible{outline:2px solid #E9B95A;outline-offset:3px}
.privacy-choice-link{border:0;background:none;padding:0;color:#8E9CAA;cursor:pointer;font:inherit;letter-spacing:inherit}
.privacy-choice-link:hover{color:#E9B95A;text-decoration:underline;text-underline-offset:3px}
@media(max-width:680px){
  .tl-consent{left:10px;right:10px;bottom:10px}
  .tl-consent__row{align-items:flex-start;flex-direction:column;gap:14px}
  .tl-consent__actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
}
