/*
 * Essay author beneath native Newsmag translation titles.
 */

.td-cpt-jsm_translation .meta-info {
    display: block !important;
    clear: both;
    margin: 4px 0 7px !important;
    line-height: 1.35;
}

.td-cpt-jsm_translation .td-post-author-name {
    display: block !important;
    float: none !important;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    color: #888;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.td-cpt-jsm_translation .td-post-author-name::before {
    content: "By ";
}

.td-cpt-jsm_translation .td-post-author-name::after {
    display: none !important;
    content: "";
}

.td-cpt-jsm_translation .td-post-author-name a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}

.td-cpt-jsm_translation .td-post-author-name a:hover,
.td-cpt-jsm_translation .td-post-author-name a:focus {
    color: #be2026;
}

.td-cpt-jsm_translation .td-post-date {
    display: block;
    float: none;
    margin: 2px 0 0;
    color: #aaa;
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    .td-cpt-jsm_translation .td-post-author-name {
        font-size: 10px;
    }
}

/*
 * Native KRP bibliographic essay-author credit.
 */
.td-cpt-jsm_translation .krp-essay-author {
    display: block !important;
    float: none !important;
    width: 100%;
    margin: 4px 0 7px !important;
    color: #888;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.td-cpt-jsm_translation .krp-essay-author::before {
    content: "By ";
}

.td-cpt-jsm_translation .krp-essay-author::after {
    display: none !important;
    content: "";
}

.td-cpt-jsm_translation .krp-essay-author a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.td-cpt-jsm_translation .krp-essay-author a:hover,
.td-cpt-jsm_translation .krp-essay-author a:focus {
    color: #be2026;
}

@media only screen and (max-width: 767px) {
    .td-cpt-jsm_translation .krp-essay-author {
        font-size: 10px;
    }
}


/*
 * Stronger translation essay-author credit.
 */
.td-cpt-jsm_translation .krp-essay-author,
.td-cpt-jsm_translation .td-post-author-name.krp-essay-author {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.td-cpt-jsm_translation .krp-essay-author a,
.td-cpt-jsm_translation .td-post-author-name.krp-essay-author a {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

@media only screen and (max-width: 767px) {
    .td-cpt-jsm_translation .krp-essay-author,
    .td-cpt-jsm_translation .td-post-author-name.krp-essay-author {
        font-size: 12px !important;
        font-weight: 700 !important;
    }
}
