.author-block-wrapper .author-block .author-header-row a.author-link {
        font-size: 18px!important;
    }

    .author-block-wrapper {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 10px 0;
        margin: 32px 0;
        box-shadow: none;
    }

    .author-exp-chip {
        font-weight: 600;
        color: #1a1a1a;
        background-color: #f3f4f6;
        padding: 5px 12px;
        border-radius: 8px;
        font-size: 15px;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
    }

    .author-block-wrapper .author-content-area .author-exp-chip {
        font-size: 15px;
    }

    .author-regalia-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        color: #555;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 2px;
    }

    .author-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
        border: 1px solid #eee;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .author-block-wrapper {}
    .author-block-wrapper .author-block {
        display: flex;
    }

    .author-block .author-link {
        font-weight: 600;
        font-size: 18px;
        color: #0D6EFD;
        text-decoration: none;
        transition: all 0.2s;
        cursor: pointer;
    }

    .author-header-row {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .author-block {
        display: flex;
        gap: 24px;
        width: 100%;
        align-items: flex-start;
    }

    .author-meta-row {
        display: flex;
        align-items: center;
        gap: 32px;
        margin-top: 8px;
        font-size: 15px;
        flex-wrap: wrap;
        color: #595959;
    }

    .author-block-wrapper .author-meta-row  span {
        font-size: 15px;
    }

    .author-block-wrapper .author-block .author-meta-row .editor-name {
        font-weight: bold;
        font-size: 15px;
    }

    .author-block-wrapper .author-regalia-row .author-role {
        font-size: 16px;
    }

    .author-block-wrapper .author-header-row .author-label {
        font-size: 15px;
    }

    .meta-icon {
        width: 18px;
        height: 18px;
        fill: #444;
        flex-shrink: 0;
        position: relative;
        top: -1px;
    }
    .check-icon {
        width: 18px;
        height: 18px;
        fill: #16a34a;
        flex-shrink: 0;
        position: relative;
        top: -1px;
    }

    @media (max-width: 850px) {
        .author-block {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
    }