.tags_main-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}



.tags_current-tag-title {
    width: 100%;
    font-weight: bolder;
    font-size: larger;
    padding: 60px 100px 60px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-item {
    box-sizing: border-box;
    padding-right: 6px;
}

.tags_tag-list-wrapper {
    width: 100%;
    height: 100%;
    /*max-width: 700px;*/
    /*flex: 2 0 700px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    padding: 0 10px 60px 100px;
    box-sizing: border-box;
}

.tags_tag-list-wrapper:hover {
    /*border: red solid 1px;*/
    box-sizing: border-box;
}



.tags_tag-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.tags_list-item {
    font-weight: bold;
    font-size: large;
}

