.slwsl-smart-link {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  font-weight: 600;
}
.slwsl-related {
  margin: 48px 0 24px;
  padding: 26px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(239, 246, 255, 0.9));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.slwsl-related-head {
  margin-bottom: 20px;
}
.slwsl-related-head span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.slwsl-related-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
}
.slwsl-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.slwsl-related-card {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #fff;
}
.slwsl-related-title {
  display: block;
  margin-bottom: 10px;
  color: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}
.slwsl-related-title:hover {
  text-decoration: underline;
}
.slwsl-related-card p {
  margin: 0 0 14px;
  font-size: 0.92rem;
  color: #475569;
}
.slwsl-read-more {
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1d4ed8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  .slwsl-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .slwsl-related {
    padding: 18px;
    border-radius: 18px;
  }
  .slwsl-related-grid {
    grid-template-columns: 1fr;
  }
}
