.lknwp-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.lknwp-card-container {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.lknwp-thumbnail {
    display: flex;
    overflow: hidden;
    position: relative;
    background-position: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d9d9d9 !important;
}

.lknwp-thumbnail img {
    width: 100%;
    object-fit: cover;
}

.overlay-lkn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.438);
    display: none;
}

.lknwp-button-container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.lknwp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: transparent;
    text-align: center;
}

.lknwp-button:hover {}

.lknwp-content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow-y: auto;
}

.lnkwp-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 10px 15px;
}

.lnkwp-title-container h4 {
    display: flex;
    margin: 0px !important;
    padding: 0px;
    line-height: normal !important;
}

.lknwp-author {
    margin: 0px;
}

.lnkwp-meta-container {
    width: 100%;
    height: fit-content;
    padding: 0px 15px;
    margin-bottom: 5px;
}

.lnkwp-meta-container p {
    display: inline;
}

.lknwp-raised-bar {
    height: 20px;
    border-radius: 99px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.lknwp-content-progress {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    margin: 0px;
    font-weight: bold;
}

.lknwp-raised-bar div {
    height: 20px;
    border-radius: 99px;
}

.lkn-more-card {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

#lkn-load-more {
    cursor: pointer;
}