.numero-screen .screen-lead {
  margin-bottom: 32px;
}

.numero-screen .field-control {
  border-radius: 18px;
  border-color: #dfe3eb;
  background: #f4f6fb;
}

.numero-screen .field-input::placeholder {
  color: #9aa0af;
  letter-spacing: 0.05em;
}

.numero-screen .pill {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

@media (min-width: 600px) {
  .numero-screen .screen-lead {
    font-size: 1.15rem;
  }

  .numero-screen .pill {
    padding: 22px;
  }

  .numero-screen .field-control {
    padding: 20px 22px;
  }
}

@media (min-width: 900px) {
  .numero-screen .screen-lead {
    margin-bottom: 36px;
  }

  .numero-screen .pill {
    max-width: 500px;
  }

  .numero-screen .input-stack {
    max-width: 520px;
  }

  .numero-screen .field-input {
    font-size: 1.1rem;
  }

  .numero-screen .field-prefix {
    font-size: 1.05rem;
  }
}
