.sakura-related-wrap, .sakura-related-wrap * { box-sizing: border-box; }
.sakura-related-wrap {
  max-width: 640px;
  margin: 32px auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
.sakura-related-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.sakura-related-heading::before,
.sakura-related-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d6d6ce;
}
.sakura-related-heading span {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5c6b5e;
}
.sakura-related-heading span::before { content: "✓ "; }
a.sakura-related-card {
  display: flex;
  text-decoration: none !important;
  color: inherit !important;
  background: #fff;
  border: 1px solid #e4e4de;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
a.sakura-related-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}
.sakura-related-thumb {
  flex: 0 0 180px;
  max-width: 180px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}
.sakura-related-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sakura-related-body { flex: 1; padding: 16px 20px; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.sakura-related-title { margin: 0 0 8px; font-size: 16px; font-weight: 700; line-height: 1.5; color: #1f3d33 !important; }
a.sakura-related-card:hover .sakura-related-title { color: #E8702A !important; }
.sakura-related-excerpt {
  margin: 0; font-size: 13px; line-height: 1.7; color: #767676 !important;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
@media (max-width: 480px) {
  a.sakura-related-card { flex-direction: column; }
  .sakura-related-thumb { flex: none; max-width: 100%; width: 100%; aspect-ratio: 16 / 9; }
}
