/**
 * @file styles/objects/article_summary.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to a summary view of an article for lists
 * @link templates/frontend/objects/article_summary.tpl
 */
.obj_article_summary {

.authors .author-item {
    line-height: 1.2;
    color: #333;
    margin-bottom: 8px;
}

.authors .affiliation, .authors .country {
    color: #666; /* Warna abu-abu untuk afiliasi */
    font-style: italic; /* Cetak miring jika diinginkan */
}
}
