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

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

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

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

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

.copyright {
    color: rgba(212, 190, 0, 1);
}

.share-link {
    color: rgba(212, 190, 0, 1);
}

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

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

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

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

.tks-next-text:hover {
    color: rgba(132, 212, 112, 1);
}

.tks-next-text:active {
    color: rgba(132, 212, 112, 0.75);
}