
.tzuchi-action-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tzuchi-action-card {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}
.tzuchi-action-image img {
  width: 300px;
  height: auto;
  object-fit: cover;
}
.tzuchi-action-content {
  padding: 1rem;
  flex: 1;
}
.tzuchi-action-title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
}
.tzuchi-action-time {
  color: #999;
  margin-bottom: 0.5rem;
}
.tzuchi-action-excerpt {
  margin-bottom: 1rem;
}
.tzuchi-action-button {
  background: #0074a2;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
}
