.ac-4b249ad4-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ac-4b249ad4-track {
    position: relative;
    width: 100%;
}

.ac-4b249ad4-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
}

.ac-4b249ad4-slide.ac-active {
    display: block;
    opacity: 1;
}

.ac-4b249ad4-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ac-4b249ad4-text-col {
    flex: 1;
    min-width: 0;
}

.ac-4b249ad4-embed-col {
    flex: 0 0 400px;
    max-width: 400px;
    min-width: 300px;
}

.ac-4b249ad4-name {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.ac-4b249ad4-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
}

/* Navigation Arrows */
.ac-4b249ad4-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1a1a2e;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.ac-4b249ad4-arrow:hover {
    transform: translateY(-50%) scale(1.1);
}

.ac-4b249ad4-prev {
    left: -10px;
}

.ac-4b249ad4-next {
    right: -10px;
}

/* Dots */
.ac-4b249ad4-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.ac-4b249ad4-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cccccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.ac-4b249ad4-dot:hover {
    transform: scale(1.2);
}

.ac-4b249ad4-dot.ac-active {
    background: #1a1a2e;
    transform: scale(1.2);
}

/* Counter */
.ac-4b249ad4-counter {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

/* Instagram embed responsive */
.ac-4b249ad4-embed-col iframe {
    max-width: 100% !important;
}

.ac-4b249ad4-embed-col .instagram-media {
    margin: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

/* Responsive */
@media (max-width: 768px) {
    .ac-4b249ad4-content {
        flex-direction: column;
    }

    .ac-4b249ad4-embed-col {
        flex: 1 1 auto;
        max-width: 100%;
        min-width: 0;
    }

    .ac-4b249ad4-name {
        font-size: 22px;
    }

    .ac-4b249ad4-desc {
        font-size: 14px;
    }

    .ac-4b249ad4-prev {
        left: 5px;
    }

    .ac-4b249ad4-next {
        right: 5px;
    }

    .ac-4b249ad4-arrow {
        width: 36px;
        height: 36px;
    }
}
