.author-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.author-list-new {
    display: grid;
    gap: 10px 40px;
    flex-wrap: wrap;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 20px;
}

.author-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

img.img-responsive.ng-scope.responsive-img {
    height: 200px;
    width: auto;
    box-shadow: 0px 4px 4px 0px #00000026;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 5px;
}

.publish-header {
    margin-top: 11px;
}

.publish-header {
    margin-bottom: 5px;
}

.journal_name-section.mt-5 {
    line-height: 20px;
}

.journal_name {
    font-size: 16px;
    font-family: "Museo Sans", Georgia, "Times New Roman", Times, serif
}

article.reviewed {
    margin-top: -100px;
    position: relative;
}

.author-info {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.author-name {
    font-weight: 600;
    font-size: 14px;
    color: #545454;
}

.author-orcid a {
    font-size: 12px;
    color: #282828
}

.author-orcid a:hover {
    text-decoration: underline;
}

.article-metrics-container {
    padding: 20px;
}


.article-metrics-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
}

.section-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.section-titles {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.metrics-image {

    object-fit: cover;

}

/*.section-title {*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    margin-bottom: 20px;*/
/*}*/

.metrics-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.metric-box .metric-value {
    font-size: 24px;
    font-weight: bold;
}

.metric-box .metric-label {
    font-size: 12px;
    color: #0B0B0B;
}

.divider {
    border-bottom: 1px solid #00000021;
    margin-bottom: 20px;
}

.reviewed-by-section {
    margin-bottom: 20px;
}

.reviewer-list {
    display: flex;
    flex-direction: column;
}

.reviewer-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
}

.reviewer-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.reviewer-info .reviewer-name {
    font-size: 14px;
    font-weight: 500;
}

.reviewer-info .reviewer-affiliation {
    font-size: 12px;
    color: #888;
}

.impact-button-wrapper {
    margin-bottom: 20px;
}

.share-links-wrapper {
    margin-bottom: 20px;
}

.download-dropdown-wrapper {
    margin-bottom: 20px;
}

.btn-dropdown {
    font-weight: normal;
}

.full-width {
    width: 100%;
}

.btn-dropdown.full-width.text-center {
    margin-bottom: 10px;
}

.btn-dropdown.full-width.text-center {
    font-family: none;
    font-weight: lighter;
}

button.btn-view-impact {
    font-size: 15px;
}

.CardA__wrapper.CardA__wrapper--vertical.space-y-6.p-4.citation-section {
    background: white;
    padding: 15px;
}

.CardA__wrapper.CardA__wrapper--vertical.space-y-6.p-4.rounded-2xl.shadow-sm.share-section-icon {
    margin-top: 20px;
    padding: 10px;
    background: white;
}

.CardA__wrapper.CardA__wrapper--vertical.space-y-6.p-4.rounded-2xl.shadow-sm.citation-section-icon {
    margin-top: 20px;
    padding: 15px;
    background: white;
}

i.icon-impact-factor {
    margin-left: 8px;
    font-size: 18px;
}

i.fa.fa-share-alt.share-articles {
    font-size: 13px;
    margin-left: 50px;
}

i.fa.fa-angle-down.download-article {
    font-size: 13px;
    margin-left: 20px;
}

.btn-dropdown.full-width.text-center {
    font-size: 15px;
}

.text-center {
    text-align: center;
}

.btn-dropdown-view {

    background-color: #2D3E50;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    color: white;
    margin-bottom: 10px;
}

.article-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.btn-view-impact {
    border: 2px solid #28a745;
    color: #28a745;
    background: transparent;
    padding: 10px;
    border-radius: 25px;
    text-align: center;

    cursor: pointer;
}

.btn-dropdown-view.full-width.text-center {
    font-weight: lighter;
}

.btn-dark {
    background-color: #2d3e50;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 25px;
    text-align: center;

    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-dark i {
    margin-left: 8px;
}

.share-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: center;
    column-gap: 60px; /* spacing between items in the row */
    padding: 15px;
    margin-top: 10px;
}

.share-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4b5563; /* text-gray-600 */
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    gap: 4px; /* spacing between icon and text */
}

.share-btn i {
    font-size: 20px;
}

/* Hover colors */
.share-btn.facebook:hover {
    color: #1877f2;
}

.share-btn.x:hover {
    color: #000000;
}

.share-btn.linkedin:hover {
    color: #0a66c2;
}

.share-btn.email:hover {
    color: #16a34a;
}

.share-btn.wechat:hover {
    color: #1aad19;
}

.share-header {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 12px;
}

.share-header i {
    color: #4b5563;
    font-size: 16px;
}

.share-header span {
    font-weight: 600;
    color: #1f2937;
    font-size: 20px;

}

span.social-icon {
    margin-top: 8px;
    text-align: center;
}

.copy-btn {
    padding: 6px 18px;
    border: 1.5px solid #16a34a;
    border-radius: 9999px;
    background: white;
    color: #16a34a;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 30%
}


.copy-btn:hover {
    background: #f0fdf4; /* light green on hover */
}


.metrics-container {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Tabs */
.tabs-data {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-top: 10px;
}

.tab {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #666;

    cursor: pointer;
    position: relative;
}

.tab.active {
    color: #000;
    font-weight: 600;
}

.tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #000;
}

/* Content */
.tab-content {
    margin-top: 10px;
    padding: 15px;

}

p.source {
    margin-top: 15px;
}

.tab-content span {
    font-size: 22px;
    font-weight: bold;

}

.citation {
    margin-bottom: 24px;
    margin-top: 20px;
}

p.author-title {
    margin-top: 10px;
    margin-bottom: 7px;
}

.citation .source {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}

.citation .source span {
    color: #aaa;
}

.citation h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
}

.citation .authors {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.citation a {
    font-size: 14px;
    color: #2563eb; /* blue */
    text-decoration: none;
    font-weight: 500;
}

.no-data {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

.article-box {
    padding: 20px;
    border: 1px solid #ccc; /* border */
    border-radius: 8px; /* rounded corners */
    background: #fff; /* white background */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* soft shadow */
    width: 250px; /* fixed width (optional) */
}

.article-box h2 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.spaces-y-6 {
    border: 2px solid var(--grey20);
    border-radius: 8px;
    padding: 20px;
}

.views-counts {
    font-weight: bold;
    font-size: 18px;
}

.article-box p {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin: 0;
}

.authors {
    font-size: 14px; /* adjust text size */
    color: #333; /* dark gray text */
    margin: 4px 0; /* spacing around */
    display: flex; /* keeps inline flow */
    flex-wrap: wrap; /* wraps nicely if too long */
    gap: 6px; /* space around the dot separators */
}

span.size-of-author {
    font-size: 15px;
}

.authors span {
    display: inline; /* ensures inline placement */
    white-space: nowrap; /* prevents breaking inside names */
}

@media (max-width: 600px) {
    .author-list-new {
        display: grid;
        gap: 10px 40px;
        flex-wrap: wrap;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 20px;
    }
}
