.phx-post_card_container {
    width: 100%;
    display: grid;
    justify-items: center;
    grid-template-columns: auto;
    position: relative;
}

.phx-post_card_container a {
    text-decoration: none;
    color: currentcolor;
}

.phx-post_card_wrap {
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all .5s;
    background-origin: border-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    contain: content;
}

.phx_no_results_text {
    color: currentColor;
    text-align: unset;
}

.phx-image_wrap {
    width: 100%;
}

.phx-image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phx-paginate_wrap {
    width: 100%;
    margin: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.phx-paginate_wrap .phx-paginate_link_wrap {
    cursor: pointer;
}

.phx-paginate_link_active {
    user-select: none;
}

.phx-post_card_content {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.phx-input_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.phx-input_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.phx-input_search {
    width: 100%;
}

.phx-btn_submit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.phx-search-post-advanced-container {
    display: none;
    align-items: end;
}

.phx-search-post-advanced-container.phx-form-active {
    display: grid;
}

.phx-search-post-container.search-basic-advanced {
    position: relative;
    margin: 48px 0px 48px 0px;
    padding: 26px 26px 26px 26px;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000021;
    background-color: #FFFFFF;

}

.phx-search-post-container.search-basic-advanced .phx-search-tab-container .phx-search-tab-basic.active,
.phx-search-post-container.search-basic-advanced .phx-search-tab-container .phx-search-tab-advanced.active {
    border-bottom: 0;
} 

.phx-search-post-container.search-basic-advanced .phx-search-tab-container {
    position: absolute;
    bottom: 100%;
    z-index: 0;
    display: flex;
}

.phx-search-tab-container .phx-search-tab-basic, 
.phx-search-tab-container .phx-search-tab-advanced {
    cursor: pointer;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000021;
    padding: 6px 24px 6px 24px;
    border-radius: 4px 4px 0px 0px;
    background-color: #00000012;
}

.phx-search-tab-container .phx-search-tab-basic.active,
.phx-search-tab-container .phx-search-tab-advanced.active {
    background-color: #FFFFFF;
}

.phx-submit-advanced {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.phx-search-editor-separator {
    width: 100%;
    border: 2px solid red;
    margin: 55px auto;
    color: red;
    padding: 2px;
}

.phx-search-editor-separator span {
   font-style: italic;
   font-size: 12px;
   font-weight: 400;
   margin-left: 22px;
}

.phx-post-card-click-mode-button {
    width: 100%;
}

.phx-post_card_content .list-tab-icon-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px;
}

.phx-post_card_content [class^="elementor-repeater-item-"] {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    line-height: unset!important;
}