.postalcodecity-wrapper .pc_hidden {
  display: none;
}
.pc-info {
  display: none;
  align-items: flex-start;
  padding: 16px;
  font-weight: normal;
  background: #f6f6f7;
}
.pc-info p:last-child {
  margin-bottom: 0;
}
.pc-info_has-not-covered.pc-info_not-covered,
.pc-info_has-covered.pc-info_covered {
  display: flex;
}
.pc-info__not-covered,
.pc-info__covered {
  display: none;
}
.pc-info_not-covered .pc-info__not-covered,
.pc-info_covered .pc-info__covered {
  display: block;
}
.pc-info__icon {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  display: inline-block;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27.005 27'%3E%3Cpath d='M26.136 4.365a4.389 4.389 0 0 0-3.5-3.5 48.6 48.6 0 0 0-18.27 0 4.389 4.389 0 0 0-3.5 3.5 48.386 48.386 0 0 0 0 18.259 4.389 4.389 0 0 0 3.5 3.5 48.317 48.317 0 0 0 9.136.876 49.243 49.243 0 0 0 9.135-.866 4.389 4.389 0 0 0 3.5-3.5 48.445 48.445 0 0 0-.001-18.269zM14.627 20.25a1.125 1.125 0 0 1-2.25 0v-7.875a1.125 1.125 0 0 1 2.25 0zM13.502 9a1.688 1.688 0 1 1 1.688-1.687A1.685 1.685 0 0 1 13.502 9z' fill='rgb(30,162,177)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.postalcodecity .col-12 .pc-text__postalcode,
.postalcodecity .col-12 .pc-dropdown__postalcode {
  margin-bottom: 0;
}
.postalcodecity:not(:first-child) .pc-text__postalcode,
.postalcodecity:not(:first-child) .pc-dropdown__postalcode {
  margin-top: 0;
}
.postalcodecity:not(:first-child) .col-md-6 .pc-text__city,
.postalcodecity:not(:first-child) .col-md-6 .pc-dropdown__city {
  margin-top: 0;
}
.postalcodecity:not(:last-child) .col-md-6 .pc-text__postalcode,
.postalcodecity:not(:last-child) .col-md-6 .pc-dropdown__postalcode {
  margin-bottom: 8px;
}
.postalcodecity:not(:last-child) .pc-text__city,
.postalcodecity:not(:last-child) .pc-dropdown__city {
  margin-bottom: 0;
}
.postalcodecity:not(:last-child) .pc-info {
  margin-top: 10px;
}
