
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.wec-consent-info-body{
  min-height:100vh;
  background:#eef3f7;
  color:#24394a;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.wec-consent-info-shell{
  width:min(920px,calc(100% - 28px));
  margin:28px auto 48px;
}
.wec-consent-info-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:18px 22px;
  border-radius:16px;
  background:#091d2c;
  color:#fff;
}
.wec-consent-info-header>div{
  display:grid;
  gap:2px;
}
.wec-consent-info-header strong{
  font-size:20px;
}
.wec-consent-info-header span{
  color:#a9bdd0;
  font-size:12px;
}
.wec-consent-info-header a{
  color:#d7ecff;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
.wec-consent-info-hero{
  padding:36px 6px 20px;
}
.wec-consent-info-hero>span{
  color:#3477ae;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wec-consent-info-hero h1{
  margin:7px 0 9px;
  color:#122d42;
  font-size:34px;
  line-height:1.1;
}
.wec-consent-info-hero p{
  max-width:760px;
  margin:0;
  color:#586d7d;
  font-size:15px;
  line-height:1.6;
}
.wec-consent-info-card{
  margin:12px 0;
  padding:22px 24px;
  border:1px solid #d6e0e7;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 26px rgba(28,51,68,.05);
}
.wec-consent-info-card h2{
  margin:0 0 9px;
  color:#17364d;
  font-size:19px;
}
.wec-consent-info-card p{
  margin:8px 0;
  color:#4f6473;
  font-size:14px;
  line-height:1.65;
}
.wec-consent-info-card blockquote{
  margin:10px 0 0;
  padding:14px 16px;
  border-left:4px solid #2f7db7;
  background:#f3f8fc;
  color:#29485f;
  font-size:14px;
  line-height:1.6;
}
.wec-consent-info-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  padding:18px 6px;
}
.wec-consent-info-links a{
  color:#246da5;
  font-size:13px;
  font-weight:700;
}
.wec-consent-info-footer{
  padding:17px 6px;
  border-top:1px solid #d5dfe6;
  color:#748591;
  font-size:11px;
  line-height:1.5;
}
@media(max-width:620px){
  .wec-consent-info-shell{
    width:min(100% - 16px,920px);
    margin:8px auto 30px;
  }
  .wec-consent-info-header{
    align-items:flex-start;
    flex-direction:column;
    border-radius:12px;
  }
  .wec-consent-info-hero{
    padding:26px 5px 14px;
  }
  .wec-consent-info-hero h1{
    font-size:29px;
  }
  .wec-consent-info-card{
    padding:18px;
  }
}

/* v0.9.44 privacy/retention completion */
.wec-consent-info-card a{
  color:#246da5;
  font-weight:700;
  text-underline-offset:2px;
}
.wec-consent-info-card a:hover{
  text-decoration-thickness:2px;
}
