@charset "UTF-8";
/* Official Section -- Master's Jingwen and Editors' Articles */

#official-mobile {
    display: none;
}

#official-desktop div:last-child, #official-mobile div:last-child {
    border: none;
}

.official-section {
    display: block;
    /* padding: 0 0 1em 0; */
    padding: 0 1em 1em 1em;
    width: 100%;
    border-bottom: 1px solid var(--border-gray);
}

.official-section#master-photo-section {
    margin-top: 0;
    border-bottom: none;
}

.official-section .shifu {
    width: 100%;
    overflow: hidden;
}

.official-section .shifu img {
    width: 100%;
}

.official-section-read-more {
    color: var(--font-orange);
}

.official-section .navy-title {
    padding-top: 0.3em;
}

#master-img-desc {
    margin-top: 1em;
    font-size: 13px;
    width: 100%;
}

.featured-jw-banner {
    margin-top: 1em;
}

.articles-list {
    padding: 1em 0 0 0;
}

.articles-list li {
    margin: 0 0 12px;
    clear: both;
    display: block;
}

.articles-list a {
    font-size: 16px;
    line-height: 1.2em;
    color: var(--font-default-color);
    display: block;
}

.articles-list a:visited {
    color: #3499ae;
}

.articles-list .lidate {
    font-size: 13px;
    display: block;
}

/* TODO rename to not camelCase */
.fromMlist {
    padding: 13px 0 0 0;
}

.fromMlist li {
    margin: 0 0 12px;
    clear: both;
    display: block;
}

.fromMlist a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    color: #0e3480;
    display: block;
}

.fromMlist a:visited {
    color: #208da4;
}

.fromMlist .lidate {
    font-size: 10px;
    color: #777;
    display: block;
}
