.rc-container { width: 100%; margin: 20px 0; font-family: sans-serif; }
.rc-filter-form { background: #f4f4f4; padding: 15px; border-radius: 5px; margin-bottom: 20px; }
.rc-filter-group { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.rc-filter-group select, .rc-filter-group button { padding: 8px; border: 1px solid #ccc; border-radius: 4px; }
.rc-button { background: #0073aa; color: #fff; cursor: pointer; border: none; }
.rc-button:hover { background: #005177; }
.rc-link-reset { font-size: 12px; color: #666; text-decoration: none; }
.rc-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.rc-table th, .rc-table td { text-align: left; padding: 12px; border-bottom: 1px solid #ddd; }
.rc-table th { background-color: #f8f9fa; }
.rc-download-link { background: #46b450; color: white; padding: 5px 10px; text-decoration: none; border-radius: 3px; font-size: 14px; }
.rc-download-link:hover { background: #399342; }
.rc-pagination { margin-top: 20px; display: flex; gap: 5px; }
.rc-pagination .page-numbers { padding: 5px 10px; border: 1px solid #ddd; text-decoration: none; color: #0073aa; }
.rc-pagination .current { background: #0073aa; color: #fff; border-color: #0073aa; }
