.socialv .psl-latest-posts-slider .slide {
    margin: 0;
    text-align: left;
}

.socialv .psl-latest-posts-slider .post-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.socialv .psl-latest-posts-slider .post-thumbnail img {
    width: 100%;
    height: 510px;
    display: block;
}

.socialv .psl-latest-posts-slider .category-label {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 12px;
}

.socialv .psl-latest-posts-slider h3 {
    margin: 30px 0 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.socialv .psl-latest-posts-slider p {
    display: block;
    margin: 0 0 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.psl-latest-posts-widget-wrap {
    position: relative;
}

.psl-show-more-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}

.psl-show-more-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 48px;
    padding: 12px 28px;
    border: 1px solid #dddddd;
    border-radius: 12px;
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.psl-show-more-btn:hover {
    opacity: 0.85;
}

.psl-show-more-btn:disabled {
    cursor: wait;
}

.psl-show-more-btn-text {
    display: inline-block;
}

.psl-show-more-loader {
    display: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(51, 51, 51, 0.15);
    border-top-color: #333333;
    border-radius: 50%;
    animation: psl-latest-posts-spin 0.8s linear infinite;
}

.psl-show-more-btn.is-loading .psl-show-more-btn-text {
    visibility: hidden;
}

.psl-show-more-btn.is-loading .psl-show-more-loader {
    display: block;
    position: absolute;
}

@keyframes psl-latest-posts-spin {
    to {
        transform: rotate(360deg);
    }
}
