.tsc-pca-attribution {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    line-height: 1.25;
}

.tsc-pca-avatar-link {
    flex: 0 0 auto;
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    overflow: hidden;
    text-decoration: none !important;
    box-shadow: 0 0 0 2px #ffffff, 0 1px 6px rgba(31, 38, 135, 0.14);
    background: #f7f4ff;
}

.tsc-pca-avatar {
    display: block;
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    object-fit: cover;
    border-radius: 999px;
    margin: 0 !important;
}

.tsc-pca-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.tsc-pca-primary {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #7b8193;
}

.tsc-pca-by {
    color: #7b8193;
    white-space: nowrap;
}

.tsc-pca-name {
    color: #45aee8 !important;
    text-decoration: none !important;
    font-weight: 900;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tsc-pca-name:hover,
.tsc-pca-avatar-link:hover + .tsc-pca-copy .tsc-pca-name {
    color: #d82b7c !important;
    text-decoration: none !important;
}

.tsc-pca-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: #1d37ff;
    font-size: 14px;
    line-height: 1;
    transform: translateY(-1px);
}

.tsc-pca-verified .fa-solid,
.tsc-pca-verified svg {
    color: #1d37ff;
}

.tsc-pca-secondary {
    color: #7b8193;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.tsc-pca-attribution--platform .tsc-pca-secondary {
    color: #8b8fa1;
}

.ca-creator-name .tsc-pca-attribution,
.product .summary .tsc-pca-attribution,
.single-product .summary .tsc-pca-attribution {
    margin: 0 !important;
}

@media (max-width: 600px) {
    .tsc-pca-attribution {
        gap: 9px;
        margin: 0 !important;
    }

    .tsc-pca-avatar-link,
    .tsc-pca-avatar {
        width: 38px !important;
        height: 38px !important;
        max-width: 38px !important;
        max-height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
    }

    .tsc-pca-primary {
        font-size: 12px;
    }

    .tsc-pca-secondary {
        font-size: 11px;
    }
}

.tsc-pca-attribution--admin-lite {
    gap: 0;
    margin: 0 !important;
}

.tsc-pca-attribution--admin-lite .tsc-pca-copy {
    gap: 0;
}
