.bc-79f14867-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.bc-79f14867-swiper {
    width: 100%;
    overflow: hidden;
}

.bc-79f14867-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bc-79f14867-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.bc-79f14867-image-wrapper {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    background: #f0f0f0;
    position: relative !important;
}

.bc-79f14867-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.bc-79f14867-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px;
}

.bc-79f14867-card-title {
    margin: 0 0 12px 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4em;
    color: #222;
    /* Limit to exactly 2 lines of text */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.8em; /* line-height * 2 */
}

.bc-79f14867-card-excerpt {
    margin: 0 0 20px 0;
    font-size: 0.95rem;
    line-height: 1.5em;
    color: #666;
    flex-grow: 1;
    /* Limit to exactly 8 lines of text */
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 12em; /* line-height * 8 */
}

.bc-79f14867-card-btn {
    align-self: flex-start;
    padding: 10px 22px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bc-79f14867-card-btn:hover {
    background-color: #000;
    color: #fff;
}

/* Pagination & Arrow Styling overrides */
.bc-79f14867-wrapper .swiper-button-prev,
.bc-79f14867-wrapper .swiper-button-next {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.bc-79f14867-wrapper .swiper-button-prev::after,
.bc-79f14867-wrapper .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

.bc-79f14867-wrapper .swiper-pagination-bullet-active {
    background: #333;
}
