.content blockquote:not(.tiktok-embed) {
    margin-left: 1.0rem !important;
}

.read-also__title, .read-also__container {
    margin-left: 1.0rem !important;
}

html {
    -ms-overflow-style: scrollbar
}
* {
    scrollbar-width: .5rem;
    scrollbar-color: #f3903f #d6d6d6;
    scrollbar-color: #11AFEC #d6d6d6
}

::-webkit-scrollbar {
    width: .5rem;
    background-color: #fff;
    background-color: #fff
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background: #eee
}

::-webkit-scrollbar-thumb {
    border-radius: .25rem;
    border: 0 none #fff;
    background-color: #11AFEC;
    background-color: #11AFEC
}

::-webkit-scrollbar-thumb:hover {
    background-color: #11AFEC;
    background-color: #11AFEC
}
