.svit-pod-editorial {
  padding: 3rem 0 4rem;
}

.svit-pod-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.6rem;
}

.svit-pod-lead {
  font-size: 1.05rem;
  color: #000;
  margin-bottom: 1.4rem;
}

.svit-pod-editorial p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #333;
  margin-bottom: 1.1rem;
}

.svit-pod-note {
  color: #444;
}

.svit-pod-action {
  margin-top: 2rem;
}

/* Green CTA-style button */
.svit-pod-button {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  background-color: #8fb24a; /* SVIT green */
  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.svit-pod-button:hover {
  background-color: #7aa03f;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
