.webform-counter-warning {
    display: inline-block;
    padding-left: 15px;
    border-left: 5px solid #BE4A19;
    color: #BE4A19;
    font-weight:bold;
}

.webform-counter-warning > div.text-count-message:after {
    content: "!";
}

/* back button fix  */

.govuk-back-link input, .govuk-back-link input:active {
    top: 0px !important;
}

/* FIND BUTTON MARGIN FIX */
#edit-postcode-find-button > p, #edit-postcode-find-button2 > p {
  margin: 0;
}

/* FIELD SUFFIX NO GDS SIZE FIX */
.field-suffix {
  font-size:1.1875rem;
}