/* CN2G P0.5 trust, contact and policy normalization */
.footer-social-block a[href="#"],
.footer-social-link[href="#"] {
  display: none !important;
}

.footer-service-tags button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: inherit;
  min-height: 34px;
  padding: 0 14px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.cn2g-official-contact-card,
.cn2g-support-template-panel,
.cn2g-calculator-trust-note,
.cn2g-policy-center {
  border: 1px solid rgba(15, 33, 51, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(10, 22, 35, .08);
}

.cn2g-official-contact-card {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 16px;
  color: #10202e;
}

.cn2g-official-contact-card div {
  display: grid;
  gap: 3px;
}

.cn2g-official-contact-card div span,
.cn2g-official-contact-card small {
  color: #65727f;
  font-size: 12px;
  line-height: 1.5;
}

.cn2g-official-contact-card strong {
  color: #0b2233;
  font-size: 15px;
}

.cn2g-official-contact-card a,
.cn2g-official-contact-card > span {
  color: #263847;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.cn2g-p1-contact-qr {
  width: 96px;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(15, 33, 51, .1);
  border-radius: 8px;
  background: #fff;
  padding: 6px;
}

.cn2g-support-template-panel {
  display: grid;
  gap: 16px;
  margin-top: 20px;
  padding: 20px;
}

.cn2g-support-template-panel h2 {
  margin: 0;
  color: #0b2233;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.2;
}

.cn2g-template-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cn2g-template-grid article {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 158px;
  padding: 15px;
  border: 1px solid rgba(15, 33, 51, .1);
  border-radius: 8px;
  background: #f8fafc;
}

.cn2g-template-grid strong {
  color: #0b2233;
  font-size: 15px;
}

.cn2g-template-grid p {
  margin: 0;
  color: #617080;
  font-size: 13px;
  line-height: 1.55;
}

.cn2g-template-grid button {
  align-self: end;
  min-height: 38px;
  border: 1px solid rgba(15, 118, 110, .24);
  border-radius: 6px;
  background: #fff;
  color: #0f766e;
  font-weight: 850;
  cursor: pointer;
}

.cn2g-calculator-trust-note {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  padding: 16px;
}

.cn2g-calculator-trust-note strong {
  color: #0b2233;
  font-size: 16px;
}

.cn2g-calculator-trust-note p {
  margin: 0;
  color: #617080;
  font-size: 13px;
  line-height: 1.65;
}

.cn2g-calculator-trust-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.cn2g-policy-center {
  display: grid;
  gap: 16px;
  margin: 92px auto 24px;
  width: min(1120px, calc(100% - 32px));
  padding: clamp(20px, 4vw, 34px);
}

.cn2g-policy-head span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cn2g-policy-head h1 {
  margin: 8px 0 0;
  color: #0b2233;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.12;
}

.cn2g-policy-head p {
  max-width: 780px;
  margin: 12px 0 0;
  color: #617080;
  font-size: 15px;
  line-height: 1.75;
}

.cn2g-policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cn2g-policy-nav a,
.cn2g-policy-meta a {
  border: 1px solid rgba(15, 33, 51, .1);
  border-radius: 999px;
  background: #fff;
  color: #263847;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.cn2g-policy-nav a[aria-current="page"] {
  border-color: rgba(15, 118, 110, .28);
  background: rgba(15, 118, 110, .08);
  color: #0f766e;
}

.cn2g-policy-alert {
  padding: 15px;
  border: 1px solid rgba(180, 83, 9, .18);
  border-radius: 8px;
  background: #fff8ed;
}

.cn2g-policy-alert strong {
  color: #92400e;
}

.cn2g-policy-alert p {
  margin: 6px 0 0;
  color: #6f4e18;
  line-height: 1.65;
}

.cn2g-policy-meta,
.cn2g-risk-official-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.cn2g-policy-meta span,
.cn2g-risk-official-note span {
  color: #617080;
  font-size: 13px;
  font-weight: 750;
}

.cn2g-risk-official-note {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, .14);
  border-radius: 8px;
  background: rgba(15, 118, 110, .06);
}

.cn2g-risk-official-note strong {
  color: #0b2233;
  margin-right: 4px;
}

.cn2g-risk-official-note span {
  border-radius: 999px;
  background: #fff;
  padding: 7px 10px;
}

@media (max-width: 820px) {
  .cn2g-template-grid {
    grid-template-columns: 1fr;
  }

  .cn2g-policy-center {
    margin-top: 76px;
    width: min(100% - 24px, 1120px);
  }

  .cn2g-calculator-trust-note div {
    display: grid;
  }
}
