.post-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Poppins";
}
.post-content h3.wp-block-heading strong,
.post-content h1.wp-block-heading strong,
.post-content h2.wp-block-heading strong,
.post-content h4.wp-block-heading strong {
    font-weight: 600 !important;
}
.post-content h1.wp-block-heading {
    font-size: 2rem;
}
.post-content h2.wp-block-heading {
    font-size: 1.8rem;
}
.post-content h3.wp-block-heading {
    font-size: 1.4rem;
}
.post-content h4.wp-block-heading {
    font-size: 1.2rem;
}
.post-content h2 {
    padding-top: 0.8rem !important;
}
.post-content a {
    color: #131ca2;
}
.post-content a:hover {
    color: #0a117a;
}
.post-content .post-content-body {
    text-align: left;
}
.post-content .wp-block-heading {
    line-height: 2.5rem;
}
.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1em;
    text-align: left;
}
.post-content table th,
.post-content table td {
    border: 1px solid #dee2e6;
    padding: 8px 12px;
}
.post-content table th {
    background-color: #f8f9fa;
    font-weight: 700;
}
.post-content table tr:nth-of-type(even) {
    background-color: #f2f2f2;
}
.post-content table tr:hover {
    background-color: #e9ecef;
}
.post-row {
    --bs-gutter-x: 2.5rem;
}
.post-content .post-content-body img {
    max-width: 100%;
    height: auto;
    padding: 0 0 1rem 0;
}
.post-content iframe {
    max-width: 100%;
}
.post-content .wp-block-pullquote {
    padding: 0;
    font-size: unset;
    text-align: left;
    line-height: unset;
}
.post-content table {
    width: 100%;
    table-layout: auto;
}
.author-block {
    flex-direction: row;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}
.author-block .author-img img {
    width: 6rem;
}
.author-block .author-img img {
    object-fit: fill;
    border-radius: 50%;
}
.author-block .author-details .author-name {
    font-size: 1.2rem;
}
.author-block .author-details .author-type {
    font-size: 0.8rem;
    color: #9e9e9e;
}
.author-block .author-desc {
    font-size: 0.8rem;
    color: #4f4f4f;
}
.blog-tag-2 {
    color: #0094ff;
    background-color: #e4f4ff;
    padding: 0.5rem 0.9rem;
    margin: 0 1rem 0 0;
    border-radius: 5rem;
    font-size: 0.8rem;
    cursor: pointer;
    border: 1px solid #0094ff;
}