/* --- Загальна обгортка --- */
.fcs-micro-archive-wrapper {
    margin: 30px auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* --- Карусель --- */
.fcs-micro-archive-carousel {
    margin-bottom: 25px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.fcs-micro-archive-carousel.owl-loaded {
    opacity: 1;
}
.fcs-micro-archive-carousel .owl-item {
    overflow: hidden;
    border-radius: 12px;
}
.fcs-micro-archive-cell {
    padding: 0;
}

/* --- Картка --- */
.fcs-course-card-link {display: block; text-decoration: none; color: inherit; width: 100%;}
.fcs-course-card {position: relative; display: block; width: 100%; height: 270px; overflow: hidden; background-color: #f0f0f0;}
.fcs-course-card-image-wrapper {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.fcs-course-card-image {width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease;}
.fcs-course-card-link:hover .fcs-course-card-image {
    transform: scale(1.05);
}
.fcs-course-card-link:hover .fcs-course-card-overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.1) 100%);
}
.fcs-course-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
    text-align: left;
    opacity: 1;
}
.fcs-course-card-title {font-size: 1rem; font-weight: 600; margin: 0 0 4px 0; line-height: 1.25; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.6);}
.fcs-course-card-date {font-size: 0.75rem; margin: 0; color: #e0e0e0; font-weight: 400; text-shadow: 0 1px 1px rgba(0,0,0,0.5);}

/* --- ПАНЕЛЬ УПРАВЛІННЯ --- */
.fcs-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

/* СТРІЛКИ (ідентичні великому слайдеру) */
.fcs-carousel-controls .fcs-carousel-arrow {
    width: 44px;
    height: 44px;
    background: none !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}
.fcs-carousel-controls .fcs-carousel-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.fcs-carousel-controls .fcs-carousel-arrow::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #333;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.2s ease;
}
.fcs-carousel-controls .fcs-carousel-arrow:hover:not(:disabled)::before {
    background-color: #000;
}
.fcs-carousel-controls .fcs-carousel-arrow-prev::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}
.fcs-carousel-controls .fcs-carousel-arrow-next::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8-12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8-12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}

/* МАРКЕРИ (ідентичні великому слайдеру) */
.fcs-page-dots-container {
    padding: 0 15px; /* Відступи від стрілок */
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.fcs-page-dots-container .owl-dots {
    display: flex;
    gap: 8px !important; /* ВІДСТАНЬ МІЖ МАРКЕРАМИ */
    align-items: center;
    width: 100%;
}
.fcs-page-dots-container .owl-dot {
    display: block;
    flex-grow: 1;
    height: 5px;
    background: #e0e0e0 !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: background-color 0.3s ease !important;
    cursor: pointer;
}
.fcs-page-dots-container .owl-dot.active {
    background: var(--ast-global-color-0, #3c8923) !important;
}
.fcs-page-dots-container .owl-dot span {
    display: none;
}

/* АДАПТИВНІСТЬ */
@media (max-width: 767px) {
    .fcs-course-card { height: 250px; }
    .fcs-carousel-controls .fcs-carousel-arrow { width: 36px; height: 36px; }
}