.trublogs-post-content {
    overflow-wrap: break-word;
}

.trublogs-post-content h1 {
    font-size: 2.25rem;
    line-height: 1.5em;
}

.trublogs-post-content h2 {
    font-size: 1.875rem;
    line-height: 1.5em;
}

.trublogs-post-content h3 {
    font-size: 1.625rem;
    line-height: 1.5em;
}

.trublogs-post-content h4 {
    font-size: 1.5rem;
    line-height: 1.5em;
}

.trublogs-post-content h5 {
    font-size: 1.25rem;
    line-height: 1.2em;
}

.trublogs-post-content p {
    font-size: 1rem;
    line-height: 1.0em;
}

.trublogs-post-content h1,
.trublogs-post-content h2,
.trublogs-post-content h3,
.trublogs-post-content h4,
.trublogs-post-content h5,
.trublogs-post-content p {
    white-space: pre-wrap;
    margin: 0;
}

.trublogs-post-content p:not(:last-child) {    
    margin-bottom: 10px;
}

.trublogs-post-content .indent-1 {
    margin-left: 48px;
}

.trublogs-post-content .indent-2 {
    margin-left: 96px;
}

.trublogs-post-content .indent-3 {
    margin-left: 144px;
}

.trublogs-post-content .indent-4 {
    margin-left: 192px;
}

.trublogs-post-content ul,
.trublogs-post-content ol {
    margin: 0;
}

.trublogs-post-content img {
    max-width: 100%;
}
