.cpc-container {
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: center;
}

.cpc-category-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cpc-counter-box {
    background-color: transparent;
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    border: 1px solid #DBD259;
    width: 100%;
}

.cpc-counter-number {
    font-size: 36px;
    color: #DBD259;
    margin-bottom: 0px;
    font-family: "TTCommons", Sans-serif;
    line-height: 1.1;
}

.cpc-counter-text {
    font-size: 19px;
    color: #FFF;
    font-family: "TTCommons", Sans-serif;
    line-height: 1.1;
}
