.ukrp-index-search {
	margin-bottom: 0px !important;
    margin-top: 20px;
}
.ukrp-index-search a {
	color: #5ebb46;
	text-decoration: underline;
	font-weight: bold;
}

.ukrp-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 99999;
}

.ukrp-modal-content {
    background: #fff;
    width: 600px;
    max-width: 95%;
    border-radius: 8px;
    margin: 80px auto;
    padding: 20px;
}

.ukrp-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.ukrp-modal-header span {

    width: 100%;
    text-align: center;
    font-size: 15px;
}
.ukrp-modal-close {
    border: 0;
    background: none;
    font-size: 28px;
    cursor: pointer;
}
#input-ukrp-postcode-search {
    font-size: 20px;
    padding: 10px 20px;
    height: auto;
}
#ukrp-postcode-results {
    width: 100%;
    text-align: center;
    font-size: 15px;
	margin-top: 8px !important;
}
.ukrp-post-item {
    text-align: left;
}