/* Basic styling for the single post container */
.single-post-container-coll {
    max-width: 60%;
    margin: 0 auto;
    padding: 20px;
    font-family: sans-serif; /* Replace with your preferred font */
}

.entry-header-coll {
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
}

.entry-title-coll {
    font-size: 2em;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
}

.post-thumbnail img {
    max-width: 100%;
    margin-bottom: 20px;
    height: auto;
    display: block;
    margin-bottom: 10px;

}
.entry-meta-coll {
    font-size: 0.9em;
    color: #080808;
    margin-bottom: 20px;
}

.entry-meta-coll span {
    margin-right: 10px;
}

.entry-content-coll {
    line-height: 1.6;
    text-align: justify;
    color: #080808;

}

.entry-content-coll p {
    margin-bottom: 15px;
}
