/* ----- SINGLE ----- */
.most-read-time{
    font-size: 11px !important;
    color: #50585F !important;
}

/* For screens below 767px */
@media only screen and (max-width: 767px) {
    .article-page-breadcrumbs {
        line-height: 15px !important;
    }
}

/* tags on single post */
.article-page-post-tags a {
    padding: 5px;
    background: linear-gradient(180deg, #5585E2 0%, #383AC0 100%);
    border-radius: 5px;
    margin-right: 5px;
}

/* categories on single post */
.article-page-post-category .elementor-post-info__item--type-custom a {
    padding: 2px;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid #383AC0;
}

/* breadcrumbs on single post */
.article-page-breadcrumbs {
    font-weight: 500;
    font-size: 10px;
    line-height: 6px;
}

/* single post main container */
.single-post-main .e-con-inner{
    align-items: stretch;
}

/* share button on article page */
.share-dropdown {
  display: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.share-toggle-article {
    cursor: pointer;
}

/* author containers */
.author-image-short img {
    border-radius: 100px;
    width: 30px !important;
}

/* For video articles */
.media-container-article .elementor-widget-video ~ div{
    display: none !important;
}

/* author bio at the end of the article */
.author-short-bio-article a{
    color: #50585F;
}

/* TOC Widget  */
.toc-list {
  list-style: none;
  padding: 0;
}

.toc-list li {
  margin-bottom: 10px;
}

.toc-list a {
  color: #50585F;
  font-size: 14px;
  transition: all 0.2s ease;
}

.toc-list a:hover {
  opacity: 0.8;
}

.toc-list a.active {
  font-weight: bold;
}

/* hide ticker on single post */
.single-post .ticker-header{
    display:none;
}

/* youtube short size to 16:9 */
.content-container .wp-block-embed-youtube.wp-embed-aspect-9-16 iframe {
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
    height: 100% !important;
}

  /* ======================================== You may also like ======================================== */
.ymal-container {
    margin: 30px 0;
}
.ymal-title {
    margin-bottom: 10px;
}
.ymal-posts {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}
.ymal-post {
    min-width: 250px;
    color: #000;
    scroll-snap-align: start;
    width: 30%;
}
.ymal-thumb img {
    border-radius: 5px;
    display: block;
}
.ymal-title-text {
    margin: 10px 0px;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 768px) {
    .ymal-posts {
        gap: 15px;
    }
}