.legacy-contact {
  margin: 20px 0;
}

.legacy-contact__phone {
  margin-bottom: 24px;
  padding: 16px;
  border: 2px solid #8ad4e8;
  text-align: center;
}

.legacy-contact__phone h3 {
  margin-top: 0;
}

.legacy-contact__phone a {
  color: #1688aa;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

.legacy-contact label {
  font-weight: bold;
}

.legacy-contact label strong {
  color: #c22626;
  font-size: 12px;
}

.legacy-contact input[type="text"],
.legacy-contact input[type="tel"],
.legacy-contact input[type="email"],
.legacy-contact input[type="file"],
.legacy-contact textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 580px;
  margin-top: 5px;
  padding: 9px;
  border: 1px solid #999;
  background: #fff;
  font: inherit;
}

.legacy-contact button {
  min-width: 160px;
  padding: 11px 24px;
  border: 0;
  background: #1688aa;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.legacy-contact__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
