.spv-card {
  max-width: 680px;
  margin: 1rem auto;
  padding: 2rem;
  border: 2px solid #000;
  border-radius: 16px;
  background: #e16b90 !important;
  color: #000 !important;
  box-shadow: none;
}

.spv-card,
.spv-card * {
  color: #000;
  font-weight: 700;
}

.spv-card--authentic {
  background: #55c271 !important;
  border-color: #176b36;
}

.spv-form {
  display: grid;
  gap: .75rem;
}

.spv-form input[type="text"] {
  padding: .8rem;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff !important;
  color: #000 !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.spv-form button,
.spv-contact {
  justify-self: start;
  margin-top: .4rem;
  border: 2px solid #000 !important;
  background: #e16b90 !important;
  color: #000 !important;
  font-weight: 700 !important;
}

.spv-form button:hover,
.spv-form button:focus,
.spv-contact:hover,
.spv-contact:focus {
  background: #c94f78 !important;
  color: #000 !important;
}

.spv-result {
  display: grid;
  gap: .45rem;
  margin: 1rem 0;
  padding: 1rem;
  border: 2px solid #000;
  border-radius: 8px;
  color: #000 !important;
  font-weight: 700;
}

.spv-authentic { background: #55c271 !important; }
.spv-previously_verified { background: #f59e0b !important; }
.spv-invalid,
.spv-error { background: #c62828 !important; }

.spv-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
}

@media (max-width: 767px) {
  .spv-card {
    width: 100%;
    margin: .5rem 0;
    padding: 1rem;
    border-radius: 12px;
  }

  .spv-form input[type="text"] {
    width: 100%;
    min-width: 0;
    font-size: 1.1rem;
    letter-spacing: .08em;
  }

  .spv-form button,
  .spv-contact {
    display: block;
    width: 100%;
    padding: .8rem 1rem;
    text-align: center;
  }

  .spv-result {
    overflow-wrap: anywhere;
  }
}
