/* ShieldWise Security — BSIS license-verification trust note */
/* Scoped, shared module. Unique .swlv-* prefix. Linked via /css/sw-license-verify.css */
/* Safe to include on any city page: does not touch header, footer, nav, hero, or globals. */

.swlv-verify {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f0f4fa;
  border: 1px solid #d8e2f0;
  border-left: 4px solid #1a3c6e;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 28px 0;
}

.swlv-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1a3c6e;
  color: #fff;
  font-size: 1.05rem;
}

.swlv-content {
  flex: 1 1 auto;
  min-width: 0;
}

.swlv-head {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a3c6e;
  line-height: 1.3;
}

.swlv-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #333;
}

.swlv-link {
  color: #1a3c6e;
  font-weight: 600;
  text-decoration: underline;
}

.swlv-link:hover,
.swlv-link:focus {
  color: #b8902f;
}

@media (max-width: 576px) {
  .swlv-verify {
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px;
  }
  .swlv-badge {
    width: 38px;
    height: 38px;
  }
}
