
.sb2-detail-pager .next {
    float: right;
    padding-right: 10px;
}

#main-container {
    width: 100%;
}
.article-detail > [class^="col-"] {
    min-width: 0;
}
#carouselIndicators {
    width: 100%;
}
#carouselIndicators .carousel-inner {
    height: 600px;
    background-color: #fff;
}
#carouselIndicators .carousel-item,
#carouselIndicators .carousel-item > div {
    height: 100%;
}
#carouselIndicators .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#carouselIndicators .carousel-control-prev,
#carouselIndicators .carousel-control-next {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
#carouselIndicators:hover .carousel-control-prev,
#carouselIndicators:hover .carousel-control-next,
#carouselIndicators:focus-within .carousel-control-prev,
#carouselIndicators:focus-within .carousel-control-next {
    opacity: 1;
}
#carouselIndicators .carousel-control-prev-icon,
#carouselIndicators .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.75;
    filter: drop-shadow(0 0 0.5px #fff) drop-shadow(0 0 0.5px #fff)
            drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}
#carouselIndicators .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d35400' stroke='%23d35400' stroke-width='1' stroke-linejoin='round' stroke-linecap='round'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#carouselIndicators .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d35400' stroke='%23d35400' stroke-width='1' stroke-linejoin='round' stroke-linecap='round'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#carouselIndicators .carousel-indicators [data-bs-target] {
    background-color: #d35400;
    height: 4px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 2px;
}
