#main-content{
    max-width: var(--aniro-container-width);
    margin: 0 auto;
    padding: 0 var(--aniro-container-padding);
}

.post-content {
    margin-top: 125px;
}

.post-content p {
    margin-bottom: 1.25em;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.post-content a {
    color: var(--aniro-color-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.post-content a:hover {
    text-decoration: none;
}

.post-content ul,
.post-content ol {
    padding-left: 1.5em;
    margin-bottom: 1.25em;
}

.post-content ul { list-style: disc; }
.post-content ol { list-style: decimal; }

.post-content li {
    margin-bottom: 0.4em;
    line-height: 1.6;
}

.post-content hr {
    border: none;
    height: var(--aniro-divider-height);
    width: var(--aniro-divider-width);
    background: var(--aniro-color-primary);
    margin: 2.5em 0;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    font-size: 15px;
}

.post-content table th,
.post-content table td {
    padding: 10px 14px;
    border: 1px solid var(--aniro-color-border);
    text-align: left;
}

.post-content table th {
    font-weight: 700;
    background: var(--aniro-color-bg-light);
}

.post-content table tr:nth-child(even) td {
    background: var(--aniro-color-bg-mid);
}

@media (max-width: 1024px) {
    .post-content{
        margin-top: 84px;
    }
}
