.rng-container {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 10px;
    z-index: 100;
}

.rng-value {
    background: rgba(0, 0, 0, 0.85);
    border: 2px solid #49a14a;
    border-radius: 50%;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #49a14a;
    min-width: 60px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}