/* #article-report-list */
#article-report-list {width:100%;color:#333333;}
#article-report-list * {box-sizing:border-box;}
#article-report-list .report-intro {margin:0 0 36px;padding: 24px 0;border-bottom: 1px solid #a8a8a8;color:#333333;font-size: 1rem;line-height:1.9;}
#article-report-list .report-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:0;padding:0;list-style:none;}
#article-report-list .report-item {margin:0;padding:0;}
#article-report-list .report-item > a {position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;overflow:hidden;min-height:130px;background:#ffffff;border:1px solid #dddddd;color:#282828;text-decoration:none;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;}
#article-report-list .report-item > a:hover {border-color:#6a1317;box-shadow:0 12px 28px rgba(70,18,21,.12);transform:translateY(-3px);}
#article-report-list .report-content {display:flex;flex-direction:column;align-items:flex-start;padding:24px 28px;}
#article-report-list .report-year {margin-bottom:8px;color:#6a1317;font-size:1.875rem;font-weight:700;line-height:1;}
#article-report-list .report-title {color:#252525;font-size:1.125rem;font-weight:700;line-height:1.5;}
#article-report-list .report-file-type {margin-top:8px;color:#666666;font-size:.8125rem;letter-spacing:.5px;}
#article-report-list .report-download {margin-right:24px;padding:8px 14px;background:#6a1317;color:#ffffff;font-size:.8125rem;font-weight:700;line-height:1.5;transition:background-color .25s ease;}
#article-report-list .report-item > a:hover .report-download {background:#451013;}
#article-report-list .report-item > a:focus {outline:none;}
#article-report-list .report-item > a:focus-visible {outline:4px solid #f2b700;outline-offset:3px;}
#article-report-list .report-item > a:focus-visible .report-title {text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;}

@media screen and (max-width: 991px) {
    #article-report-list .report-grid {grid-template-columns:1fr;}
}

@media screen and (max-width: 575px) {
    #article-report-list .report-intro {margin-bottom:28px;padding:20px;font-size:.9375rem;}
    #article-report-list .report-grid {gap:16px;}
    #article-report-list .report-item > a {grid-template-columns:1fr;min-height:auto;}
    #article-report-list .report-content {padding:20px;}
    #article-report-list .report-year {font-size:1.625rem;}
    #article-report-list .report-title {font-size: 1rem;}
    #article-report-list .report-file-type {font-size:.75rem;}
    #article-report-list .report-download {display:none;}
}

@media screen and (prefers-reduced-motion: reduce) {
    #article-report-list *,
    #article-report-list *::before,
    #article-report-list *::after {transition:none!important;}
}