#message.updated {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 12px 16px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin: 14px;
}

#message.updated p {
    margin: 0;
}

.searchwp-form {
    padding: 15px 12px !important;
}

.searchwp-live-search-result--title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
}

.acf-fields > .acf-field {
    border: none !important;
}

.acf-field .acf-label label {
    font-size: 14px;
    line-height: 17px;
    color: #222;
    text-transform: uppercase;
}

.acf-field p.description {
    color: #636363 !important;
    font-size: 14px !important;
    line-height: 17px;
}

.acf-icon {
    display:  none;
    }

.searchwp-form-input-container .swp-input,
.acf-field input[type="text"], .acf-field input[type=url] {
    font-size: 16px;
    line-height: 100%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    height: 43px;
    padding: 0 14px !important;

    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: #e6eaea;
}

.acf-field textarea {
    font-size: 16px;
    line-height: 100%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-height: 43px;
    padding: 14px;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: #e6eaea;
}

.acf-form-submit {
    padding: 0 14px;
}

.acf-form-submit .acf-button {
    position: relative;
    display: inline-block;

    width: 100%;
    height: 41px;
    margin-top: 40px !important;

    border: 0;
    border-style: none;
    border-width: 0;
    border-color: #0d373b;
    border-radius: 2px;

    background-color: #dc282d;
    box-shadow: none;

    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;

    cursor: pointer;
}

.acf-image-uploader .acf-button {
    position: relative;
    display: inline-block;
    padding: 12px;
    border: 0;
    border-style: none;
    border-width: 0;
    border-color: #0d373b;
    border-radius: 2px;
    background-color: #dc282d;
    box-shadow: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.acf-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url('data:image/svg+xml;utf8,<svg fill="%23222" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;

    font-size: 16px;
    line-height: 100%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    height: 43px;
    padding: 0 14px;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: #e6eaea;
}

