.sp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sp-trouble-search {
  position: sticky;
  top: 84px;
  z-index: 3;
  background: #fff;
  padding: 14px 0 18px;
}

.sp-trouble-search input {
  width: 100%;
  min-height: 54px;
  border: 1px solid #cfd4dc;
  border-radius: 999px;
  padding: 13px 20px;
  font: inherit;
  outline: 0;
}

.sp-trouble-search input:focus {
  border-color: #2f6bff;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, .15);
}

.sp-trouble-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.sp-trouble-card {
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  padding: 22px;
  background: #fff;
}

.sp-trouble-card h2 { margin-top: 0; }
.sp-trouble-card ol,
.sp-trouble-card ul { padding-inline-start: 22px; }
.sp-trouble-card li { margin: 8px 0; }
.sp-trouble-card[hidden] { display: none; }

.sp-trouble-tag {
  display: inline-block;
  border-radius: 999px;
  background: #eef4ff;
  color: #1849a9;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 5px 7px 0;
}

.sp-safety {
  border-radius: 16px;
  background: #fffbeb;
  color: #78350f;
  padding: 16px 18px;
}

.sp-no-results {
  text-align: center;
  padding: 30px;
  color: #667085;
}

@media (max-width: 760px) {
  .sp-trouble-grid { grid-template-columns: 1fr; }
  .sp-trouble-search { top: 64px; }
}
