.post-content {
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.post-container {
    max-width: 900px;
    margin: auto;
    text-align: left;
}

.post-cover img{
    width:200px;
    height:200px;
    object-fit:cover;
    border-radius:5px;
}

.post-content p {
    margin-bottom: 15px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.post-content ul,
.post-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.post-content table td,
.post-content table th {
    border: 1px solid #ddd;
    padding: 10px;
}

.fixed-img {
    width: 90%;
    height: 100px;
}

.iframe-container {
    width: 100%;
    height: 80vh; /* hauteur dynamique */
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}