.post-body p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.post-date {
    font-size: 0.8rem;
    opacity: 0.75;
    margin-bottom: 0.5rem;
}

.recent-post-item {
    margin-bottom: 0.5rem;
}

.recent-post-item a {
    font-size: 0.9rem;
}

.recent-post-date {
    font-size: 0.75rem;
    opacity: 0.75;
}

a.active {
    text-decoration: underline;
    font-weight: bold;
}

@media (max-width: 1100px) {
    #post-page {
        width: 100% !important;
    }

    #post-main {
        width: inherit !important;
    }

    #post-sidebar {
        width: inherit !important;
    }
}