.custom-single-news {
    --main-color: #075C72;
    --highlight-text-color: #FFE5B4;
}

/* SINGLE NEWS PAGE */
.custom-single-news .mb-30 {
    margin-bottom: 30px;
}

/* SINGLE NEWS PAGE > HIGHLIGHT TEXT */
.custom-single-news .style-7E-8B>.innerBasic .has-luminous-vivid-orange-color {
    background: linear-gradient(transparent 45%, var(--highlight-text-color) 0%);
    padding: 0 3px;
}

/* SINGLE NEWS PAGE > BREADCRUMB OF SP */
.custom-single-news .breadcrumbWrap.on-sp {}

@media (max-width:640px) {
    .custom-single-news .breadcrumbWrap.on-sp {
        margin-top: 0;
    }
}


/* SINGLE NEWS PAGE > TITLE */
.custom-single-news .news-title {
    font-size: 45px;
    letter-spacing: 0;
    word-break: break-all;
    font-weight: 900;
    line-height: 1.5em;
    margin-bottom: 1em;    
    width: 80%;    
    margin: 10px auto 60px;
}

@media (max-width:640px) {
    .custom-single-news .news-title {
        font-size: 22.5px;
        width: calc(100% - 40px);        
        margin: 0px auto 35px;

    }
}

/* SINGLE NEWS PAGE > BLOCKQUOTE */
.custom-single-news .style-7E-8B blockquote {}

@media only screen and (max-width: 640px) {
    .custom-single-news .style-7E-8B blockquote {
        padding: 40px 40px 20px;
    }
}

/* SINGLE NEWS PAGE > TABLE OF CONTENT */
.custom-single-news .siggle-container #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 20px;
    padding-left: 32px;
}

.custom-single-news .siggle-container #ez-toc-container .ez-toc-title-container .ez-toc-title::before {
    width: 22px;
    height: 20px;
}

.custom-single-news .siggle-container #ez-toc-container nav ul li a {
    font-size: 16px;
}

.custom-single-news .siggle-container .ez-toc-counter nav ul li a::before {
    font-size: 16px;
}

.custom-single-news .siggle-container #ez-toc-container nav ul li ul li a {
    font-size: 14px;
}

.custom-single-news .siggle-container #ez-toc-container nav ul li ul li a::before {
    margin-top: 10px;
}

/* SINGLE NEWS PAGE > CUSTOM YOUTUBE IFRAME EMBED */
@media (max-width: 768px) {
    .custom-single-news .wp-block-embed-youtube {
        overflow: hidden;
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        padding-bottom: 56.25%;
    }

    .custom-single-news .wp-block-embed-youtube .wp-block-embed__wrapper {
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .custom-single-news .wp-block-embed-youtube iframe,
    .custom-single-news .wp-block-embed-youtube object,
    .custom-single-news .wp-block-embed-youtube embed {
        width: 100%;
        height: 100%;
    }
}