@charset "utf-8";

/* Widget Counter */
.widgetContainer {
    padding: 10px 0;
}

.widgetCounter {
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
    color: #2D2D2E;
    box-sizing: border-box;
    display: flex;
    font-size: 12px;
    margin: 0;
    line-height: 28px !important;
    color: #BABBBD;
    flex-wrap: wrap;
    width: 100%;
    border: 0px solid #2D2D2E;
}

.widgetCounter:after {
    content: "";
    display: block;
    clear: both
}

.widgetCounter dt {
    flex-basis: 50%;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    border-bottom: 0px solid #2D2D2E;
    line-height: 28px !important;
}

.widgetCounter dd {
    flex-basis: 50%;
    margin: 0;
    font-size: 12px !important;
    font-weight: 500;
    text-align: center;
    border-bottom: 0px solid #BABBBD;
    line-height: 28px !important;
}