.blockchain-deepseek-summary {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blockchain-deepseek-summary h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.blockchain-deepseek-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blockchain-deepseek-summary li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.6;
    color: #333333;
}

.blockchain-deepseek-summary li:last-child {
    border-bottom: none;
}

.blockchain-deepseek-summary .news-points,
.blockchain-deepseek-summary .market-insights,
.blockchain-deepseek-summary .category-summaries {
    margin-bottom: 2rem;
}

.blockchain-deepseek-summary .category {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.blockchain-deepseek-summary .category h3 {
    color: #2c3e50;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
}

@media (max-width: 768px) {
    .blockchain-deepseek-summary {
        padding: 1rem;
        margin: 1rem;
    }
    
    .blockchain-deepseek-summary h3 {
        font-size: 1.25rem;
    }
    
    .blockchain-deepseek-summary li {
        padding: 0.5rem 0;
    }
} 