.note {
    border: 1px solid var(--color-border-primary);
    border-radius: 8px;
    padding: 2rem;
    width: 100%;
    background: var(--color-surface-secondary);
}

.note > .content > .body {
    color: var(--color-text-primary);
    margin: none;
}

.note > .content a {
    color: var(--color-text-tertiary);
    text-decoration: none;
}

.note > .content > a:hover {
    color: var(--color-text-brand);
}

.note > .meta {
    color: var(--color-text-tertiary);
    white-space: nowrap
}

.tag-list {
    margin-top: 2rem;
}