@charset "UTF-8";

.document-card-text {
    margin-bottom: 0;
}

.course-title {
    color: #07111B;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.course-title:hover {
    color: #175199;
}

.card-body h2:hover {
    text-decoration: none !important;
}

.course-summary {
    color: #93999F;
}

.course-container-a:hover {
    text-decoration: none;
}

.title-image {
    height: 140px;
}

.course-item-card:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.grid-layout {
    grid-gap: 20px;
}

.grid-layout >.grid-layout-cell {
    flex: 1 1 10%;
    min-width: 250px;
    width: auto;
}

.latest-update {
    margin-top: 1.25rem;
}

.publish-time {
    font-size: 12px;
    color: #93999F;
}

.publish-chapter-title {
    padding-left: 5px;
}

.latest-chapter-card-body div:not(:first-child){
    margin-top: 5px;
}

.card-title>h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.article-list {
    margin-top: 20px;
}

.latest-article-li {
    list-style-type: none;
}

.latest-article-ul {
    padding-left: 0;
    margin-bottom: 0;
}
