.neighborhood-support-page {
  background: #ffffff;
  font-family: var(--hc-font-family-cereal);
}

.ns-launcher-container {
  max-width: var(--hc-container-max-width);
  padding-top: 0;
  padding-bottom: 56px;
}

.ns-flow-container {
  max-width: 760px;
  padding-top: 0;
  padding-bottom: 40px;
}

.ns-request-call-container {
  max-width: var(--hc-container-max-width);
  width: 100%;
  padding-top: 0;
  padding-bottom: 56px;
}

.ns-report-concern-container {
  max-width: var(--hc-container-max-width);
  width: 100%;
  padding-top: 0;
  padding-bottom: 56px;
}

.ns-request-call-shell {
  max-width: 820px;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.ns-report-concern-shell {
  max-width: 760px;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.ns-request-call-container,
.ns-request-call-shell,
.ns-request-call-shell *,
.ns-report-concern-container,
.ns-report-concern-shell,
.ns-report-concern-shell * {
  box-sizing: border-box;
}

.ns-request-call-shell .ns-call-form {
  margin-top: 24px;
  display: grid;
  gap: 12px;
  max-width: 512px;
}

.ns-request-call-shell .ns-title {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  max-width: 740px;
}

.ns-request-call-shell .ns-intro {
  margin-top: 14px;
  max-width: 740px;
  font-size: 16px;
  line-height: 24px;
}

.ns-report-concern-shell .ns-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 34px;
  margin-bottom: 0;
}

.ns-report-concern-shell.is-notice-state .ns-title {
  margin-top: 16px;
  margin-bottom: 32px;
}

.ns-report-concern-shell .ns-intro {
  margin-top: 2px;
  max-width: 620px;
  font-size: 16px;
  line-height: 24px;
}

.ns-report-concern-shell .ns-report-form {
  margin-top: 40px;
}

.ns-report-concern-shell .ns-question-group h2,
.ns-report-concern-shell .ns-question-block h2 {
  margin: 0;
  font-weight: 500;
}

.ns-request-call-shell .ns-primary-button {
  justify-self: start;
  width: auto;
}

.ns-request-call-shell .ns-privacy-note {
  max-width: 500px;
}

.ns-request-call-shell .ns-form-row {
  margin: 0;
}

.ns-request-call-shell .ns-floating-field {
  position: relative;
}

.ns-request-call-shell .ns-floating-label {
  position: absolute;
  top: 9px;
  left: 14px;
  z-index: 2;
  margin: 0;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  pointer-events: none;
}

.ns-request-call-shell .ns-floating-field-select {
  position: relative;
}

.ns-request-call-shell .ns-floating-field-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  padding-right: 52px;
}

.ns-request-call-shell .ns-floating-field-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.ns-request-call-shell .ns-floating-field input,
.ns-request-call-shell .ns-floating-field select,
.ns-request-call-shell .ns-floating-field textarea {
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 12px;
  background: #ffffff;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  padding: 26px 14px 10px;
}

.ns-request-call-shell .ns-floating-field input,
.ns-request-call-shell .ns-floating-field select {
  min-height: 62px;
}

.ns-request-call-shell .ns-floating-field textarea {
  min-height: 104px;
  resize: vertical;
}

.ns-request-call-shell .ns-floating-field input::placeholder,
.ns-request-call-shell .ns-floating-field textarea::placeholder {
  color: #8b8b8b;
}

.ns-request-call-shell .ns-floating-field-dynamic .ns-floating-label {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.ns-request-call-shell .ns-floating-field-dynamic.is-floated .ns-floating-label {
  top: 9px;
  transform: none;
  opacity: 1;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.ns-request-call-shell .ns-floating-field-dynamic input,
.ns-request-call-shell .ns-floating-field-dynamic textarea {
  padding-top: 18px;
  padding-bottom: 16px;
}

.ns-request-call-shell .ns-floating-field-dynamic.is-floated input,
.ns-request-call-shell .ns-floating-field-dynamic.is-floated textarea {
  padding-top: 26px;
  padding-bottom: 10px;
}

.ns-request-call-shell .ns-floating-field input:focus,
.ns-request-call-shell .ns-floating-field select:focus,
.ns-request-call-shell .ns-floating-field textarea:focus {
  outline: none;
  border-color: #222222;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.08);
}

.ns-request-call-shell .ns-phone-stack {
  gap: 0;
}

.ns-request-call-shell .ns-phone-stack .ns-floating-field + .ns-floating-field {
  margin-top: -1px;
}

.ns-request-call-shell .ns-phone-stack .ns-floating-field:first-child select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ns-request-call-shell .ns-phone-stack .ns-floating-field:last-child input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ns-request-call-shell .ns-primary-button:disabled {
  opacity: 1;
  background: #dddddd;
  color: #717171;
  cursor: not-allowed;
}

.ns-request-call-shell .ns-support-note,
.ns-request-call-shell .ns-privacy-note {
  margin: 0;
  max-width: 620px;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 22px;
}

.ns-request-call-shell .ns-recaptcha-shell {
  max-width: 304px;
  min-height: 78px;
}

.ns-request-call-shell #request-call-captcha-widget {
  display: inline-block;
}

.ns-request-call-shell #request-call-captcha-widget iframe {
  border-radius: 4px;
}

