/* Author page desktop enhancements */
@media (min-width: 768px) {
    body {
        background: #f5f6fa !important;
    }

    .pt-author {
        max-width: 960px;
        margin: 0 auto 12px;
        border-radius: 10px;
        padding: 0 16px;
    }

    .pt-author .pt-author-icon {
        width: 72px;
        height: 72px;
        border-radius: 72px;
    }

    .pt-author .pt-finish-item {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ededed;
    }

    .pt-author .pt-finish-item img {
        width: 100px;
        height: 136px;
    }

    .pt-author .pt-finish-item .flex-item {
        min-width: 0;
    }

    .pt-author .pt-finish-item .compulsory-row-one {
        line-height: 1.45;
    }

    .pt-author .pt-finish-label {
        min-width: 64px;
        height: 22px;
        line-height: 20px;
        border-color: #f55;
        font-size: 12px;
    }

    .pt-tabbar {
        position: static;
        height: auto;
        padding: 12px 24px;
        border-top: 1px solid #e9e9e9;
        border-radius: 10px;
        margin: 0 auto 20px;
        max-width: 960px;
        justify-content: center;
        gap: 48px;
    }
}
