.apvc-wrapper {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
}

.apvc-wrapper .apvc-icon {
    display: none !important;
}

.apvc-wrapper .apvc-label {
    font-weight: bold !important;
    letter-spacing: normal !important;
    color: #ff9800 !important;
}

.apvc-wrapper .apvc-count {
    background: transparent !important;
    color: #ff9800 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    font-size: inherit !important;
    min-width: 0 !important;
    text-align: left !important;
    display: inline !important;
}

.apvc-wrapper .apvc-skeleton {
    width: 40px;
    height: 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #e8ecf3 0%, #f4f6fb 50%, #e8ecf3 100%);
    background-size: 200% 100%;
    animation: apvc-loading 1.4s ease-in-out infinite;
    color: transparent;
}

@keyframes apvc-loading {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.apvc-author-summary {
    border: 1px solid #e6ebf2;
    border-radius: 12px;
    padding: 18px 22px;
    background: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 14px 38px rgba(9, 30, 66, 0.08);
}

.apvc-author-summary h2 {
    font-size: 20px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1c3d6f;
}

.apvc-author-summary ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.apvc-author-summary li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #eef2f8;
}

.apvc-author-summary .apvc-chip {
    background: #2370ff;
    color: #fff;
    padding: 2px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}