.ns-request-call-confirmation-shell {
  max-width: 740px;
}

.ns-notice-card {
  margin-top: 22px;
  max-width: 560px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 16px;
  background: #ffffff;
}

.ns-notice-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2e7d32;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.ns-notice-icon img {
  display: block;
  width: 14px;
  height: 14px;
}

/* Report concern uses a larger Airbnb-like notice icon badge. */
.ns-report-concern-container .ns-notice-card {
  margin-top: 30px;
  min-height: 126px;
  padding: 18px 20px 20px;
  gap: 14px;
  align-items: flex-start;
}

.ns-report-concern-container .ns-notice-icon {
  width: 46px;
  height: 46px;
  font-size: 18px;
  margin-top: 0;
  align-self: flex-start;
}

.ns-report-concern-container .ns-notice-body {
  padding-top: 2px;
}

.ns-report-concern-container .ns-notice-icon img {
  width: 20px;
  height: 20px;
}

.ns-notice-body {
  min-width: 0;
}

.ns-notice-title {
  margin: 0;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.ns-notice-message {
  margin: 1px 0 0;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 20px;
}

.ns-notice-actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ns-notice-link {
  color: #222222;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.ns-notice-cancel {
  border: 1px solid #7d7d7d;
  border-radius: 8px;
  padding: 6px 10px;
  background: #ffffff;
  color: #222222;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.ns-notice-cancel:hover {
  background: #f7f7f7;
}

.ns-notice-cancel:disabled {
  opacity: 0.72;
  cursor: progress;
}

.ns-notice-card.is-canceled .ns-notice-message {
  display: none;
}

.ns-notice-card.is-pending .ns-notice-icon {
  background: #5f86ff;
}

.ns-notice-card.is-confirmed .ns-notice-icon {
  background: #2e7d32;
}

.ns-notice-card.is-error .ns-notice-icon {
  background: #c13515;
}

.ns-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ns-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 64px;
  align-items: start;
}

.ns-main-content {
  min-width: 0;
  width: 100%;
  max-width: var(--hc-article-readable-max-width, 632px);
  justify-self: start;
  /* Override global main.css section padding so breadcrumb spacing matches Airbnb rhythm. */
  padding: 0;
  margin: 0;
}

.ns-has-action-bar {
  padding-bottom: 148px;
}

.ns-title {
  margin: 0;
  color: #222222;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.96px;
}

.ns-emergency {
  margin-top: 56px;
  border: 1px solid #eaded7;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff8f4;
}

.ns-launcher-stack {
  display: grid;
  gap: 18px;
  margin-top: 72px;
}

.ns-launcher-section {
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 0;
}

