/* blog/static/blog/css/blog.css */

/* =============================================
   Blog detail - Gallery carousel indicators
   ============================================= */

#postGallery .carousel-indicators {
    position: static;
    margin: 1rem 0 0;
    gap: 0.5rem;
}

#postGallery .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    background-color: #dee2e6;
    opacity: 1;
}

#postGallery .carousel-indicators .active {
    background-color: var(--primary-color);
    opacity: 1;
}

[data-bs-theme="dark"] #postGallery .carousel-caption {
    color: #fff;
}

[data-bs-theme="dark"] #postGallery .carousel-control-prev-icon,
[data-bs-theme="dark"] #postGallery .carousel-control-next-icon {
    filter: none;
}
