.wp-block-short-tax-post-single-property {
    background-color: #f5f7fa;
    padding: 20px;
    border: 1px dotted #888;
}
.wp-block-short-tax-post-single-property .single-property-placeholder-img {
    background: url(../../../images/single-property-module.png) no-repeat scroll center center;
    background-size: contain;
    height: 128px;
}
.wp-block-short-tax-post-single-property .single-property-placeholder-header {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.stp-single-property-modal .components-modal__header {
    margin-bottom: 0;
}
.stp-single-property-modal .properties-search-field input {
    margin-bottom: 0;
}
.stp-single-property-modal .services-single-property-modal-search {
    box-sizing: border-box;
    border-bottom: 1px solid #e2e4e7;
    padding: 16px;
    background: #fff;
    height: 64px;
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 10;
    margin: 0 -16px 16px;
}
.stp-single-property-modal .properties-search-field {
    position: relative;
}
.stp-single-property-modal .properties-search-field span {
    position: absolute;
    top: 10px;
    left: 8px;
}
.stp-single-property-modal .properties-search-field input {
    padding-left: 24px !important;
}
.stp-single-property-modal .properties-modal-subtitle {
    font-weight: bold;
    margin-bottom: 16px;
}
.stp-single-property-modal .modal-properties-item {
    padding: 10px;
    border: 1px solid #e2e4e7;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.stp-single-property-modal .modal-properties-item:hover {
    border: 1px solid #00a0d2;
}
.stp-single-property-modal .modal-properties-item img {
    float: left;
    height: 62px;
    width: auto;
    margin-right: 10px;
}
.stp-single-property-modal .is-modal-prop {
    margin-bottom: 10px;
}
.stp-single-property-modal .modal-properties-item-info {
    margin-top: 7px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.stp-single-property-modal .modal-properties-item-info-title {
    color: #23282d;
}
.stp-single-property-modal .modal-properties-item-info-address {
    font-size: 11px;
    color: #999;
}
.stp-single-property-modal .properties-modal-list-more-container {
    padding: 0;
}
.stp-single-property-modal .properties-modal-list-more {
    display: block;
    background-color: #fcfcfc;
    text-align: center;
    box-shadow: none;
    width: 100%;
    vertical-align: middle;
    height: 42px;
    line-height: 40px;
}
@-moz-keyframes spin { 
    100% { 
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin { 
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}
.stp-single-property-modal .properties-modal-list-more img {
    width: 28px;
    height: 28px;
    margin-top: 6px;
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}
.stp-single-property-modal .properties-modal-list-more svg path {
    fill: #FF6700;
}
.stp-single-property-modal .properties-modal-list-more span {
    display: none;
}
.stp-single-property-modal.components-modal__frame {
    min-width: 70%;
}
@media screen and (max-width: 1199px) {
    .stp-single-property-modal.components-modal__frame {
        min-width: 80%;
    }
}
@media screen and (max-width: 991px) {
    .stp-single-property-modal.components-modal__frame {
        min-width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .stp-single-property-modal.components-modal__frame {
        min-width: calc(100% - 16px - 16px);
    }
}