.ns-launcher-section .ns-ghost-button {
  margin-top: 32px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.ns-section h2,
.ns-question-group h2,
.ns-question-block h2 {
  margin: 0;
  color: #222222;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

.ns-section p,
.ns-question-block p {
  margin: 16px 0 0;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 24px;
}

.ns-helpfulness {
  margin-top: 18px;
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 0;
}

.ns-helpfulness h3 {
  margin: 0;
  color: #222222;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: baseline;
}

.ns-helpfulness-actions {
  display: inline-flex;
  gap: 12px;
  margin-top: 0;
  margin-left: 12px;
  vertical-align: baseline;
}

.ns-text-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.ns-related-articles {
  margin-top: 30px;
  border-top: 1px solid #dddddd;
  padding-top: 49px;
  padding-bottom: 0;
}

.ns-related-articles h2 {
  margin: 0;
  color: #222222;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.ns-related-item {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
}

.ns-related-meta {
  margin: 0;
  color: #717171;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.ns-related-item a {
  display: inline-block;
  margin-top: 6px;
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
}

.ns-ghost-button,
.ns-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.ns-ghost-button {
  border: 1px solid #222222;
  color: #222222;
  background: #ffffff;
}

.ns-ghost-button:hover {
  background: #f7f7f7;
}

.ns-primary-button {
  border: 0;
  color: #ffffff;
  background: #222222;
}

.ns-primary-button:hover {
  background: #111111;
}

.ns-primary-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.ns-call-form,
.ns-report-form {
  margin-top: 28px;
}

.ns-step-panel {
  display: grid;
  gap: 26px;
  padding: 0;
  margin: 0;
}

.ns-report-concern-shell #report-concern-step1 {
  gap: 44px;
}

.ns-question-group {
  display: grid;
  gap: 10px;
}

.ns-field-error {
  margin: 2px 0 0;
  color: #c13515;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.ns-field-error::before {
  content: "●";
  font-size: 8px;
  margin-right: 6px;
  vertical-align: 1px;
}

.ns-question-group h2,
.ns-question-block h2 {
  font-size: 20px;
  line-height: 28px;
}

.ns-radio-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ns-radio-row input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #222222;
}

.ns-proof-checklist {
  display: grid;
  gap: 8px;
}

.ns-check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #222222;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.ns-check-row input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: #222222;
}

.ns-form-row {
  display: grid;
  gap: 8px;
}

