.post-wrapper {
    text-align: left;
    max-width: 1400px;
    margin: 4.58rem auto 5rem auto;
}

@media (max-width: 1450px) {
    .post-wrapper {
        margin: 4.58rem 1rem 5rem 1rem;
    }
}

.post-wrapper h2 {
    font-family: "8bitdarling", sans-serif;
    font-size: var(--font-xxl);
    line-height: 2.5rem;
    margin: 0 0 1rem;
    font-weight: 500;
    transform: translateX(-2px);
}

.post-wrapper h3 {
    font-family: "8bitdarling", sans-serif;
    font-size: var(--font-xl);
    line-height: var(--font-xl);
    margin-top: 2.5rem;
    font-weight: 500;
    transform: translateX(-1px);
}

.post-wrapper .date {
    font-size: var(--font-m);
    line-height: var(--font-m);
    color: var(--color-font-100);
    margin: 0 0 30px;
}

.post-wrapper .date .category-news {
    color: var(--color-green);
    font-weight: 700;
    margin-right: 0.5rem;
}

.post-wrapper .date .category-devlog {
    color: var(--color-light-blue);
    font-weight: 700;
    margin-right: 0.5rem;
}

.post-wrapper img.thumbnail {
    width: 100%;
    border-radius: 8px;
    margin: 2.5rem 0;
    outline: 2px solid rgba(255, 255, 255, .1);
    outline-offset: -2px;
}

.post-wrapper img:not(.thumbnail),
.post-wrapper video {
    width: 100%;
    border-radius: 8px;
    margin: 0.5rem 0;
    outline: 2px solid rgba(255, 255, 255, .1);
    outline-offset: -2px;
}

.post-wrapper p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0;
    white-space: pre-line;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: var(--color-light-blue);
    text-decoration: none;
}
