/**
 * Kashira Schedule Plugin Styles
 */

/* Reset link styles in schedule list within post content areas */
.kashira-schedule-news-list-wrapper .news_list .title a {
    color: #000 !important;
    text-decoration: none !important;
    transition: color 0.25s ease, opacity 0.25s ease;
}

@media(hover: hover) {
    .kashira-schedule-news-list-wrapper .news_list .title a:hover {
        color: rgba(0, 0, 0, 0.6) !important;
    }
}
