/* Additional styles for post content in sliders */
.wpsf-post-content {
    padding: 10px 0;
}

.wpsf-post-excerpt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.wpsf-post-meta {
    margin-bottom: 15px;
    font-size: 12px;
    color: #999;
}

.wpsf-post-meta span {
    margin-right: 15px;
}

.wpsf-post-meta a {
    color: #999;
    text-decoration: none;
}

.wpsf-post-meta a:hover {
    color: #333;
}

.wpsf-post-date,
.wpsf-post-author,
.wpsf-post-categories {
    display: inline-block;
}

.wpsf-read-more {
    margin-top: 10px;
}

.wpsf-read-more-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007cba;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.wpsf-read-more-btn:hover {
    background-color: #005a87;
    color: #fff;
}

/* Hide product-specific elements when showing posts */
.wpsf-product[data-post-type="post"] .wpsf-product-price,
.wpsf-product[data-post-type="post"] .star-rating,
.wpsf-product[data-post-type="post"] .wpsf-cart-button {
    display: none;
}
