.bet-amount {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}


.hilo-container {
    margin-top: 20px;
    padding: 15px;
    background: #0b1e33;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    color: #fff;
}

.current-card {
    width: 80px;
    height: 120px;
    margin: 20px auto;
    background: #fff;
    border: 2px solid #ffc107;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
