.stock_box {
    display: flex;
    justify-content: center;
    margin: 0.75rem 0;
}

.happymeat-stock-gauge {
    align-items: center;
    background: conic-gradient(#4f7f37 calc(var(--happymeat-stock-percent) * 1%), #e6e6e6 0);
    border-radius: 50%;
    display: flex;
    height: 4.5rem;
    justify-content: center;
    position: relative;
    width: 4.5rem;
}

.happymeat-stock-gauge::before {
    background: #fff;
    border-radius: 50%;
    content: '';
    inset: 0.45rem;
    position: absolute;
}

.happymeat-stock-gauge span {
    font-weight: 700;
    position: relative;
}
