/* استایل‌های اختصاصی برای محتوای وبلاگ */
.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.post-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #667eea;
    border-right: 4px solid #667eea;
    padding-right: 15px;
}

.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #764ba2;
}

.post-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #555;
}

.post-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.post-content ul,
.post-content ol {
    margin: 20px 0;
    padding-right: 30px;
}

.post-content li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.post-content strong {
    font-weight: 600;
    color: #667eea;
}

.post-content code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    color: #c7254e;
}

.post-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    border-radius: 8px;
    padding: 20px;
    overflow-x: auto;
    margin: 25px 0;
    direction: ltr;
    text-align: left;
}

.post-content pre code {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0;
}

.post-content blockquote {
    border-right: 4px solid #667eea;
    margin: 25px 0;
    padding: 15px 20px;
    background: #f9f9f9;
    font-style: italic;
    color: #666;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 25px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.post-content table th,
.post-content table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: right;
}

.post-content table th {
    background: #667eea;
    color: white;
    font-weight: 600;
}

.post-content table tr:nth-child(even) {
    background: #f9f9f9;
}

.post-content a {
    color: #667eea;
    text-decoration: none;
    border-bottom: 1px dotted #667eea;
    transition: all 0.3s;
}

.post-content a:hover {
    color: #764ba2;
    border-bottom-color: #764ba2;
}
