@import "../Components/headerSingleBlog.css";


.post-content h2,
.post-content h3,
.post-content h4 {
    line-height: 1;
}
.post-content h2 {
    margin-top: 3.13vw; /* 60 */
    margin-bottom: 1.04vw; /* 20 */
}
.post-content h3 {
    margin-top: 2.08vw; /* 40 */
    margin-bottom: 0.78vw; /* 15 */
}
.post-content h4 {
    margin-top: 1.56vw; /* 30 +*/
    margin-bottom: 0.78vw; /* 15 */
}

.post-content p,
.post-content a,
.post-content li {
    line-height: 2;
}

.post-content table {
    margin: 1.56vw 0; /* 30 */
}
.post-content table tr:first-child td {
    background-color: var(--gray-400);
    color: #ffff;
    padding: 0.78vw; /* 15 */
}
.post-content table td {
    border-color: var(--gray-400) !important;
    padding: 0.78vw !important; /* 15 */
}