.iwater-topic-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.iwater-topic-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: var(--global-palette9);
    color: var(--global-palette3);
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
}

.iwater-topic-pill:hover {
    background: var(--global-palette7);
    color: var(--global-palette3);
    text-decoration: none;
}