.block.effective {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: calc(100% - var(--base-margin));
    margin-bottom: 0;
}

.widget.effective > h2 {
    margin: 0 0 12px 0;
    padding: 0;
}

.widget.effective > .list {
    display: flex;
    flex-direction: column;
}

.widget.effective > .list > .line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.widget.effective > .list > .line.hdr {
    margin-bottom: 12px;
}

.widget.effective > .list > .line.hdr > .mode {
    border: 1px solid black;
    border-radius: 3px;
    padding: 1px 3px;
    font-weight: 600;
    font-size: .6em;
}

.widget.effective > .list > .line > .unibadge {
    width: 45%;
}

.widget.effective > .unirow.limits {
    justify-content: space-between;
}