.sd-list__search {
  width: 100%;
  max-width: 420px;
}

.sd-list__item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
}

.sd-list__link {
  min-width: 0;
  color: inherit;
}

.sd-list__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(13, 110, 253, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  flex: 0 0 auto;
}

.sd-list__text {
  min-width: 0;
}

.sd-list__title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}

.sd-list__desc {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.95rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.sd-list__meta {
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
}

.sd-list__save {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(13, 110, 253, 0.35);
  border-radius: 10px;
  color: #0d6efd;
  background: #fff;
  flex: 0 0 auto;
}

.sd-list__save:hover {
  background: rgba(13, 110, 253, 0.08);
}

.sd-detail__title {
  font-weight: 800;
}

.sd-detail__content img {
  max-width: 100%;
  height: auto;
}

.sd-save-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


