.wsp-process-lookup-page {
  background: #f8fafc;
  color: #111827;
}

.wsp-lookup-main {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 54px;
}

.wsp-lookup-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.wsp-lookup-breadcrumbs a {
  color: #334155;
  text-decoration: none;
}

.wsp-lookup-breadcrumbs a:hover,
.wsp-lookup-breadcrumbs a:focus-visible {
  color: #ea580c;
  outline: none;
}

.wsp-lookup-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 18px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.wsp-lookup-eyebrow {
  margin: 0 0 8px;
  color: #ea580c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-lookup-hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.02;
}

.wsp-lookup-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.55;
}

.wsp-lookup-actions,
.wsp-lookup-card-links,
.wsp-lookup-more-help div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsp-lookup-actions {
  margin-top: 18px;
}

.wsp-lookup-actions a,
.wsp-lookup-card-links a,
.wsp-lookup-more-help a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.wsp-lookup-actions a:first-child {
  border-color: rgba(234, 88, 12, .3);
  background: #fff7ed;
  color: #c2410c;
}

.wsp-lookup-actions a:hover,
.wsp-lookup-card-links a:hover,
.wsp-lookup-more-help a:hover,
.wsp-lookup-actions a:focus-visible,
.wsp-lookup-card-links a:focus-visible,
.wsp-lookup-more-help a:focus-visible {
  border-color: rgba(234, 88, 12, .35);
  background: #fff7ed;
  color: #c2410c;
  outline: none;
}

.wsp-lookup-fast-path {
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 8px;
  background: #f8fbff;
}

.wsp-lookup-fast-path h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
}

.wsp-lookup-fast-path ol {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.wsp-lookup-section {
  margin-top: 24px;
}

.wsp-lookup-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 12px;
}

.wsp-lookup-section-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 25px;
}

.wsp-lookup-section-heading p {
  max-width: 650px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.wsp-lookup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wsp-lookup-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .045);
}

.wsp-lookup-card-top {
  display: grid;
  gap: 8px;
}

.wsp-lookup-card h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

.wsp-lookup-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wsp-lookup-card h3 a:hover,
.wsp-lookup-card h3 a:focus-visible {
  color: #ea580c;
  outline: none;
}

.wsp-lookup-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wsp-lookup-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-lookup-card p {
  margin: 10px 0 12px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.wsp-lookup-search-section {
  padding: 18px;
  border: 1px solid rgba(234, 88, 12, .14);
  border-radius: 8px;
  background: #fff7ed;
}

.wsp-lookup-search label {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 19px;
  font-weight: 900;
}

.wsp-lookup-search div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.wsp-lookup-search input {
  min-width: 0;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 23, 42, .16);
  border-radius: 6px;
  background: #fff;
  font: inherit;
}

.wsp-lookup-search button {
  min-height: 46px;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: #ea580c;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.wsp-lookup-search p {
  margin: 8px 0 0;
  color: #7c2d12;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.wsp-lookup-more-help {
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
}

.wsp-lookup-more-help summary {
  cursor: pointer;
  color: #111827;
  font-weight: 900;
}

.wsp-lookup-more-help summary small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-weight: 750;
}

.wsp-lookup-more-help div {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .wsp-lookup-hero,
  .wsp-lookup-grid {
    grid-template-columns: 1fr;
  }

  .wsp-lookup-section-heading {
    display: block;
  }

  .wsp-lookup-section-heading p {
    margin-top: 6px;
  }
}

@media (max-width: 640px) {
  .wsp-lookup-main {
    width: min(100% - 20px, 1180px);
    margin-top: 18px;
  }

  .wsp-lookup-hero {
    padding: 18px;
  }

  .wsp-lookup-search div {
    grid-template-columns: 1fr;
  }

  .wsp-lookup-search button {
    width: 100%;
  }
}
