.highlight-yellow {
    position: relative;
    font-weight: inherit;
    z-index: 3;
    background-image: url(../themes/bayuaji-yell-ow/assets/img/theme/bg-highlight-yellow.png);
    background-size:   auto 30%;
    background-repeat: repeat-x;
    background-position: bottom;
}

.btn-styled--black {
    box-shadow: 12px 12px #000;
}

.btn-styled--yellow {
    box-shadow: 12px 12px #ecc94b;
}

.btn-styled--white {
    box-shadow: 12px 12px #fff;
}


.img-thumbnail {
    cursor: pointer;
}

.img-thumbnail > a {
    transform: translateX(100%);
}

.img-thumbnail:hover > a {
    transform: translateX(0);
}



.section-quotes blockquote {
    background-repeat: no-repeat;
    background-image: url(../themes/bayuaji-yell-ow/assets/img/theme/quote.svg);
    background-position: left top;
    background-size: auto auto;
}
/* .btn-styled:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -16px;
    left: 12px;
    z-index: 0;
}

.btn-styled--black:after {
    background-color: #000;
} */


.separator-comma > *:not(:last-of-type):after{
    content: ',';
}

.section-quotes *:focus {
    outline: none;
}

.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.hover-mix-blend-multiply-none:hover {
    mix-blend-mode: unset;
}


.grayscale {
    filter: grayscale(100%);
}

.hover-grayscale-0:hover {
    filter: grayscale(0%);
}

:root {
    --swiper-theme-color: #FFCE00;
  }






.blog-view {
    /*line-height: 1.625;*/
}

.blog-view * {
    max-width: 100%;
}

.blog-view a {
    color: $blue-500;
}

.blog-view hr {
    background: url(../themes/bayuaji-yell-ow/assets/img/img-hr.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px;
    margin: 50px 0;
}

.blog-view p {
    margin-bottom: 1rem;
}

.blog-view blockquote {
    
    font-style: italic;
    font-size: 1.25rem;
    margin: 2rem 0;
    position: relative;
    padding: 2rem 2.5rem 2rem 3rem;
    font-weight: bold;
    
}

.blog-view blockquote:before {
    content: '';
    background-color: #FFCE00;
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    width: 5px;

    
}

.blog-view ol {
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    
    li {
        margin-bottom: 0.75em;
    }
}

.blog-view ul {
    list-style-type: square;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    
    
}

.blog-view li {
    margin-bottom: 0.75em;
}

.blog-view h2, .blog-view h3, .blog-view h4, .blog-view h5, .blog-view h6 {
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.blog-view h2           {   font-size: 1.875rem; margin-top: 1.5rem; margin-bottom: 1rem;    }
.blog-view h3           {   font-size: 1.5rem; margin-top: 1.25rem; margin-bottom: 0.75rem;        }
.blog-view h4           {   font-size: 1.25rem; margin-top: 1rem; margin-bottom: 0.5rem;       }
.blog-view h5           {   font-size: 1.125rem; margin-top: 0.75rem; margin-bottom: 0.25rem;    }
.blog-view h6           {   font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.25rem;        }

.blog-view pre {
    font-size: 0.875rem;
}