.CurrentPointAmount {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #555;
}


/* .PurchasePointButton_Container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.PurchasePointButton_Container ons-button {
    width: 100%;
}

.PurchasePointButton {
    display: grid;
    gap: 7px;
    padding: 10px;
}

.PurchasePointButton > div {
    line-height: 1;
}

.PurchasePointButton .Amount {
    font-size: 15px;
    font-weight: bold;
}

.PurchasePointButton .Currency {
    font-size: 10px;
} */