.wcpmp-product-prices {
    display: flex;
    gap: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wcpmp-product-prices .wcpmp-product-price {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 10px;
    border-right: 3px solid #fff;
    background-color: #efefef;
    font-size: 15px;
}

.wcpmp-product-prices .wcpmp-product-price:last-child {
    border-right: none;
}

.wcpmp-product-prices .wcpmp-product-price .wcpmp-product-price-label {
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

.wcpmp-product-prices .wcpmp-product-price .wcpmp-product-price-value {
    line-height: 1;
    color: #0667b2;
    font-size: 20px;
}
