.cp-content-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.cp-content-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.cp-content-container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.8em 0;
    font-size: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.cp-content-container table th,
.cp-content-container table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}

.cp-content-container table th {
    background: #2271b1;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.cp-content-container table tr:nth-child(even) {
    background: #fafbfc;
}

.cp-content-container table tr:hover {
    background: #f0f7ff;
}

.cp-content-container table tr:last-child td {
    border-bottom: none;
}

.cp-content-container ul,
.cp-content-container ol {
    padding-left: 1.8em;
    margin: 1.2em 0;
}

.cp-content-container li {
    margin-bottom: 0.6em;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

.cp-content-container h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 1.2em;
    line-height: 1.25;
    color: #1a1a1a;
}

.cp-content-container h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 1.8em 0 1em;
    line-height: 1.3;
    padding-bottom: 0.4em;
    border-bottom: 2px solid #2271b1;
    color: #1d2327;
}

.cp-content-container h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 1.4em 0 0.8em;
    line-height: 1.3;
    color: #2d3748;
}

.cp-content-container p {
    margin: 1.2em 0;
    line-height: 1.9;
    font-size: 16px;
    color: #374151;
}

.cp-content-container blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    background: #f9fafb;
    border-left: 4px solid #2271b1;
    font-style: italic;
    color: #6b7280;
}

.cp-content-container strong {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .cp-content-container {
        padding: 0 15px;
    }
    
    .cp-content-container h1 {
        font-size: 22px;
    }
    
    .cp-content-container h2 {
        font-size: 18px;
    }
    
    .cp-content-container h3 {
        font-size: 16px;
    }
    
    .cp-content-container table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .cp-content-container table th,
    .cp-content-container table td {
        padding: 8px 10px;
        font-size: 13px;
        white-space: nowrap;
    }
    
    .cp-content-container ul,
    .cp-content-container ol {
        padding-left: 1.2em;
    }
    
    .cp-content-container blockquote {
        padding: 1em;
    }
}

@media screen and (max-width: 480px) {
    .cp-content-container {
        padding: 0 10px;
    }
    
    .cp-content-container h1 {
        font-size: 20px;
    }
    
    .cp-content-container h2 {
        font-size: 16px;
    }
    
    .cp-content-container h3 {
        font-size: 15px;
    }
    
    .cp-content-container p {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .cp-content-container table th,
    .cp-content-container table td {
        padding: 6px 8px;
        font-size: 12px;
    }
}