.signup-form-wrapper {
  max-width: 800px !important;
  margin: 0 auto;
  padding: 0 20px;
}

.sf-personal-plan,
.sf-business-plan,
.op_voice,
.op_staticip,
.op_vpbx,
.op_0800,
.op_webhosting,
.provider-info1,
.provider-info2,
.provider-info3,
.connection_date {
  display: none;
}

.wn-date-hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Date picker look */
.connection_date .wn-date-ui {
  -webkit-appearance: none;
  appearance: none;
  width: 280px;
  max-width: 100%;
  height: 48px;
  border: 1px solid #D6DAE1;
  border-radius: 8px;
  background: #F7F8FA url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239096A3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>") no-repeat right 12px center;
  padding: 0 44px 0 14px;
  font-size: 16px;
  line-height: 1.25;
  color: #111827;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}

.connection_date .wn-date-ui:hover {
  background-color: #F3F4F6;
  border-color: #C9CED6;
}

.connection_date .wn-date-ui:focus {
  outline: 0;
  border-color: #3B82F6;
  box-shadow: 0 0 0 3px rgba(59,130,246,.25);
  background: #FFF;
  color: #0F172A;
}

.connection_date .wn-date-ui::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 36px;
  height: 100%;
  cursor: pointer;
}

.connection_date .wn-date-ui:disabled {
  background: #F3F4F6;
  color: #9CA3AF;
  cursor: not-allowed;
}

/* Terms area */
.wn-terms-field textarea {
  width: 100%;
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
  resize: none !important;
  overflow: auto;
  background: #f7f7f8;
  white-space: pre-wrap;
}

@media (max-width: 1024px) {
  .connection_date {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-top: 0;
  }
}

.wn-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}

.wn-option-name {
  flex: 1;
  min-width: 0;
}

.wn-option-price {
  white-space: nowrap;
  color: #6b7280;
  margin-left: 16px;
}
