.c-postThumb__labels {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    pointer-events: none;
}

.c-postThumb__labels .c-postThumb__cat {
    position: static;
}

.p-postList__labels {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.nettoge-postList__updated {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    padding: 0.16em 0.55em;
    border: 1px solid rgb(159 53 35 / 22%);
    border-radius: 3px;
    background: rgb(255 250 248 / 96%);
    color: #9f3523;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 1px 4px rgb(0 0 0 / 18%);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nettoge-postList__updated::before {
    font-size: 0.95em;
}

.nettoge-postList__updated time {
    color: inherit;
    font: inherit;
}

html[data-nettoge-theme="dark"] .nettoge-postList__updated,
body[data-nettoge-theme="dark"] .nettoge-postList__updated {
    border-color: rgb(255 174 158 / 32%);
    background: rgb(30 30 30 / 94%);
    color: #ffae9e;
    box-shadow: 0 1px 4px rgb(0 0 0 / 42%);
}
