<style>
.markenstuehle-box {
  margin-top: 30px;
}

.markenstuehle-box p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}

.markenstuhl-link {
  display: inline-block;
  padding: 10px 16px;
  background: #f5f5f5;
  color: #222;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.2s ease;
}

.markenstuhl-link:hover {
  background: #e9e9e9;
  color: #000;
  text-decoration: none;
}
</style>