.contents_sub-menu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    display: none;
  }
  
  .contents_sub-menu:empty {
    display: none;
  }
  
  .contents_sub-menu:not(:empty).open {
    height: auto;
    display: flex;
  }
  
  .contents_list ul, ol {
    margin-bottom: 0px;
  }
  
  .contents_list a {
  text-decoration:none;
  color: #fff;
  }


@media (max-width: 767px) {

    .article_author-bit .author_picture {
    margin-right: -20px;
    }
    
    .article_author-bit .author_picture:last-of-type {
    margin-right: 0;
    }
    }
    
    .dropcap:first-letter {
      float: left;
      font-size: 5rem;
      line-height: 1ch;
      padding-top: .8rem;
      padding-right: 8px;
      padding-left: 3px;
    }

    
.sidebar {
    min-width: 385px;
}

@media screen and (max-width: 479px) {

    .toggle-inner-wrapper.realted-article-grid {
        display: block;
    }

    .more-articles {
        display: block;
    }

    .more-articles.postbit-image {
        aspect-ratio: auto;
    }

    .sidebar {
        min-width: 100%;
    }

    .hide-for-mobile {
        display: none;
    }
}

/* Overwritting Webflow css*/

.article-datebit {
    font-size: 18px;
}

.article-introduction {
    font-size: 18px !important;
}

.sidebar-related-article-title,
.sidebar-random-article-title,
.sidebar-table-of-contents-title {
    font-size: 18px !important;
}


.article-tag {
    font-size: 18px;
    padding: 9px 12px;
    margin: 0px 10px 10px 0px;
}

div.article-rich-text a[rel~=sponsored],
div.widget-buttons a[rel~=sponsored],
span.sponsored {
    padding-right: 24px;
    position: relative;
}

.full-button {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.75em;
    padding: 0.82em 3.04em;
    border: 1px solid #eb5b26;
    border-radius: 0.55rem;
    background-color: #eb5b26;
    color: #fff ! important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s linear;
}

.full-button:hover {
    text-decoration: none !important;
    background-color: #e84f16;
}

.widget-buttons {
    grid-column-start: span 6;
    grid-column-end: span 6;
    grid-row-start: span 1;
    grid-row-end: span 1;
}

.button-code {
    border-style: dashed;
    border-color: #f05a22;
    background-color: transparent;
    color: #f05a22;
}

.button-code:hover {
    border-color: #e84f16;
    background-color: transparent !important;
}


.article-affiliate-disclosure {
    background-color: #171719;
    border: 1px solid #28282c;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    display: flex;

}

.article-affiliate-disclosure .sponsored-logo {
    margin-right: 1.5rem;
}

div.article-signature div.vertical-divider {
    width: 1px;
    height: 3rem;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(196, 196, 196, .1);
}

div.article-signature div.article-author-bit div.article-author-title {
    color: #bdbdbd;
    font-size: 18px;
    line-height: 1.2em;
}

div.article-tags {
    margin: 0px;
}

div.article-tags div.article-tag {
    margin: 5px 10px 5px 0px;
}

.errors, .error {
    color: red;
}

/*Honeypot*/

input#your-device {
    display: none;
}

.article-rich-text img, .article-cover-image {
    width: 100%;
    height: unset !important;
}

.height-unset {
    height: unset !important;
}

.aspect-16-9 {
    aspect-ratio: 16 / 9;
}

.review-card-widget .imager-x-picture,
.review-card-widget .review-card-image {
    width: 50px !important;
    object-fit: contain;
}

.rating-widget .imager-x-picture {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-height: 125px;
    max-width: 50%;
}


.homepage-video-sidebar .imager-x-picture,
.video-link-box .imager-x-picture,
.video-link-box .imager-x-picture img {
    width: 100%;
}

/* Star Progressbar Slider */
#reading-progress-bar {
    position: absolute;
    height: 5px;
    z-index: 5;
    bottom: -5px;
    left: 70px;
    width: calc(100vw - 70px);
}

#reading-progress-fill {
    height: 5px;
    width: 0;
    -webkit-transition: width 100ms ease;
    -o-transition: width 100ms ease;
    transition: width 100ms ease;
    background-color: #f05a22;
}

#flowCover {
    margin-top: 8px;
}

/* End Progressbar Slider */

@media screen and (max-width: 1440px) {
    div.article-signature div.article-author-bit div.article-author-title {
        font-size: 1.2vw !important;

    }
}

@media screen and (max-width: 991px) {
    .search-wrapper {
        height: 3.8rem
    }

    .menu-search-wrap {
        padding-right: 1rem;
    }

    div.article-signature div.article-author-bit div.article-author-title {
        font-size: 2.2vw !important;

    }

    #reading-progress-bar {
        width: 100%;
        left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .search-wrapper {
        height: 2.8rem;
    }

    #reading-progress-bar {
        left: 0px;
        width: 100%;
    }

}

@media screen and (max-width: 479px) {

    .hide-on-mobile {
        display: none;
    }

    .search-wrapper {
        height: 2.8rem;
    }

    div.article-signature div.vertical-divider {
        height: 2rem;
    }

    div.article-signature div.article-author-bit div.article-author-title {
        font-size: 16px !important;
    }

    div.article-signature {
        flex-flow: wrap
    }

    #reading-progress-bar {
        left: 0px;
        width: 100%;
    }
}


/*Temporary stuff*/

.breadcrumbs svg {
    width: 18px;
    height: 18px;
    color: white;
}

.breadcrumb_icon {
    min-width: 25px;
}

.breadcrumbs a {
    white-space: nowrap;
}

.breadcrumbs {
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.breadcrumbs::-webkit-scrollbar {
    display: none;
}

.article_heading {
    text-transform: uppercase;
}

.article-rich-text li p {
    border: none;
    margin-bottom: 0px;
    }



.article-rich-text ol li::before {
    flex-shrink: 0;
}
    
ol li { 
    display: flex; gap: 0.5rem;
}