body {
  font-family: sans-serif;
  margin: 20px;
  padding: 0;
  background-color: #f9f9f9;
}

.teaser-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 800px;
}

.teaser {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.teaser-heading {
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.teaser-paragraph {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 10px;
}

.teaser-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
  text-decoration: none;
  color: #0066cc;
}

.teaser-link:hover {
  text-decoration: underline;
}
