body {
    font-family: Roboto, Arial, sans-serif;
    gap: 0.5rem;
}

.atp-tag {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    min-width: 2.25rem;
    width: fit-content;
    border-radius: .75rem;
    font-size: .75rem;
    line-height: 1.25rem;
    max-height: 1.5rem;
    padding: .125rem .5rem;
    vertical-align: middle;
    white-space: nowrap;
    flex-shrink: 0;
}

.atp-tag.rounded-sm {
    border-radius: 0.25rem;
}

.atp-tag.rounded-md {
    border-radius: 0.50rem;
}

.atp-tag[data-icon-left],
.atp-tag[data-icon-right] {
    gap: 0.5rem;
}

.atp-tag-lg {
    border-radius: 1rem;
    font-size: .875rem;
    max-height: 1.75rem;
    padding: .25rem .75rem;
}

.atp-tag[data-icon-right]::after,
.atp-tag[data-icon-left]::before {
    content: "";
    min-width: 1rem;
    height: 1rem;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}
