.step3-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding-left: 8px;
  color: #113b78;
  font-weight: 600;
  overflow: visible;
}

.step3-back-link::before {
  content: "";
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.step3-resource-meta[data-v-1d094eec] {
  color: #113b78 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.step3-search-shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.simplesearch-results,
.simplesearch-no-results {
  color: #4a5565;
  line-height: 1.7;
}

.simplesearch-highlight {
  color: #113b78;
  font-weight: 700;
}

.simplesearch-results-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.simplesearch-result {
  padding: 24px 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.simplesearch-result h3,
.simplesearch-result p {
  margin: 0;
}

.simplesearch-result h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.simplesearch-result h3 a {
  color: #111827;
}

.simplesearch-result p {
  color: #4a5565;
  line-height: 1.7;
}

.simplesearch-paging {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #6b7280;
}

.simplesearch-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.simplesearch-page a,
.simplesearch-current-page {
  color: #111827;
}

.simplesearch-current-page {
  border-color: rgba(21, 93, 252, 0.2);
  color: #113b78;
  box-shadow: 0 8px 20px rgba(21, 93, 252, 0.12);
}

.step3-map-embed {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.step3-sponsor-sections {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.step3-sponsor-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step3-sponsor-section h2 {
  margin: 0;
  color: #113b78;
  font-size: 1.5rem;
}

.step3-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.step3-sponsor-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
  color: #111827;
}

.step3-sponsor-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.step3-sponsor-card__logo img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

.step3-sponsor-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.step3-sponsor-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  width: 100%;
  text-align: center;
}

.step3-sponsor-card__type {
  color: #6b7280;
  line-height: 1.6;
}

@media (max-width: 1023px) {
  .simplesearch-result {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .step3-back-link {
    margin-bottom: 16px;
    font-size: 0.95rem;
  }

  .simplesearch-paging {
    justify-content: center;
  }

  .step3-sponsor-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
