div#block-views-block-bp-count-api-block-1, div#block-views-block-bp-count-api-block-2, div#block-totalbpgenerated {
    margin-bottom: 35px;
    padding: 10px 0px;
    box-shadow: 0 0 14px #bbbbbb;
}

div#block-views-block-bp-count-api-block-1 {
    background-color: #f4ffef;
}

div#block-views-block-bp-count-api-block-2 {
    background-color: #fff8f7;
}

.ag-bp-count, .lv-bp-count, .total-bp-count {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}


.ag-bp-count .count-number, .lv-bp-count .count-number, .total-bp-count .count-number {
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: bold;
}


.total-bp-count span:nth-child(2) {
    font-family: 'EB Garamond';
    font-size: 20px;
    color: #1e5601;
    font-weight: bold;
}

.ag-bp-count span:nth-child(2) {
    font-family: 'EB Garamond';
    font-size: 20px;
    color: #1e5601;
    font-weight: bold;
}

.lv-bp-count span:nth-child(2) {
    font-family: 'EB Garamond';
    font-size: 20px;
    color: #682700;
    font-weight: bold;
}