.setting-change-title {
  font-weight: 700;
  font-size: 20px;
}

.setting-change-sub {
  font-weight: 400;
  font-size: 14px;
}

.default-label {
  font-weight: 500;
  font-size: 16px;
}

.default-value {
  font-weight: 500;
  font-size: 16px;
  color: #606d77;
}

.change-btn {
  font-weight: 500;
  font-size: 14px;
  color: #8898a3;
  margin-left: auto;
}

.textarea {
  min-height: 146px;
  height: auto;
  padding: 15px;
  align-items: start;
}

.textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
}

.postal-code {
  max-width: 300px;
}

.auto-fill {
  font-weight: 500;
  font-size: 14px;
  color: #8898a3;
}
