.full-post { 
    max-width: 900px; 
    margin: 40px auto; 
    padding: 0 20px; 
}

.full-post-image { 
    width: 100%; 
    height: 400px; 
    object-fit: cover; 
    border-radius: 8px; 
    margin-bottom: 20px; 
}

.full-post-date { 
    text-align: right; 
    font-size: 0.9rem; 
    color: #888; 
    margin-bottom: 10px; 
}

.full-post-title { 
    font-size: 2rem; 
    margin-bottom: 20px; 
}

.full-post-content p { 
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.1rem; 
    line-height: 1.6; 
    margin-bottom: 16px; 
}

.full-post-content ul,
.full-post-content ol {
    padding-left: 20px;   
    margin-bottom: 16px; 
}

.full-post-content li {
    text-align: justify;
    font-size: 1.1rem; 
    line-height: 1.6; 
    margin-bottom: 8px;  
}

.full-post-content h2 { 
    font-size: 1.5rem; 
    margin-top: 24px; 
    margin-bottom: 12px; 
}

.full-post-content iframe { 
    width: 100%; 
    max-width: 100%; 
    margin: 20px 0; 
}