.image-carousel .carousel-item {
    margin: 5px;
    display: inline-block;
	cursor: pointer;
}
.image-carousel img {
    width: 100%;
    height: auto;
	border-radius: 15px;
}


.slick-dots {
    position: absolute;
    bottom: -35px; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 100; 
    padding: 0 !important;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #2d1911; 
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #2d1911; 
}

#dipi-related-article-box,
#dipi-author-box,
#dipi-post-navigation {
    display: none;
}

.ct-single-category {
    display: flex;
    align-items: center;
    gap: 6px;
}


.articles-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
    grid-gap: 20px;
    padding-top: 10px;
}

.article-navigation {
    display: flex;
    justify-content: space-between;
}

.article-link {
    padding: 20px;
    display: block;
    color: #0C1D41;
}

.article-item {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    color: #0C1D41;
    font-size: 15px;
}

.article-item img {
    width: 100%;
}

.related-articles h3 {
    font-weight: bold;
}

.article-navigation a, 
.article-navigation button {
    font-size: 18px;
    padding: 10px 14px;
    border: 1px solid;
    border-radius: 4px;
}

.article-navigation a {
    color: #2D1911;
    transition: all 200ms ease-in-out;
}

.article-navigation a:hover {
    background-color: #2D1911;
    color: #fff;
}

.article-navigation button {
    background-color: #2d191108;
}

.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
}

.image-popup img {
    width: 90%;
    max-height: 90%;
    cursor: pointer;
    max-width: 1080px;
}

@media screen and (max-width: 980px) {
    .articles-list {
        grid-template-columns: repeat(2, 1fr);
    }
	#ct-single-row-content-mobile {
		display: flex;
		flex-direction: column-reverse;
	}

	#ct-single-row-content-mobile .et_pb_column:last-child {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
    .articles-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .related-articles {
        margin-bottom: 30px;
    }
    .article-navigation a, .article-navigation button {
        font-size: 14px;
    }
	#ct-single-row-content-mobile .et_pb_column:last-child {
        margin-bottom: 40px;
    }
}
