.news-inner .featured-image {
    position: relative;
    margin-bottom: 16px;
}

.news-inner .featured-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-inner ul.breadcrumbs {
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-flex;
    padding: 6px 24px;
    list-style: none;
    border-radius: 0px 22px 22px 0px;
    background: #4C3FA2;
    color: #fff;
}

.news-inner ul.breadcrumbs li {
	line-height: 18px;
}

.news-inner ul.breadcrumbs li a {
    font-family: "GOTHAM Book", Sans-serif;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 18px; /* 150% */
}

.news-inner ul.breadcrumbs li a.news-link {
    font-family: "GOTHAM Bold", Sans-serif;
}

.news-inner .news-content h1.news-title {
    font-family: "GOTHAM Bold", Sans-serif;
    font-size: 20px;
    color:  #B744E2;
    line-height: 26px; /* 130% */
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom: 6px;
}

.news-inner .news-content span.news-date {
    color: #2B2B37;
    font-family: "GOTHAM Book", Sans-serif;
    font-size: 12px;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 11px;
}

.news-inner .news-content span.news-content {
    color: #2B2B37;
    font-family: "GOTHAM Book", Sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 18px; /* 150% */
    margin-top: 11px;
    margin-bottom: 11px;
}

.news-inner .news-content div.news-content {
	margin-top: 22px;
}

.news-inner .news-content div.news-content p {
	font-family: "GOTHAM Book", Sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
	color: #2B2B37;
	margin-top: 11px;
}

hr.divider {
    color: #C8C8CE;
    height: 1px;
    margin-top: 11px;
    margin-bottom: 6px;
}

.social-share {
    margin-top: 6px;
    display: flex !important;
    justify-content: end;
    margin-bottom: 24px;
}

.social-share a {
    margin-right: 24px;
    margin-bottom: 30px;
	width: 32px;
	height: 32px;
}

.social-share a:hover, .social-share a:focus, .social-share a:active {
    opacity: 1;
}

.copyLink {
    position: relative;
    display: inline-block;
}

.copyLink .message {
    opacity: 0;
    background-color: #5F4FCB;
	color: #fff;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    z-index: 11;
    width: 88px;
    left: -27px;
    bottom: -35px;
    transition: opacity 0.3s;
    font-family: "GOTHAM Book", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    background: url(../../assets/images/link-copied.svg) no-repeat;
    background-size: 100% 100%;
    height: 36px;
}

.related-articles h2 {
    font-family: "GOTHAM Bold", Sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 26px; /* 130% */
    color: #B744E2;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* .jh-related-articles {
    gap: 12px;
    display: grid;
    grid-template-columns: auto;
	padding-top: 16px;
    margin-bottom: 32px;
    place-items: center;
}

.jh-related-articles .post {
    max-width: 380px;
} */

.jh-related-articles {
    margin-bottom: 43px;
}

.jh-related-articles .post .entry-content {
    border: none !important;
    margin-bottom: 0;
}

.jh-related-articles .post .entry-date span {
    font-family: "GOTHAM Bold", Sans-serif;
}

.jh-related-articles .post .read-more a.btn-inline,
.jh-related-articles .post .entry-title a {
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.slick-arrow {
    position: absolute;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: #F8ECFC;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    top: 50%;
    background: #B744E2 ;
}

.slick-arrow svg  {
    width: 9px;
    height: 17px;
}
.slick-arrow svg path {
    stroke: white;
}

.slick-arrow.slick-prev {
    left: -4px;
    z-index: 1;
}

.slick-arrow.slick-next {
    right: -4px;
}

.post.post-style-3.jh-featured-article {
    border-radius: 0 20px 20px 20px !important;
}

.slick-dots {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    display: flex;
}

.slick-dots .custom-dot {
    background-color: #D48FEE;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    width: 7px;
    height: 7px;
}

.slick-dots .slick-active .custom-dot {
    width: 110px;
    border-radius: 25px;
    transition: all 0.1s ease;
    background-color: #B744E2;
}

.slick-dots .custom-dot:hover {
    cursor: pointer;
}

div[data-elementor-id="3865"] {
    display: none;
}

@media only screen and (min-width: 768px) {
    .news-inner .featured-image {
        margin-bottom: 24px;
    }

    .news-inner .featured-image img {
        height: 500px;
    }

    .news-inner ul.breadcrumbs {
        padding: 12px 24px;
		top: 20px;
    }
	
	.news-inner ul.breadcrumbs li {
		line-height: 24px;
	}
    
    .news-inner ul.breadcrumbs li a {
        font-size: 18px;
        line-height: 24px;
    }

    .news-inner .news-content h1.news-title {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px; /* 120% */
        letter-spacing: -0.6px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .news-inner .news-content span.news-date {
        font-size: 16px;
        font-weight: 325;
        line-height: 22px; /* 137.5% */
        margin-bottom: 21px;
    }

    .news-inner .news-content span.news-content {
        font-size: 16px;
        font-weight: 325;
        line-height: 22px; /* 137.5% */
        margin-bottom: 21px;
    }
	
	.news-inner .news-content div.news-content {
		margin-top: 42px;
	}
	
	.news-inner .news-content div.news-content p {
		font-size: 16px;
		line-height: 22px;
	}

    hr.divider {
        margin-bottom: 21px;
    }

    .social-share a {
        margin-bottom: 24px;
		width: 42px;
		height: 42px;
    }

    .copyLink .message {
        width: 128px;
		font-size: 16px;
        left: -42px;
		bottom: -40px;
    }

    .related-articles h2 {
        font-size: 32px;
        line-height: 40px; /* 125% */
        letter-spacing: -0.48px;
        text-align: left;
    }

    .jh-related-articles {
        grid-template-columns: auto auto auto;
        gap: 2%;
        margin-bottom: 96px;
    }

    .jh-related-articles .post.post-style-3 {
        margin: 20px 11px;
    }

    .jh-related-articles .post.post-style-3 .post-thumbnail {
        height: 240px;
        object-fit: cover;
        object-position: center;
    }
	
	.slick-arrow { 
        width: 52px;
        height: 52px;
        top: calc(((340px - 52px) / 2) - 8px);
    }
    .slick-arrow svg {
        width: 13px;
        height: 20px;
    }
    .slick-arrow.slick-prev {
        left: -72px;
    }
    .slick-arrow.slick-next {
        right: -72px;
    }
	
	.slick-dots {
		bottom: -42px;
	}

    .slick-dots .custom-dot {
        width: 12px;
        height: 12px;
        
    }
    .slick-dots .slick-active .custom-dot {
        width: 188px;
    }
	
	div[data-elementor-id="3865"] {
        display: block;
    }

    div[data-elementor-id="4292"] {
        display: none;
    }

}