.kotak-konten .header-strip {
    text-transform: uppercase;
}

.wadah-konten.isi-search a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.wadah-konten.isi-search a .thumbnail {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    overflow: hidden;
}

.wadah-konten.isi-search a .thumbnail img {
    width: 100%;
}

.wadah-konten.isi-search a .ket {
    flex-basis: 100%;
    padding: 20px;
}

.wadah-konten.isi-search a .ket h4 {
    margin: 0;
}

.wadah-konten.isi-search a .ket .date-view {
    font-size: 14px;
    color: var(--abu-1);
    margin: 10px 0;
}

.wadah-konten.isi-search a .ket .desk {
    flex-basis: calc(60% - 20px);
    line-height: 25px;
    font-size: 15px;
}

.wadah-konten.isi-search a .ket .desk::after {
    content: "Read More";
    display: block;
    box-sizing: border-box;
    width: 100px;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    background-color: var(--ijo);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.not-found {
    display: block;
    padding: 20px;
    font-size: 14px;
    color: var(--abu-1);
}

.navigation {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.navigation a {
    color: #fff;
    background-color: var(--ijo);
    display: block;
    padding: 10px 20px;
}

@media (width<992px) {

    .wadah-konten.isi-search a {
        gap: 0;
    }
}