.dlv-ec-inline {
  display: flex;
  justify-content: center;
  /* centers the whole group */
  align-items: center;
  /* aligns vertically */
  gap: 0.5rem;
  margin: 1rem auto;
  width: 100%;
}

.dlv-ec-input {
  flex: 0 1 280px;
  /* keeps field consistent size */
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.elementor-button {
  white-space: nowrap;
  text-align: center;
}

.dlv-ec-msg {
  margin-left: 0.5rem;
  font-size: 0.9rem;
  color: white;
}