pre {
    overflow: overlay !important;
}
.post-description p {
    color: #374151 !important; /* text-gray-700 */
    margin-bottom: 1rem !important; /* mb-6 = 24px = 1.5rem */
}
.post-description p .post-img {
    width: 80%;
    border: 2px solid #e5e7eb; /* Tailwind gray-200 for soft border */
    border-radius: 0.75rem; /* rounded-lg */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* subtle shadow */
    object-fit: cover;
}
.post-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.post-description ul li {
    position: relative;
    padding-left: 1.45rem; /* little more space for bold dot */
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    color: #374151; /* gray-700 */
    line-height: 1.5;
}

.post-description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background-color: #6b7280; /* gray-500 */
    border-radius: 9999px; /* make it perfect circle */
}
.post-description ul li strong {
    color: #111827;
    font-weight: 700;
    margin-right: 0.25rem;
}
.post-description h2 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 35px;
}
.post-description p strong.step {
    display: block; /* make it full-width block */
    color: #1e5792; /* nice deep blue */
    padding: 0.75rem 1rem; /* balanced vertical + horizontal padding */
    font-size: 1.25rem; /* 20px */
    font-weight: 600; /* slightly bolder */
    background-color: #f9fafb; /* very light background */
    border-radius: 0.5rem; /* rounded corners */
    border-left: 6px solid #1e5792; /* bold blue left border */
    margin: 1rem 0; /* spacing around */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* soft shadow for depth */
}
.post-description p .heads {
    font-size: 20px;
    font-weight: 700;
}
.post-description .content-link {
    padding-left: 20px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 6px;
    border-left: 14px solid rgb(85, 181, 109) !important;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    letter-spacing: 0.5px;
    border-left: 5px solid rgb(85, 181, 109);
    padding: 12px 7px;
    background: rgb(217, 245, 224);
}
.post-description code{
    font-size: 14px;
}
.post-description .prettyprint p{
    margin-bottom: 0px !important;
    font-size: 15px;
}
.post-description .prettyprint{
    padding: 10px;
}
.post-description code{
    border-radius: 8px;
    padding: 15px !important;
}