.wp-block-short-tax-post-services {
    background-color: #f5f7fa;
    padding: 20px;
    border: 1px dotted #888;
}
.wp-block-short-tax-post-services .services-icon-wrapper {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
    padding: 10px;
}
.wp-block-short-tax-post-services .services-icon {
    font-size: 48px;
    line-height: 60px;
    display: block;
    margin-bottom: 10px;
}
.stp-services-icons-modal .components-modal__header {
    margin-bottom: 0;
}
.stp-services-icons-modal .icons-search-field input {
    margin-bottom: 0;
}
.stp-services-icons-modal .services-icons-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-services-icons-modal .icons-search-field {
    position: relative;
}
.stp-services-icons-modal .icons-search-field span {
    position: absolute;
    top: 10px;
    left: 8px;
}
.stp-services-icons-modal .icons-search-field input {
    padding-left: 24px !important;
}
.stp-services-icons-modal .services-icons-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;
}
.stp-services-icons-modal .services-icons-item:hover {
    border: 1px solid #00a0d2;
}
.stp-services-icons-modal .services-icons-item.is-selected {
    background-color: #00a0d2;
    border: 1px solid #00a0d2;
    color: #fff;
}
.stp-services-icons-modal .services-icons-item span {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    width: 22px;
    text-align: center;
}
.stp-services-icons-modal .services-icons-item.is-selected span {
    color: #fff;
}
.stp-services-icons-modal .is-icon {
    margin-bottom: 10px;
}
.wp-block-short-tax-post-services .services-placeholder-img {
    background: url(../../../images/services-module.png) no-repeat scroll center center;
    background-size: contain;
    height: 128px;
}
.wp-block-short-tax-post-services .services-placeholder-header {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wp-block-short-tax-post-services .components-panel__header h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.stp-services-icons-modal.components-modal__frame {
    min-width: 60%;
}
@media screen and (max-width: 991px) {
    .stp-services-icons-modal.components-modal__frame {
        min-width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .stp-services-icons-modal.components-modal__frame {
        min-width: calc(100% - 16px - 16px);
    }
}