.dsp-reward-start-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 13px 14px;
  border: 1px solid #cfe4d9;
  border-radius: 13px;
  background: linear-gradient(135deg, #f4fbf7 0%, #edf8f2 100%);
}

.dsp-reward-start-panel > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.dsp-reward-start-panel > div span {
  color: #547267;
  font-size: 9px;
  font-weight: 800;
}

.dsp-reward-start-panel > div strong {
  color: #0b684c;
  font-size: 15px;
}

.dsp-reward-start-panel > div small {
  color: #71877d;
  font-size: 9px;
  line-height: 1.4;
}

.dsp-reward-start-panel form {
  display: flex;
  align-items: end;
  gap: 7px;
}

.dsp-reward-start-panel label {
  display: grid;
  gap: 3px;
  color: #587168;
  font-size: 8px;
  font-weight: 800;
}

.dsp-reward-start-panel input {
  min-height: 35px;
  padding: 6px 8px;
  border: 1px solid #bfd8cc;
  border-radius: 8px;
  background: #fff;
  color: #173d30;
  font: inherit;
  font-size: 11px;
}

.dsp-reward-start-panel button {
  min-height: 35px;
  padding: 7px 11px;
  border: 0;
  border-radius: 8px;
  background: #087a57;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 700px) {
  .dsp-reward-start-panel {
    grid-template-columns: 1fr;
  }

  .dsp-reward-start-panel form {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .dsp-reward-start-panel label {
    width: 100%;
  }
}
