
.finkct-druckverlust {
  font-family: "Segoe UI", sans-serif;
  background-color: #fff;
  max-width: 500px;
  margin: auto;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.finkct-druckverlust label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}
.finkct-druckverlust input, .finkct-druckverlust select {
  margin-left: 0.5rem;
  padding: 0.3rem;
  font-size: 1rem;
}
.finkct-druckverlust button {
  background-color: #003b71;
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
  border-radius: 4px;
}
