/* Google Places suggestion dropdown above profile tabs/modals. */
.pac-container {
  z-index: 10000;
}

/* Hidden briefly after a selection; removed on focus/input so suggestions work again. */
.pac-container.pratst-pac-dismissed {
  display: none !important;
  visibility: hidden !important;
}

.form-item--field-address-line-2-0-value .description,
.form-item-field-address-line-2-0-value .description {
  color: #888;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0.35em;
}
