.wallet-object {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.wallet-graphic {
    width: 72px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-body {
    position: relative;
    width: 58px;
    height: 38px;
    border: 2px solid #fff;
    background: #050505;
}

.wallet-fold {
    position: absolute;
    top: 8px;
    left: -2px;
    width: 58px;
    border-top: 2px solid #fff;
}

.wallet-clasp {
    position: absolute;
    right: 7px;
    top: 13px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
}

.world-object-label {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
}
