@charset "utf-8";

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

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

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

.widgetCounter dt {
    flex-basis: 50%;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 28px !important;
}

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