.lc-00997ec3-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.lc-00997ec3-swiper {
    width: 100%;
    height: auto;
    overflow: visible !important; /* allow shadow and stack to bleed out */
}

.lc-00997ec3-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lc-00997ec3-card {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lc-00997ec3-dir-rtl .lc-00997ec3-card {
    flex-direction: row-reverse;
}

.lc-00997ec3-media {
    flex: 1;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.lc-00997ec3-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lc-00997ec3-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lc-00997ec3-dir-rtl .lc-00997ec3-content {
    text-align: right;
}

.lc-00997ec3-kicker {
    margin-bottom: 0.5rem;
}

.lc-00997ec3-title {
    margin: 0 0 1rem 0;
}

.lc-00997ec3-desc {
    margin-bottom: 2rem;
}

.lc-00997ec3-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.lc-00997ec3-dir-rtl .lc-00997ec3-footer {
    flex-direction: row-reverse;
}

.lc-00997ec3-btn {
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
}

.lc-00997ec3-btn:hover {
    transform: translateY(-2px);
}

.lc-00997ec3-pagination {
    margin-top: 2rem;
    position: relative !important;
    bottom: 0 !important;
}

/* Default Values if no controls are set */
.lc-00997ec3-wrapper { max-width: 1000px; }
.lc-00997ec3-card { background: #fff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.lc-00997ec3-card:hover { box-shadow: 0 15px 50px rgba(0,0,0,0.15); }
.lc-00997ec3-media img { object-fit: cover; }
.lc-00997ec3-content { padding: 3rem; }
.lc-00997ec3-kicker { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }
.lc-00997ec3-title { font-size: 2rem; line-height: 1.2; }
.lc-00997ec3-desc { line-height: 1.6; }
.lc-00997ec3-pill { background: #f0f0f0; padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.85rem; }
.lc-00997ec3-btn { background: #111; color: #fff; padding: 0.75rem 1.5rem; border-radius: 30px; font-weight: 600; }
.lc-00997ec3-pagination .swiper-pagination-bullet-active { background: #111; }


/* Responsive */
@media (max-width: 768px) {
    .lc-00997ec3-card,
    .lc-00997ec3-dir-rtl .lc-00997ec3-card {
        flex-direction: column;
    }
    .lc-00997ec3-media {
        min-height: 250px;
        width: 100% !important;
        flex: auto !important;
    }
    .lc-00997ec3-content {
        padding: 2rem;
    }
}
