/*.custom-tag {*/
/*    min-width: 150px;*/
/*}*/


.tags{
    display:flex;
    flex-wrap:nowrap;
    overflow:hidden;
    gap:8px;
}

.tag{
    white-space:nowrap;
    padding:6px 12px;
    background:#eee;
    border-radius:20px;
}

.show-more{
    display:none;
    margin-top:10px;
    cursor: pointer;
    font-size: 14px;
    color: #334E7D;
    border: none;
    background: none;
}

.tags.expanded{
    flex-wrap:wrap;
}
