.post {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
    max-width: 750px;
}

.post-title {
    margin: 0;
    font-size: 1.5em;
}

.post-date {
    color: #777;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.post-content {
    text-align: left;
}

.post-content p {
    line-height: 1.6;
}

.post-content ul,
.post-content ol {
    padding-left: 20px;
}

.post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
    color: #aaa;
}

.post-meta-value {
    display: flex;
    gap: 0.1em;
}

.post-meta-value img {
    width: 20px;
    height: 20px;
}

.post-meta-value span {
    text-align: left;
}

.post .btn {
    display: block;
    width: max-content;
    min-width: max-content;
    text-align: left;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
    color: #0366d6;
    border: #0366d6 solid 2px;
    border-radius: 6px;
    transition: all .15s ease-in-out;
}

.post .btn:hover {
    background-color: #0366d6;
    color: white;
}