.dal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin-bottom: 20px;
}
.dal-previews {
  margin-top: 28px;
}
.dal-preview-title {
  font-size: 1.15em;
  color: #4a5568;
  margin-bottom: 12px;
  font-weight: 600;
}
.cb-mock {
  border: 2px dashed rgb(255 255 255 / 0.35);
  border-radius: 2px;
  padding: 24px;
  max-width: 100%;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cb-mock-title {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 10px;
}
.cb-mock-body {
  margin: 0 0 18px;
  line-height: 1.65;
  opacity: 0.95;
}
.cb-mock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cb-mock-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 0.92em;
  border: 1px solid rgb(0 0 0 / 0.08);
}
.cb-mock-btn-2 {
  border: 1px solid rgb(0 0 0 / 0.12);
}
@media (max-width: 640px) {
  .dal-grid {
    grid-template-columns: 1fr;
  }
}
