.sw-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sw-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.sw-thumb {
  flex: 0 0 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
}

.sw-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sw-content {
  flex: 1;
}

.sw-title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
}

.sw-title a {
  text-decoration: none;
}

.sw-date {
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
}

.sw-excerpt {
  font-size: 13px;
  color: #444;
  line-height: 1.45;
}
