.wp-block-resideo-plugin-single-property {
    background-color: #f5f7fa;
    padding: 20px;
    border: 1px dotted #888;
}
.wp-block-resideo-plugin-single-property .single-property-placeholder-img {
    background: url(../images/single-property-module.png) no-repeat scroll center center;
    background-size: contain;
    height: 156px;
}
.wp-block-resideo-plugin-single-property .single-property-placeholder-header,
.wp-block-resideo-plugin-single-property .single-property-placeholder-subheader {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: 0;
}
.wp-block-resideo-plugin-single-property .components-panel__header h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.1em;
}
.wp-block-resideo-plugin-single-property .single-property-list-item-title {
    font-weight: 600;
    margin-top: 7px;
}
.wp-block-resideo-plugin-single-property .single-property-list-item-text {
    font-size: 12px;
}
.wp-block-resideo-plugin-single-property fieldset span.components-base-control__label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    padding-bottom: 4px;
}
.pxp-single-property-list-modal .components-modal__header {
    margin-bottom: 0;
}
.pxp-single-property-list-modal .pxp-properties-search-field input {
    margin-bottom: 0;
}
.pxp-single-property-list-modal .pxp-properties-modal-search {
    box-sizing: border-box;
    border-bottom: 1px solid #e2e4e7;
    padding: 16px;
    background: #fff;
    height: 64px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    margin: 0 -16px 16px;
}
.pxp-single-property-list-modal .pxp-properties-search-field {
    position: relative;
}
.pxp-single-property-list-modal .pxp-properties-search-field span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}
.pxp-single-property-list-modal .pxp-properties-search-field input {
    padding-left: 24px !important;
}
.pxp-single-property-list-modal .pxp-properties-item {
    font-size: 11px;
    line-height: 16px;
    padding: 6px 8px;
    border: 1px solid #e2e4e7;
    cursor: pointer;
    border-radius: 4px;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-single-property-list-modal .pxp-properties-item:hover {
    border: 1px solid #00a0d2;
}
.pxp-single-property-list-modal .pxp-properties-item.is-selected {
    background-color: #00a0d2;
    border: 1px solid #00a0d2;
    color: #fff;
}
.pxp-single-property-list-modal .is-property {
    margin-bottom: 10px;
}
.wp-block-resideo-plugin-single-property .pxp-add-single-property-btn {
    margin-bottom: 20px;
}