/* Author: Jayface / Website: jayface.com / Version: 1.05. / © All rights reserved. */
.tumblr-feed-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 1px;
    font-family: Arial, sans-serif;
}

.tumblr-post {
    background: #e9e9e9;
    border: 1px solid #484848;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.post-date {
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    padding-top: 5px !important;
}
.post-title {
    font-size: 22px;
    margin: 0 0 15px 0;
    color: #000000;
}

.post-text {
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .post-text {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.post-tags {
    font-size: 19px;
    color: #00b4ff;
    margin-top: 15px;
    word-spacing: 5px;
}
