.ctgl-report-container {
    max-width: 920px;
    margin: 0 auto;
    padding: 24px 16px;
}

.ctgl-report-list {
    display: grid;
    gap: 18px;
}

.ctgl-report-item,
.ctgl-report-single {
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #ffffff;
    padding: 18px;
}

.ctgl-report-title {
    margin: 0 0 10px;
}

.ctgl-report-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555555;
}

.ctgl-report-year {
    font-weight: 600;
}

.ctgl-report-category-link {
    text-decoration: none;
}

.ctgl-report-category-link:hover {
    text-decoration: underline;
}

.ctgl-report-description {
    margin: 0;
}

.ctgl-report-content {
    margin-top: 16px;
}
