.cpc-disable-selection body,
.cpc-disable-selection article,
.cpc-disable-selection .entry-content,
.cpc-disable-selection .post,
.cpc-disable-selection .page {
    -webkit-user-select: none;
    user-select: none;
}

.cpc-disable-selection input,
.cpc-disable-selection textarea,
.cpc-disable-selection select,
.cpc-disable-selection [contenteditable="true"],
.cpc-disable-selection [contenteditable=""] {
    -webkit-user-select: text;
    user-select: text;
}

.cpc-protection-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 999999;
    max-width: min(420px, calc(100vw - 32px));
    padding: 12px 18px;
    border-radius: 8px;
    background: rgba(17, 24, 39, .94);
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .28);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity .18s ease, transform .18s ease;
}

.cpc-protection-toast-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.cpc-copyright-notice {
    margin-top: 32px;
    padding: 16px 18px;
    border-left: 4px solid #1677ff;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-size: 14px;
    line-height: 1.7;
}

.cpc-copyright-title {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 15px;
}

.cpc-copyright-text p {
    margin: 0;
}

.cpc-copyright-text p + p {
    margin-top: 8px;
}
