
.text-container.search-container {
    background-color: transparent;
    position: relative;
}
.text-container.search-container .search-text-content :not(p) {
    display: none;
}
.text-container.search-container .search-text-content .the-title {
    display: block;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-container.search-container .search-text-content p {
    margin: 0;
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
}
.text-container.search-container .search-text-content p {
    margin: 0;
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
}
.text-container.search-container p.jille-button a {
    display: block;
}
.text-container.search-container p.jille-button {
    margin-top: 10px;
    max-width: 200px;
    text-align: center;
    position: relative;
    left: calc(100% - 200px);
}
.search-item {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 30px 60px #00000029;
    margin-bottom: 20px;
    background-color: white;
}
.search-item .no-thumbnail {
    width: 300px;
    height: 100%;
    display: block;
    background-color: grey;
}
.search-item figure {
    display: none;
}
.search-item .search-text-content {
    height: 100%;
    width: 67%;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.search-item .post-thumbnail {
    height: 100%;
    width: 300px;
    position: relative;
}
.search-item .post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}