.is-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6em;
    padding: 0.25em 0.5em;
    border: 2px solid transparent;
    border-radius: 6px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-sizing: border-box;
}

.is-badge.badge1 {
    background: #7a1245;
    color: #fff;
}

.is-badge.badge2 {
    border-color: #7a1245;
    color: #7a1245;
    background: #fff;
}

.is-badge.badge3 {
    background: #012a67;
    color: #fff;
}

.is-badge.badge4 {
    border-color: #012a67;
    color: #012a67;
    background: #fff;
}

.is-badge.badge5 {
    background: #78afe8;
    color: #fff;
}

.badge-format-menu {
    min-width: 180px;
    padding: 8px;
}

.badge-format-menu__button {
    width: 100%;
    justify-content: flex-start;
    margin: 0 0 4px 0;
}

.badge-format-menu__button.is-selected {
    background: #f0f6fc;
}

.badge-format-menu__button .is-badge {
    pointer-events: none;
}

.badge-format-menu__button.is-clear {
    margin-top: 8px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    border-radius: 0;
}
