#itb-plans-url + .itb-email-preview::before {
  content: "Secure delivery: the email contains only the subcontractor’s unique AMT portal link—not the raw Drive URL.";
  display: block;
  margin: 0 0 12px;
  padding: 10px 11px;
  border: 1px solid color-mix(in srgb, var(--green, #16835a) 35%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--green, #16835a) 8%, transparent);
  color: var(--text, #17233d);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.itb-email-preview i {
  font-style: normal;
}

