  .scopus-articles-container {
        margin-top: 20px;
    }

    .scopus-articles-grid {
        overflow-x: auto;
        border: 1px solid #eceef1;
        border-radius: 10px;
    }

    .scopus-articles-table {
        width: 100%;
        margin-bottom: 0;
        border-collapse: separate;
        border-spacing: 0;
        font-size: 13.5px;
    }

    .scopus-articles-table thead th {
        border: none;
        border-bottom: 1px solid #eceef1;
        background: #fafbfc;
        color: #8a8f98;
        font-weight: 600;
        font-size: 11.5px;
        text-transform: uppercase;
        letter-spacing: .05em;
        padding: 12px 14px;
        white-space: nowrap;
        text-align: center;
    }

    .scopus-articles-table thead th:first-child {
        border-top-left-radius: 10px;
    }

    .scopus-articles-table thead th:last-child {
        border-top-right-radius: 10px;
    }

    .scopus-articles-table thead th a {
        color: inherit;
    }

    .scopus-articles-table thead th a:hover {
        color: #26282c;
        text-decoration: none;
    }

    .scopus-articles-table tbody td {
        padding: 13px 14px;
        border-bottom: 1px solid #f2f3f5;
        vertical-align: middle;
        color: #444750;
    }

    .scopus-articles-table tbody tr:last-child td {
        border-bottom: none;
    }

    .scopus-articles-table tbody tr:nth-child(even) {
        background: #fbfbfc;
    }

    .scopus-articles-table tbody tr:hover {
        background: #f3f6fb;
    }

    .scopus-cell-title {
        font-weight: 600;
        color: #26282c;
        display: block;
        max-width: 420px;
    }

    .scopus-cell-journal {
        /* color: #6c7078; */
    }

    .scopus-badge {
        display: inline-block;
        min-width: 34px;
        padding: 2px 9px;
        border-radius: 999px;
        font-weight: 600;
        font-size: 12.5px;
    }

    .scopus-badge-citations {
        background: rgba(54, 162, 235, .12);
        color: #2b8ae6;
    }

    .scopus-articles-container .pagination {
        margin: 18px 0 0;
        justify-content: flex-end;
    }

    .scopus-articles-container .pagination>li>a,
    .scopus-articles-container .pagination>li>span {
        border: none;
        color: #8a8f98;
        font-weight: 500;
    }

    .scopus-articles-container .pagination>.active>a,
    .scopus-articles-container .pagination>.active>span {
        background: #26282c;
        border-radius: 6px;
        color: #fff;
    }

    .scopus-articles-container .pjax-loading .scopus-articles-table {
        opacity: .45;
        transition: opacity .15s ease;
        pointer-events: none;
    }

    @media (max-width: 600px) {
        .scopus-collapse-header {
            padding: 16px;
        }

        .scopus-cell-title {
            max-width: 220px;
        }
    }

    .scopus-collapse-header {
        display: flex;
        align-items: center;
        gap: 14px;
        background: #fff;
        border: 1px solid #e9edf2;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
        padding: 18px 22px;
        margin-bottom: 18px;
        cursor: pointer;
        user-select: none;
        transition: border-radius .2s ease;
    }

    .scopus-collapse-header:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(66, 165, 245, .25);
    }

    .scopus-collapse-header.collapsed {
        margin-bottom: 0;
        border-radius: 12px;
    }

    .scopus-collapse-header-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 10px;
        background: linear-gradient(135deg, #607D8B, #546E7A);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
    }

    .scopus-collapse-header-text {
        flex: 1;
        min-width: 0;
    }

    .scopus-collapse-header-text h3 {
        margin: 0 0 4px;
        font-size: 19px;
        font-weight: 600;
        color: #263238;
    }

    .scopus-collapse-header-text p {
        margin: 0;
        font-size: 13px;
        color: #90a4ae;
    }

    .scopus-collapse-header-toggle {
        color: #90a4ae;
        font-size: 16px;
    }

    .scopus-collapse-chevron {
        display: inline-block;
        transition: transform .25s ease;
    }

    .scopus-collapse-header.collapsed .scopus-collapse-chevron {
        transform: rotate(-90deg);
    }

    .scopus-collapse-body {
        margin-top: -4px;
    }