

.section-author .row {
    margin-left: -20px;
    margin-right: -20px;
}

.section-author .row > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.author-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--white);
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    padding: 10px;
}

.author-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: var(--bg-light-hover);
    border-radius: 12px;
    margin-bottom: 15px;
}

.author-card-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-card-headinfo {
    min-width: 0;
}

.author-card-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    text-decoration: none;
}

.author-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 2px;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.author-card-handle {
    color: var(--color-text);
}

.author-card-sep,
.author-card-job {
    color: var(--color-text);
}

.author-card-job {
    font-weight: 600;
}

.author-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.author-card-bio {
    margin: 0 0 16px;
    color: #3a464f;
    font-size: 16px;
    line-height: 2.1rem;
}

.author-card-stats {
    display: flex;
    border-radius: 10px;
    padding: 12px 0;
    margin-bottom: 16px;
    background: #EEEEEE;
}

.author-card-stat {
    flex: 1 1 0;
    padding: 0 8px;
    text-align: center;
    position: relative;
}

.author-card-stat-num {
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    color: var(--color-text);
}

.author-card-stat-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #3a464f;
}

.author-card-latest {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding-top: 16px;
    border-top: 1px solid var(--gray);
    text-decoration: none;
}

.author-card-latest-thumb {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.author-card-latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-card-latest-content {
    min-width: 0;
}

.author-card-latest-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #3A464F;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author-card-latest-text {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #3a464f;
}

.author-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--gray);
    margin-top: 15px;
}

.author-card-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.author-card-social {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.author-card-viewarticles {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    color: var(--color-text);
    text-decoration: none;
    white-space: nowrap;
}

.author-card-viewarticles svg {
    transition: transform 0.2s ease;
}

.box-author-brc .author-brc-card {
    position: relative;
    overflow: hidden;
    padding: 45px;
    border-radius: 45px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.430464) 63.28%, rgba(255, 255, 255, 0.1) 100%);
}

.box-author-brc .author-brc-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.box-author-brc .author-brc-main {
    flex: 1 1 auto;
    min-width: 0;
}

.box-author-brc .author-brc-stats {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.box-author-brc .author-brc-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 120px;
    padding: 16px 14px;
    border-radius: 16px;
    text-align: center;
    height: 120px;
    background: linear-gradient(180deg, rgba(143, 208, 255, 0.1) 0%, rgba(65, 154, 218, 0.1) 100%);
}

.box-author-brc .author-brc-stat__icon {
    display: inline-flex;
    margin-bottom: 2px;
    color: var(--color-highlight);
}

.box-author-brc .author-brc-stat__icon svg {
    width: 22px;
    height: 22px;
}

.box-author-brc .author-brc-stat__value {
    color: var(--color-text);
    font-weight: 700;
    font-size: 18px;
}

.box-author-brc .author-brc-stat__label {
    color: var(--color-text);
    font-size: 16px;
}

.author-brc-main .dsc-section {
    max-width: 900px;
    margin-left: inherit;
}

.box-author-brc .author-brc-main nav.breadcrumbs-section {
    margin-bottom: 30px;
}

.box-section-authors-01 {
    padding-bottom: 60px;
}

.author-top-rank {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    flex-shrink: 0;
    min-width: 28px;
    background: var(--bg-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.author-top-item:nth-child(2) .author-top-rank {background: linear-gradient(93.79deg, #0972CE 1.77%, #43A3F7 97.2%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.author-top-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 16px;
    color: #3A464F;
    margin-bottom: 6px;
}

.author-top-sep {
    color: #d1d5db;
}

.author-top-views svg {
    flex-shrink: 0;
    opacity: .7;
}

.box-article-top-view.box-article-top-view-01 {
    margin-bottom: 20px;
}

.box-article-top-view.box-article-top-most {
    background: #6D57FF0D;
}

.box-section-authors-02 {
    margin-bottom: 80px;
}

@media (max-width: 1299.98px) {
	.box-author-brc .author-brc-stat__label {
        font-size: 14px;
    }

.box-author-brc .author-brc-stat__value{
        font-size: 16px;
    }

.box-section-authors-02 {
        margin-bottom: 60px;
    }

.box-author-brc .author-brc-main nav.breadcrumbs-section {
        display: flex;
        justify-content: center;
    }

.box-author-brc .author-brc-main .title-section {
        text-align: center;
    }

.box-author-brc .author-brc-main .dsc-section {
        text-align: center;
    }
}

@media (max-width: 991px) {
	.box-author-brc .author-brc-body {
        flex-direction: column;
        gap: 28px;
    }

.box-author-brc .author-brc-stats {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
	.section-author .row > [class*="col-"] {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
	.author-card-header {
        padding: 14px 16px;
    }

.author-card-name {
        font-size: 1.6rem;
    }

	.box-author-brc .author-brc-card {
        padding: 15px;
        border-radius: 20px;
    }
}