.cpq-dc {
  max-width: 455px;
}

.cpq-dc__input-group {
  display: block;
  margin-bottom: 12px;
}

.cpq-dc__label {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 9px;
  font-weight: bold;
  color: var(--accent);
}

.cpq-dc__input {
  display: block;
  text-transform: uppercase;
  height: 38px;
  width: 100%;
  padding: 6px 15px;
  border: 1px solid var(--light-green);
  font-size: 16px;
  font-weight: 500;
  --webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg id='arrow-down' xmlns='http://www.w3.org/2000/svg' width='15.632' height='10.687' viewBox='0 0 15.632 10.687'%3E%3Cpath id='arrow' d='M10.27,6.955,1.78.237A1.1,1.1,0,0,0,0,1.1V14.534a1.1,1.1,0,0,0,1.78.861l8.49-6.717a1.1,1.1,0,0,0,0-1.724Z' transform='translate(15.632) rotate(90)' fill='%237cac39'/%3E%3C/svg%3E%0A")
    no-repeat 96% 50% white;
}
.cpq-dc__input::-webkit-date-and-time-value {
  text-align: left;
  font-weight: 400;
  color: #000;
}
.cpq-dc__submit {
  display: block;
  border-radius: 6px;
  margin-top: 36px;
  padding: 10px 20px;
  width: 100%;
  background: var(--accent);
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.cpq-dc__submit:hover,
.cpq-dc__submit:focus {
  background: var(--light-green);
  color: #fff;
}
.cpq-dc__result {
  margin-bottom: 0;
}
.cpq-dc__submit.hidden {
  opacity: 0.5;
}
.cpq-dc__step.hidden {
  display: none;
}

@media (min-width: 1024px) {
  .cpq-dc__label {
    font-size: 18px;
  }

  .cpq-dc__input {
    height: 55px;
    font-size: 18px;
    padding: 9px 15px;
  }

  .cpq-dc__submit {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
}
