#page-title {
    margin: 0;
}
#page-subtitle {
    opacity: 0.8;
    font-size: 0.75rem;
}

#tags-list {
    list-style: none;
    margin: 0.2rem auto;
    padding: 0.3rem;
    width: 80%;
    border: 16px var(--border-color-01) ridge;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#tags-graph {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tag-list-item {
    background-color: var(--bg-color-02);
    color: var(--text-color-06);
    width: max-content;
}
.tag-list-item-border {
    border: 16px var(--bgcolor-grabbable-border) ridge;
}
.tag-list-item-core {
    padding: 8px;
}
.tag-list-a {
    text-decoration: none;
    color: var(--text-color-06);
}
.tag-list-a::before {
    content: '#';
}