.seor-post-carousel-container {
    position: relative;
    margin: 1rem 0; /* Match original card margin */
}

.seor-carousel-inner {
    position: relative;
    min-height: 200px;
}

.seor-carousel-card {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.seor-carousel-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0,0,0,0.05);
    z-index: 105;
}

.seor-carousel-progress-bar {
    height: 100%;
    background: var(--wp--preset--color--primary, #3a5477);
    width: 0%;
}

/* Original styles from seor-post-preview - REVERTED TO MATCH */
.seor-post-preview-card {
    border: 1px solid var(--wp--preset--color--primary, #3a5477);
    padding: 0;
    background: #fff;
    margin: 1rem 0;
    max-width: 100%;
    position: relative;
    top: -20px; /* Restored to match original component */
    height: 100%;
    display: flex;
    flex-direction: column;
}

.seor-pp-full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    text-decoration: none;
    cursor: pointer;
}

.seor-pp-image-wrap {
    overflow: hidden;
    height: 150px; /* Increased from 120px for better visibility */
    background: #f5f5f5;
    position: relative;
    display: block !important;
}

.seor-pp-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.seor-pp-content {
    border-top: 1px solid var(--wp--preset--color--primary, #3a5477);
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.seor-pp-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.seor-pp-site-label {
    background-color: var(--wp--preset--color--primary, #3a5477);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.seor-pp-date {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
}

.seor-pp-title {
    margin: 0 0 10px 0;
}

.seor-pp-title a {
    color: var(--wp--preset--color--primary, #3a5477);
    text-decoration: none;
}

.seor-pp-excerpt {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #444;
    margin-bottom: 15px;
}

.seor-pp-more {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wp--preset--color--secondary, #f79420);
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
    align-self: flex-start;
}

@media (max-width: 768px) {
    .seor-pp-excerpt {
        display: none;
    }
}
