.post-carousel-8c0a9192-container {
    width: 100%;
    position: relative;
    padding: 10px 0 40px;
}

.post-carousel-8c0a9192-swiper {
    overflow: hidden;
    position: relative;
}

.post-carousel-8c0a9192-card {
    background: #ffffff;
    border-radius: 8px; /* Default value, customizable via control */
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    overflow: hidden; /* This makes sure the rounded corners mask the image thumbnail */
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-carousel-8c0a9192-card:hover {
    transform: translateY(-5px);
}

.post-carousel-8c0a9192-thumb {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    background: #eaeaea;
}

.post-carousel-8c0a9192-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-carousel-8c0a9192-no-thumb {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eee 25%, #ddd 100%);
}

.post-carousel-8c0a9192-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-carousel-8c0a9192-title {
    margin: 0 0 10px 0;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
}

.post-carousel-8c0a9192-title a {
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-carousel-8c0a9192-title a:hover {
    color: #0073aa;
}

.post-carousel-8c0a9192-excerpt {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.post-carousel-8c0a9192-btn-wrapper {
    margin-top: auto;
}

.post-carousel-8c0a9192-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.25s ease-in-out;
    border: none;
    cursor: pointer;
}

/* Swiper pagination & arrows styling */
.post-carousel-8c0a9192-swiper .swiper-pagination {
    bottom: 0px !important;
}

.post-carousel-8c0a9192-swiper .swiper-button-prev,
.post-carousel-8c0a9192-swiper .swiper-button-next {
    color: #222;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.post-carousel-8c0a9192-swiper .swiper-button-prev::after,
.post-carousel-8c0a9192-swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}
