.secure-link-status {
  padding: 10px 12px;
  border-radius: 10px;
  background: #fef3c7;
  color: #92400e;
  font-size: 13px;
}
.secure-link-status[data-status="VALID"] {
  background: #dcfce7;
  color: #166534;
}
.auth-official-link {
  display: inline-flex;
  margin-top: 14px;
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}
.auth-official-link:hover { text-decoration: underline; }
