.pc-17cf-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}
.pc-17cf-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.pc-17cf-input-area {
    margin-bottom: 2rem;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.pc-17cf-textarea {
    width: 100%;
    border: none;
    padding: 1rem;
    min-height: 100px;
    resize: vertical;
    outline: none;
    font-family: inherit;
    font-size: 0.95rem;
    background: transparent;
}
.pc-17cf-actions {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    background: #f6f8fa;
    border-top: 1px solid #e1e4e8;
}
.pc-17cf-btn {
    padding: 6px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}
.pc-17cf-btn-primary {
    background-color: #0366d6;
    color: #fff;
}
.pc-17cf-btn-primary:hover {
    background-color: #005cc5;
}
.pc-17cf-comment {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.pc-17cf-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e1e4e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #586069;
    flex-shrink: 0;
}
.pc-17cf-content {
    flex-grow: 1;
}
.pc-17cf-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}
.pc-17cf-author {
    font-weight: 600;
    font-size: 0.95rem;
}
.pc-17cf-time {
    color: #586069;
    font-size: 0.8rem;
}
.pc-17cf-text {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #24292e;
}
.pc-17cf-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.pc-17cf-vote {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #586069;
    font-size: 0.85rem;
    transition: color 0.2s;
}
.pc-17cf-vote:hover {
    color: #0366d6;
}
.pc-17cf-upvoted {
    color: #0366d6;
}
.pc-17cf-reply-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #586069;
    font-size: 0.85rem;
    font-weight: 500;
}
.pc-17cf-reply-btn:hover {
    color: #0366d6;
}
.pc-17cf-replies {
    margin-top: 1.5rem;
    border-left: 2px solid #e1e4e8;
    padding-left: 1.5rem;
}