.ltdf-cb-wrap,
.ltdf-cb-public {
  display: block;
}
.ltdf-cb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.ltdf-cb-card,
.ltdf-cb-public {
  background: #fff;
  border: 1px solid #e8ece9;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(15, 43, 38, 0.05);
  margin-bottom: 20px;
}
.ltdf-cb-big {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}
.ltdf-cb-card input[type="text"],
.ltdf-cb-card select {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d7dfdb;
}
.ltdf-cb-card .button,
.ltdf-cb-public .button {
  background: #1f6b68;
  border-color: #1f6b68;
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
}
.ltdf-cb-public ul {
  margin: 16px 0 0 18px;
}
