/* Post published/updated date block */
body.single-post article .post-modified-info {
    background-color: rgba(245, 245, 245, 0.6);
    padding: 15px 20px;
    border-radius: 8px;
    border: none;
    display: inline-block;
    margin-top: 20px;
    font-style: italic;
    width: 100%;
    margin-bottom: 15px;
}