.pc-consent{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  padding:14px 20px;
  background:rgba(16,34,48,.98);
  color:#fff;
  box-shadow:0 -8px 28px rgba(0,0,0,.16);
}
.pc-consent__inner{
  width:min(calc(100% - 20px),1180px);
  margin:0 auto;
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
}
.pc-consent__copy{
  max-width:820px;
  font-size:13px;
  line-height:1.55;
}
.pc-consent__copy strong,
.pc-consent__copy span{
  display:block;
}
.pc-consent__copy span{margin-top:3px;color:#d7dfe3}
.pc-consent__copy a{display:inline-block;margin-top:5px;color:#fff}
.pc-consent__actions{display:flex;gap:8px;flex:0 0 auto}
.pc-consent button,
.privacy-choice-button{
  font:inherit;
}
.pc-consent button{
  border:1px solid rgba(255,255,255,.35);
  border-radius:7px;
  padding:10px 13px;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:13px;
  font-weight:700;
}
.pc-consent button.primary{
  background:#ff9f2d;
  border-color:#ff9f2d;
  color:#102230;
}
.privacy-choice-button{
  border:0;
  background:none;
  padding:0;
  color:inherit;
  cursor:pointer;
  font-size:inherit;
}
@media(max-width:720px){
  .pc-consent{padding:14px 12px}
  .pc-consent__inner{width:100%;display:block}
  .pc-consent__actions{margin-top:12px}
  .pc-consent button{flex:1}
}
