.seed-notification-badge {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-align: start;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    background-color: var(--seed-color-bg-brand-solid);
    color: var(--seed-color-palette-static-white)
}
.seed-notification-badge--size_small {
    width: 6px;
    height: 6px;
    border-radius: var(--seed-radius-full)
}
.seed-notification-badge--size_large {
    min-height: 18px;
    border-radius: var(--seed-radius-full);
    padding-left: var(--seed-dimension-x1);
    padding-right: var(--seed-dimension-x1);
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: var(--seed-font-size-t1);
    line-height: var(--seed-line-height-t1);
    font-weight: var(--seed-font-weight-bold)
}.seed-notification-badge-positioner {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    position: absolute
}
.seed-notification-badge-positioner--attach_icon {
    translate: 100% -100%;
    bottom: auto;
    left: auto
}
.seed-notification-badge-positioner--attach_text {
    translate: 100% 0%;
    bottom: auto;
    left: auto
}
.seed-notification-badge-positioner--size_small {}
.seed-notification-badge-positioner--size_large {}
.seed-notification-badge-positioner--size_large-attach_icon {
    top: 14px;
    right: 8px
}
.seed-notification-badge-positioner--size_small-attach_icon {
    top: 7px;
    right: 7px
}
.seed-notification-badge-positioner--size_large-attach_text {
    right: calc(-1 * 2px)
}
.seed-notification-badge-positioner--size_small-attach_text {
    right: calc(-1 * 2px)
}