.tagged{
/* Taggs */

/* InterRegular/InterRegular_14 */

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;
/* identical to box height, or 21px */
align-items: center;
text-decoration: none;

/* MainColor */

color: #2B2B2B;
/* Auto layout */

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 7px 16px 8px;
gap: 32px;

position: relative;
width: 300px;
height: 36px;

/* AccentBlue */

background: #B6E0FF;
border-radius: 20px;
}