.legal-page-card{
  background:#fff;
  border-radius:22px;
  padding:32px;
  box-shadow:0 14px 36px rgba(4,39,88,.08);
  color:#18324a;
  line-height:1.65;
}
.legal-page-card h1{color:#07306b;font-weight:900;margin-bottom:6px}
.legal-page-card h3{color:#07306b;margin-top:26px;font-weight:800}
.legal-updated{color:#789;border-bottom:1px solid #e3edf4;padding-bottom:14px;margin-bottom:20px}
.legal-consent-box{
  background:#f8fbfd;
  border:1px solid #dbe7f3;
  border-radius:16px;
  padding:14px;
}
.legal-consent-box a{font-weight:700}
.td-legal-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:flex-end;
}
.td-legal-footer-links a{
  color:#0b3a78;
  font-weight:700;
  font-size:13px;
  text-decoration:none;
}
.td-cookie-bar{
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:10001;
  max-width:880px;
  margin:auto;
  background:#fff;
  border:1px solid #dbe7f3;
  border-radius:18px;
  box-shadow:0 18px 55px rgba(4,39,88,.22);
  padding:15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:#07306b;
}
.td-cookie-actions{
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}
.td-cookie-actions a{
  color:#07306b;
  font-weight:800;
  text-decoration:none;
}
.td-cookie-actions button{
  border:0;
  background:#07306b;
  color:#fff;
  border-radius:999px;
  padding:9px 15px;
  font-weight:800;
}
@media(max-width:700px){
  .legal-page-card{padding:22px}
  .td-cookie-bar{left:10px;right:10px;bottom:10px;display:block}
  .td-cookie-actions{margin-top:10px;justify-content:space-between}
  .td-legal-footer-links{justify-content:flex-start;margin-top:10px}
}
