/*! custom v2.0*/
#headerTitle {
    font-size: 2rem;
}

#headerTitle * {
    color: var(--body-fg);
    font-weight: bold;
    text-decoration: none;
}

#meta {
    display: flex;
    flex-direction: column;
    margin: 64px 0;
}

#meta #postTitle {
    font-size: 2rem;
    font-weight: bold;
}

#meta .post_meta {
    font-size: 0.8rem;
    opacity: 0.8;
}

#meta .post_meta * {
    color: var(--body-fg);
}

.post_card,
.link_card,
.info_card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    margin: 8px 0;
    padding: 4px 8px;
    text-decoration: none;
}
.link_card > span:first-child,
.info_card > span:first-child {
    font-size: 1.2rem;
    font-weight: bold;
}

.post_card {
    gap: 0;
    justify-content: start;
    color: var(--body-fg);
    margin: 16px 0;
}

.post_card > span:first-child {
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: underline;
}

.link_card {
    color: var(--body-fg);
    border: solid 2px;
}

.info_card {
    border: dashed 2px;
}

.pch {
    /*post card hr*/
    background-color: transparent;
    height: 0;
    padding: 0;
    border: dashed 1px;
}

footer {
    border-top: solid 2px var(--body-fg);
}

footer ul {
    margin: 16px 0 4px 0;
}