/*============= work-info-panel.css =============*/
.work-info-panel {
    border-right-color: rgba(230, 0, 18, 1);
}

.work-info-panel-mobile {
    border-top-color: rgba(230, 0, 18, 1);
}

.work-info-subtitle {
    color: rgba(230, 0, 18, 1);
}

.work-info-body-content {
    color: rgba(230, 0, 18, 1);
}

.metadata-section {
    border-top: 0px solid rgba(230, 0, 18, 1);
}

.copyright {
    color: rgba(230, 0, 18, 1);
}

.share-link {
    color: rgba(230, 0, 18, 1);
}

.share-link:hover {
    color: rgba(230, 0, 18, 0.90);
}

.share-link:active {
    color: rgba(230, 0, 18, 0.75);
}

/*============= last-scroll-page.css =============*/
.tks-text {
    color: rgba(230, 0, 18, 1);
}

.tks-next-text {
    color: rgba(230, 0, 18, 1);
}

.tks-next-text:hover {
    color: rgba(245, 213, 0, 1);
}

.tks-next-text:active {
    color: rgba(245, 213, 0, 0.75);
}