.kln-pdf-export {
  margin-top: 1rem;
  margin-bottom: 15px;
}

.kln-pdf-export__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.15rem;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  background: #fff;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  width: 100%;
  justify-content: center;
}

.kln-pdf-export__btn:hover,
.kln-pdf-export__btn:focus {
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
}

.kln-pdf-export__icon {
  display: inline-flex;
}