.ns-form-row label {
  margin: 0;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.ns-form-row input,
.ns-form-row select,
.ns-form-row textarea {
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 10px;
  background: #ffffff;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 14px;
}

.ns-form-row input,
.ns-form-row select {
  height: 48px;
}

.ns-form-row input:focus,
.ns-form-row select:focus,
.ns-form-row textarea:focus {
  outline: none;
  border-color: #222222;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.08);
}

.ns-form-row input.ns-invalid,
.ns-form-row select.ns-invalid,
.ns-form-row textarea.ns-invalid {
  border-color: #c13515;
}

.ns-form-row input.ns-invalid,
.ns-form-row select.ns-invalid,
.ns-form-row textarea.ns-invalid,
.ns-form-row input.ns-invalid::placeholder,
.ns-form-row textarea.ns-invalid::placeholder {
  color: #c13515;
}

.ns-form-row input.ns-invalid:focus,
.ns-form-row select.ns-invalid:focus,
.ns-form-row textarea.ns-invalid:focus {
  border-color: #c13515;
  box-shadow: 0 0 0 3px rgba(193, 53, 21, 0.18);
}

.ns-address-stack {
  display: grid;
  gap: 0;
  border: 1px solid #b0b0b0;
  border-radius: 10px;
  overflow: hidden;
}

.ns-address-stack .ns-form-row {
  gap: 0;
}

.ns-address-stack .ns-form-row + .ns-form-row {
  border-top: 1px solid #b0b0b0;
}

.ns-address-stack .ns-form-row input,
.ns-address-stack .ns-form-row select {
  border: 0;
  border-radius: 0;
  height: 48px;
  box-shadow: none;
}

.ns-address-stack .ns-form-row input:focus,
.ns-address-stack .ns-form-row select:focus {
  box-shadow: none;
}

.ns-address-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ns-address-grid-two .ns-form-row + .ns-form-row {
  border-left: 1px solid #b0b0b0;
  border-top: 0;
}

.ns-address-stack.ns-invalid {
  border-color: #c13515;
}

.ns-address-stack.ns-invalid .ns-form-row + .ns-form-row {
  border-top-color: #c13515;
}

.ns-address-stack.ns-invalid .ns-address-grid-two .ns-form-row + .ns-form-row {
  border-left-color: #c13515;
}

.ns-form-row textarea {
  min-height: 104px;
  resize: vertical;
}

.ns-report-concern-shell .ns-date-floating-field {
  position: relative;
  gap: 0;
}

.ns-report-concern-shell .ns-date-floating-field .ns-date-floating-label {
  position: absolute;
  left: 14px;
  top: 9px;
  margin: 0;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.ns-report-concern-shell .ns-date-floating-field input {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ns-report-concern-shell .ns-date-floating-field.is-floated .ns-date-floating-label {
  opacity: 1;
}

.ns-report-concern-shell .ns-date-floating-field.is-floated input {
  padding-top: 24px;
  padding-bottom: 8px;
}

.ns-phone-stack {
  gap: 0;
}

.ns-phone-stack label[for="country_code"] {
  margin-bottom: 8px;
}

.ns-phone-stack select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ns-phone-stack .ns-phone-sub-label {
  margin: 0;
  padding: 10px 14px 6px;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  background: #ffffff;
}

.ns-phone-stack input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.ns-phone-stack input::placeholder {
  color: #8c8c8c;
}

.ns-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ns-question-block {
  display: grid;
  gap: 10px;
}

.ns-question-block + .ns-question-block {
  padding-top: 4px;
}

.ns-feedback {
  margin: 2px 0 0;
  min-height: 22px;
  font-size: 14px;
  line-height: 20px;
}

.ns-feedback.is-success {
  color: #0a7d59;
}

.ns-feedback.is-error {
  color: #c13515;
}

.ns-privacy-note {
  margin: 0;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 20px;
}

.ns-privacy-note a {
  color: #222222;
  text-decoration: underline;
}

.ns-inline-policy-link,
.ns-inline-policy-link:visited {
  color: #222222;
  text-decoration: underline;
}

.ns-action-bar {
  --ns-step-progress: 50%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  background: #ffffff;
  border-top: 1px solid #d5d5d5;
}

.ns-action-progress {
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  width: var(--ns-step-progress);
  background: #222222;
  transition: width 0.2s ease;
}

.ns-action-inner {
  max-width: var(--hc-container-max-width);
  width: 100%;
  margin: 0 auto;
  padding: 18px 24px;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.ns-action-back,
.ns-action-next {
  border-radius: 10px;
  padding: 12px 20px;
  min-height: 46px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.ns-action-back {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #717171;
}

.ns-action-back:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ns-action-next {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #222222;
  color: #ffffff;
}

.ns-action-next[data-mode="next"]::after {
  content: "›";
  margin-left: 6px;
  font-size: 18px;
  line-height: 1;
}

.ns-action-next[data-mode="submit"]::after {
  content: "›";
  margin-left: 6px;
  font-size: 18px;
  line-height: 1;
}

.ns-action-next:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.ns-step-indicator {
  color: #717171;
  font-size: 14px;
  line-height: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .ns-launcher-container,
  .ns-flow-container,
  .ns-report-concern-container {
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .ns-launcher-container {
    padding-top: 34px;
  }

  .ns-request-call-container,
  .ns-request-call-shell,
  .ns-report-concern-shell {
    max-width: 100%;
    width: 100%;
  }

  .ns-request-call-shell .ns-title {
    font-size: 32px;
    line-height: 36px;
  }

  .ns-request-call-shell .ns-intro {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .ns-request-call-shell .ns-recaptcha-shell {
    max-width: 304px;
  }

  .ns-article-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ns-article-sidebar {
    display: none;
  }

  .ns-has-action-bar {
    padding-bottom: 132px;
  }

  .ns-title {
    font-size: 32px;
    line-height: 36px;
  }

  .ns-section h2,
  .ns-question-group h2,
  .ns-question-block h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .ns-related-articles h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .ns-radio-row {
    font-size: 16px;
    line-height: 24px;
  }

  .ns-grid-two {
    grid-template-columns: 1fr;
  }

  .ns-action-inner {
    padding: 14px 12px;
    min-height: 70px;
  }
}

@media (max-width: 640px) {
  .ns-request-call-shell .ns-title {
    font-size: 32px;
    line-height: 36px;
  }

  .ns-request-call-shell .ns-intro {
    font-size: 15px;
    line-height: 22px;
  }

  .ns-request-call-shell .ns-floating-field input,
  .ns-request-call-shell .ns-floating-field select {
    min-height: 58px;
  }

  .ns-request-call-shell .ns-floating-field textarea {
    min-height: 96px;
  }

  .ns-notice-card {
    max-width: 100%;
    padding: 14px;
  }

  .ns-notice-actions {
    gap: 8px;
  }

  .ns-title {
    font-size: 32px;
    line-height: 36px;
  }

  .ns-intro,
  .ns-intro-muted,
  .ns-section p,
  .ns-question-block p {
    font-size: 15px;
    line-height: 22px;
  }

  .ns-section h2,
  .ns-question-group h2,
  .ns-question-block h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .ns-related-articles h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .ns-related-item a {
    font-size: 16px;
    line-height: 24px;
  }

  .ns-radio-row {
    font-size: 16px;
    line-height: 24px;
  }
}
