.btn-disabled a {
    pointer-events: none;
    opacity: 0.45;
    cursor: not-allowed;
}

.ads-module {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.ads-module.active {
  display: block;
  opacity: 1;
}

/*
.ads-close a:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #060606;
    opacity: 0.5;
    z-index: 1;
}
*/


.post-slider-home .owl-nav button {
    padding:0 !important;
    border: none;
    transition: 0.3s all ease;
}


.post-slider-home .uc_image_carousel_placeholder img {
    object-position: center 11% !important;
}

/* Limit post titles and show dots */
.custom-post-list .uc_post_list_title a, 
.short-line [class*="title"] {
  display: -webkit-box;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

 .custom-post-list.line2 .uc_post_list_title a,
 .short-line.line2 [class*="title"] {
  -webkit-line-clamp: 2;  
 }

 .custom-post-list.line3 .uc_post_list_title a,
 .short-line.line3 [class*="title"] {
  -webkit-line-clamp: 3;  
 }
 .custom-post-list .uc_post_list_image {
    display: flex;
}

 .custom-post-list .uc_post_list_content {
    padding: 0px 0px 0px 10px;
    justify-content: start;
    text-align: left;
}



/* Today's Topic scroll container */
        .todays-topic-items .elementor-widget-container {
    position: relative;
    max-height: 1590px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 0px 0px 0px;
    scrollbar-width: thin;
		scrollbar-width: 0;
    border-radius: 6px;
}

.todays-topic-items.right .elementor-widget-container {
	max-height: 1185px;
}
 

/* Bottom fade overlay */
.todays-topic-items .elementor-widget-container::after {
    content: "";
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,0.9)
    );
    display: block;
}


        /* Webkit scrollbar styling */
        .todays-topic-items ::-webkit-scrollbar {
            width: 6px;
        }

        .todays-topic-items .elementor-widget-container::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .todays-topic-items .elementor-widget-container::-webkit-scrollbar-thumb {
            background: #999;
            border-radius: 4px;
        }

        .todays-topic-items .elementor-widget-container::-webkit-scrollbar-thumb:hover {
            background: #666;
        }




/* post slider bottom post */
.slider-bottom-post div[class*="image"] a {
    flex: 1;
}

/*aouthor and date hide:
-------------------------------*/
/* Beatrix: remove author & date completely */
/*.post-meta-author-box,
.post-meta-date-box {
    display: none !important;
}*/

/* Remove wrapper spacing */
/*.post-bottom-meta-list {
    display: none !important;
}*/